Trace number 1088470

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 ACUNSAT 25.0392 24.8719

DiagnosticValue
CHECKS34788100
NODES397254

General information on the benchmark

Namecsp/graphColoring/
myciel/normalized-myciel5-5.xml
MD5SUM4e9947661c937a66df0f73a5c98437a3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.0392
Satisfiable
(Un)Satisfiability was proved
Number of variables47
Number of constraints236
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension236
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.07	
0.05/0.07	Abscon 112 (May, 2008)
0.21/0.20	
0.21/0.20	   configuration
0.21/0.20	     name=mac.xml
0.21/0.23	   
0.21/0.23	   instance
0.21/0.23	     name=HOME/instance-1088470-1215246977.xml
0.21/0.26	   
0.21/0.26	   domains being loaded...
0.21/0.27	   
0.21/0.27	   variables being loaded...
0.21/0.29	     nbVariables=47  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=235
0.21/0.29	       =>  wckTime=0.092  cpuTime=0.09  mem=7M919
0.21/0.29	   
0.21/0.29	   predicates being loaded...
0.34/0.34	   
0.34/0.34	   constraints being loaded...
0.59/0.50	     nbConstraints=238  nbGlobalConstraints=2  nbConvertedConstraints=236  nbConvertConstraintsChecks=50
0.59/0.50	     nbExtensionStructures=2  nbSharedExtensionStructures=234  nbConflictsStructures=2  nbSharedConflictsStructures=234
0.59/0.50	     nbSharedBinaryRepresentations=5  minDegree=6  maxDegree=23  minArity=2  avgArity=2.25  maxArity=32  nbGenerators=2
0.59/0.50	     nbFusions=1  symmetryWckTime=0.051  symmetryCpuTime=0.04
0.59/0.50	       =>  wckTime=0.297  cpuTime=0.28  mem=14M885
0.59/0.55	   
0.59/0.55	   solver IterativeSystematicSolver being built... 
0.59/0.59	   
0.59/0.59	   INFO : Forward propagation technique limited 
0.70/0.65	       =>  wckTime=0.451  cpuTime=0.39  mem=19M616
0.70/0.66	   
0.70/0.66	   preprocessing
0.70/0.66	     nbConstraintChecks=10  nbPropagations=48  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=3
0.70/0.66	     nbRemovedTuples=10  detectedInconsistency=no
0.70/0.66	       =>  wckTime=0.0040  cpuTime=0.01  mem=19M616
0.84/0.73	   
0.84/0.73	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M566)
24.96/24.84	   
24.96/24.84	   search
24.96/24.84	     run=21  nbConstraintChecks=34788134  minDepth=0  maxDepth=26  nbPropagations=11279636  nbRevisions=49453718
24.96/24.84	     nbUselessRevisions=30873472  nbAssignments=397254  nbFailedAssignments=122268  nbInferredBacktracks=4821
24.96/24.84	     nbBacktracks=274759  nbVisitedNodes=627976  nbRestartNogoods=150  nbSEliminables=3.71  nbREliminables=1.21
24.96/24.84	     nbIEliminables=5.58  nbDEliminables=0  nbPEliminables=0
24.96/24.84	       =>  wckTime=24.189  cpuTime=24.16  mem=21M566
24.96/24.85	   
24.96/24.85	   global
24.96/24.85	     nbConstraintChecks=34788144  nbPropagations=11279684  nbRevisions=49453720  nbUselessRevisions=30873472
24.96/24.85	     nbRestartNogoods=150  solvingWckTime=24.191  solvingCpuTime=24.16  expiredTime=no  totalExploration=yes
24.96/24.85	     nbFoundSolutions=0  globalCpuTime=24.59
24.96/24.85	       =>  wckTime=24.643  cpuTime=24.55  mem=21M566
24.96/24.85	   
24.96/24.85	s UNSATISFIABLE
24.96/24.85	d NODES 397254
24.96/24.85	d CHECKS 34788144
24.96/24.85	   
24.96/24.85	   totalWckTime=24.685  totalCpuTime=24.6

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088470-1215246977/watcher-1088470-1215246977 -o /tmp/evaluation-result-1088470-1215246977/solver-1088470-1215246977 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1088470-1215246977.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 25248
/proc/meminfo: memFree=1853336/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=1616 CPUtime=0
/proc/25248/stat : 25248 (java) R 25246 25248 22268 0 -1 0 174 0 0 0 0 0 0 0 18 0 1 0 708664086 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/25248/statm: 404 145 119 9 0 46 0

[startup+0.061072 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 25248
/proc/meminfo: memFree=1853336/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=866716 CPUtime=0.05
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 2941 0 1 0 4 1 0 0 18 0 9 0 708664086 887517184 2467 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 216679 2474 1209 9 0 211241 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 866716

[startup+0.101077 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 25248
/proc/meminfo: memFree=1853336/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=866744 CPUtime=0.1
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 3942 0 1 0 8 2 0 0 18 0 9 0 708664086 887545856 3382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 216686 3382 1764 9 0 211241 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866744

[startup+0.301112 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 25248
/proc/meminfo: memFree=1853336/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=866960 CPUtime=0.34
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 6521 0 1 0 30 4 0 0 18 0 9 0 708664086 887767040 5891 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 216740 5891 1967 9 0 211268 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 866960

[startup+0.702184 s]
/proc/loadavg: 1.00 1.00 1.08 3/64 25248
/proc/meminfo: memFree=1853336/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=0.84
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15621 301 1 0 76 8 0 0 18 0 9 0 708664086 889372672 10389 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10389 2631 9 0 211638 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 868528

[startup+1.50231 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821840/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=1.68
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15682 301 1 0 160 8 0 0 18 0 9 0 708664086 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10450 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=1.41
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11799 301 1 0 135 6 0 0 23 0 9 0 708664087 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4126792064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 769 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10450 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 868528

[startup+3.10158 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821648/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=3.28
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15687 301 1 0 320 8 0 0 18 0 9 0 708664086 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10453 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=3
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11803 301 1 0 294 6 0 0 25 0 9 0 708664087 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4126377239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 17 0 9 0 708664088 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 868528

[startup+6.30211 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821456/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=6.48
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15702 301 1 0 640 8 0 0 18 0 9 0 708664086 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10455 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=6.2
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11806 301 1 0 614 6 0 0 25 0 9 0 708664087 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4126792323 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10455 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 868528

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821264/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=12.87
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15703 301 1 0 1279 8 0 0 18 0 9 0 708664086 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10456 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=12.6
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11807 301 1 0 1254 6 0 0 25 0 9 0 708664087 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4126817152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10456 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.87
Current children cumulated vsize (KiB) 868528

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

[startup+19.1013 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821264/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=19.26
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15704 301 1 0 1918 8 0 0 18 0 9 0 708664086 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10457 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=18.99
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11808 301 1 0 1893 6 0 0 25 0 9 0 708664087 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4126796648 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10457 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.26
Current children cumulated vsize (KiB) 868528

[startup+22.3018 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821264/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=22.46
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15705 301 1 0 2238 8 0 0 18 0 9 0 708664086 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10458 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=22.19
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11809 301 1 0 2213 6 0 0 25 0 9 0 708664087 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4126785079 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.46
Current children cumulated vsize (KiB) 868528

[startup+23.9011 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821200/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=24.06
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15705 301 1 0 2398 8 0 0 18 0 9 0 708664086 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10458 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=23.79
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11809 301 1 0 2373 6 0 0 25 0 9 0 708664087 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4126792938 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.06
Current children cumulated vsize (KiB) 868528

[startup+24.3011 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821200/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=24.46
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15705 301 1 0 2438 8 0 0 18 0 9 0 708664086 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10458 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=24.19
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11809 301 1 0 2413 6 0 0 25 0 9 0 708664087 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4126818489 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.46
Current children cumulated vsize (KiB) 868528

[startup+24.7012 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821200/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=24.86
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15705 301 1 0 2478 8 0 0 18 0 9 0 708664086 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10458 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=24.59
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11809 301 1 0 2453 6 0 0 25 0 9 0 708664087 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4126872283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 868528

[startup+24.8022 s]
/proc/loadavg: 1.00 1.00 1.08 2/73 25261
/proc/meminfo: memFree=1821200/2055920 swapFree=4156372/4192956
[pid=25248] ppid=25246 vsize=868528 CPUtime=24.96
/proc/25248/stat : 25248 (java) S 25246 25248 22268 0 -1 0 15705 301 1 0 2488 8 0 0 18 0 9 0 708664086 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25248/statm: 217132 10458 2631 9 0 211638 0
[pid=25248/tid=25250] ppid=25246 vsize=868528 CPUtime=24.69
/proc/25248/task/25250/stat : 25250 (java) R 25246 25248 22268 0 -1 64 11809 301 1 0 2463 6 0 0 25 0 9 0 708664087 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25251] ppid=25246 vsize=868528 CPUtime=0.03
/proc/25248/task/25251/stat : 25251 (java) S 25246 25248 22268 0 -1 64 2263 301 0 0 3 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25252] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25252/stat : 25252 (java) S 25246 25248 22268 0 -1 64 14 301 0 0 0 0 0 0 16 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25253] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25253/stat : 25253 (java) S 25246 25248 22268 0 -1 64 13 301 0 0 0 0 0 0 15 0 9 0 708664088 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25254] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25254/stat : 25254 (java) S 25246 25248 22268 0 -1 64 1 301 0 0 0 0 0 0 23 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25255] ppid=25246 vsize=868528 CPUtime=0.2
/proc/25248/task/25255/stat : 25255 (java) S 25246 25248 22268 0 -1 64 770 301 0 0 20 0 0 0 15 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25256] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25256/stat : 25256 (java) S 25246 25248 22268 0 -1 64 2 301 0 0 0 0 0 0 24 0 9 0 708664090 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25248/tid=25257] ppid=25246 vsize=868528 CPUtime=0
/proc/25248/task/25257/stat : 25257 (java) S 25246 25248 22268 0 -1 64 21 301 0 0 0 0 0 0 15 0 9 0 708664091 889372672 10458 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 868528

Child status: 0
Real time (s): 24.8719
CPU time (s): 25.0392
CPU user time (s): 24.9362
CPU system time (s): 0.102984
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (KiB): 868528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.9362
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16121
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= 862
involuntary context switches= 677

runsolver used 0.027995 second user time and 0.071989 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-05 10:36:17
IDJOB=1088470
IDBENCH=58085
IDSOLVER=363
FILE ID=node58/1088470-1215246977
PBS_JOBID= 7881856
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/myciel/normalized-myciel5-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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088470-1215246977/watcher-1088470-1215246977 -o /tmp/evaluation-result-1088470-1215246977/solver-1088470-1215246977 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1088470-1215246977.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4e9947661c937a66df0f73a5c98437a3
RANDOM SEED=527106233

node58.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.261
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.261
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:       1853816 kB
Buffers:          7956 kB
Cached:          92200 kB
SwapCached:      30880 kB
Active:         117520 kB
Inactive:        29656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1853816 kB
SwapTotal:     4192956 kB
SwapFree:      4156372 kB
Dirty:            2060 kB
Writeback:           0 kB
Mapped:          52452 kB
Slab:            40876 kB
Committed_AS:  1113832 kB
PageTables:       1436 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= 66556 MiB
End job on node58 at 2008-07-05 10:36:42