Trace number 248779

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 53.3069 53.4169

DiagnosticValue
CHECKS89627233
NODES292

General information on the benchmark

Nameprimes/primes-25/
primes-25-60-3-3.xml
MD5SUMefa64831f44e8e46f8f037505c70d22c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.276956
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/248779-1168086029/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.48	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96
0.48	       =>  wckTime=0.112  cpuTime=0.1  mem=7M927
0.48	   
0.48	   predicates being loaded...
0.53	   
0.53	   constraints being loaded...
0.63	     nbConstraints=60  nbSingletonDomainVariables=5  nbDisconnectedVariables=5  nbUnbuiltConflictsStructures=60
0.63	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=8  maxArity=6
0.63	       =>  wckTime=0.263  cpuTime=0.19  mem=9M878
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.481  cpuTime=0.35  mem=15M615
3.42	   
3.46	   preprocessing
3.46	     nbConstraintChecks=6062574  nbValidityChecks=1118  nbPropagations=108  nbRevisions=32  nbUselessRevisions=4
3.46	     nbRemovedValues=1198  detectedInconsistency=no
3.46	       =>  wckTime=2.564  cpuTime=2.55  mem=15M615
13.91	   
13.91	   search
13.91	     run=0  nbConstraintChecks=18208386  nbValidityChecks=5603  nbPropagations=383  nbRevisions=338
13.91	     nbUselessRevisions=51  nbAssignments=27  nbFailedAssignments=7  nbBacktracks=11  nbVisitedNodes=35
13.91	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
13.91	       =>  wckTime=13.052  cpuTime=13.01  mem=16M607
24.28	   
24.28	   search
24.28	     run=1  nbConstraintChecks=36459369  nbValidityChecks=17257  nbPropagations=1228  nbRevisions=1255
24.28	     nbUselessRevisions=211  nbAssignments=63  nbFailedAssignments=17  nbBacktracks=28  nbVisitedNodes=81
24.28	     nbRestartNogoods=2  mapSize=23  nbInferences=0  nbTooLargeKeys=0
24.28	       =>  wckTime=23.423  cpuTime=23.38  mem=16M607
32.26	   
32.26	   search
32.26	     run=2  nbConstraintChecks=50159818  nbValidityChecks=30990  nbPropagations=2612  nbRevisions=2906
32.26	     nbUselessRevisions=491  nbAssignments=106  nbFailedAssignments=34  nbBacktracks=54  nbVisitedNodes=141
32.26	     nbRestartNogoods=8  mapSize=46  nbInferences=0  nbTooLargeKeys=0
32.26	       =>  wckTime=31.41  cpuTime=31.35  mem=16M607
48.09	   
48.09	   search
48.09	     run=3  nbConstraintChecks=75266977  nbValidityChecks=59870  nbPropagations=4973  nbRevisions=5963
48.09	     nbUselessRevisions=1064  nbAssignments=191  nbFailedAssignments=58  nbBacktracks=92  nbVisitedNodes=250
48.09	     nbRestartNogoods=8  mapSize=81  nbInferences=0  nbTooLargeKeys=0
48.09	       =>  wckTime=47.242  cpuTime=47.17  mem=16M607
53.37	   
53.37	   search
53.37	     run=4  nbConstraintChecks=83564659  nbValidityChecks=71152  nbPropagations=7656  nbRevisions=9578
53.37	     nbUselessRevisions=1905  nbAssignments=292  nbFailedAssignments=59  nbBacktracks=92  nbVisitedNodes=352
53.37	     nbRestartNogoods=15  mapSize=81  nbInferences=0  nbTooLargeKeys=0
53.37	       =>  wckTime=52.52  cpuTime=52.45  mem=16M607
53.37	   
53.37	   global
53.37	     nbConstraintChecks=89627233  nbValidityChecks=72270  nbPropagations=7764  nbRevisions=9610  nbUselessRevisions=1909
53.37	     nbRestartNogoods=15  solvingWckTime=52.522  solvingCpuTime=52.45  expiredTime=no  totalExploration=no
53.38	     nbFoundSolutions=1  globalCpuTime=52.85
53.38	       =>  wckTime=53.005  cpuTime=52.8  mem=16M607
53.38	   
53.38	s SATISFIABLE
53.38	v 23 37 5 53 67 31 37 61 97 79 41 5 53 29 43 3 53 3 83 37 37 2 61 11 2 13 41 89 61 31 11 5 83 23 71 61 67 17 37 61 11 89 79 71 29 41 89 2 53 73 43 3 59 13 17 89 41 73 79 17 13 2 2 5 37 13 79 11 43 19 97 73 19 73 47 61 29 47 2 2 41 23 3 7 43 29 7 3 11 97 19 31 3 67 47 41 3 37 71 47 
53.38	d NODES 292
53.38	d CHECKS 89627233
53.38	   
53.38	   totalWckTime=53.087  totalCpuTime=52.85

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node72/watcher-248779-1168086029 -o ROOT/results/node72/solver-248779-1168086029 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248779-1168086029/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.02 0.15 0.79 6/86 4250
/proc/meminfo: memFree=1432096/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=1784 CPUtime=0
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 157012694 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/4249/statm: 446 136 102 14 0 91 0

[startup+0.109036 s]
/proc/loadavg: 0.02 0.15 0.79 6/86 4250
/proc/meminfo: memFree=1432096/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=907676 CPUtime=0.04
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 2264 0 1 0 3 1 0 0 16 0 4 0 157012694 929460224 2011 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582906 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 226919 2013 1139 14 0 214502 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907676

[startup+0.517071 s]
/proc/loadavg: 0.02 0.15 0.79 6/86 4250
/proc/meminfo: memFree=1432096/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=915328 CPUtime=0.44
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 6312 0 1 0 40 4 0 0 18 0 8 0 157012694 937295872 6051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073577092 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 228832 6052 2140 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.33714 s]
/proc/loadavg: 0.02 0.15 0.79 4/100 4264
/proc/meminfo: memFree=1382448/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=915464 CPUtime=1.26
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 8862 0 1 0 119 7 0 0 25 0 8 0 157012694 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073755351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 228866 8600 2528 14 0 215336 0
[pid=4249/tid=4252] ppid=4244 vsize=915464 CPUtime=0.03
/proc/4249/task/4252/stat : 4252 (java) S 4244 4249 4028 0 -1 64 205 0 0 0 3 0 0 0 16 0 8 0 157012704 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4244 4249 4028 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157012704 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4256] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4244 4249 4028 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157012704 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4261] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4244 4249 4028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157012708 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4244 vsize=915464 CPUtime=0.15
/proc/4249/task/4262/stat : 4262 (java) S 4244 4249 4028 0 -1 64 348 0 0 0 15 0 0 0 15 0 8 0 157012708 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4263] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157012708 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4264] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4264/stat : 4264 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157012708 937435136 8600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915464

[startup+2.97429 s]
/proc/loadavg: 0.18 0.18 0.80 3/100 4264
/proc/meminfo: memFree=1382064/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=915464 CPUtime=2.9
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 8867 0 1 0 283 7 0 0 25 0 8 0 157012694 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752720 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 228866 8604 2528 14 0 215336 0
[pid=4249/tid=4252] ppid=4244 vsize=915464 CPUtime=0.03
/proc/4249/task/4252/stat : 4252 (java) S 4244 4249 4028 0 -1 64 205 0 0 0 3 0 0 0 17 0 8 0 157012704 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4244 4249 4028 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157012704 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4256] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4244 4249 4028 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157012704 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4261] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4244 4249 4028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157012708 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4244 vsize=915464 CPUtime=0.15
/proc/4249/task/4262/stat : 4262 (java) S 4244 4249 4028 0 -1 64 353 0 0 0 15 0 0 0 15 0 8 0 157012708 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4263] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157012708 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4264] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4264/stat : 4264 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157012708 937435136 8604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915464

[startup+6.26959 s]
/proc/loadavg: 0.18 0.18 0.80 3/100 4264
/proc/meminfo: memFree=1381616/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=915464 CPUtime=6.19
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 8973 0 1 0 612 7 0 0 25 0 8 0 157012694 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073760231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 228866 8707 2530 14 0 215336 0
[pid=4249/tid=4252] ppid=4244 vsize=915464 CPUtime=0.03
/proc/4249/task/4252/stat : 4252 (java) S 4244 4249 4028 0 -1 64 205 0 0 0 3 0 0 0 16 0 8 0 157012704 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4244 4249 4028 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157012704 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4256] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4244 4249 4028 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157012704 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4261] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4244 4249 4028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157012708 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4244 vsize=915464 CPUtime=0.16
/proc/4249/task/4262/stat : 4262 (java) S 4244 4249 4028 0 -1 64 358 0 0 0 16 0 0 0 15 0 8 0 157012708 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4263] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157012708 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4264] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4264/stat : 4264 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157012708 937435136 8707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915464

[startup+12.7362 s]
/proc/loadavg: 0.46 0.24 0.81 3/100 4264
/proc/meminfo: memFree=1381616/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=915464 CPUtime=12.66
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 8982 0 1 0 1259 7 0 0 25 0 8 0 157012694 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 228866 8715 2530 14 0 215336 0
[pid=4249/tid=4252] ppid=4244 vsize=915464 CPUtime=0.03
/proc/4249/task/4252/stat : 4252 (java) S 4244 4249 4028 0 -1 64 205 0 0 0 3 0 0 0 17 0 8 0 157012704 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4244 4249 4028 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157012704 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4256] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4244 4249 4028 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157012704 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4261] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4244 4249 4028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157012708 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4244 vsize=915464 CPUtime=0.17
/proc/4249/task/4262/stat : 4262 (java) S 4244 4249 4028 0 -1 64 363 0 0 0 17 0 0 0 16 0 8 0 157012708 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4263] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157012708 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4264] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4264/stat : 4264 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157012708 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915464

[startup+25.5954 s]
/proc/loadavg: 0.69 0.29 0.83 3/100 4264
/proc/meminfo: memFree=1381488/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=915464 CPUtime=25.51
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 9011 0 1 0 2544 7 0 0 25 0 8 0 157012694 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754441 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 228866 8736 2533 14 0 215336 0
[pid=4249/tid=4252] ppid=4244 vsize=915464 CPUtime=0.03
/proc/4249/task/4252/stat : 4252 (java) S 4244 4249 4028 0 -1 64 206 0 0 0 3 0 0 0 16 0 8 0 157012704 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4244 4249 4028 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157012704 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4256] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4244 4249 4028 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157012704 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4261] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4244 4249 4028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157012708 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4244 vsize=915464 CPUtime=0.19
/proc/4249/task/4262/stat : 4262 (java) S 4244 4249 4028 0 -1 64 374 0 0 0 18 1 0 0 16 0 8 0 157012708 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4263] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157012708 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4264] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4264/stat : 4264 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157012708 937435136 8736 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 915464

[startup+51.2867 s]
/proc/loadavg: 1.14 0.43 0.85 4/100 4264
/proc/meminfo: memFree=1381360/2055920 swapFree=4192812/4192956
[pid=4249] ppid=4244 vsize=915464 CPUtime=51.2
/proc/4249/stat : 4249 (java) R 4244 4249 4028 0 -1 0 9042 0 1 0 5113 7 0 0 25 0 8 0 157012694 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752968 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4249/statm: 228866 8764 2533 14 0 215336 0
[pid=4249/tid=4252] ppid=4244 vsize=915464 CPUtime=0.03
/proc/4249/task/4252/stat : 4252 (java) S 4244 4249 4028 0 -1 64 206 0 0 0 3 0 0 0 16 0 8 0 157012704 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4255] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4255/stat : 4255 (java) S 4244 4249 4028 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157012704 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4256] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4256/stat : 4256 (java) S 4244 4249 4028 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157012704 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4261] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4261/stat : 4261 (java) S 4244 4249 4028 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157012708 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4262] ppid=4244 vsize=915464 CPUtime=0.2
/proc/4249/task/4262/stat : 4262 (java) S 4244 4249 4028 0 -1 64 381 0 0 0 19 1 0 0 16 0 8 0 157012708 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4263] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4263/stat : 4263 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157012708 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4249/tid=4264] ppid=4244 vsize=915464 CPUtime=0
/proc/4249/task/4264/stat : 4264 (java) S 4244 4249 4028 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157012708 937435136 8764 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.2
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 53.4169
CPU time (s): 53.3069
CPU user time (s): 53.2219
CPU system time (s): 0.084987
CPU usage (%): 99.794
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.2219
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9165
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2075
involuntary context switches= 2222

runsolver used 0.067989 s user time and 0.143978 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 12:20:33 UTC 2007


IDJOB= 248779
IDBENCH= 11733
FILE ID= node72/248779-1168086029

PBS_JOBID= 3476581

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-25/primes-25-60-3-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248779-1168086029/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-248779-1168086029 -o ROOT/results/node72/solver-248779-1168086029 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/248779-1168086029/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  efa64831f44e8e46f8f037505c70d22c

RANDOM SEED= 295199640

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1433376 kB
Buffers:         43588 kB
Cached:         458592 kB
SwapCached:          0 kB
Active:         156448 kB
Inactive:       393824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1433376 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3424 kB
Writeback:           0 kB
Mapped:          67092 kB
Slab:            57332 kB
Committed_AS:  2685808 kB
PageTables:       2112 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66550 MiB



End job on node72 on Sat Jan  6 12:21:33 UTC 2007