Trace number 1113976

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-dMSAT (TO)10 3600.14 3641.66

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-17.xml
MD5SUM01d6c53340f0222548a1b907ff47165c
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.05/0.11	
0.05/0.11	Abscon 112 (May, 2008)
0.15/0.27	
0.15/0.27	   configuration
0.15/0.27	     name=mrdac-ddeg.xml
0.24/0.33	   
0.24/0.33	   instance
0.24/0.33	     name=HOME/instance-1113976-1215894305.xml
0.24/0.37	   
0.24/0.37	   domains being loaded...
0.24/0.38	   
0.24/0.38	   variables being loaded...
0.24/0.40	     nbVariables=23  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=69
0.24/0.40	       =>  wckTime=0.129  cpuTime=0.1  mem=7M858
0.24/0.40	   
0.24/0.41	   relations being loaded...
2.31/2.40	   
2.31/2.40	   INFO : Contraction of relations, mem = 106M838
14.56/14.89	   
14.56/14.89	   constraints being loaded...
19.90/20.22	     nbConstraints=16  nbRelationTypes=16  nbExtensionStructures=16  nbSharedExtensionStructures=0
19.90/20.22	     nbConflictsStructures=16  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=16
19.90/20.22	     minArity=15  maxArity=15
19.90/20.22	       =>  wckTime=19.943  cpuTime=14.91  mem=641M531
23.46/23.85	   
23.46/23.85	   solver LocalSearchSolver being built... 
23.46/23.89	       =>  wckTime=23.613  cpuTime=14.97  mem=511M164
23.55/23.90	
23.55/23.90	s SATISFIABLE
23.55/23.90	o 15
23.55/23.90	o 14
23.55/23.91	o 13
23.55/23.95	o 12
23.76/24.18	o 11
25.63/26.04	o 10
32.75/33.24	   
32.75/33.24	   search
32.75/33.24	     run=0  nbConstraintChecks=4298397  nbAssignments=10000
32.75/33.24	       =>  wckTime=9.348  cpuTime=9.21  mem=511M164
41.95/42.57	   
41.95/42.57	   search
41.95/42.57	     run=1  nbConstraintChecks=8594289  nbAssignments=20000
41.95/42.57	       =>  wckTime=18.681  cpuTime=18.45  mem=511M164
51.14/51.81	   
51.14/51.81	   search
51.14/51.81	     run=2  nbConstraintChecks=12886808  nbAssignments=30000
51.14/51.81	       =>  wckTime=27.919  cpuTime=27.56  mem=511M164
55.69/56.40	   
55.69/56.40	   search
55.69/56.40	     run=3  nbConstraintChecks=15009233  nbAssignments=34925
55.69/56.40	       =>  wckTime=32.518  cpuTime=32.12  mem=511M164
55.69/56.41	   
55.69/56.41	   global
55.69/56.41	     nbConstraintChecks=15009233  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
55.69/56.41	     solvingWckTime=32.516  solvingCpuTime=32.12  expiredTime=no  totalExploration=no  nbFoundSolutions=0
55.69/56.41	     globalCpuTime=47.12
55.69/56.41	       =>  wckTime=56.13  cpuTime=47.09  mem=511M164
55.69/56.41	   
55.69/56.41	   solver DecomposerSolver being built... 
55.78/56.52	       =>  wckTime=56.241  cpuTime=47.17  mem=522M654
55.78/56.52	   
55.78/56.52	   preprocessing
55.78/56.52	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
55.78/56.52	     detectedInconsistency=no
55.78/56.52	       =>  wckTime=0.0030  cpuTime=0.0  mem=522M654
3600.00/3641.51	v 2 1 1 1 1 2 1 1 2 2 0 2 1 2 1 0 2 2 0 1 2 1 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-1113976-1215894305/watcher-1113976-1215894305 -o /tmp/evaluation-result-1113976-1215894305/solver-1113976-1215894305 -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-ddeg.xml 1 XSax HOME/instance-1113976-1215894305.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.55 2.82 3.02 4/106 13166
/proc/meminfo: memFree=1281904/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=18572 CPUtime=0
/proc/13166/stat : 13166 (runsolver) R 13164 13166 13129 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 46128113 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13166/statm: 4643 292 257 25 0 2626 0

[startup+0.0600409 s]
/proc/loadavg: 2.55 2.82 3.02 4/106 13166
/proc/meminfo: memFree=1281904/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=861876 CPUtime=0.01
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 2045 0 1 0 1 0 0 0 20 0 5 0 46128113 882561024 1710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 215469 1710 788 9 0 210448 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861876

[startup+0.10105 s]
/proc/loadavg: 2.55 2.82 3.02 4/106 13166
/proc/meminfo: memFree=1281904/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=865856 CPUtime=0.05
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 3343 0 1 0 4 1 0 0 20 0 9 0 46128113 886636544 2866 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216464 2866 1556 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.301117 s]
/proc/loadavg: 2.55 2.82 3.02 4/106 13166
/proc/meminfo: memFree=1281904/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866280 CPUtime=0.24
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 5340 0 1 0 21 3 0 0 20 0 9 0 46128113 887070720 4764 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216570 4764 1872 9 0 211118 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 866280

[startup+0.867193 s]
/proc/loadavg: 2.55 2.82 3.02 4/106 13166
/proc/meminfo: memFree=1281904/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866604 CPUtime=0.8
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 21779 0 1 0 69 11 0 0 20 0 9 0 46128113 887402496 21147 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216651 21147 1983 9 0 211179 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 866604

[startup+1.50831 s]
/proc/loadavg: 2.55 2.82 3.02 3/115 13175
/proc/meminfo: memFree=1161064/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866604 CPUtime=1.43
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 32251 0 1 0 127 16 0 0 20 0 9 0 46128113 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216651 31618 1983 9 0 211179 0
[pid=13166/tid=13168] ppid=13164 vsize=866604 CPUtime=1.21
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15678 0 1 0 112 9 0 0 25 0 9 0 46128115 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4126582552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866604 CPUtime=0.14
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 15565 0 0 0 8 6 0 0 16 0 9 0 46128117 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866604 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866604 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866604 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866604 CPUtime=0.06
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 312 0 0 0 6 0 0 0 16 0 9 0 46128121 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866604 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887402496 31618 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866604 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 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.43
Current children cumulated vsize (KiB) 866604

[startup+3.10261 s]
/proc/loadavg: 2.55 2.82 3.02 3/115 13175
/proc/meminfo: memFree=1141032/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=868632 CPUtime=3
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 42745 0 1 0 278 22 0 0 20 0 9 0 46128113 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 217158 41597 2045 9 0 211686 0
[pid=13166/tid=13168] ppid=13164 vsize=868632 CPUtime=2.34
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15690 0 1 0 223 11 0 0 25 0 9 0 46128115 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13169] ppid=13164 vsize=868632 CPUtime=0.56
/proc/13166/task/13169/stat : 13169 (java) R 13164 13166 13129 0 -1 64 26042 0 0 0 46 10 0 0 17 0 9 0 46128117 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=868632 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=868632 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=868632 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=868632 CPUtime=0.07
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 317 0 0 0 7 0 0 0 16 0 9 0 46128121 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13174] ppid=13164 vsize=868632 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=868632 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 889479168 41597 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 868632

[startup+6.30221 s]
/proc/loadavg: 2.58 2.82 3.02 4/115 13175
/proc/meminfo: memFree=1045928/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866948 CPUtime=6.17
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 69134 0 1 0 582 35 0 0 20 0 9 0 46128113 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216737 66344 2608 9 0 211265 0
[pid=13166/tid=13168] ppid=13164 vsize=866948 CPUtime=4.43
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15702 0 1 0 431 12 0 0 25 0 9 0 46128115 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866948 CPUtime=1.62
/proc/13166/task/13169/stat : 13169 (java) R 13164 13166 13129 0 -1 64 52344 0 0 0 141 21 0 0 16 0 9 0 46128117 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 102514349 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866948 CPUtime=0.09
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 392 0 0 0 9 0 0 0 16 0 9 0 46128121 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887754752 66344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 866948

[startup+12.7024 s]
/proc/loadavg: 2.62 2.82 3.02 3/115 13175
/proc/meminfo: memFree=844712/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866948 CPUtime=12.49
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 119736 0 1 0 1187 62 0 0 20 0 9 0 46128113 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216737 116934 2608 9 0 211265 0
[pid=13166/tid=13168] ppid=13164 vsize=866948 CPUtime=8.97
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15714 0 1 0 880 17 0 0 25 0 9 0 46128115 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4126563176 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866948 CPUtime=3.39
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 102933 0 0 0 296 43 0 0 17 0 9 0 46128117 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866948 CPUtime=0.09
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 393 0 0 0 9 0 0 0 17 0 9 0 46128121 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866948 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887754752 116934 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 866948

[startup+25.5018 s]
/proc/loadavg: 2.55 2.80 3.01 3/115 13175
/proc/meminfo: memFree=601768/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=867036 CPUtime=25.14
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185558 0 1 0 2417 97 0 0 20 0 9 0 46128113 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216759 172370 2637 9 0 211265 0
[pid=13166/tid=13168] ppid=13164 vsize=867036 CPUtime=16.72
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15822 0 1 0 1646 26 0 0 25 0 9 0 46128115 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4126737536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13169] ppid=13164 vsize=867036 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=867036 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=867036 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=867036 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=867036 CPUtime=0.14
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 428 0 0 0 14 0 0 0 16 0 9 0 46128121 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13174] ppid=13164 vsize=867036 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=867036 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887844864 172370 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 867036

[startup+51.1016 s]
/proc/loadavg: 2.36 2.73 2.98 3/115 13175
/proc/meminfo: memFree=602216/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866716 CPUtime=50.45
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185563 0 1 0 4836 209 0 0 20 0 9 0 46128113 887517184 172303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216679 172303 2638 9 0 211185 0
[pid=13166/tid=13168] ppid=13164 vsize=866716 CPUtime=42.03
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15823 0 1 0 4065 138 0 0 25 0 9 0 46128115 887517184 172303 996147200 134512640 134550740 4294955952 18446744073709551615 4126682381 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866716 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887517184 172303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887517184 172303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887517184 172303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887517184 172303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866716 CPUtime=0.15
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 432 0 0 0 15 0 0 0 16 0 9 0 46128121 887517184 172303 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866716 CPUtime=0

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

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

[startup+3342.3 s]
/proc/loadavg: 2.04 2.00 2.00 3/114 13221
/proc/meminfo: memFree=1103168/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866716 CPUtime=3304.72
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185677 0 1 0 330233 239 0 0 20 0 9 0 46128113 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216679 172406 2639 9 0 211185 0
[pid=13166/tid=13168] ppid=13164 vsize=866716 CPUtime=3296.21
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15879 0 1 0 329453 168 0 0 25 0 9 0 46128115 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4126677239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866716 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866716 CPUtime=0.24
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 490 0 0 0 24 0 0 0 16 0 9 0 46128121 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887517184 172406 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3304.72
Current children cumulated vsize (KiB) 866716

[startup+3402.3 s]
/proc/loadavg: 2.30 2.08 2.02 3/114 13221
/proc/meminfo: memFree=1057216/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866716 CPUtime=3363.94
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185678 0 1 0 336155 239 0 0 20 0 9 0 46128113 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216679 172407 2639 9 0 211185 0
[pid=13166/tid=13168] ppid=13164 vsize=866716 CPUtime=3355.42
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15879 0 1 0 335374 168 0 0 25 0 9 0 46128115 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4126677196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866716 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866716 CPUtime=0.24
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 491 0 0 0 24 0 0 0 17 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3363.94
Current children cumulated vsize (KiB) 866716

[startup+3462.3 s]
/proc/loadavg: 2.46 2.16 2.06 3/114 13221
/proc/meminfo: memFree=1056640/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866716 CPUtime=3423.14
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185678 0 1 0 342075 239 0 0 20 0 9 0 46128113 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216679 172407 2639 9 0 211185 0
[pid=13166/tid=13168] ppid=13164 vsize=866716 CPUtime=3414.63
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15879 0 1 0 341295 168 0 0 25 0 9 0 46128115 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4126677277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866716 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866716 CPUtime=0.24
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 491 0 0 0 24 0 0 0 17 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3423.14
Current children cumulated vsize (KiB) 866716

[startup+3522.3 s]
/proc/loadavg: 2.56 2.25 2.09 3/114 13221
/proc/meminfo: memFree=1056576/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866716 CPUtime=3482.37
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185678 0 1 0 347998 239 0 0 20 0 9 0 46128113 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216679 172407 2639 9 0 211185 0
[pid=13166/tid=13168] ppid=13164 vsize=866716 CPUtime=3473.85
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15879 0 1 0 347217 168 0 0 25 0 9 0 46128115 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4126677265 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866716 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866716 CPUtime=0.24
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 491 0 0 0 24 0 0 0 17 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3482.37
Current children cumulated vsize (KiB) 866716

[startup+3582.3 s]
/proc/loadavg: 2.69 2.34 2.13 4/114 13221
/proc/meminfo: memFree=1056384/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866716 CPUtime=3541.57
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185678 0 1 0 353918 239 0 0 20 0 9 0 46128113 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216679 172407 2639 9 0 211185 0
[pid=13166/tid=13168] ppid=13164 vsize=866716 CPUtime=3533.06
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15879 0 1 0 353138 168 0 0 25 0 9 0 46128115 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4126677248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866716 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866716 CPUtime=0.24
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 491 0 0 0 24 0 0 0 17 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3541.57
Current children cumulated vsize (KiB) 866716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3641.5 s]
/proc/loadavg: 2.66 2.40 2.16 4/114 13221
/proc/meminfo: memFree=1056384/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=866716 CPUtime=3600
/proc/13166/stat : 13166 (java) S 13164 13166 13129 0 -1 0 185678 0 1 0 359761 239 0 0 20 0 9 0 46128113 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 216679 172407 2639 9 0 211185 0
[pid=13166/tid=13168] ppid=13164 vsize=866716 CPUtime=3591.48
/proc/13166/task/13168/stat : 13168 (java) R 13164 13166 13129 0 -1 64 15879 0 1 0 358980 168 0 0 25 0 9 0 46128115 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4126677218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13169] ppid=13164 vsize=866716 CPUtime=8.25
/proc/13166/task/13169/stat : 13169 (java) S 13164 13166 13129 0 -1 64 168612 0 0 0 755 70 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13170] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13170/stat : 13170 (java) S 13164 13166 13129 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13171] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13171/stat : 13171 (java) S 13164 13166 13129 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 46128117 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13172] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13172/stat : 13172 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13173] ppid=13164 vsize=866716 CPUtime=0.24
/proc/13166/task/13173/stat : 13173 (java) S 13164 13166 13129 0 -1 64 491 0 0 0 24 0 0 0 17 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13166/tid=13174] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13174/stat : 13174 (java) S 13164 13166 13129 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13166/tid=13175] ppid=13164 vsize=866716 CPUtime=0
/proc/13166/task/13175/stat : 13175 (java) S 13164 13166 13129 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 46128121 887517184 172407 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600
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+3641.62 s]
/proc/loadavg: 2.66 2.40 2.16 4/114 13221
/proc/meminfo: memFree=1056384/2055920 swapFree=4192812/4192956
[pid=13166] ppid=13164 vsize=0 CPUtime=3600.09
/proc/13166/stat : 13166 (java) Z 13164 13166 13129 0 -1 1036 185697 0 1 0 359764 245 0 0 16 0 2 0 46128113 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13166/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.09
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 3641.66
CPU time (s): 3600.14
CPU user time (s): 3597.65
CPU system time (s): 2.49762
CPU usage (%): 98.8601
Max. virtual memory (cumulated for all children) (KiB): 889364

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

runsolver used 4.71628 second user time and 15.1737 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-12 22:25:11
IDJOB=1113976
IDBENCH=61670
IDSOLVER=360
FILE ID=node82/1113976-1215894305
PBS_JOBID= 7903707
Free space on /tmp= 66420 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-17.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113976-1215894305/watcher-1113976-1215894305 -o /tmp/evaluation-result-1113976-1215894305/solver-1113976-1215894305 -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-ddeg.xml 1 XSax HOME/instance-1113976-1215894305.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 01d6c53340f0222548a1b907ff47165c
RANDOM SEED=1708191027

node82.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.263
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.263
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1282320 kB
Buffers:         16164 kB
Cached:         205448 kB
SwapCached:          0 kB
Active:         683228 kB
Inactive:        39268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1282320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           72464 kB
Writeback:           0 kB
Mapped:         522368 kB
Slab:            32576 kB
Committed_AS:  1041492 kB
PageTables:       4884 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= 66488 MiB
End job on node82 at 2008-07-12 23:25:55