Trace number 2098585

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ACSAT 5.29619 5.39428

DiagnosticValue
CHECKS184452
NODES5876

General information on the benchmark

Namecsp/os-taillard-10/
normalized-os-taillard-10-100-5.xml
MD5SUM6c761f2e70540da1064cf50838161a2c
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.508921
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size538
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-2098585-1247416129.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.38/0.41	     nbVariables=100  nbDomainTypes=100  minDomainSize=440  maxDomainSize=538  nbTotalValues=49292
0.38/0.41	       =>  wckTime=0.149  cpuTime=0.12  mem=8M902
0.38/0.41	   
0.38/0.41	   predicates being loaded...
0.38/0.47	   
0.38/0.47	   constraints being loaded...
0.96/1.02	     nbConstraints=910  nbGlobalConstraints=910  nbSharedBinaryRepresentations=0  minDegree=19  maxDegree=19  minArity=2
0.96/1.02	     avgArity=2.09  maxArity=10  nbGenerators=0  nbFusions=0  symmetryWckTime=0.156  symmetryCpuTime=0.11  nbCliques=10
0.96/1.02	       =>  wckTime=0.755  cpuTime=0.56  mem=22M580
0.96/1.09	   
0.96/1.09	   solver IterativeSystematicSolver being built... 
1.06/1.17	   
1.06/1.17	   INFO : Forward propagation technique limited 
1.15/1.24	       =>  wckTime=0.974  cpuTime=0.68  mem=23M671
1.15/1.26	   
1.15/1.26	   preprocessing
1.15/1.26	     nbConstraintChecks=0  nbPropagations=100  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.15/1.26	     detectedInconsistency=no
1.15/1.26	       =>  wckTime=0.019  cpuTime=0.01  mem=24M646
2.44/2.58	   
2.44/2.58	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=47M863)
5.21/5.33	   
5.21/5.33	   search
5.21/5.33	     run=13  nbConstraintChecks=184452  minDepth=31  maxDepth=100  nbPropagations=239886  nbRevisions=0
5.21/5.33	     nbUselessRevisions=0  nbAssignments=5876  nbFailedAssignments=4956  nbInferredBacktracks=15  nbBacktracks=360
5.21/5.33	     nbVisitedNodes=11156  nbRestartNogoods=563  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=10.35
5.21/5.33	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
5.21/5.34	       =>  wckTime=4.094  cpuTime=3.93  mem=39M475
5.21/5.34	   
5.21/5.34	   global
5.21/5.34	     nbConstraintChecks=184452  nbPropagations=239986  nbRestartNogoods=563  solvingWckTime=4.096  solvingCpuTime=3.93
5.21/5.34	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.61  globalCpuTime=4.66
5.21/5.34	       =>  wckTime=5.074  cpuTime=4.62  mem=39M475
5.21/5.34	   
5.21/5.34	s SATISFIABLE
5.21/5.34	v 444 371 230 174 0 208 380 308 483 92 285 310 427 483 120 37 410 188 75 379 269 400 457 0 286 333 98 116 176 476 62 0 201 358 163 120 457 267 31 97 174 400 72 310 40 201 0 57 223 450 92 371 444 176 510 459 75 302 0 260 410 89 0 476 269 345 194 443 358 153 419 302 235 0 379 450 98 336 276 163 414 97 0 473 21 218 528 303 527 66 223 153 528 72 414 401 476 116 308 0 
5.21/5.34	d NODES 5876
5.21/5.34	d CHECKS 184452
5.21/5.34	   
5.21/5.34	   totalWckTime=5.145  totalCpuTime=4.67

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098585-1247416129/watcher-2098585-1247416129 -o /tmp/evaluation-result-2098585-1247416129/solver-2098585-1247416129 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098585-1247416129.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 1.91 2.07 2.02 4/81 5792
/proc/meminfo: memFree=1701968/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=10676 CPUtime=0
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28677467 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 2669 474 207 9 0 1184 0
[pid=5792/tid=5793] ppid=5790 vsize=10676 CPUtime=0
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28677468 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 10563544 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.11908 s]
/proc/loadavg: 1.91 2.07 2.02 4/81 5792
/proc/meminfo: memFree=1701968/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=865984 CPUtime=0.1
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 3910 0 1 0 8 2 0 0 18 0 9 0 28677467 886767616 3347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 216496 3347 1757 9 0 210981 0
[pid=5792/tid=5793] ppid=5790 vsize=865984 CPUtime=0.07
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 2983 0 1 0 6 1 0 0 20 0 9 0 28677468 886767616 3347 996147200 134512640 134550932 4294955968 18446744073709551615 4125978474 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.202091 s]
/proc/loadavg: 1.91 2.07 2.02 4/81 5792
/proc/meminfo: memFree=1701968/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=866144 CPUtime=0.18
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 4681 0 1 0 15 3 0 0 18 0 9 0 28677467 886931456 4098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 216536 4098 1885 9 0 211014 0
[pid=5792/tid=5793] ppid=5790 vsize=866144 CPUtime=0.15
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 3753 0 1 0 13 2 0 0 20 0 9 0 28677468 886931456 4098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.302098 s]
/proc/loadavg: 1.91 2.07 2.02 4/81 5792
/proc/meminfo: memFree=1701968/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=866380 CPUtime=0.27
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 5857 0 1 0 24 3 0 0 18 0 9 0 28677467 887173120 5223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 216595 5223 1981 9 0 211053 0
[pid=5792/tid=5793] ppid=5790 vsize=866380 CPUtime=0.23
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 4875 0 1 0 20 3 0 0 21 0 9 0 28677468 887173120 5223 996147200 134512640 134550932 4294955968 18446744073709551615 4159510174 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866380

[startup+0.702144 s]
/proc/loadavg: 1.91 2.07 2.02 4/81 5792
/proc/meminfo: memFree=1701968/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=867732 CPUtime=0.68
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 8918 0 1 0 63 5 0 0 18 0 9 0 28677467 888557568 8272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 216933 8272 2037 9 0 211369 0
[pid=5792/tid=5793] ppid=5790 vsize=867732 CPUtime=0.51
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 7554 0 1 0 47 4 0 0 23 0 9 0 28677468 888557568 8272 996147200 134512640 134550932 4294955968 18446744073709551615 4125959118 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867732

[startup+1.50223 s]
/proc/loadavg: 1.91 2.07 2.02 3/90 5805
/proc/meminfo: memFree=1667400/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=868512 CPUtime=1.45
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 20200 319 1 0 130 15 0 0 18 0 9 0 28677467 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 217128 13036 2658 9 0 211564 0
[pid=5792/tid=5793] ppid=5790 vsize=868512 CPUtime=1.1
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 14642 319 1 0 98 12 0 0 25 0 9 0 28677468 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4125959287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5795] ppid=5790 vsize=868512 CPUtime=0.05
/proc/5792/task/5795/stat : 5795 (java) S 5790 5792 5716 0 -1 64 3803 319 0 0 5 0 0 0 17 0 9 0 28677470 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5796] ppid=5790 vsize=868512 CPUtime=0
/proc/5792/task/5796/stat : 5796 (java) S 5790 5792 5716 0 -1 64 17 319 0 0 0 0 0 0 16 0 9 0 28677470 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5797] ppid=5790 vsize=868512 CPUtime=0
/proc/5792/task/5797/stat : 5797 (java) S 5790 5792 5716 0 -1 64 11 319 0 0 0 0 0 0 16 0 9 0 28677470 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5798] ppid=5790 vsize=868512 CPUtime=0
/proc/5792/task/5798/stat : 5798 (java) S 5790 5792 5716 0 -1 64 2 319 0 0 0 0 0 0 18 0 9 0 28677472 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5799] ppid=5790 vsize=868512 CPUtime=0.27
/proc/5792/task/5799/stat : 5799 (java) S 5790 5792 5716 0 -1 64 912 319 0 0 26 1 0 0 15 0 9 0 28677472 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5800] ppid=5790 vsize=868512 CPUtime=0
/proc/5792/task/5800/stat : 5800 (java) S 5790 5792 5716 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 28677472 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5801] ppid=5790 vsize=868512 CPUtime=0
/proc/5792/task/5801/stat : 5801 (java) S 5790 5792 5716 0 -1 64 5 319 0 0 0 0 0 0 15 0 9 0 28677472 889356288 13036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868512

[startup+3.10139 s]
/proc/loadavg: 2.00 2.08 2.02 3/90 5805
/proc/meminfo: memFree=1632776/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=868424 CPUtime=3.04
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 28643 319 1 0 286 18 0 0 18 0 9 0 28677467 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 217106 21312 2639 9 0 211564 0
[pid=5792/tid=5793] ppid=5790 vsize=868424 CPUtime=2.6
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 19973 319 1 0 246 14 0 0 25 0 9 0 28677468 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4127126279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5795] ppid=5790 vsize=868424 CPUtime=0.08
/proc/5792/task/5795/stat : 5795 (java) S 5790 5792 5716 0 -1 64 6886 319 0 0 7 1 0 0 17 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5796] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5796/stat : 5796 (java) S 5790 5792 5716 0 -1 64 17 319 0 0 0 0 0 0 16 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5797] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5797/stat : 5797 (java) S 5790 5792 5716 0 -1 64 11 319 0 0 0 0 0 0 15 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5798] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5798/stat : 5798 (java) S 5790 5792 5716 0 -1 64 2 319 0 0 0 0 0 0 18 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5799] ppid=5790 vsize=868424 CPUtime=0.32
/proc/5792/task/5799/stat : 5799 (java) S 5790 5792 5716 0 -1 64 941 319 0 0 31 1 0 0 16 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5800] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5800/stat : 5800 (java) S 5790 5792 5716 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5801] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5801/stat : 5801 (java) S 5790 5792 5716 0 -1 64 5 319 0 0 0 0 0 0 15 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868424

Solver just ended. Dumping a history of the last processes samples

[startup+3.2014 s]
/proc/loadavg: 2.00 2.08 2.02 3/90 5805
/proc/meminfo: memFree=1632776/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=868424 CPUtime=3.14
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 28643 319 1 0 296 18 0 0 18 0 9 0 28677467 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 217106 21312 2639 9 0 211564 0
[pid=5792/tid=5793] ppid=5790 vsize=868424 CPUtime=2.7
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 19973 319 1 0 256 14 0 0 25 0 9 0 28677468 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4126095896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5795] ppid=5790 vsize=868424 CPUtime=0.08
/proc/5792/task/5795/stat : 5795 (java) S 5790 5792 5716 0 -1 64 6886 319 0 0 7 1 0 0 17 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5796] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5796/stat : 5796 (java) S 5790 5792 5716 0 -1 64 17 319 0 0 0 0 0 0 16 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5797] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5797/stat : 5797 (java) S 5790 5792 5716 0 -1 64 11 319 0 0 0 0 0 0 15 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5798] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5798/stat : 5798 (java) S 5790 5792 5716 0 -1 64 2 319 0 0 0 0 0 0 18 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5799] ppid=5790 vsize=868424 CPUtime=0.32
/proc/5792/task/5799/stat : 5799 (java) S 5790 5792 5716 0 -1 64 941 319 0 0 31 1 0 0 16 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5800] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5800/stat : 5800 (java) S 5790 5792 5716 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5801] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5801/stat : 5801 (java) S 5790 5792 5716 0 -1 64 5 319 0 0 0 0 0 0 15 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 868424

[startup+4.00149 s]
/proc/loadavg: 2.00 2.08 2.02 3/90 5805
/proc/meminfo: memFree=1626504/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=868424 CPUtime=3.93
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 28644 319 1 0 375 18 0 0 18 0 9 0 28677467 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 217106 21312 2639 9 0 211564 0
[pid=5792/tid=5793] ppid=5790 vsize=868424 CPUtime=3.49
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 19974 319 1 0 335 14 0 0 25 0 9 0 28677468 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5795] ppid=5790 vsize=868424 CPUtime=0.08
/proc/5792/task/5795/stat : 5795 (java) S 5790 5792 5716 0 -1 64 6886 319 0 0 7 1 0 0 17 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5796] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5796/stat : 5796 (java) S 5790 5792 5716 0 -1 64 17 319 0 0 0 0 0 0 16 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5797] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5797/stat : 5797 (java) S 5790 5792 5716 0 -1 64 11 319 0 0 0 0 0 0 15 0 9 0 28677470 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5798] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5798/stat : 5798 (java) S 5790 5792 5716 0 -1 64 2 319 0 0 0 0 0 0 18 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5799] ppid=5790 vsize=868424 CPUtime=0.32
/proc/5792/task/5799/stat : 5799 (java) S 5790 5792 5716 0 -1 64 941 319 0 0 31 1 0 0 16 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5800] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5800/stat : 5800 (java) S 5790 5792 5716 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5801] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5801/stat : 5801 (java) S 5790 5792 5716 0 -1 64 5 319 0 0 0 0 0 0 15 0 9 0 28677472 889266176 21312 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 868424

[startup+4.80157 s]
/proc/loadavg: 2.00 2.08 2.02 3/90 5805
/proc/meminfo: memFree=1626504/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=868424 CPUtime=4.71
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 28651 319 1 0 453 18 0 0 18 0 9 0 28677467 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 217106 21317 2639 9 0 211564 0
[pid=5792/tid=5793] ppid=5790 vsize=868424 CPUtime=4.27
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 19976 319 1 0 413 14 0 0 25 0 9 0 28677468 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4127126588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5795] ppid=5790 vsize=868424 CPUtime=0.09
/proc/5792/task/5795/stat : 5795 (java) S 5790 5792 5716 0 -1 64 6891 319 0 0 8 1 0 0 16 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5796] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5796/stat : 5796 (java) S 5790 5792 5716 0 -1 64 17 319 0 0 0 0 0 0 16 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5797] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5797/stat : 5797 (java) S 5790 5792 5716 0 -1 64 11 319 0 0 0 0 0 0 15 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5798] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5798/stat : 5798 (java) S 5790 5792 5716 0 -1 64 2 319 0 0 0 0 0 0 18 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5799] ppid=5790 vsize=868424 CPUtime=0.32
/proc/5792/task/5799/stat : 5799 (java) S 5790 5792 5716 0 -1 64 941 319 0 0 31 1 0 0 16 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5800] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5800/stat : 5800 (java) S 5790 5792 5716 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5801] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5801/stat : 5801 (java) S 5790 5792 5716 0 -1 64 5 319 0 0 0 0 0 0 15 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 868424

[startup+5.20161 s]
/proc/loadavg: 2.00 2.08 2.02 3/90 5805
/proc/meminfo: memFree=1626504/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=868424 CPUtime=5.11
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 28651 319 1 0 493 18 0 0 18 0 9 0 28677467 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 217106 21317 2639 9 0 211564 0
[pid=5792/tid=5793] ppid=5790 vsize=868424 CPUtime=4.67
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 19976 319 1 0 453 14 0 0 25 0 9 0 28677468 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4127164644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5795] ppid=5790 vsize=868424 CPUtime=0.09
/proc/5792/task/5795/stat : 5795 (java) S 5790 5792 5716 0 -1 64 6891 319 0 0 8 1 0 0 16 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5796] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5796/stat : 5796 (java) S 5790 5792 5716 0 -1 64 17 319 0 0 0 0 0 0 16 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5797] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5797/stat : 5797 (java) S 5790 5792 5716 0 -1 64 11 319 0 0 0 0 0 0 15 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5798] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5798/stat : 5798 (java) S 5790 5792 5716 0 -1 64 2 319 0 0 0 0 0 0 18 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5799] ppid=5790 vsize=868424 CPUtime=0.32
/proc/5792/task/5799/stat : 5799 (java) S 5790 5792 5716 0 -1 64 941 319 0 0 31 1 0 0 16 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5800] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5800/stat : 5800 (java) S 5790 5792 5716 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5801] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5801/stat : 5801 (java) S 5790 5792 5716 0 -1 64 5 319 0 0 0 0 0 0 15 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 868424

[startup+5.30162 s]
/proc/loadavg: 2.00 2.08 2.02 3/90 5805
/proc/meminfo: memFree=1626504/2055912 swapFree=4192812/4192956
[pid=5792] ppid=5790 vsize=868424 CPUtime=5.21
/proc/5792/stat : 5792 (java) S 5790 5792 5716 0 -1 0 28680 319 1 0 503 18 0 0 18 0 9 0 28677467 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5792/statm: 217106 21317 2639 9 0 211564 0
[pid=5792/tid=5793] ppid=5790 vsize=868424 CPUtime=4.77
/proc/5792/task/5793/stat : 5793 (java) R 5790 5792 5716 0 -1 64 19976 319 1 0 463 14 0 0 25 0 9 0 28677468 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4127169741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5795] ppid=5790 vsize=868424 CPUtime=0.09
/proc/5792/task/5795/stat : 5795 (java) S 5790 5792 5716 0 -1 64 6891 319 0 0 8 1 0 0 16 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5796] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5796/stat : 5796 (java) S 5790 5792 5716 0 -1 64 17 319 0 0 0 0 0 0 16 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5797] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5797/stat : 5797 (java) S 5790 5792 5716 0 -1 64 11 319 0 0 0 0 0 0 15 0 9 0 28677470 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5798] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5798/stat : 5798 (java) S 5790 5792 5716 0 -1 64 2 319 0 0 0 0 0 0 18 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5799] ppid=5790 vsize=868424 CPUtime=0.32
/proc/5792/task/5799/stat : 5799 (java) S 5790 5792 5716 0 -1 64 941 319 0 0 31 1 0 0 16 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5800] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5800/stat : 5800 (java) S 5790 5792 5716 0 -1 64 1 319 0 0 0 0 0 0 19 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5792/tid=5801] ppid=5790 vsize=868424 CPUtime=0
/proc/5792/task/5801/stat : 5801 (java) S 5790 5792 5716 0 -1 64 34 319 0 0 0 0 0 0 15 0 9 0 28677472 889266176 21317 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 5.39428
CPU time (s): 5.29619
CPU user time (s): 5.08823
CPU system time (s): 0.207968
CPU usage (%): 98.1816
Max. virtual memory (cumulated for all children) (KiB): 868512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.08823
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29032
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= 1705
involuntary context switches= 1976

runsolver used 0.005999 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 18:28:49
IDJOB=2098585
IDBENCH=58765
IDSOLVER=773
FILE ID=node78/2098585-1247416129
PBS_JOBID= 9510737
Free space on /tmp= 126812 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/os-taillard-10/normalized-os-taillard-10-100-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098585-1247416129/watcher-2098585-1247416129 -o /tmp/evaluation-result-2098585-1247416129/solver-2098585-1247416129 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098585-1247416129.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 6c761f2e70540da1064cf50838161a2c
RANDOM SEED=30278244

node78.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.232
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.232
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:      2055912 kB
MemFree:       1702384 kB
Buffers:         50876 kB
Cached:         147344 kB
SwapCached:          0 kB
Active:         210160 kB
Inactive:        85512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1702384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:         117884 kB
Slab:            42812 kB
Committed_AS:  1041520 kB
PageTables:       2000 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126808 MiB
End job on node78 at 2009-07-12 18:28:55