Trace number 1049697

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 ESACSAT 36.9494 37.3753

DiagnosticValue
CHECKS22273400
NODES10519

General information on the benchmark

Namecsp/pseudo/routing/
normalized-s3-3-3-4.xml
MD5SUMc25bc2ed5a4fd79604373669bb556f6f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.12898
Satisfiable
(Un)Satisfiability was proved
Number of variables228
Number of constraints616
Maximum constraint arity19
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension616
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.28	
0.18/0.28	   configuration
0.18/0.28	     name=esac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-1049697-1215473831.xml
0.27/0.38	   
0.27/0.38	   domains being loaded...
0.27/0.39	   
0.27/0.39	   variables being loaded...
0.35/0.44	     nbVariables=228  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=456
0.35/0.44	       =>  wckTime=0.166  cpuTime=0.12  mem=7M853
0.35/0.44	   
0.35/0.44	   predicates being loaded...
0.45/0.52	   
0.45/0.52	   constraints being loaded...
0.84/0.95	     nbConstraints=318  nbGlobalConstraints=3  nbMergedConstraints=301  nbConvertedConstraints=148
0.84/0.95	     nbConvertConstraintsChecks=68  nbExtensionStructures=3  nbSharedExtensionStructures=145  nbConflictsStructures=8
0.84/0.95	     nbSharedConflictsStructures=295  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=9
0.84/0.95	     nbEvaluationManagers=6  nbSharedEvaluationManagers=161  minDegree=3  maxDegree=10  minArity=2  avgArity=3.4
0.84/0.95	     maxArity=24  nbGenerators=3  nbFusions=0  symmetryWckTime=0.089  symmetryCpuTime=0.05
0.84/0.95	       =>  wckTime=0.67  cpuTime=0.46  mem=20M624
0.92/1.02	   
0.92/1.02	   solver IterativeSystematicSolver being built... 
1.02/1.11	   
1.02/1.11	   INFO : Forward propagation technique limited 
1.02/1.19	       =>  wckTime=0.911  cpuTime=0.6  mem=23M19
1.81/1.92	   
1.81/1.92	   preprocessing
1.81/1.92	     nbConstraintChecks=397143  nbValidityChecks=16122  nbPropagations=861  nbRevisions=9435  nbUselessRevisions=8981
1.81/1.92	     nbSingletonTests=299  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.81/1.92	     detectedInconsistency=no
1.81/1.92	       =>  wckTime=0.727  cpuTime=0.69  mem=24M11
7.46/7.69	   
7.46/7.69	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=24M994)
36.87/37.34	   
36.87/37.34	   search
36.87/37.34	     run=8  nbConstraintChecks=21876263  nbValidityChecks=629107  minDepth=22  maxDepth=228  nbPropagations=168799
36.87/37.34	     nbRevisions=1420413  nbUselessRevisions=1219063  nbAssignments=10519  nbFailedAssignments=594  nbBacktracks=9212
36.87/37.34	     nbVisitedNodes=11829  nbRestartNogoods=34  nbFoundSolutions=1  nbSEliminables=14.32  nbREliminables=153.14
36.87/37.34	     nbIEliminables=24.51  nbDEliminables=0  nbPEliminables=0
36.87/37.35	       =>  wckTime=36.154  cpuTime=35.7  mem=24M994
36.87/37.35	   
36.87/37.35	   global
36.87/37.35	     nbConstraintChecks=22273406  nbValidityChecks=645229  nbPropagations=169660  nbRevisions=1429848
36.87/37.35	     nbUselessRevisions=1228044  nbRestartNogoods=34  solvingWckTime=36.156  solvingCpuTime=35.7  expiredTime=no
36.87/37.35	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=36.3  globalCpuTime=36.34
36.87/37.35	       =>  wckTime=37.068  cpuTime=36.3  mem=24M994
36.87/37.35	   
36.87/37.35	s SATISFIABLE
36.87/37.35	v 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 
36.87/37.35	d NODES 10519
36.87/37.35	d CHECKS 22273406
36.87/37.35	   
36.87/37.35	   totalWckTime=37.14  totalCpuTime=36.34

Verifier Data (download as text)

OK

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-1049697-1215473831/watcher-1049697-1215473831 -o /tmp/evaluation-result-1049697-1215473831/solver-1049697-1215473831 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1049697-1215473831.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: 3.66 2.67 1.73 3/87 4608
/proc/meminfo: memFree=1870544/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=18572 CPUtime=0
/proc/4608/stat : 4608 (runsolver) R 4606 4608 2682 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 4085215 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/4608/statm: 4643 292 257 25 0 2626 0

[startup+0.0579101 s]
/proc/loadavg: 3.66 2.67 1.73 3/87 4608
/proc/meminfo: memFree=1870544/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=863832 CPUtime=0.04
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 2602 0 1 0 3 1 0 0 19 0 9 0 4085215 884563968 2169 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 215958 2169 1027 9 0 210937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863832

[startup+0.101914 s]
/proc/loadavg: 3.66 2.67 1.73 3/87 4608
/proc/meminfo: memFree=1870544/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=865884 CPUtime=0.08
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 3683 0 1 0 7 1 0 0 19 0 9 0 4085215 886665216 3158 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 216471 3158 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301957 s]
/proc/loadavg: 3.66 2.67 1.73 3/87 4608
/proc/meminfo: memFree=1870544/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=866204 CPUtime=0.27
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 5500 0 1 0 24 3 0 0 19 0 9 0 4085215 886992896 4923 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 216551 4923 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866204

[startup+0.702031 s]
/proc/loadavg: 3.66 2.67 1.73 3/87 4608
/proc/meminfo: memFree=1870544/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=867676 CPUtime=0.64
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 8127 0 4 0 59 5 0 0 19 0 9 0 4085215 888500224 7490 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 216919 7490 2008 9 0 211425 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 867676

[startup+1.50118 s]
/proc/loadavg: 3.66 2.67 1.73 5/98 4621
/proc/meminfo: memFree=1839224/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=1.41
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 17956 307 4 2 131 10 0 0 19 0 9 0 4085215 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11277 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=1.07
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13076 307 4 2 99 8 0 0 21 0 9 0 4085216 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4127040876 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 17 0 9 0 4085218 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.25
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 877 307 0 2 25 0 0 0 16 0 9 0 4085220 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 9 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11277 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 868324

[startup+3.10248 s]
/proc/loadavg: 3.66 2.67 1.73 3/95 4621
/proc/meminfo: memFree=1832904/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=3
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18230 307 4 2 289 11 0 0 19 0 9 0 4085215 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11548 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=2.64
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13336 307 4 2 256 8 0 0 25 0 9 0 4085216 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4126913440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 17 0 9 0 4085218 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.27
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 891 307 0 2 27 0 0 0 16 0 9 0 4085220 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 9 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11548 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 868324

[startup+6.30109 s]
/proc/loadavg: 3.53 2.66 1.73 3/95 4621
/proc/meminfo: memFree=1832648/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=6.17
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18325 307 4 2 606 11 0 0 19 0 9 0 4085215 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11599 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=5.8
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13377 307 4 2 571 9 0 0 25 0 9 0 4085216 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4127076069 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 17 0 9 0 4085218 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.29
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 915 307 0 2 29 0 0 0 15 0 9 0 4085220 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11599 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 868324

[startup+12.7013 s]
/proc/loadavg: 3.41 2.65 1.73 3/93 4621
/proc/meminfo: memFree=1832544/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=12.51
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18360 307 4 2 1240 11 0 0 19 0 9 0 4085215 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11624 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=12.11
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13391 307 4 2 1202 9 0 0 25 0 9 0 4085216 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4127042267 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 16 0 9 0 4085218 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.32
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 936 307 0 2 32 0 0 0 15 0 9 0 4085220 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11624 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 868324

[startup+25.5018 s]
/proc/loadavg: 3.10 2.62 1.74 3/93 4621
/proc/meminfo: memFree=1832800/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=25.19
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18389 307 4 2 2508 11 0 0 19 0 9 0 4085215 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11630 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=24.78
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13395 307 4 2 2469 9 0 0 25 0 9 0 4085216 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4127042224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 17 0 9 0 4085218 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.32
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 961 307 0 2 32 0 0 0 16 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 868324

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

[startup+31.907 s]
/proc/loadavg: 3.01 2.61 1.74 3/93 4621
/proc/meminfo: memFree=1832928/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=31.52
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18389 307 4 2 3140 12 0 0 19 0 9 0 4085215 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11630 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=31.12
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13395 307 4 2 3102 10 0 0 25 0 9 0 4085216 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4127038259 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 16 0 9 0 4085218 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.32
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 961 307 0 2 32 0 0 0 16 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11630 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (KiB) 868324

[startup+35.1026 s]
/proc/loadavg: 2.93 2.60 1.74 3/93 4621
/proc/meminfo: memFree=1832928/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=34.69
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18392 307 4 2 3457 12 0 0 19 0 9 0 4085215 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11631 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=34.28
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13398 307 4 2 3418 10 0 0 25 0 9 0 4085216 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4126947965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 17 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.32
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 961 307 0 2 32 0 0 0 16 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.69
Current children cumulated vsize (KiB) 868324

[startup+36.7019 s]
/proc/loadavg: 2.93 2.60 1.74 3/93 4621
/proc/meminfo: memFree=1832992/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=36.27
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18392 307 4 2 3615 12 0 0 19 0 9 0 4085215 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11631 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=35.86
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13398 307 4 2 3576 10 0 0 25 0 9 0 4085216 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4127039917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.32
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 961 307 0 2 32 0 0 0 16 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.27
Current children cumulated vsize (KiB) 868324

[startup+37.102 s]
/proc/loadavg: 2.93 2.60 1.74 3/93 4621
/proc/meminfo: memFree=1832992/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=36.67
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18393 307 4 2 3655 12 0 0 19 0 9 0 4085215 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11631 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=36.26
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13398 307 4 2 3616 10 0 0 25 0 9 0 4085216 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4126913421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.33
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 962 307 0 2 33 0 0 0 16 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 868324

[startup+37.302 s]
/proc/loadavg: 2.93 2.60 1.74 3/93 4621
/proc/meminfo: memFree=1832992/2055920 swapFree=4192812/4192956
[pid=4608] ppid=4606 vsize=868324 CPUtime=36.87
/proc/4608/stat : 4608 (java) S 4606 4608 2682 0 -1 0 18393 307 4 2 3675 12 0 0 19 0 9 0 4085215 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4608/statm: 217081 11631 2633 9 0 211587 0
[pid=4608/tid=4610] ppid=4606 vsize=868324 CPUtime=36.46
/proc/4608/task/4610/stat : 4610 (java) R 4606 4608 2682 0 -1 64 13398 307 4 2 3636 10 0 0 25 0 9 0 4085216 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4126947956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4611] ppid=4606 vsize=868324 CPUtime=0.05
/proc/4608/task/4611/stat : 4611 (java) S 4606 4608 2682 0 -1 64 3158 307 0 2 5 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4612] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4612/stat : 4612 (java) S 4606 4608 2682 0 -1 64 14 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4613] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4613/stat : 4613 (java) S 4606 4608 2682 0 -1 64 11 307 0 2 0 0 0 0 16 0 9 0 4085218 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4614] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4614/stat : 4614 (java) S 4606 4608 2682 0 -1 64 1 307 0 2 0 0 0 0 18 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4615] ppid=4606 vsize=868324 CPUtime=0.33
/proc/4608/task/4615/stat : 4615 (java) S 4606 4608 2682 0 -1 64 962 307 0 2 33 0 0 0 16 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4616] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4616/stat : 4616 (java) S 4606 4608 2682 0 -1 64 2 307 0 2 0 0 0 0 19 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4608/tid=4617] ppid=4606 vsize=868324 CPUtime=0
/proc/4608/task/4617/stat : 4617 (java) S 4606 4608 2682 0 -1 64 39 307 0 2 0 0 0 0 15 0 9 0 4085220 889163776 11631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.87
Current children cumulated vsize (KiB) 868324

Child status: 0
Real time (s): 37.3753
CPU time (s): 36.9494
CPU user time (s): 36.8044
CPU system time (s): 0.144977
CPU usage (%): 98.8604
Max. virtual memory (cumulated for all children) (KiB): 868468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.8044
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18859
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2442
involuntary context switches= 3910

runsolver used 0.056991 second user time and 0.12798 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-08 01:37:11
IDJOB=1049697
IDBENCH=54842
IDSOLVER=364
FILE ID=node21/1049697-1215473831
PBS_JOBID= 7888603
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/routing/normalized-s3-3-3-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1049697-1215473831/watcher-1049697-1215473831 -o /tmp/evaluation-result-1049697-1215473831/solver-1049697-1215473831 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1049697-1215473831.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c25bc2ed5a4fd79604373669bb556f6f
RANDOM SEED=1359525713

node21.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.257
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.257
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:       1870960 kB
Buffers:          6588 kB
Cached:          84872 kB
SwapCached:          0 kB
Active:          99796 kB
Inactive:        46156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3088 kB
Writeback:           0 kB
Mapped:          75792 kB
Slab:            23836 kB
Committed_AS:   175056 kB
PageTables:       1960 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= 66456 MiB
End job on node21 at 2008-07-08 01:37:49