Trace number 234784

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 7.95779 8.04527

DiagnosticValue
CHECKS190969779
NODES22560

General information on the benchmark

Nametaillard/os-taillard-5/
os-taillard-5-100-3.xml
MD5SUM762302597bb1453c6a57a834ad5bc6ef
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.163974
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables25
Number of constraints100
Maximum constraint arity2
Maximum domain size306
Number of constraints which are defined in extension0
Number of constraints which are defined in intension100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/234784-1168081627/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=25  nbDomainTypes=25  minDomainSize=218  maxDomainSize=306
0.39	       =>  wckTime=0.098  cpuTime=0.09  mem=6M919
0.39	   
0.39	   predicates being loaded...
0.39	   
0.39	   constraints being loaded...
2.21	     nbConstraints=100  nbConvertedConstraints=100  nbConvertConstraintsChecks=6437314  nbExtensionStructures=100
2.21	     nbSharedExtensionStructures=0  nbConflictsStructures=100  nbSharedConflictsStructures=0
2.21	     nbSharedBinaryRepresentations=20927  maxDegree=8  maxArity=2
2.21	       =>  wckTime=1.916  cpuTime=1.87  mem=13M811
2.25	   
2.25	   solver IterativeSystematicSolver being built... 
2.40	       =>  wckTime=2.107  cpuTime=2.0  mem=15M666
2.40	   
2.40	   preprocessing
2.40	     nbConstraintChecks=0  nbPropagations=25  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.40	     detectedInconsistency=no
2.40	       =>  wckTime=0.0010  cpuTime=0.0  mem=15M666
2.49	   
2.49	   search
2.49	     run=0  nbConstraintChecks=599275  nbPropagations=685  nbRevisions=3157  nbUselessRevisions=1859  nbAssignments=145
2.49	     nbFailedAssignments=116  nbBacktracks=11  nbVisitedNodes=277  nbRestartNogoods=0  mapSize=9  nbInferences=10
2.49	     nbTooLargeKeys=0
2.49	       =>  wckTime=0.09  cpuTime=0.06  mem=16M674
2.53	   
2.53	   search
2.53	     run=1  nbConstraintChecks=1449388  nbPropagations=2266  nbRevisions=11583  nbUselessRevisions=6931
2.53	     nbAssignments=240  nbFailedAssignments=189  nbBacktracks=28  nbVisitedNodes=457  nbRestartNogoods=5  mapSize=25
2.53	     nbInferences=10  nbTooLargeKeys=0
2.53	       =>  wckTime=0.128  cpuTime=0.09  mem=16M674
2.61	   
2.61	   search
2.61	     run=2  nbConstraintChecks=3978339  nbPropagations=6670  nbRevisions=33227  nbUselessRevisions=19768
2.61	     nbAssignments=551  nbFailedAssignments=472  nbBacktracks=50  nbVisitedNodes=1070  nbRestartNogoods=18  mapSize=46
2.61	     nbInferences=10  nbTooLargeKeys=0
2.61	       =>  wckTime=0.212  cpuTime=0.17  mem=16M674
2.76	   
2.76	   search
2.76	     run=3  nbConstraintChecks=8938332  nbPropagations=15146  nbRevisions=71849  nbUselessRevisions=41689
2.76	     nbAssignments=1054  nbFailedAssignments=937  nbBacktracks=83  nbVisitedNodes=2065  nbRestartNogoods=19  mapSize=77
2.76	     nbInferences=10  nbTooLargeKeys=0
2.76	       =>  wckTime=0.361  cpuTime=0.32  mem=16M674
2.91	   
2.91	   search
2.91	     run=4  nbConstraintChecks=14042580  nbPropagations=27567  nbRevisions=130511  nbUselessRevisions=74838
2.91	     nbAssignments=1341  nbFailedAssignments=1169  nbBacktracks=133  nbVisitedNodes=2624  nbRestartNogoods=32
2.91	     mapSize=124  nbInferences=10  nbTooLargeKeys=0
2.91	       =>  wckTime=0.508  cpuTime=0.46  mem=16M674
3.42	   
3.42	   search
3.42	     run=5  nbConstraintChecks=30977208  nbPropagations=52611  nbRevisions=256337  nbUselessRevisions=145348
3.42	     nbAssignments=2909  nbFailedAssignments=2658  nbBacktracks=209  nbVisitedNodes=5743  nbRestartNogoods=72
3.42	     mapSize=194  nbInferences=10  nbTooLargeKeys=0
3.42	       =>  wckTime=1.02  cpuTime=0.95  mem=16M674
3.70	   
3.70	   search
3.70	     run=6  nbConstraintChecks=40535623  nbPropagations=84643  nbRevisions=416404  nbUselessRevisions=233675
3.70	     nbAssignments=3828  nbFailedAssignments=3460  nbBacktracks=322  nbVisitedNodes=7553  nbRestartNogoods=96
3.70	     mapSize=294  nbInferences=10  nbTooLargeKeys=0
3.70	       =>  wckTime=1.295  cpuTime=1.22  mem=16M674
4.52	   
4.52	   search
4.52	     run=7  nbConstraintChecks=67510642  nbPropagations=144236  nbRevisions=715825  nbUselessRevisions=407794
4.52	     nbAssignments=6799  nbFailedAssignments=6259  nbBacktracks=492  nbVisitedNodes=13461  nbRestartNogoods=143
4.52	     mapSize=450  nbInferences=10  nbTooLargeKeys=0
4.52	       =>  wckTime=2.115  cpuTime=2.04  mem=16M674
4.98	   
4.98	   search
4.98	     run=8  nbConstraintChecks=82627520  nbPropagations=221113  nbRevisions=1101395  nbUselessRevisions=637312
4.98	     nbAssignments=9568  nbFailedAssignments=8768  nbBacktracks=748  nbVisitedNodes=18939  nbRestartNogoods=150
4.98	     mapSize=680  nbInferences=10  nbTooLargeKeys=0
4.98	       =>  wckTime=2.575  cpuTime=2.49  mem=16M674
6.47	   
6.47	   search
6.47	     run=9  nbConstraintChecks=139988402  nbPropagations=349898  nbRevisions=1717986  nbUselessRevisions=1006773
6.47	     nbAssignments=16909  nbFailedAssignments=15722  nbBacktracks=1132  nbVisitedNodes=33565  nbRestartNogoods=175
6.47	     mapSize=1050  nbInferences=10  nbTooLargeKeys=0
6.47	       =>  wckTime=4.073  cpuTime=3.98  mem=16M674
7.99	   
7.99	   search
7.99	     run=10  nbConstraintChecks=190969779  nbPropagations=529686  nbRevisions=2575485  nbUselessRevisions=1511344
7.99	     nbAssignments=22560  nbFailedAssignments=20900  nbBacktracks=1580  nbVisitedNodes=44745  nbRestartNogoods=190
7.99	     mapSize=1444  nbInferences=10  nbTooLargeKeys=0
7.99	       =>  wckTime=5.592  cpuTime=5.48  mem=17M649
7.99	   
7.99	   global
7.99	     nbConstraintChecks=190969779  nbPropagations=529711  nbRevisions=2575485  nbUselessRevisions=1511344
7.99	     nbRestartNogoods=190  solvingWckTime=5.593  solvingCpuTime=5.48  expiredTime=no  totalExploration=no
7.99	     nbFoundSolutions=1  globalCpuTime=7.52
7.99	       =>  wckTime=7.704  cpuTime=7.48  mem=17M649
8.00	   
8.00	s SATISFIABLE
8.00	v 117 0 221 270 66 0 117 81 195 266 0 305 81 134 230 77 0 231 181 120 134 229 97 217 0 
8.00	d NODES 22560
8.00	d CHECKS 190969779
8.00	   
8.00	   totalWckTime=7.779  totalCpuTime=7.52

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/node24/watcher-234784-1168081627 -o ROOT/results/node24/solver-234784-1168081627 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234784-1168081627/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: 1.84 1.82 1.82 4/93 18487
/proc/meminfo: memFree=1623968/2055920 swapFree=4192812/4192956
[pid=18486] ppid=18484 vsize=1784 CPUtime=0
/proc/18486/stat : 18486 (java) D 18484 18486 18195 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156557934 1826816 163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2605860 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/18486/statm: 446 163 128 14 0 91 0

[startup+0.104421 s]
/proc/loadavg: 1.84 1.82 1.82 4/93 18487
/proc/meminfo: memFree=1623968/2055920 swapFree=4192812/4192956
[pid=18486] ppid=18484 vsize=914988 CPUtime=0.08
/proc/18486/stat : 18486 (java) R 18484 18486 18195 0 -1 0 3063 0 1 0 7 1 0 0 24 0 8 0 156557934 936947712 2809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18486/statm: 228747 2809 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.512463 s]
/proc/loadavg: 1.84 1.82 1.82 4/93 18487
/proc/meminfo: memFree=1623968/2055920 swapFree=4192812/4192956
[pid=18486] ppid=18484 vsize=915460 CPUtime=0.49
/proc/18486/stat : 18486 (java) R 18484 18486 18195 0 -1 0 6536 0 1 0 45 4 0 0 25 0 8 0 156557934 937431040 6275 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073599074 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18486/statm: 228865 6275 2166 14 0 215335 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915460

[startup+1.33355 s]
/proc/loadavg: 1.84 1.82 1.82 3/100 18494
/proc/meminfo: memFree=1605416/2055920 swapFree=4192812/4192956
[pid=18486] ppid=18484 vsize=915460 CPUtime=1.31
/proc/18486/stat : 18486 (java) R 18484 18486 18195 0 -1 0 7190 0 1 0 127 4 0 0 25 0 8 0 156557934 937431040 6928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18486/statm: 228865 6930 2167 14 0 215335 0
[pid=18486/tid=18488] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18488/stat : 18488 (java) S 18484 18486 18195 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 156557938 937431040 6933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18489] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18489/stat : 18489 (java) S 18484 18486 18195 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 156557938 937431040 6935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18490] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18490/stat : 18490 (java) S 18484 18486 18195 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 156557938 937431040 6935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18491] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18491/stat : 18491 (java) S 18484 18486 18195 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156557941 937431040 6935 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18492] ppid=18484 vsize=915460 CPUtime=0.08
/proc/18486/task/18492/stat : 18492 (java) S 18484 18486 18195 0 -1 64 314 0 0 0 8 0 0 0 16 0 8 0 156557941 937431040 6936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18493] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18493/stat : 18493 (java) S 18484 18486 18195 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156557941 937431040 6936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18494] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18494/stat : 18494 (java) S 18484 18486 18195 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557941 937431040 6936 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98573 s]
/proc/loadavg: 1.84 1.82 1.82 3/100 18494
/proc/meminfo: memFree=1599016/2055920 swapFree=4192812/4192956
[pid=18486] ppid=18484 vsize=915460 CPUtime=2.95
/proc/18486/stat : 18486 (java) R 18484 18486 18195 0 -1 0 9073 0 1 0 288 7 0 0 25 0 8 0 156557934 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073753716 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18486/statm: 228865 8810 2532 14 0 215335 0
[pid=18486/tid=18488] ppid=18484 vsize=915460 CPUtime=0.03
/proc/18486/task/18488/stat : 18488 (java) S 18484 18486 18195 0 -1 64 716 0 0 0 3 0 0 0 16 0 8 0 156557938 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18489] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18489/stat : 18489 (java) S 18484 18486 18195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557938 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18490] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18490/stat : 18490 (java) S 18484 18486 18195 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557938 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18491] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18491/stat : 18491 (java) S 18484 18486 18195 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156557941 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18492] ppid=18484 vsize=915460 CPUtime=0.15
/proc/18486/task/18492/stat : 18492 (java) S 18484 18486 18195 0 -1 64 361 0 0 0 15 0 0 0 15 0 8 0 156557941 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18493] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18493/stat : 18493 (java) S 18484 18486 18195 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156557941 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18494] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18494/stat : 18494 (java) S 18484 18486 18195 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557941 937431040 8810 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915460

[startup+6.18808 s]
/proc/loadavg: 1.85 1.82 1.82 3/100 18494
/proc/meminfo: memFree=1598312/2055920 swapFree=4192812/4192956
[pid=18486] ppid=18484 vsize=915460 CPUtime=6.13
/proc/18486/stat : 18486 (java) R 18484 18486 18195 0 -1 0 9171 0 1 0 606 7 0 0 25 0 8 0 156557934 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735902 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18486/statm: 228865 8906 2532 14 0 215335 0
[pid=18486/tid=18488] ppid=18484 vsize=915460 CPUtime=0.03
/proc/18486/task/18488/stat : 18488 (java) S 18484 18486 18195 0 -1 64 716 0 0 0 3 0 0 0 16 0 8 0 156557938 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18489] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18489/stat : 18489 (java) S 18484 18486 18195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156557938 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18490] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18490/stat : 18490 (java) S 18484 18486 18195 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156557938 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18491] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18491/stat : 18491 (java) S 18484 18486 18195 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156557941 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18492] ppid=18484 vsize=915460 CPUtime=0.18
/proc/18486/task/18492/stat : 18492 (java) S 18484 18486 18195 0 -1 64 371 0 0 0 17 1 0 0 16 0 8 0 156557941 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18493] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18493/stat : 18493 (java) S 18484 18486 18195 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156557941 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18486/tid=18494] ppid=18484 vsize=915460 CPUtime=0
/proc/18486/task/18494/stat : 18494 (java) S 18484 18486 18195 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156557941 937431040 8906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 8.04527
CPU time (s): 7.95779
CPU user time (s): 7.8678
CPU system time (s): 0.089986
CPU usage (%): 98.9127
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.8678
system time used= 0.089986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9357
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= 1230
involuntary context switches= 1682

runsolver used 0.011998 s user time and 0.032994 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Sat Jan  6 11:07:07 UTC 2007


IDJOB= 234784
IDBENCH= 6712
FILE ID= node24/234784-1168081627

PBS_JOBID= 3476239

Free space on /tmp= 66463 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-5/os-taillard-5-100-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234784-1168081627/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-234784-1168081627 -o ROOT/results/node24/solver-234784-1168081627 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/234784-1168081627/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  762302597bb1453c6a57a834ad5bc6ef

RANDOM SEED= 106785479

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.234
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.234
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:       1624384 kB
Buffers:         26256 kB
Cached:         120760 kB
SwapCached:          0 kB
Active:         281528 kB
Inactive:        81656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:         245288 kB
Slab:            52688 kB
Committed_AS:  3772064 kB
PageTables:       2712 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= 66463 MiB



End job on node24 on Sat Jan  6 11:07:15 UTC 2007