Trace number 3742392

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.12 901.843

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K163.opb
MD5SUM5c9e224cdd9eef3594ee47236fa33798
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 variables19397
Total number of constraints19725
Number of constraints which are clauses19562
Number of constraints which are cardinality constraints (but not clauses)163
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint163
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 164
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	
0.09/0.12	c solving HOME/instance-3742392-1338786678.opb
0.09/0.12	c reading problem ... 
1.18/0.63	c ... done. Wall clock time 0.516s.
1.18/0.63	c #vars     19397
1.18/0.63	c #constraints  19725
1.18/0.63	c constraints type 
1.18/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
1.18/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
1.18/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
1.18/0.63	c constraints type 
1.18/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2106
1.18/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17454
1.18/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 163
7.92/3.32	c cleaning 2496 clauses out of 4996 with flag 5001/5001
15.81/7.27	c cleaning 4182 clauses out of 8499 with flag 11004/11004
22.80/10.78	c cleaning 5512 clauses out of 11308 with flag 18002/18002
31.90/15.25	c cleaning 6742 clauses out of 13787 with flag 26000/26000
42.15/20.30	c cleaning 7845 clauses out of 16044 with flag 35001/35001
54.56/26.51	c cleaning 8856 clauses out of 18189 with flag 45000/45000
67.15/32.80	c cleaning 9945 clauses out of 20332 with flag 56001/56001
81.54/40.10	c cleaning 10868 clauses out of 22386 with flag 68001/68001
96.87/47.70	c cleaning 11851 clauses out of 24514 with flag 81001/81001
113.06/55.85	c cleaning 13093 clauses out of 26661 with flag 95000/95000
135.07/66.85	c cleaning 14036 clauses out of 28569 with flag 110002/110002
174.35/86.43	c cleaning 15200 clauses out of 30533 with flag 126002/126002
198.88/98.70	c cleaning 15889 clauses out of 32331 with flag 143001/143001
241.35/119.98	c cleaning 17003 clauses out of 34439 with flag 161001/161001
280.19/139.30	c cleaning 17941 clauses out of 36435 with flag 180000/180000
331.18/164.73	c cleaning 18977 clauses out of 38497 with flag 200003/200003
356.67/177.53	c cleaning 19369 clauses out of 39513 with flag 220001/220001
380.47/189.43	c cleaning 19545 clauses out of 40140 with flag 240000/240000
410.06/204.27	c cleaning 19957 clauses out of 40595 with flag 260002/260002
462.47/230.49	c cleaning 19796 clauses out of 40636 with flag 280001/280001
518.62/258.56	c cleaning 20167 clauses out of 40842 with flag 300003/300003
541.19/269.80	c cleaning 19560 clauses out of 40672 with flag 320001/320001
562.74/280.64	c cleaning 18995 clauses out of 41111 with flag 340001/340001
591.94/295.25	c cleaning 18688 clauses out of 42119 with flag 360005/360005
624.10/311.45	c cleaning 19271 clauses out of 43433 with flag 380007/380007
654.42/326.63	c cleaning 18541 clauses out of 44155 with flag 400001/400001
683.89/341.49	c cleaning 18855 clauses out of 45613 with flag 420000/420000
713.19/356.18	c cleaning 18581 clauses out of 46758 with flag 440000/440000
747.34/373.31	c cleaning 19208 clauses out of 48177 with flag 460000/460000
773.45/386.49	c cleaning 18507 clauses out of 48968 with flag 480000/480000
801.22/400.33	c cleaning 18813 clauses out of 50457 with flag 500000/500000
827.59/413.58	c cleaning 18544 clauses out of 51641 with flag 520001/520001
849.55/424.62	c cleaning 18637 clauses out of 53093 with flag 540000/540000
879.67/439.76	c cleaning 18599 clauses out of 54454 with flag 560001/560001
912.19/455.97	c cleaning 18855 clauses out of 55853 with flag 580000/580000
937.92/468.82	c cleaning 19339 clauses out of 56995 with flag 600002/600002
959.99/480.05	c cleaning 0 clauses out of 5000 with flag 0/5000
967.74/483.99	c cleaning 18390 clauses out of 57655 with flag 620001/620001
994.33/497.27	c cleaning 18865 clauses out of 59264 with flag 640000/640000
1028.45/514.39	c cleaning 18600 clauses out of 60400 with flag 660001/660001
1070.94/535.76	c cleaning 18660 clauses out of 61798 with flag 680000/680000
1115.86/558.28	c cleaning 19185 clauses out of 63137 with flag 700000/700000
1150.50/575.60	c cleaning 18535 clauses out of 63952 with flag 720000/720000
1179.31/590.16	c cleaning 18836 clauses out of 65418 with flag 740001/740001
1221.77/611.58	c cleaning 18838 clauses out of 66579 with flag 760000/760000
1258.42/629.92	c cleaning 19383 clauses out of 67742 with flag 780001/780001
1319.80/660.66	c cleaning 19308 clauses out of 68358 with flag 800000/800000
1362.39/681.97	c cleaning 19084 clauses out of 69049 with flag 820000/820000
1396.75/699.35	c cleaning 18846 clauses out of 69965 with flag 840002/840002
1422.99/712.53	c cleaning 18838 clauses out of 71116 with flag 860000/860000
1449.14/725.71	c cleaning 18318 clauses out of 72278 with flag 880000/880000
1556.75/779.42	c cleaning 19474 clauses out of 73960 with flag 900001/900001
1600.02/801.24	c cleaning 18929 clauses out of 74486 with flag 920001/920001
1636.30/819.44	c cleaning 18985 clauses out of 75556 with flag 940000/940000
1666.86/834.86	c cleaning 18932 clauses out of 76571 with flag 960002/960002
1762.06/882.31	c cleaning 19202 clauses out of 77639 with flag 980002/980002
1796.59/899.88	c cleaning 19232 clauses out of 78434 with flag 1000000/1000000
1800.12/901.81	c starts		: 169
1800.12/901.81	c conflicts		: 1003301
1800.12/901.81	c decisions		: 31855801
1800.12/901.81	c propagations		: 761669528
1800.12/901.81	c inspects		: 1464215054
1800.12/901.81	c learnt literals	: 95
1800.12/901.81	c learnt binary clauses	: 51038
1800.12/901.81	c learnt ternary clauses	: 55898
1800.12/901.81	c learnt clauses	: 1003206
1800.12/901.81	c ignored clauses	: 0
1800.12/901.81	c root simplifications	: 0
1800.12/901.81	c removed literals (reason simplification)	: 10079707
1800.12/901.81	c reason swapping (by a shorter reason)	: 0
1800.12/901.81	c Calls to reduceDB	: 56
1800.12/901.81	c number of reductions to clauses (during analyze)	: 0
1800.12/901.81	c number of learned constraints concerned by reduction	: 0
1800.12/901.81	c number of learning phase by resolution	: 0
1800.12/901.81	c number of learning phase by cutting planes	: 0
1800.12/901.81	c speed (assignments/second)	: 845194.3647030494
1800.12/901.81	c non guided choices	27331
1800.12/901.83	c learnt constraints type 
1800.12/901.83	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11507
1800.12/901.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51040
1800.12/901.83	c constraints type 
1800.12/901.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
1800.12/901.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
1800.12/901.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
1800.12/901.83	c constraints type 
1800.12/901.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2106
1800.12/901.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17454
1800.12/901.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 163
1800.12/901.83	s UNKNOWN
1800.12/901.83	c Total wall clock time (in seconds): 901.716

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-3742392-1338786678/watcher-3742392-1338786678 -o /tmp/evaluation-result-3742392-1338786678/solver-3742392-1338786678 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742392-1338786678.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.79 3.92 3.84 4/197 24808
/proc/meminfo: memFree=27123360/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/24808/stat : 24808 (java) R 24806 24808 24165 0 -1 4202496 286 0 0 0 0 0 0 0 20 0 1 0 344794614 278528 33 33554432000 1073741824 1073778376 140736098232288 140736934964904 213183982773 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 68 33 25 9 0 25 0

[startup+0.039422 s]
/proc/loadavg: 3.79 3.92 3.84 4/197 24808
/proc/meminfo: memFree=27123360/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 3633 0 1 0 1 0 0 0 20 0 11 0 344794614 2287566848 4842 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 558488 4843 1652 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100265 s]
/proc/loadavg: 3.79 3.92 3.84 4/197 24808
/proc/meminfo: memFree=27123360/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 4684 0 1 0 8 1 0 0 20 0 18 0 344794614 2764726272 6389 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 674982 6390 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300238 s]
/proc/loadavg: 3.79 3.92 3.84 4/197 24808
/proc/meminfo: memFree=27123360/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 7755 0 1 0 54 2 0 0 20 0 18 0 344794614 2764726272 11575 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 674982 11575 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 2699928

[startup+0.700183 s]
/proc/loadavg: 3.79 3.92 3.84 4/197 24808
/proc/meminfo: memFree=27123360/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2966184 CPUtime=1.46 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 11453 0 1 0 142 4 0 0 20 0 22 0 344794614 3037372416 42587 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 741546 42587 2249 9 0 732240 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2966184

[startup+1.50072 s]
/proc/loadavg: 3.79 3.92 3.84 7/219 24830
/proc/meminfo: memFree=26933348/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2966184 CPUtime=4.03 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 17279 0 1 0 396 7 0 0 20 0 22 0 344794614 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 741546 87470 2256 9 0 732240 0
[pid=24808/tid=24810] ppid=24806 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24165 0 -1 4202560 2856 0 1 0 57 3 0 0 20 0 22 0 344794615 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668812354712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24811] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668796636200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24812] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668795583400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24813] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668794530600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24814] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668793477800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24815] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668792425000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24816] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668791372200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24817] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24817/stat : 24817 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668790319400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24818] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24818/stat : 24818 (java) S 24806 24808 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668789266600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24819] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24819/stat : 24819 (java) S 24806 24808 24165 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344794617 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668659092456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24820] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24820/stat : 24820 (java) S 24806 24808 24165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668658038520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24821] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24821/stat : 24821 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668656985608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24822] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24822/stat : 24822 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668655934096 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24823] ppid=24806 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/24808/task/24823/stat : 24823 (java) S 24806 24808 24165 0 -1 4202560 4193 0 0 0 75 0 0 0 20 0 22 0 344794620 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668654881208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24824] ppid=24806 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/24808/task/24824/stat : 24824 (java) S 24806 24808 24165 0 -1 4202560 8853 0 0 0 93 1 0 0 20 0 22 0 344794620 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668653828408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24825] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24825/stat : 24825 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668652775800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24826] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24826/stat : 24826 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668651723208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24827] ppid=24806 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/24808/task/24827/stat : 24827 (java) R 24806 24808 24165 0 -1 4202560 28 0 0 0 84 0 0 0 20 0 22 0 344794677 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668650669352 139668663050842 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24828] ppid=24806 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/24808/task/24828/stat : 24828 (java) R 24806 24808 24165 0 -1 4202560 147 0 0 0 81 2 0 0 20 0 22 0 344794677 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668649616120 139668662975305 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24829] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24829/stat : 24829 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668648564136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24830] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24830/stat : 24830 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 87470 33554432000 1073741824 1073778376 140736098232288 139668647511336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 2966184

[startup+3.10084 s]
/proc/loadavg: 3.79 3.92 3.84 5/219 24830
/proc/meminfo: memFree=26721648/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2966184 CPUtime=7.46 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 17401 0 1 0 734 12 0 0 20 0 22 0 344794614 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 741546 107975 2269 9 0 732240 0
[pid=24808/tid=24810] ppid=24806 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24165 0 -1 4202560 2856 0 1 0 57 3 0 0 20 0 22 0 344794615 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668812354712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24811] ppid=24806 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24165 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668796636200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24812] ppid=24806 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24165 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668795583400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24813] ppid=24806 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24165 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668794530600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24814] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24165 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668793477800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24815] ppid=24806 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24165 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668792425000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24816] ppid=24806 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24165 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668791372200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24817] ppid=24806 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24808/task/24817/stat : 24817 (java) S 24806 24808 24165 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668790319400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24818] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24818/stat : 24818 (java) S 24806 24808 24165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344794616 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668789266600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24819] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24819/stat : 24819 (java) S 24806 24808 24165 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344794617 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668659092456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24820] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24820/stat : 24820 (java) S 24806 24808 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668658038520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24821] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24821/stat : 24821 (java) S 24806 24808 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668656985608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24822] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24822/stat : 24822 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668655934096 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24823] ppid=24806 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/24808/task/24823/stat : 24823 (java) S 24806 24808 24165 0 -1 4202560 4193 0 0 0 79 0 0 0 20 0 22 0 344794620 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668654881208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24824] ppid=24806 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/24808/task/24824/stat : 24824 (java) S 24806 24808 24165 0 -1 4202560 8854 0 0 0 105 1 0 0 20 0 22 0 344794620 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668653828408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24825] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24825/stat : 24825 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668652775800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24826] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24826/stat : 24826 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668651723208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24827] ppid=24806 vsize=2966184 CPUtime=2.38 cores=0,2,4,6
/proc/24808/task/24827/stat : 24827 (java) R 24806 24808 24165 0 -1 4202560 29 0 0 0 238 0 0 0 20 0 22 0 344794677 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668650666952 139668662936587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24828] ppid=24806 vsize=2966184 CPUtime=2.37 cores=0,2,4,6
/proc/24808/task/24828/stat : 24828 (java) R 24806 24808 24165 0 -1 4202560 173 0 0 0 233 4 0 0 20 0 22 0 344794677 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668649614736 139668663067449 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24829] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24829/stat : 24829 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668648564136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24830] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24830/stat : 24830 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 107975 33554432000 1073741824 1073778376 140736098232288 139668647511336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 2966184

[startup+6.30072 s]
/proc/loadavg: 3.89 3.94 3.84 5/219 24830
/proc/meminfo: memFree=26678640/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2966184 CPUtime=14 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 17495 0 1 0 1387 13 0 0 20 0 22 0 344794614 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 741546 113027 2283 9 0 732240 0
[pid=24808/tid=24810] ppid=24806 vsize=2966184 CPUtime=0.6 cores=0,2,4,6
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24165 0 -1 4202560 2856 0 1 0 57 3 0 0 20 0 22 0 344794615 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668812354712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24811] ppid=24806 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24165 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668796636200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24812] ppid=24806 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24165 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668795583400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24813] ppid=24806 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24165 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668794530600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24814] ppid=24806 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24165 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668793477800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24815] ppid=24806 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24165 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668792425000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24816] ppid=24806 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24165 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668791372200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24817] ppid=24806 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/24808/task/24817/stat : 24817 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668790319400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24818] ppid=24806 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/24808/task/24818/stat : 24818 (java) S 24806 24808 24165 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 22 0 344794616 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668789266600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24819] ppid=24806 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/24808/task/24819/stat : 24819 (java) S 24806 24808 24165 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 22 0 344794617 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668659092456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24820] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24820/stat : 24820 (java) S 24806 24808 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668658038520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24821] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24821/stat : 24821 (java) S 24806 24808 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668656985608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24822] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24822/stat : 24822 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668655934096 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24823] ppid=24806 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/24808/task/24823/stat : 24823 (java) S 24806 24808 24165 0 -1 4202560 4199 0 0 0 83 0 0 0 20 0 22 0 344794620 3037372416 113027 33554432000 1073741824 1073778376 140736098232288 139668654881208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/24808/statm: 741546 231127 2284 9 0 732240 0
[pid=24808/tid=24810] ppid=24806 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24165 0 -1 4202560 2868 0 1 0 58 4 0 0 20 0 22 0 344794615 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668812354712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24811] ppid=24806 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24165 0 -1 4202560 224 0 0 0 351 10 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668796636200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24812] ppid=24806 vsize=2966184 CPUtime=3.44 cores=0,2,4,6
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24165 0 -1 4202560 186 0 0 0 337 7 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668795583400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24813] ppid=24806 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24165 0 -1 4202560 175 0 0 0 347 7 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668794530600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24814] ppid=24806 vsize=2966184 CPUtime=3.54 cores=0,2,4,6
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24165 0 -1 4202560 181 0 0 0 348 6 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668793477800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24815] ppid=24806 vsize=2966184 CPUtime=3.48 cores=0,2,4,6
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24165 0 -1 4202560 205 0 0 0 341 7 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668792425000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24816] ppid=24806 vsize=2966184 CPUtime=3.29 cores=0,2,4,6
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24165 0 -1 4202560 212 0 0 0 322 7 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668791372200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24817] ppid=24806 vsize=2966184 CPUtime=3.33 cores=0,2,4,6
/proc/24808/task/24817/stat : 24817 (java) S 24806 24808 24165 0 -1 4202560 178 0 0 0 327 6 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668790319400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24818] ppid=24806 vsize=2966184 CPUtime=3.42 cores=0,2,4,6
/proc/24808/task/24818/stat : 24818 (java) S 24806 24808 24165 0 -1 4202560 185 0 0 0 335 7 0 0 20 0 22 0 344794616 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668789266600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24819] ppid=24806 vsize=2966184 CPUtime=16.2 cores=0,2,4,6
/proc/24808/task/24819/stat : 24819 (java) S 24806 24808 24165 0 -1 4202560 121 0 0 0 1590 30 0 0 20 0 22 0 344794617 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668659092456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24820] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24820/stat : 24820 (java) S 24806 24808 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668658038520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24821] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24821/stat : 24821 (java) S 24806 24808 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668656985608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24822] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24822/stat : 24822 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668655934096 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24823] ppid=24806 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/24808/task/24823/stat : 24823 (java) S 24806 24808 24165 0 -1 4202560 4224 0 0 0 110 0 0 0 20 0 22 0 344794620 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668654881208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24824] ppid=24806 vsize=2966184 CPUtime=1.45 cores=0,2,4,6
/proc/24808/task/24824/stat : 24824 (java) S 24806 24808 24165 0 -1 4202560 8926 0 0 0 143 2 0 0 20 0 22 0 344794620 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668653828408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24825] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24825/stat : 24825 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668652775800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24826] ppid=24806 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/24808/task/24826/stat : 24826 (java) S 24806 24808 24165 0 -1 4202560 47 0 0 0 13 14 0 0 20 0 22 0 344794620 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668651723208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24827] ppid=24806 vsize=2966184 CPUtime=795.25 cores=0,2,4,6
/proc/24808/task/24827/stat : 24827 (java) R 24806 24808 24165 0 -1 4202560 372 0 0 0 79512 13 0 0 20 0 22 0 344794677 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668650669008 139668663019609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24828] ppid=24806 vsize=2966184 CPUtime=795.27 cores=0,2,4,6
/proc/24808/task/24828/stat : 24828 (java) R 24806 24808 24165 0 -1 4202560 402 0 0 0 79511 16 0 0 20 0 22 0 344794677 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668649614416 139668663230483 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24829] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24829/stat : 24829 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668648564136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24830] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24830/stat : 24830 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 231127 33554432000 1073741824 1073778376 140736098232288 139668647511336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1641.65
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.97 3.93 3.85 5/219 24898
/proc/meminfo: memFree=26165008/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2966184 CPUtime=1762.06 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 19882 0 1 0 176088 118 0 0 20 0 22 0 344794614 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 741546 246540 2284 9 0 732240 0
[pid=24808/tid=24810] ppid=24806 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24165 0 -1 4202560 2870 0 1 0 58 4 0 0 20 0 22 0 344794615 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668812354712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24811] ppid=24806 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24165 0 -1 4202560 241 0 0 0 375 11 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668796636200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24812] ppid=24806 vsize=2966184 CPUtime=3.74 cores=0,2,4,6
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24165 0 -1 4202560 210 0 0 0 366 8 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668795583400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24813] ppid=24806 vsize=2966184 CPUtime=3.79 cores=0,2,4,6
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24165 0 -1 4202560 187 0 0 0 371 8 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668794530600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24814] ppid=24806 vsize=2966184 CPUtime=3.88 cores=0,2,4,6
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24165 0 -1 4202560 207 0 0 0 381 7 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668793477800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24815] ppid=24806 vsize=2966184 CPUtime=3.77 cores=0,2,4,6
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24165 0 -1 4202560 223 0 0 0 369 8 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668792425000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24816] ppid=24806 vsize=2966184 CPUtime=3.57 cores=0,2,4,6
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24165 0 -1 4202560 225 0 0 0 349 8 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668791372200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24817] ppid=24806 vsize=2966184 CPUtime=3.59 cores=0,2,4,6
/proc/24808/task/24817/stat : 24817 (java) S 24806 24808 24165 0 -1 4202560 195 0 0 0 352 7 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668790319400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24818] ppid=24806 vsize=2966184 CPUtime=3.65 cores=0,2,4,6
/proc/24808/task/24818/stat : 24818 (java) S 24806 24808 24165 0 -1 4202560 195 0 0 0 357 8 0 0 20 0 22 0 344794616 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668789266600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24819] ppid=24806 vsize=2966184 CPUtime=16.69 cores=0,2,4,6
/proc/24808/task/24819/stat : 24819 (java) S 24806 24808 24165 0 -1 4202560 125 0 0 0 1637 32 0 0 20 0 22 0 344794617 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668659092456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24820] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24820/stat : 24820 (java) S 24806 24808 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668658038520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24821] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24821/stat : 24821 (java) S 24806 24808 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668656985608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24822] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24822/stat : 24822 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668655934096 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24823] ppid=24806 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/24808/task/24823/stat : 24823 (java) S 24806 24808 24165 0 -1 4202560 4224 0 0 0 110 0 0 0 20 0 22 0 344794620 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668654881208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24824] ppid=24806 vsize=2966184 CPUtime=1.45 cores=0,2,4,6
/proc/24808/task/24824/stat : 24824 (java) S 24806 24808 24165 0 -1 4202560 8926 0 0 0 143 2 0 0 20 0 22 0 344794620 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668653828408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24825] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24825/stat : 24825 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668652775800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24826] ppid=24806 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/24808/task/24826/stat : 24826 (java) S 24806 24808 24165 0 -1 4202560 51 0 0 0 14 15 0 0 20 0 22 0 344794620 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668651723208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24827] ppid=24806 vsize=2966184 CPUtime=853.96 cores=0,2,4,6
/proc/24808/task/24827/stat : 24827 (java) R 24806 24808 24165 0 -1 4202560 401 0 0 0 85382 14 0 0 20 0 22 0 344794677 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668650668064 139668663600558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24828] ppid=24806 vsize=2966184 CPUtime=853.99 cores=0,2,4,6
/proc/24808/task/24828/stat : 24828 (java) R 24806 24808 24165 0 -1 4202560 413 0 0 0 85382 17 0 0 20 0 22 0 344794677 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668649614032 139668663351501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24829] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24829/stat : 24829 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668648564136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24830] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24830/stat : 24830 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 246540 33554432000 1073741824 1073778376 140736098232288 139668647511336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1762.06
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.801 s]
/proc/loadavg: 3.98 3.94 3.85 5/219 24898
/proc/meminfo: memFree=26158620/32873648 swapFree=6864/6864
[pid=24808] ppid=24806 vsize=2966184 CPUtime=1800.12 cores=0,2,4,6
/proc/24808/stat : 24808 (java) S 24806 24808 24165 0 -1 4202496 19940 0 1 0 179893 119 0 0 20 0 22 0 344794614 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 140736098223424 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24808/statm: 741546 247090 2284 9 0 732240 0
[pid=24808/tid=24810] ppid=24806 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/24808/task/24810/stat : 24810 (java) S 24806 24808 24165 0 -1 4202560 2871 0 1 0 58 4 0 0 20 0 22 0 344794615 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668812354712 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24811] ppid=24806 vsize=2966184 CPUtime=3.96 cores=0,2,4,6
/proc/24808/task/24811/stat : 24811 (java) S 24806 24808 24165 0 -1 4202560 245 0 0 0 385 11 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668796636200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24812] ppid=24806 vsize=2966184 CPUtime=3.87 cores=0,2,4,6
/proc/24808/task/24812/stat : 24812 (java) S 24806 24808 24165 0 -1 4202560 211 0 0 0 379 8 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668795583400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24813] ppid=24806 vsize=2966184 CPUtime=3.91 cores=0,2,4,6
/proc/24808/task/24813/stat : 24813 (java) S 24806 24808 24165 0 -1 4202560 193 0 0 0 383 8 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668794530600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24814] ppid=24806 vsize=2966184 CPUtime=3.98 cores=0,2,4,6
/proc/24808/task/24814/stat : 24814 (java) S 24806 24808 24165 0 -1 4202560 216 0 0 0 391 7 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668793477800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24815] ppid=24806 vsize=2966184 CPUtime=3.85 cores=0,2,4,6
/proc/24808/task/24815/stat : 24815 (java) S 24806 24808 24165 0 -1 4202560 225 0 0 0 377 8 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668792425000 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24816] ppid=24806 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/24808/task/24816/stat : 24816 (java) S 24806 24808 24165 0 -1 4202560 232 0 0 0 361 8 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668791372200 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24808/tid=24817] ppid=24806 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/24808/task/24817/stat : 24817 (java) S 24806 24808 24165 0 -1 4202560 201 0 0 0 362 7 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668790319400 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24818] ppid=24806 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/24808/task/24818/stat : 24818 (java) S 24806 24808 24165 0 -1 4202560 202 0 0 0 367 8 0 0 20 0 22 0 344794616 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668789266600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24819] ppid=24806 vsize=2966184 CPUtime=17.96 cores=0,2,4,6
/proc/24808/task/24819/stat : 24819 (java) S 24806 24808 24165 0 -1 4202560 125 0 0 0 1764 32 0 0 20 0 22 0 344794617 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668659092456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24820] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24820/stat : 24820 (java) S 24806 24808 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668658038520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24821] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24821/stat : 24821 (java) S 24806 24808 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344794618 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668656985608 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24822] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24822/stat : 24822 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668655934096 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24823] ppid=24806 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/24808/task/24823/stat : 24823 (java) S 24806 24808 24165 0 -1 4202560 4224 0 0 0 110 0 0 0 20 0 22 0 344794620 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668654881208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24824] ppid=24806 vsize=2966184 CPUtime=1.45 cores=0,2,4,6
/proc/24808/task/24824/stat : 24824 (java) S 24806 24808 24165 0 -1 4202560 8926 0 0 0 143 2 0 0 20 0 22 0 344794620 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668653828408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24825] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24825/stat : 24825 (java) S 24806 24808 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344794620 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668652775800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24808/tid=24826] ppid=24806 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/24808/task/24826/stat : 24826 (java) S 24806 24808 24165 0 -1 4202560 51 0 0 0 15 15 0 0 20 0 22 0 344794620 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668651723208 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24827] ppid=24806 vsize=2966184 CPUtime=871.88 cores=0,2,4,6
/proc/24808/task/24827/stat : 24827 (java) R 24806 24808 24165 0 -1 4202560 413 0 0 0 87173 15 0 0 20 0 22 0 344794677 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668650667200 139668663128124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24808/tid=24828] ppid=24806 vsize=2966184 CPUtime=871.92 cores=0,2,4,6
/proc/24808/task/24828/stat : 24828 (java) R 24806 24808 24165 0 -1 4202560 416 0 0 0 87174 18 0 0 20 0 22 0 344794677 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668649615048 139668663351609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24829] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24829/stat : 24829 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668648564136 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24808/tid=24830] ppid=24806 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/24808/task/24830/stat : 24830 (java) S 24806 24808 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344794679 3037372416 247090 33554432000 1073741824 1073778376 140736098232288 139668647511336 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 24808 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=658170
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=671745
# CPU time returned by wait4() is 1796.33
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.843
CPU time (s): 1800.12
CPU user time (s): 1798.93
CPU system time (s): 1.19
CPU usage (%): 199.605
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.66
system time used= 1.67175
maximum resident set size= 988484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19972
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39058
involuntary context switches= 63814

runsolver used 3.37149 second user time and 8.20475 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 07:11:18
IDJOB=3742392
IDBENCH=90172
IDSOLVER=2324
FILE ID=node113/3742392-1338786678
RUNJOBID= node113-1338783018-24181
PBS_JOBID= 14636837
Free space on /tmp= 70976 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_K163.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742392-1338786678/watcher-3742392-1338786678 -o /tmp/evaluation-result-3742392-1338786678/solver-3742392-1338786678 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742392-1338786678.opb

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

MD5SUM BENCH= 5c9e224cdd9eef3594ee47236fa33798
RANDOM SEED=1051557577

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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.91
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.026
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.91
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.026
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.91
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.026
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.92
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.026
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:       32873648 kB
MemFree:        27123740 kB
Buffers:          543300 kB
Cached:          3516688 kB
SwapCached:         2028 kB
Active:          2545616 kB
Inactive:        2303496 kB
Active(anon):     788520 kB
Inactive(anon):     1912 kB
Active(file):    1757096 kB
Inactive(file):  2301584 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:              1652 kB
Writeback:             0 kB
AnonPages:        793488 kB
Mapped:            19400 kB
Shmem:                 0 kB
Slab:             763964 kB
SReclaimable:     208052 kB
SUnreclaim:       555912 kB
KernelStack:        1624 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70976 MiB
End job on node113 at 2012-06-04 07:26:22