Trace number 3742249

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.14 901.261

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K183.opb
MD5SUM0350ceeb14af28f3be070cadc324c0d3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21777
Total number of constraints22145
Number of constraints which are clauses21962
Number of constraints which are cardinality constraints (but not clauses)183
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 184
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742249-1338785830.opb
0.09/0.11	c reading problem ... 
1.19/0.64	c ... done. Wall clock time 0.533s.
1.19/0.64	c #vars     21777
1.19/0.64	c #constraints  22145
1.19/0.64	c constraints type 
1.19/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1.19/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1.19/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1.19/0.64	c constraints type 
1.19/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2366
1.19/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19594
1.19/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
8.60/3.76	c cleaning 2484 clauses out of 4995 with flag 5001/5001
15.71/7.25	c cleaning 4212 clauses out of 8506 with flag 11001/11001
24.08/11.29	c cleaning 5572 clauses out of 11290 with flag 18000/18000
33.69/16.05	c cleaning 6752 clauses out of 13711 with flag 26000/26000
43.75/21.08	c cleaning 7576 clauses out of 15959 with flag 35002/35002
56.59/27.48	c cleaning 8996 clauses out of 18379 with flag 45003/45003
68.59/33.49	c cleaning 9855 clauses out of 20378 with flag 56000/56000
82.97/40.66	c cleaning 10777 clauses out of 22519 with flag 68000/68000
97.89/48.18	c cleaning 12098 clauses out of 24738 with flag 81000/81000
114.66/56.58	c cleaning 13145 clauses out of 26637 with flag 95000/95000
134.27/66.36	c cleaning 13944 clauses out of 28493 with flag 110003/110003
156.52/77.44	c cleaning 14973 clauses out of 30545 with flag 126000/126000
176.83/87.64	c cleaning 15920 clauses out of 32565 with flag 143000/143000
200.60/99.59	c cleaning 16765 clauses out of 34645 with flag 161002/161002
225.98/112.21	c cleaning 17946 clauses out of 36871 with flag 180000/180000
253.06/125.80	c cleaning 18938 clauses out of 38924 with flag 200000/200000
278.95/138.74	c cleaning 19842 clauses out of 40987 with flag 221002/221002
307.79/153.10	c cleaning 20973 clauses out of 43142 with flag 243000/243000
342.09/170.25	c cleaning 22083 clauses out of 45174 with flag 266005/266005
383.66/191.04	c cleaning 22461 clauses out of 46085 with flag 289000/289000
414.91/206.74	c cleaning 21891 clauses out of 46620 with flag 312001/312001
449.89/224.29	c cleaning 21607 clauses out of 47728 with flag 335000/335000
482.64/240.63	c cleaning 21714 clauses out of 49122 with flag 358002/358002
548.80/273.64	c cleaning 21525 clauses out of 50405 with flag 381000/381000
582.80/290.71	c cleaning 21213 clauses out of 51880 with flag 404001/404001
614.95/306.88	c cleaning 21403 clauses out of 53665 with flag 427000/427000
648.68/323.78	c cleaning 21336 clauses out of 55262 with flag 450001/450001
778.98/388.77	c cleaning 22641 clauses out of 56924 with flag 473000/473000
815.53/407.18	c cleaning 21221 clauses out of 57283 with flag 496000/496000
848.65/423.78	c cleaning 21507 clauses out of 59063 with flag 519002/519002
885.95/442.45	c cleaning 21433 clauses out of 60554 with flag 542000/542000
922.01/460.59	c cleaning 22151 clauses out of 62116 with flag 565000/565000
957.80/478.52	c cleaning 21005 clauses out of 62963 with flag 588000/588000
1013.62/506.43	c cleaning 21745 clauses out of 64962 with flag 611004/611004
1060.91/530.15	c cleaning 21048 clauses out of 66214 with flag 634001/634001
1082.51/541.03	c cleaning 0 clauses out of 5000 with flag 0/5000
1095.92/547.85	c cleaning 21943 clauses out of 68166 with flag 657001/657001
1139.27/569.53	c cleaning 21558 clauses out of 69220 with flag 680001/680001
1171.01/585.44	c cleaning 21779 clauses out of 70661 with flag 703000/703000
1228.79/614.34	c cleaning 22097 clauses out of 71884 with flag 726002/726002
1283.55/641.89	c cleaning 21627 clauses out of 72787 with flag 749002/749002
1318.85/659.53	c cleaning 21811 clauses out of 74157 with flag 772000/772000
1353.10/676.77	c cleaning 21336 clauses out of 75345 with flag 795000/795000
1386.39/693.48	c cleaning 21622 clauses out of 77010 with flag 818002/818002
1418.88/709.89	c cleaning 22249 clauses out of 78386 with flag 841000/841000
1448.67/724.77	c cleaning 21855 clauses out of 79138 with flag 864001/864001
1477.77/739.37	c cleaning 21483 clauses out of 80278 with flag 887000/887000
1510.39/755.68	c cleaning 21234 clauses out of 81798 with flag 910003/910003
1541.95/771.57	c cleaning 21824 clauses out of 83562 with flag 933001/933001
1577.20/789.17	c cleaning 21403 clauses out of 84737 with flag 956000/956000
1610.61/805.86	c cleaning 21818 clauses out of 86334 with flag 979000/979000
1641.10/821.13	c cleaning 21449 clauses out of 87517 with flag 1002001/1002001
1673.24/837.32	c cleaning 21740 clauses out of 89068 with flag 1025001/1025001
1714.12/857.84	c cleaning 21905 clauses out of 90328 with flag 1048001/1048001
1753.59/877.62	c cleaning 22103 clauses out of 91422 with flag 1071000/1071000
1789.28/895.53	c cleaning 21325 clauses out of 92320 with flag 1094002/1094002
1800.14/901.21	c starts		: 171
1800.14/901.21	c conflicts		: 1102104
1800.14/901.21	c decisions		: 50864415
1800.14/901.21	c propagations		: 937891696
1800.14/901.21	c inspects		: 1800525513
1800.14/901.21	c learnt literals	: 95
1800.14/901.21	c learnt binary clauses	: 61933
1800.14/901.21	c learnt ternary clauses	: 64195
1800.14/901.21	c learnt clauses	: 1102008
1800.14/901.21	c ignored clauses	: 0
1800.14/901.21	c root simplifications	: 0
1800.14/901.21	c removed literals (reason simplification)	: 8528092
1800.14/901.21	c reason swapping (by a shorter reason)	: 0
1800.14/901.21	c Calls to reduceDB	: 55
1800.14/901.21	c number of reductions to clauses (during analyze)	: 0
1800.14/901.21	c number of learned constraints concerned by reduction	: 0
1800.14/901.21	c number of learning phase by resolution	: 0
1800.14/901.21	c number of learning phase by cutting planes	: 0
1800.14/901.21	c speed (assignments/second)	: 1041446.9300417737
1800.14/901.21	c non guided choices	50208
1800.14/901.24	c learnt constraints type 
1800.14/901.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17176
1800.14/901.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61933
1800.14/901.24	c constraints type 
1800.14/901.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1800.14/901.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1800.14/901.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1800.14/901.24	c constraints type 
1800.14/901.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2366
1800.14/901.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19594
1800.14/901.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
1800.14/901.24	s UNKNOWN
1800.14/901.24	c Total wall clock time (in seconds): 901.13

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3742249-1338785830/watcher-3742249-1338785830 -o /tmp/evaluation-result-3742249-1338785830/solver-3742249-1338785830 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742249-1338785830.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.88 3.81 2.95 4/197 9411
/proc/meminfo: memFree=26240324/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9411/stat : 9411 (java6) D 9409 9411 9217 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 344708457 9515008 183 33554432000 1073741824 1073778376 140736846918576 140736846909608 239873113781 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/9411/statm: 2323 183 140 9 0 71 0

[startup+0.0131691 s]
/proc/loadavg: 3.88 3.81 2.95 4/197 9411
/proc/meminfo: memFree=26240324/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 344708457 98570240 976 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 24065 976 742 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100218 s]
/proc/loadavg: 3.88 3.81 2.95 4/197 9411
/proc/meminfo: memFree=26240324/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 4704 0 1 0 8 1 0 0 20 0 18 0 344708457 2764726272 6400 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 674982 6400 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300268 s]
/proc/loadavg: 3.88 3.81 2.95 4/197 9411
/proc/meminfo: memFree=26240324/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 7249 0 1 0 54 2 0 0 20 0 18 0 344708457 2764726272 13652 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 674982 13652 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700197 s]
/proc/loadavg: 3.88 3.81 2.95 4/197 9411
/proc/meminfo: memFree=26240324/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 12344 0 1 0 139 4 0 0 20 0 22 0 344708457 3037372416 47206 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 741546 47206 2248 9 0 732240 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 2966184

[startup+1.50079 s]
/proc/loadavg: 3.88 3.81 2.95 7/219 9433
/proc/meminfo: memFree=26019916/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2966184 CPUtime=4.16 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 22539 0 1 0 408 8 0 0 20 0 22 0 344708457 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 741546 86655 2256 9 0 732240 0
[pid=9411/tid=9413] ppid=9409 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9217 0 -1 4202560 2867 0 1 0 58 3 0 0 20 0 22 0 344708458 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887507506328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887491787432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887490734888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887489682344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887488629800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887370037416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887368984872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887367932328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887366879784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9422] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139887354468968 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9217 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886749279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886748227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9425] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9425/stat : 9425 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886747175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9426] ppid=9409 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/9411/task/9426/stat : 9426 (java) S 9409 9411 9217 0 -1 4202560 7823 0 0 0 94 1 0 0 20 0 22 0 344708464 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886746122296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9427] ppid=9409 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/9411/task/9427/stat : 9427 (java) S 9409 9411 9217 0 -1 4202560 10488 0 0 0 86 3 0 0 20 0 22 0 344708464 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886745069752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9428] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9428/stat : 9428 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886744017400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9429] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9429/stat : 9429 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886742965064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9430] ppid=9409 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/9411/task/9430/stat : 9430 (java) R 9409 9411 9217 0 -1 4202560 27 0 0 0 83 0 0 0 20 0 22 0 344708522 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886741909904 139887370458359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9431] ppid=9409 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/9411/task/9431/stat : 9431 (java) R 9409 9411 9217 0 -1 4202560 132 0 0 0 81 2 0 0 20 0 22 0 344708522 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886740857640 139887370812065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9432] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9432/stat : 9432 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886739805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9433] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9433/stat : 9433 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 86655 33554432000 1073741824 1073778376 140734911269840 139886738753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 2966184

[startup+3.10078 s]
/proc/loadavg: 3.88 3.81 2.95 4/219 9433
/proc/meminfo: memFree=25900644/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2966184 CPUtime=7.4 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 22543 0 1 0 731 9 0 0 20 0 22 0 344708457 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 741546 87680 2256 9 0 732240 0
[pid=9411/tid=9413] ppid=9409 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9217 0 -1 4202560 2867 0 1 0 58 3 0 0 20 0 22 0 344708458 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887507506328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887491787432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887490734888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887489682344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887488629800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887370037416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887368984872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887367932328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9217 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887366879784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9422] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139887354468968 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9217 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886749279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886748227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9425] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9425/stat : 9425 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886747175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9426] ppid=9409 vsize=2966184 CPUtime=0.95 cores=0,2,4,6
/proc/9411/task/9426/stat : 9426 (java) S 9409 9411 9217 0 -1 4202560 7823 0 0 0 94 1 0 0 20 0 22 0 344708464 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886746122296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9427] ppid=9409 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/9411/task/9427/stat : 9427 (java) S 9409 9411 9217 0 -1 4202560 10488 0 0 0 89 3 0 0 20 0 22 0 344708464 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886745069752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9428] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9428/stat : 9428 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886744017400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9429] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9429/stat : 9429 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886742965064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9430] ppid=9409 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/9411/task/9430/stat : 9430 (java) R 9409 9411 9217 0 -1 4202560 29 0 0 0 243 0 0 0 20 0 22 0 344708522 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886741910280 139887370923788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9431] ppid=9409 vsize=2966184 CPUtime=2.43 cores=0,2,4,6
/proc/9411/task/9431/stat : 9431 (java) R 9409 9411 9217 0 -1 4202560 133 0 0 0 241 2 0 0 20 0 22 0 344708522 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886740855816 139887370836236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9432] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9432/stat : 9432 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886739805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9433] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9433/stat : 9433 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 87680 33554432000 1073741824 1073778376 140734911269840 139886738753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 2966184

[startup+6.30071 s]
/proc/loadavg: 3.89 3.81 2.96 5/219 9433
/proc/meminfo: memFree=25861356/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2966184 CPUtime=13.83 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 22636 0 1 0 1373 10 0 0 20 0 22 0 344708457 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 741546 96408 2282 9 0 732240 0
[pid=9411/tid=9413] ppid=9409 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9217 0 -1 4202560 2868 0 1 0 58 3 0 0 20 0 22 0 344708458 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887507506328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9217 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887491787432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887490734888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887489682344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9217 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887488629800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9217 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887370037416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9217 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887368984872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887367932328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9217 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344708460 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887366879784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9422] ppid=9409 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9217 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 22 0 344708461 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139887354468968 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139886749279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139886748227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9425] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9425/stat : 9425 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139886747175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9426] ppid=9409 vsize=2966184 CPUtime=0.96 cores=0,2,4,6
/proc/9411/task/9426/stat : 9426 (java) S 9409 9411 9217 0 -1 4202560 7829 0 0 0 95 1 0 0 20 0 22 0 344708464 3037372416 96408 33554432000 1073741824 1073778376 140734911269840 139886746122296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/9411/statm: 741546 204078 2284 9 0 732240 0
[pid=9411/tid=9413] ppid=9409 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9217 0 -1 4202560 2878 0 1 0 59 4 0 0 20 0 22 0 344708458 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887507506328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=2966184 CPUtime=2.9 cores=0,2,4,6
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9217 0 -1 4202560 172 0 0 0 284 6 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887491787432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=2966184 CPUtime=2.92 cores=0,2,4,6
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9217 0 -1 4202560 142 0 0 0 286 6 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887490734888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=2966184 CPUtime=2.86 cores=0,2,4,6
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9217 0 -1 4202560 152 0 0 0 280 6 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887489682344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=2966184 CPUtime=3.13 cores=0,2,4,6
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9217 0 -1 4202560 155 0 0 0 309 4 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887488629800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9217 0 -1 4202560 157 0 0 0 292 6 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887370037416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=2966184 CPUtime=2.89 cores=0,2,4,6
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9217 0 -1 4202560 154 0 0 0 283 6 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887368984872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=2966184 CPUtime=2.92 cores=0,2,4,6
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9217 0 -1 4202560 149 0 0 0 287 5 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887367932328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9217 0 -1 4202560 148 0 0 0 297 6 0 0 20 0 22 0 344708460 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887366879784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9422] ppid=9409 vsize=2966184 CPUtime=13.48 cores=0,2,4,6
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9217 0 -1 4202560 214 0 0 0 1320 28 0 0 20 0 22 0 344708461 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139887354468968 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886749279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886748227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9425] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9425/stat : 9425 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886747175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9426] ppid=9409 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/9411/task/9426/stat : 9426 (java) S 9409 9411 9217 0 -1 4202560 9720 0 0 0 157 2 0 0 20 0 22 0 344708464 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886746122296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9427] ppid=9409 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/9411/task/9427/stat : 9427 (java) S 9409 9411 9217 0 -1 4202560 10508 0 0 0 121 3 0 0 20 0 22 0 344708464 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886745069752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9428] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9428/stat : 9428 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886744017400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9429] ppid=9409 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/9411/task/9429/stat : 9429 (java) S 9409 9411 9217 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 344708464 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886742965064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9430] ppid=9409 vsize=2966184 CPUtime=798.99 cores=0,2,4,6
/proc/9411/task/9430/stat : 9430 (java) R 9409 9411 9217 0 -1 4202560 312 0 0 0 79885 14 0 0 20 0 22 0 344708522 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886741910096 139887370739296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9431] ppid=9409 vsize=2966184 CPUtime=799 cores=0,2,4,6
/proc/9411/task/9431/stat : 9431 (java) R 9409 9411 9217 0 -1 4202560 381 0 0 0 79884 16 0 0 20 0 22 0 344708522 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886740855512 139887371028737 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9432] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9432/stat : 9432 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886739805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9433] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9433/stat : 9433 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 204078 33554432000 1073741824 1073778376 140734911269840 139886738753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1642.93
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.75 3.84 3.49 5/219 9527
/proc/meminfo: memFree=25422824/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2966184 CPUtime=1762.67 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 26578 0 1 0 176163 104 0 0 20 0 22 0 344708457 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 741546 206683 2284 9 0 732240 0
[pid=9411/tid=9413] ppid=9409 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9217 0 -1 4202560 2879 0 1 0 59 4 0 0 20 0 22 0 344708458 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887507506328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9217 0 -1 4202560 183 0 0 0 307 7 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887491787432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=2966184 CPUtime=3.17 cores=0,2,4,6
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9217 0 -1 4202560 154 0 0 0 311 6 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887490734888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=2966184 CPUtime=3.08 cores=0,2,4,6
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9217 0 -1 4202560 164 0 0 0 302 6 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887489682344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=2966184 CPUtime=3.33 cores=0,2,4,6
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9217 0 -1 4202560 156 0 0 0 329 4 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887488629800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=2966184 CPUtime=3.28 cores=0,2,4,6
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9217 0 -1 4202560 170 0 0 0 322 6 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887370037416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9217 0 -1 4202560 158 0 0 0 303 6 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887368984872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=2966184 CPUtime=3.19 cores=0,2,4,6
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9217 0 -1 4202560 155 0 0 0 313 6 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887367932328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=2966184 CPUtime=3.27 cores=0,2,4,6
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9217 0 -1 4202560 149 0 0 0 321 6 0 0 20 0 22 0 344708460 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887366879784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9422] ppid=9409 vsize=2966184 CPUtime=14.58 cores=0,2,4,6
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9217 0 -1 4202560 218 0 0 0 1429 29 0 0 20 0 22 0 344708461 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139887354468968 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886749279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886748227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9425] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9425/stat : 9425 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886747175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9426] ppid=9409 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/9411/task/9426/stat : 9426 (java) S 9409 9411 9217 0 -1 4202560 9720 0 0 0 157 2 0 0 20 0 22 0 344708464 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886746122296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9427] ppid=9409 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/9411/task/9427/stat : 9427 (java) S 9409 9411 9217 0 -1 4202560 10508 0 0 0 121 3 0 0 20 0 22 0 344708464 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886745069752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9428] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9428/stat : 9428 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886744017400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9429] ppid=9409 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/9411/task/9429/stat : 9429 (java) S 9409 9411 9217 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 344708464 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886742965064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9430] ppid=9409 vsize=2966184 CPUtime=857.22 cores=0,2,4,6
/proc/9411/task/9430/stat : 9430 (java) R 9409 9411 9217 0 -1 4202560 325 0 0 0 85706 16 0 0 20 0 22 0 344708522 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886741909152 139887370919560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9431] ppid=9409 vsize=2966184 CPUtime=857.24 cores=0,2,4,6
/proc/9411/task/9431/stat : 9431 (java) R 9409 9411 9217 0 -1 4202560 399 0 0 0 85706 18 0 0 20 0 22 0 344708522 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886740855776 139887371015466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9432] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9432/stat : 9432 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886739805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9433] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9433/stat : 9433 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 206683 33554432000 1073741824 1073778376 140734911269840 139886738753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1762.67
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 3.82 3.85 3.50 5/219 9527
/proc/meminfo: memFree=25414384/32873844 swapFree=7384/7384
[pid=9411] ppid=9409 vsize=2966184 CPUtime=1800.14 cores=0,2,4,6
/proc/9411/stat : 9411 (java) S 9409 9411 9217 0 -1 4202496 26613 0 1 0 179909 105 0 0 20 0 22 0 344708457 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 140734911260976 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9411/statm: 741546 207218 2284 9 0 732240 0
[pid=9411/tid=9413] ppid=9409 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/9411/task/9413/stat : 9413 (java) S 9409 9411 9217 0 -1 4202560 2880 0 1 0 59 4 0 0 20 0 22 0 344708458 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887507506328 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9414] ppid=9409 vsize=2966184 CPUtime=3.2 cores=0,2,4,6
/proc/9411/task/9414/stat : 9414 (java) S 9409 9411 9217 0 -1 4202560 183 0 0 0 313 7 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887491787432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9415] ppid=9409 vsize=2966184 CPUtime=3.23 cores=0,2,4,6
/proc/9411/task/9415/stat : 9415 (java) S 9409 9411 9217 0 -1 4202560 155 0 0 0 317 6 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887490734888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9416] ppid=9409 vsize=2966184 CPUtime=3.14 cores=0,2,4,6
/proc/9411/task/9416/stat : 9416 (java) S 9409 9411 9217 0 -1 4202560 164 0 0 0 308 6 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887489682344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9417] ppid=9409 vsize=2966184 CPUtime=3.42 cores=0,2,4,6
/proc/9411/task/9417/stat : 9417 (java) S 9409 9411 9217 0 -1 4202560 162 0 0 0 337 5 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887488629800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9418] ppid=9409 vsize=2966184 CPUtime=3.35 cores=0,2,4,6
/proc/9411/task/9418/stat : 9418 (java) S 9409 9411 9217 0 -1 4202560 173 0 0 0 329 6 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887370037416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9419] ppid=9409 vsize=2966184 CPUtime=3.16 cores=0,2,4,6
/proc/9411/task/9419/stat : 9419 (java) S 9409 9411 9217 0 -1 4202560 161 0 0 0 310 6 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887368984872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9420] ppid=9409 vsize=2966184 CPUtime=3.27 cores=0,2,4,6
/proc/9411/task/9420/stat : 9420 (java) S 9409 9411 9217 0 -1 4202560 163 0 0 0 321 6 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887367932328 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9421] ppid=9409 vsize=2966184 CPUtime=3.34 cores=0,2,4,6
/proc/9411/task/9421/stat : 9421 (java) S 9409 9411 9217 0 -1 4202560 153 0 0 0 327 7 0 0 20 0 22 0 344708460 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887366879784 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9422] ppid=9409 vsize=2966184 CPUtime=15.16 cores=0,2,4,6
/proc/9411/task/9422/stat : 9422 (java) S 9409 9411 9217 0 -1 4202560 218 0 0 0 1486 30 0 0 20 0 22 0 344708461 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139887354468968 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9423] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9423/stat : 9423 (java) S 9409 9411 9217 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886749279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9424] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9424/stat : 9424 (java) S 9409 9411 9217 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344708461 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886748227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9425] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9425/stat : 9425 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886747175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9426] ppid=9409 vsize=2966184 CPUtime=1.59 cores=0,2,4,6
/proc/9411/task/9426/stat : 9426 (java) S 9409 9411 9217 0 -1 4202560 9720 0 0 0 157 2 0 0 20 0 22 0 344708464 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886746122296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9427] ppid=9409 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/9411/task/9427/stat : 9427 (java) S 9409 9411 9217 0 -1 4202560 10508 0 0 0 121 3 0 0 20 0 22 0 344708464 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886745069752 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9428] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9428/stat : 9428 (java) S 9409 9411 9217 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344708464 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886744017400 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9411/tid=9429] ppid=9409 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/9411/task/9429/stat : 9429 (java) S 9409 9411 9217 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 344708464 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886742965064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9430] ppid=9409 vsize=2966184 CPUtime=875.32 cores=0,2,4,6
/proc/9411/task/9430/stat : 9430 (java) R 9409 9411 9217 0 -1 4202560 329 0 0 0 87516 16 0 0 20 0 22 0 344708522 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886741908320 139887370964352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9411/tid=9431] ppid=9409 vsize=2966184 CPUtime=875.34 cores=0,2,4,6
/proc/9411/task/9431/stat : 9431 (java) R 9409 9411 9217 0 -1 4202560 404 0 0 0 87516 18 0 0 20 0 22 0 344708522 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886740856624 139887371015130 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9411/tid=9432] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9432/stat : 9432 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886739805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9411/tid=9433] ppid=9409 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/9411/task/9433/stat : 9433 (java) S 9409 9411 9217 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344708525 3037372416 207218 33554432000 1073741824 1073778376 140734911269840 139886738753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9411 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=547187
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=562762
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.261
CPU time (s): 1800.14
CPU user time (s): 1799.09
CPU system time (s): 1.05
CPU usage (%): 199.736
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.56276
maximum resident set size= 829000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26647
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36062
involuntary context switches= 57429

runsolver used 3.81942 second user time and 7.65484 second system time

The end

Launcher Data

Begin job on node136 at 2012-06-04 06:57:10
IDJOB=3742249
IDBENCH=90144
IDSOLVER=2324
FILE ID=node136/3742249-1338785830
RUNJOBID= node136-1338784910-9233
PBS_JOBID= 14636853
Free space on /tmp= 69816 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K183.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742249-1338785830/watcher-3742249-1338785830 -o /tmp/evaluation-result-3742249-1338785830/solver-3742249-1338785830 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742249-1338785830.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0350ceeb14af28f3be070cadc324c0d3
RANDOM SEED=222087364

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26240860 kB
Buffers:         1276172 kB
Cached:          3611600 kB
SwapCached:        20316 kB
Active:          3550832 kB
Inactive:        2178720 kB
Active(anon):     814152 kB
Inactive(anon):    22308 kB
Active(file):    2736680 kB
Inactive(file):  2156412 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67083208 kB
Dirty:              2024 kB
Writeback:             0 kB
AnonPages:        822048 kB
Mapped:            17752 kB
Shmem:                 0 kB
Slab:             763636 kB
SReclaimable:     204884 kB
SUnreclaim:       558752 kB
KernelStack:        1632 kB
PageTables:         5920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 69816 MiB
End job on node136 at 2012-06-04 07:12:13