Trace number 1113999

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.21 3631.83

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-7.xml
MD5SUMe09c0035ca22c213f452f4b83717d072
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.02
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.03/0.16	
0.03/0.16	Abscon 112 (May, 2008)
0.21/0.32	
0.21/0.32	   configuration
0.21/0.32	     name=mrdac-wdeg.xml
0.27/0.42	   
0.27/0.42	   instance
0.27/0.42	     name=HOME/instance-1113999-1215894703.xml
0.27/0.45	   
0.27/0.45	   domains being loaded...
0.27/0.46	   
0.27/0.46	   variables being loaded...
0.27/0.49	     nbVariables=23  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=69
0.27/0.49	       =>  wckTime=0.166  cpuTime=0.1  mem=7M858
0.27/0.49	   
0.27/0.49	   relations being loaded...
2.33/2.50	   
2.33/2.50	   INFO : Contraction of relations, mem = 106M838
14.62/14.92	   
14.62/14.92	   constraints being loaded...
19.86/20.23	     nbConstraints=16  nbRelationTypes=16  nbExtensionStructures=16  nbSharedExtensionStructures=0
19.86/20.23	     nbConflictsStructures=16  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=15
19.86/20.23	     minArity=15  maxArity=15
19.86/20.24	       =>  wckTime=19.91  cpuTime=14.91  mem=642M504
23.44/23.89	   
23.44/23.89	   solver LocalSearchSolver being built... 
23.54/23.92	       =>  wckTime=23.599  cpuTime=14.97  mem=511M207
23.54/23.93	
23.54/23.93	s SATISFIABLE
23.54/23.93	o 15
23.54/23.94	o 14
23.54/23.94	o 13
23.54/23.97	o 12
23.54/23.98	o 11
27.79/28.25	o 10
32.75/33.23	   
32.75/33.23	   search
32.75/33.23	     run=0  nbConstraintChecks=4294860  nbAssignments=10000
32.75/33.23	       =>  wckTime=9.311  cpuTime=9.21  mem=511M207
41.97/42.52	   
41.97/42.52	   search
41.97/42.52	     run=1  nbConstraintChecks=8594276  nbAssignments=20000
41.97/42.52	       =>  wckTime=18.603  cpuTime=18.42  mem=511M207
51.09/51.73	   
51.09/51.73	   search
51.09/51.73	     run=2  nbConstraintChecks=12883812  nbAssignments=30000
51.09/51.73	       =>  wckTime=27.809  cpuTime=27.54  mem=511M207
57.84/58.53	   
57.84/58.53	   search
57.84/58.53	     run=3  nbConstraintChecks=16200675  nbAssignments=37647
57.84/58.53	       =>  wckTime=34.611  cpuTime=34.29  mem=511M207
57.84/58.53	   
57.84/58.53	   global
57.84/58.53	     nbConstraintChecks=16200675  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
57.84/58.53	     solvingWckTime=34.61  solvingCpuTime=34.29  expiredTime=no  totalExploration=no  nbFoundSolutions=0
57.84/58.53	     globalCpuTime=49.29
57.84/58.53	       =>  wckTime=58.209  cpuTime=49.26  mem=511M207
57.84/58.53	   
57.84/58.53	   solver DecomposerSolver being built... 
57.93/58.64	       =>  wckTime=58.32  cpuTime=49.34  mem=522M644
57.93/58.65	   
57.93/58.65	   preprocessing
57.93/58.65	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
57.93/58.65	     detectedInconsistency=no
57.93/58.65	       =>  wckTime=0.0030  cpuTime=0.0  mem=522M644
3600.09/3631.71	v 1 2 0 0 2 2 1 0 1 1 0 0 0 2 0 2 0 1 2 1 2 2 1 

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-1113999-1215894703/watcher-1113999-1215894703 -o /tmp/evaluation-result-1113999-1215894703/solver-1113999-1215894703 -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-1113999-1215894703.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: 3.39 3.41 3.30 4/80 17534
/proc/meminfo: memFree=1771584/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=18572 CPUtime=0
/proc/17534/stat : 17534 (runsolver) R 17532 17534 17413 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 46169489 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 218076081447 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17534/statm: 4643 292 257 25 0 2626 0

[startup+0.0565951 s]
/proc/loadavg: 3.39 3.41 3.30 4/80 17534
/proc/meminfo: memFree=1771584/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=861876 CPUtime=0.03
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 2277 0 1 0 2 1 0 0 18 0 5 0 46169489 882561024 1884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 215469 1884 861 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102602 s]
/proc/loadavg: 3.39 3.41 3.30 4/80 17534
/proc/meminfo: memFree=1771584/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=861876 CPUtime=0.03
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 2364 0 1 0 2 1 0 0 18 0 5 0 46169489 882561024 1951 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 215469 1951 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.301617 s]
/proc/loadavg: 3.39 3.41 3.30 4/80 17534
/proc/meminfo: memFree=1771584/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866148 CPUtime=0.21
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 5100 0 1 0 18 3 0 0 18 0 9 0 46169489 886935552 4528 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216537 4528 1863 9 0 211085 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 866148

[startup+0.702653 s]
/proc/loadavg: 3.39 3.41 3.30 4/80 17534
/proc/meminfo: memFree=1771584/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866604 CPUtime=0.55
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 18576 0 1 0 46 9 0 0 18 0 9 0 46169489 887402496 17945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216651 17945 1981 9 0 211179 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 866604

[startup+1.50273 s]
/proc/loadavg: 3.39 3.41 3.30 3/89 17543
/proc/meminfo: memFree=1679032/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866604 CPUtime=1.34
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 32251 0 1 0 119 15 0 0 18 0 9 0 46169489 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216651 31618 1983 9 0 211179 0
[pid=17534/tid=17536] ppid=17532 vsize=866604 CPUtime=1.11
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15678 0 1 0 103 8 0 0 25 0 9 0 46169492 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4126566244 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866604 CPUtime=0.13
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 15565 0 0 0 8 5 0 0 16 0 9 0 46169493 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866604 CPUtime=0.06
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 312 0 0 0 6 0 0 0 16 0 9 0 46169502 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 866604

[startup+3.10187 s]
/proc/loadavg: 3.44 3.42 3.31 3/89 17543
/proc/meminfo: memFree=1649144/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866604 CPUtime=2.93
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 41590 0 1 0 273 20 0 0 18 0 9 0 46169489 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216651 40952 1984 9 0 211179 0
[pid=17534/tid=17536] ppid=17532 vsize=866604 CPUtime=2.32
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15689 0 1 0 223 9 0 0 25 0 9 0 46169492 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4126611752 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866604 CPUtime=0.51
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 24888 0 0 0 42 9 0 0 19 0 9 0 46169493 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866604 CPUtime=0.07
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 317 0 0 0 7 0 0 0 16 0 9 0 46169502 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866604 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887402496 40952 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 866604

[startup+6.30115 s]
/proc/loadavg: 3.44 3.42 3.31 4/89 17543
/proc/meminfo: memFree=1561016/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866948 CPUtime=6.09
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 64876 0 1 0 580 29 0 0 18 0 9 0 46169489 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216737 62087 2608 9 0 211265 0
[pid=17534/tid=17536] ppid=17532 vsize=866948 CPUtime=4.44
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15701 0 1 0 433 11 0 0 25 0 9 0 46169492 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4126562959 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866948 CPUtime=1.54
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 48087 0 0 0 137 17 0 0 16 0 9 0 46169493 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866948 CPUtime=0.09
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 392 0 0 0 9 0 0 0 16 0 9 0 46169502 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887754752 62087 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 866948

[startup+12.7017 s]
/proc/loadavg: 3.37 3.41 3.30 4/89 17543
/proc/meminfo: memFree=1342456/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866948 CPUtime=12.43
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 119618 0 1 0 1189 54 0 0 18 0 9 0 46169489 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216737 116816 2608 9 0 211265 0
[pid=17534/tid=17536] ppid=17532 vsize=866948 CPUtime=8.95
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15714 0 1 0 881 14 0 0 25 0 9 0 46169492 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866948 CPUtime=3.37
/proc/17534/task/17537/stat : 17537 (java) R 17532 17534 17413 0 -1 64 102815 0 0 0 298 39 0 0 17 0 9 0 46169493 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866948 CPUtime=0.09
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 393 0 0 0 9 0 0 0 17 0 9 0 46169502 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866948 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887754752 116816 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 866948

[startup+25.5028 s]
/proc/loadavg: 3.32 3.39 3.30 3/89 17543
/proc/meminfo: memFree=1093624/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=867036 CPUtime=25.11
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185556 0 1 0 2421 90 0 0 18 0 9 0 46169489 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216759 172368 2637 9 0 211265 0
[pid=17534/tid=17536] ppid=17532 vsize=867036 CPUtime=16.69
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15822 0 1 0 1647 22 0 0 25 0 9 0 46169492 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4126677199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17537] ppid=17532 vsize=867036 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=867036 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=867036 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=867036 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=867036 CPUtime=0.13
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 428 0 0 0 13 0 0 0 16 0 9 0 46169502 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=867036 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=867036 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887844864 172368 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 867036

[startup+51.1021 s]
/proc/loadavg: 3.14 3.35 3.28 4/89 17543
/proc/meminfo: memFree=1093944/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866716 CPUtime=50.5
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185561 0 1 0 4847 203 0 0 18 0 9 0 46169489 887517184 172301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216679 172301 2638 9 0 211185 0
[pid=17534/tid=17536] ppid=17532 vsize=866716 CPUtime=42.07
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15822 0 1 0 4072 135 0 0 25 0 9 0 46169492 887517184 172301 996147200 134512640 134550740 4294955952 18446744073709551615 4126682381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866716 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887517184 172301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887517184 172301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887517184 172301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887517184 172301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866716 CPUtime=0.14
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 433 0 0 0 14 0 0 0 16 0 9 0 46169502 887517184 172301 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866716 CPUtime=0

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

Current children cumulated CPU time (s) 3253.96
Current children cumulated vsize (KiB) 866716

[startup+3342.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/90 17677
/proc/meminfo: memFree=1091928/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866716 CPUtime=3313.4
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185674 0 1 0 331056 284 0 0 18 0 9 0 46169489 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216679 172403 2639 9 0 211185 0
[pid=17534/tid=17536] ppid=17532 vsize=866716 CPUtime=3304.88
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15879 0 1 0 330273 215 0 0 25 0 9 0 46169492 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4126677277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866716 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866716 CPUtime=0.23
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 489 0 0 0 22 1 0 0 16 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3313.4
Current children cumulated vsize (KiB) 866716

[startup+3402.3 s]
/proc/loadavg: 2.00 2.00 2.08 3/90 17677
/proc/meminfo: memFree=1091864/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866716 CPUtime=3372.84
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185674 0 1 0 337000 284 0 0 18 0 9 0 46169489 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216679 172403 2639 9 0 211185 0
[pid=17534/tid=17536] ppid=17532 vsize=866716 CPUtime=3364.32
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15879 0 1 0 336217 215 0 0 25 0 9 0 46169492 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4126677186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866716 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866716 CPUtime=0.23
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 489 0 0 0 22 1 0 0 16 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3372.84
Current children cumulated vsize (KiB) 866716

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/90 17677
/proc/meminfo: memFree=1091736/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866716 CPUtime=3432.28
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185674 0 1 0 342944 284 0 0 18 0 9 0 46169489 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216679 172403 2639 9 0 211185 0
[pid=17534/tid=17536] ppid=17532 vsize=866716 CPUtime=3423.76
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15879 0 1 0 342161 215 0 0 25 0 9 0 46169492 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4126677277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866716 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866716 CPUtime=0.23
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 489 0 0 0 22 1 0 0 16 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3432.28
Current children cumulated vsize (KiB) 866716

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.07 4/90 17677
/proc/meminfo: memFree=1091672/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866716 CPUtime=3491.71
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185674 0 1 0 348887 284 0 0 18 0 9 0 46169489 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216679 172403 2639 9 0 211185 0
[pid=17534/tid=17536] ppid=17532 vsize=866716 CPUtime=3483.19
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15879 0 1 0 348104 215 0 0 25 0 9 0 46169492 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4126677199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866716 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866716 CPUtime=0.23
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 489 0 0 0 22 1 0 0 16 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3491.71
Current children cumulated vsize (KiB) 866716

[startup+3582.3 s]
/proc/loadavg: 2.10 2.03 2.07 3/90 17677
/proc/meminfo: memFree=1091608/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866716 CPUtime=3551.15
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185674 0 1 0 354831 284 0 0 18 0 9 0 46169489 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216679 172403 2639 9 0 211185 0
[pid=17534/tid=17536] ppid=17532 vsize=866716 CPUtime=3542.63
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15879 0 1 0 354048 215 0 0 25 0 9 0 46169492 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4126847536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866716 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866716 CPUtime=0.23
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 489 0 0 0 22 1 0 0 16 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3551.15
Current children cumulated vsize (KiB) 866716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3631.7 s]
/proc/loadavg: 2.10 2.04 2.07 3/90 17677
/proc/meminfo: memFree=1091544/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=866716 CPUtime=3600.09
/proc/17534/stat : 17534 (java) S 17532 17534 17413 0 -1 0 185674 0 1 0 359725 284 0 0 18 0 9 0 46169489 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17534/statm: 216679 172403 2639 9 0 211185 0
[pid=17534/tid=17536] ppid=17532 vsize=866716 CPUtime=3591.57
/proc/17534/task/17536/stat : 17536 (java) R 17532 17534 17413 0 -1 64 15879 0 1 0 358942 215 0 0 25 0 9 0 46169492 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4126677250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17534/tid=17537] ppid=17532 vsize=866716 CPUtime=8.26
/proc/17534/task/17537/stat : 17537 (java) S 17532 17534 17413 0 -1 64 168610 0 0 0 760 66 0 0 16 0 9 0 46169493 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17538] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17538/stat : 17538 (java) S 17532 17534 17413 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17539] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17539/stat : 17539 (java) S 17532 17534 17413 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46169494 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17540] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17540/stat : 17540 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17541] ppid=17532 vsize=866716 CPUtime=0.23
/proc/17534/task/17541/stat : 17541 (java) S 17532 17534 17413 0 -1 64 489 0 0 0 22 1 0 0 16 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17542] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17542/stat : 17542 (java) S 17532 17534 17413 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17534/tid=17543] ppid=17532 vsize=866716 CPUtime=0
/proc/17534/task/17543/stat : 17543 (java) S 17532 17534 17413 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46169502 887517184 172403 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 866716

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

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

[startup+3631.81 s]
/proc/loadavg: 2.10 2.04 2.07 3/90 17677
/proc/meminfo: memFree=1091544/2055920 swapFree=4192812/4192956
[pid=17534] ppid=17532 vsize=0 CPUtime=3600.19
/proc/17534/stat : 17534 (java) Z 17532 17534 17413 0 -1 1036 185694 0 1 0 359726 293 0 0 16 0 2 0 46169489 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17534/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 3631.83
CPU time (s): 3600.21
CPU user time (s): 3597.26
CPU system time (s): 2.95155
CPU usage (%): 99.1296
Max. virtual memory (cumulated for all children) (KiB): 888080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.26
system time used= 2.95155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185694
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= 74806
involuntary context switches= 152041

runsolver used 4.43732 second user time and 10.8184 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-12 22:31:49
IDJOB=1113999
IDBENCH=61673
IDSOLVER=359
FILE ID=node57/1113999-1215894703
PBS_JOBID= 7903679
Free space on /tmp= 66476 MiB

SOLVER NAME= AbsconMax 112 pc-w
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-7.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-1113999-1215894703/watcher-1113999-1215894703 -o /tmp/evaluation-result-1113999-1215894703/solver-1113999-1215894703 -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-1113999-1215894703.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e09c0035ca22c213f452f4b83717d072
RANDOM SEED=1422905369

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1772064 kB
Buffers:          8960 kB
Cached:         126632 kB
SwapCached:          0 kB
Active:         204624 kB
Inactive:        26316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           72464 kB
Writeback:           0 kB
Mapped:         115688 kB
Slab:            38024 kB
Committed_AS:   983020 kB
PageTables:       2008 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= 66476 MiB
End job on node57 at 2008-07-12 23:32:23