Trace number 1114031

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
AbsconMax 112 pc-wMSAT (TO)10 3600.15 3611.22

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-25.xml
MD5SUM89e0232b0c166b071483c580fdb62237
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mrdac-wdeg.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-1114031-1215895581.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.37/0.40	     nbVariables=23  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=69
0.37/0.40	       =>  wckTime=0.149  cpuTime=0.1  mem=7M858
0.37/0.40	   
0.37/0.40	   relations being loaded...
2.56/2.61	   
2.56/2.61	   INFO : Contraction of relations, mem = 106M838
15.85/18.04	   
15.85/18.04	   constraints being loaded...
21.13/23.34	     nbConstraints=16  nbRelationTypes=16  nbExtensionStructures=16  nbSharedExtensionStructures=0
21.13/23.34	     nbConflictsStructures=16  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=7  maxDegree=14
21.13/23.34	     minArity=15  maxArity=15
21.13/23.34	       =>  wckTime=23.094  cpuTime=15.71  mem=642M571
24.74/26.90	   
24.74/26.91	   solver LocalSearchSolver being built... 
24.74/26.94	       =>  wckTime=26.695  cpuTime=15.77  mem=511M279
24.74/26.95	
24.74/26.95	s SATISFIABLE
24.74/26.95	o 15
24.74/26.96	o 14
24.74/26.96	o 13
24.84/27.02	o 12
24.84/27.02	o 11
29.42/31.69	o 10
34.52/36.79	   
34.52/36.79	   search
34.52/36.79	     run=0  nbConstraintChecks=4302245  nbAssignments=10000
34.52/36.79	       =>  wckTime=9.848  cpuTime=9.81  mem=511M279
44.20/46.49	   
44.20/46.49	   search
44.20/46.49	     run=1  nbConstraintChecks=8590266  nbAssignments=20000
44.20/46.49	       =>  wckTime=19.55  cpuTime=19.48  mem=511M279
53.99/56.20	   
53.99/56.20	   search
53.99/56.20	     run=2  nbConstraintChecks=12880539  nbAssignments=30000
53.99/56.20	       =>  wckTime=29.257  cpuTime=29.17  mem=511M279
59.49/61.75	   
59.49/61.75	   search
59.49/61.75	     run=3  nbConstraintChecks=15339438  nbAssignments=35724
59.49/61.75	       =>  wckTime=34.805  cpuTime=34.72  mem=511M279
59.49/61.75	   
59.49/61.75	   global
59.49/61.75	     nbConstraintChecks=15339438  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
59.49/61.75	     solvingWckTime=34.804  solvingCpuTime=34.72  expiredTime=no  totalExploration=no  nbFoundSolutions=0
59.49/61.75	     globalCpuTime=50.56
59.49/61.75	       =>  wckTime=61.499  cpuTime=50.49  mem=511M279
59.49/61.75	   
59.49/61.75	   solver DecomposerSolver being built... 
59.58/61.86	       =>  wckTime=61.612  cpuTime=50.58  mem=522M716
59.58/61.87	   
59.58/61.87	   preprocessing
59.58/61.87	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
59.58/61.87	     detectedInconsistency=no
59.58/61.87	       =>  wckTime=0.0030  cpuTime=0.0  mem=522M716
3600.02/3611.11	v 0 1 0 1 0 1 1 1 2 1 2 1 0 0 0 1 2 1 0 1 0 0 2 

Verifier Data (download as text)

OK	10	6
10 unsatisfied constraints, 6 satisfied constraints

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-1114031-1215895581/watcher-1114031-1215895581 -o /tmp/evaluation-result-1114031-1215895581/solver-1114031-1215895581 -C 3600 -W 4000 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax HOME/instance-1114031-1215895581.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.92 2.83 2.75 4/80 20491
/proc/meminfo: memFree=980740/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=18572 CPUtime=0
/proc/20491/stat : 20491 (runsolver) R 20489 20491 20406 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 46262648 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20491/statm: 4643 292 257 25 0 2626 0

[startup+0.077701 s]
/proc/loadavg: 2.92 2.83 2.75 4/80 20491
/proc/meminfo: memFree=980740/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=865856 CPUtime=0.06
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 3340 0 1 0 4 2 0 0 18 0 9 0 46262648 886636544 2860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216464 2860 1554 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.1017 s]
/proc/loadavg: 2.92 2.83 2.75 4/80 20491
/proc/meminfo: memFree=980740/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=865984 CPUtime=0.08
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 3701 0 1 0 6 2 0 0 18 0 9 0 46262648 886767616 3174 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216496 3174 1678 9 0 211051 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301724 s]
/proc/loadavg: 2.92 2.83 2.75 4/80 20491
/proc/meminfo: memFree=980740/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=866156 CPUtime=0.28
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 5572 0 1 0 24 4 0 0 18 0 9 0 46262648 886943744 4993 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216539 4993 1894 9 0 211087 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866156

[startup+0.701776 s]
/proc/loadavg: 2.92 2.83 2.75 4/80 20491
/proc/meminfo: memFree=980740/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=866524 CPUtime=0.67
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 18557 0 1 0 58 9 0 0 18 0 9 0 46262648 887320576 17926 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216631 17926 1981 9 0 211159 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866524

[startup+1.50186 s]
/proc/loadavg: 2.92 2.83 2.75 4/89 20500
/proc/meminfo: memFree=894972/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=866524 CPUtime=1.46
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 32246 0 1 0 131 15 0 0 18 0 9 0 46262648 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216631 31613 1983 9 0 211159 0
[pid=20491/tid=20493] ppid=20489 vsize=866524 CPUtime=1.24
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15687 0 1 0 116 8 0 0 25 0 9 0 46262649 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4126584885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=866524 CPUtime=0.13
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 15567 0 0 0 8 5 0 0 16 0 9 0 46262651 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=866524 CPUtime=0.06
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 295 0 0 0 6 0 0 0 16 0 9 0 46262653 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887320576 31613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866524

[startup+3.10105 s]
/proc/loadavg: 2.92 2.83 2.75 3/89 20500
/proc/meminfo: memFree=855548/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=866524 CPUtime=3.05
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 40747 0 1 0 286 19 0 0 18 0 9 0 46262648 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216631 40109 1984 9 0 211159 0
[pid=20491/tid=20493] ppid=20489 vsize=866524 CPUtime=2.54
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15701 0 1 0 245 9 0 0 25 0 9 0 46262649 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=866524 CPUtime=0.41
/proc/20491/task/20494/stat : 20494 (java) R 20489 20491 20406 0 -1 64 24049 0 0 0 32 9 0 0 17 0 9 0 46262651 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 102516872 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=866524 CPUtime=0.07
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 300 0 0 0 7 0 0 0 16 0 9 0 46262653 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=866524 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887320576 40109 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 866524

[startup+6.30223 s]
/proc/loadavg: 2.85 2.81 2.74 3/89 20500
/proc/meminfo: memFree=819196/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=866620 CPUtime=4.16
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 47089 0 1 0 392 24 0 0 18 0 9 0 46262648 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216655 44301 2608 9 0 211183 0
[pid=20491/tid=20493] ppid=20489 vsize=866620 CPUtime=2.69
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15702 0 1 0 260 9 0 0 17 0 9 0 46262649 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4126568988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=866620 CPUtime=1.37
/proc/20491/task/20494/stat : 20494 (java) R 20489 20491 20406 0 -1 64 30390 0 0 0 124 13 0 0 25 0 9 0 46262651 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=866620 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=866620 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=866620 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=866620 CPUtime=0.07
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 300 0 0 0 7 0 0 0 16 0 9 0 46262653 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=866620 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=866620 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 46262653 887418880 44301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 866620

[startup+12.707 s]
/proc/loadavg: 2.80 2.80 2.74 3/89 20500
/proc/meminfo: memFree=632572/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=866940 CPUtime=10.56
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 92155 0 1 0 1011 45 0 0 18 0 9 0 46262648 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216735 89355 2608 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=866940 CPUtime=7.53
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15720 0 1 0 741 12 0 0 25 0 9 0 46262649 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4126417525 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=866940 CPUtime=2.91
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 75363 0 0 0 260 31 0 0 17 0 9 0 46262651 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=866940 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=866940 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=866940 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=866940 CPUtime=0.08
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 375 0 0 0 8 0 0 0 16 0 9 0 46262653 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=866940 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=866940 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887746560 89355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.56
Current children cumulated vsize (KiB) 866940

[startup+25.5024 s]
/proc/loadavg: 2.75 2.79 2.73 3/89 20500
/proc/meminfo: memFree=283452/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=884232 CPUtime=23.34
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183628 0 1 0 2246 88 0 0 18 0 9 0 46262648 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 221058 176645 2611 9 0 215586 0
[pid=20491/tid=20493] ppid=20489 vsize=884232 CPUtime=15.94
/proc/20491/task/20493/stat : 20493 (java) S 20489 20491 20406 0 -1 64 15792 0 1 0 1578 16 0 0 25 0 9 0 46262649 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=884232 CPUtime=7.26
/proc/20491/task/20494/stat : 20494 (java) R 20489 20491 20406 0 -1 64 166746 0 0 0 656 70 0 0 25 0 9 0 46262651 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 102731856 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=884232 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=884232 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=884232 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=884232 CPUtime=0.11
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 393 0 0 0 11 0 0 0 16 0 9 0 46262653 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=884232 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=884232 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 905453568 176645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 884232

[startup+51.1024 s]
/proc/loadavg: 2.49 2.73 2.71 3/89 20500
/proc/meminfo: memFree=299900/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=867028 CPUtime=48.9
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183694 0 1 0 4701 189 0 0 18 0 9 0 46262648 887836672 172385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216757 172385 2638 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=867028 CPUtime=40.07
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15835 0 1 0 3891 116 0 0 25 0 9 0 46262649 887836672 172385 996147200 134512640 134550740 4294955952 18446744073709551615 4126677808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20494] ppid=20489 vsize=867028 CPUtime=8.65
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 166746 0 0 0 794 71 0 0 16 0 9 0 46262651 887836672 172385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887836672 172385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887836672 172385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887836672 172385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=867032 CPUtime=0.15
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 416 0 0 0 15 0 0 0 16 0 9 0 46262653 887840768 172385 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=867028 CPUtime=0

################
# More data... #
################

Current children cumulated CPU time (s) 3272.95
Current children cumulated vsize (KiB) 867028

[startup+3342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20621
/proc/meminfo: memFree=1015596/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=867028 CPUtime=3332.64
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183806 0 1 0 333025 239 0 0 18 0 9 0 46262648 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216757 172486 2639 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=867028 CPUtime=3323.71
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15893 0 1 0 332206 165 0 0 25 0 9 0 46262649 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4126677762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=867028 CPUtime=8.67
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 166746 0 0 0 795 72 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=867028 CPUtime=0.23
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 470 0 0 0 23 0 0 0 16 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3332.64
Current children cumulated vsize (KiB) 867028

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20621
/proc/meminfo: memFree=1014764/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=867028 CPUtime=3392.32
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183806 0 1 0 338993 239 0 0 18 0 9 0 46262648 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216757 172486 2639 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=867028 CPUtime=3383.39
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15893 0 1 0 338174 165 0 0 25 0 9 0 46262649 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4126095819 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=867028 CPUtime=8.67
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 166746 0 0 0 795 72 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=867028 CPUtime=0.23
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 470 0 0 0 23 0 0 0 16 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3392.32
Current children cumulated vsize (KiB) 867028

[startup+3462.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20621
/proc/meminfo: memFree=1014636/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=867028 CPUtime=3452.01
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183806 0 1 0 344962 239 0 0 18 0 9 0 46262648 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216757 172486 2639 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=867028 CPUtime=3443.07
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15893 0 1 0 344142 165 0 0 25 0 9 0 46262649 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4126677794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=867028 CPUtime=8.67
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 166746 0 0 0 795 72 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=867028 CPUtime=0.23
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 470 0 0 0 23 0 0 0 16 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3452.01
Current children cumulated vsize (KiB) 867028

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20621
/proc/meminfo: memFree=1014252/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=867028 CPUtime=3511.69
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183806 0 1 0 350930 239 0 0 18 0 9 0 46262648 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216757 172486 2639 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=867028 CPUtime=3502.75
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15893 0 1 0 350110 165 0 0 25 0 9 0 46262649 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4126677808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=867028 CPUtime=8.67
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 166746 0 0 0 795 72 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=867028 CPUtime=0.23
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 470 0 0 0 23 0 0 0 16 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3511.69
Current children cumulated vsize (KiB) 867028

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20621
/proc/meminfo: memFree=1012908/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=867028 CPUtime=3571.37
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183806 0 1 0 356898 239 0 0 18 0 9 0 46262648 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216757 172486 2639 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=867028 CPUtime=3562.44
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15893 0 1 0 356079 165 0 0 25 0 9 0 46262649 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4126682957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=867028 CPUtime=8.67
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 166746 0 0 0 795 72 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=867028 CPUtime=0.23
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 470 0 0 0 23 0 0 0 16 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3571.37
Current children cumulated vsize (KiB) 867028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20633
/proc/meminfo: memFree=1038124/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=867028 CPUtime=3600.02
/proc/20491/stat : 20491 (java) S 20489 20491 20406 0 -1 0 183806 0 1 0 359762 240 0 0 18 0 9 0 46262648 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20491/statm: 216757 172486 2639 9 0 211263 0
[pid=20491/tid=20493] ppid=20489 vsize=867028 CPUtime=3591.08
/proc/20491/task/20493/stat : 20493 (java) R 20489 20491 20406 0 -1 64 15893 0 1 0 358943 165 0 0 25 0 9 0 46262649 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4126677815 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20491/tid=20494] ppid=20489 vsize=867028 CPUtime=8.67
/proc/20491/task/20494/stat : 20494 (java) S 20489 20491 20406 0 -1 64 166746 0 0 0 795 72 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20495] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20495/stat : 20495 (java) S 20489 20491 20406 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20496] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20496/stat : 20496 (java) S 20489 20491 20406 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46262651 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20497] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20497/stat : 20497 (java) S 20489 20491 20406 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20498] ppid=20489 vsize=867028 CPUtime=0.23
/proc/20491/task/20498/stat : 20498 (java) S 20489 20491 20406 0 -1 64 470 0 0 0 23 0 0 0 16 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20499] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20499/stat : 20499 (java) S 20489 20491 20406 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20491/tid=20500] ppid=20489 vsize=867028 CPUtime=0
/proc/20491/task/20500/stat : 20500 (java) S 20489 20491 20406 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46262653 887836672 172486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 867028

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+3611.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20633
/proc/meminfo: memFree=1038124/2055920 swapFree=4180120/4192956
[pid=20491] ppid=20489 vsize=0 CPUtime=3600.13
/proc/20491/stat : 20491 (java) Z 20489 20491 20406 0 -1 1036 183827 0 1 0 359764 249 0 0 16 0 2 0 46262648 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20491/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 3611.22
CPU time (s): 3600.15
CPU user time (s): 3597.64
CPU system time (s): 2.50162
CPU usage (%): 99.6933
Max. virtual memory (cumulated for all children) (KiB): 884236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.65
system time used= 2.50162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183827
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= 74225
involuntary context switches= 101232

runsolver used 4.19936 second user time and 11.0663 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-12 22:46:44
IDJOB=1114031
IDBENCH=61677
IDSOLVER=359
FILE ID=node28/1114031-1215895581
PBS_JOBID= 7903713
Free space on /tmp= 66368 MiB

SOLVER NAME= AbsconMax 112 pc-w
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-25.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114031-1215895581/watcher-1114031-1215895581 -o /tmp/evaluation-result-1114031-1215895581/solver-1114031-1215895581 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-wdeg.xml 1 XSax HOME/instance-1114031-1215895581.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 89e0232b0c166b071483c580fdb62237
RANDOM SEED=1713201038

node28.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.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        981220 kB
Buffers:         57376 kB
Cached:         276968 kB
SwapCached:       6064 kB
Active:         908492 kB
Inactive:       118992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        981220 kB
SwapTotal:     4192956 kB
SwapFree:      4180120 kB
Dirty:           72476 kB
Writeback:           0 kB
Mapped:         706344 kB
Slab:            30956 kB
Committed_AS:  1019760 kB
PageTables:       3272 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= 66428 MiB
End job on node28 at 2008-07-12 23:46:58