Trace number 4080543

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.7 896.88

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K192.opb
MD5SUM83a21ae30c37a390d06f7aafb55d6d81
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 variables22848
Total number of constraints23234
Number of constraints which are clauses23042
Number of constraints which are cardinality constraints (but not clauses)192
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint192
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 193
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.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080543-1465280634.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  no objective function found
2.14/0.95	c ... done. Wall clock time 0.814s.
2.14/0.95	c declared #vars     22848
2.14/0.95	c #constraints  23234
2.14/0.95	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.14/0.95	c constraints type 
2.14/0.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20557
2.14/0.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 192
2.14/0.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
2.14/0.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2483
2.14/0.95	c 23234 constraints processed.
2.14/0.95	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.14/0.95	c constraints type 
2.14/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2483
2.14/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 20557
2.14/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 192
2.14/0.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.14/0.95	c 23234 constraints processed.
10.84/4.50	c cleaning 2485 clauses out of 4991 with flag 21183/5000
19.35/8.40	c cleaning 4252 clauses out of 8504 with flag 50936/11005
27.20/12.40	c cleaning 5582 clauses out of 11240 with flag 88237/18000
37.15/17.22	c cleaning 6782 clauses out of 13655 with flag 128034/26001
47.76/22.55	c cleaning 7778 clauses out of 15863 with flag 175171/35000
60.52/28.84	c cleaning 8214 clauses out of 18084 with flag 225397/45000
76.49/36.78	c cleaning 8861 clauses out of 20865 with flag 282660/56000
92.49/44.73	c cleaning 9640 clauses out of 24002 with flag 344013/68000
109.49/53.29	c cleaning 10470 clauses out of 27361 with flag 406512/81001
129.28/63.04	c cleaning 11120 clauses out of 30889 with flag 476818/95002
148.86/72.76	c cleaning 11901 clauses out of 34759 with flag 550554/110002
171.14/83.84	c cleaning 13005 clauses out of 38853 with flag 633735/126002
195.12/95.79	c cleaning 13533 clauses out of 42844 with flag 720652/143000
220.42/108.35	c cleaning 14451 clauses out of 47307 with flag 812281/161001
247.30/121.70	c cleaning 15213 clauses out of 51850 with flag 912855/180000
277.31/137.05	c cleaning 16038 clauses out of 56628 with flag 1011485/200000
308.98/152.84	c cleaning 17013 clauses out of 61589 with flag 1121692/221000
341.54/169.04	c cleaning 17874 clauses out of 66574 with flag 1235411/243000
376.39/186.34	c cleaning 18668 clauses out of 71699 with flag 1354423/266000
388.59/192.44	c cleaning 0 clauses out of 5000 with flag 0/5000
414.94/205.44	c cleaning 19453 clauses out of 77023 with flag 1484994/290000
455.97/225.87	c cleaning 19901 clauses out of 82570 with flag 1614690/315000
497.67/246.68	c cleaning 21091 clauses out of 88670 with flag 1754417/341001
543.81/270.19	c cleaning 21465 clauses out of 94571 with flag 1905129/368001
587.36/291.84	c cleaning 22769 clauses out of 101104 with flag 2060208/396002
636.76/316.32	c cleaning 22968 clauses out of 107330 with flag 2216668/425000
686.61/341.11	c cleaning 24503 clauses out of 114360 with flag 2371495/455000
739.30/367.31	c cleaning 25238 clauses out of 120855 with flag 2538266/486000
794.25/394.66	c cleaning 25920 clauses out of 127616 with flag 2706503/518002
855.50/425.08	c cleaning 26520 clauses out of 134691 with flag 2890713/551001
916.45/455.31	c cleaning 27462 clauses out of 142167 with flag 3077993/585000
980.21/487.70	c cleaning 28585 clauses out of 149704 with flag 3267060/620002
1045.09/519.94	c cleaning 29498 clauses out of 157108 with flag 3463167/656000
1107.73/551.17	c cleaning 30329 clauses out of 164608 with flag 3667461/693002
1175.10/584.62	c cleaning 30852 clauses out of 172277 with flag 3883599/731001
1241.05/617.48	c cleaning 31714 clauses out of 180423 with flag 4099837/770000
1317.34/655.26	c cleaning 32665 clauses out of 188703 with flag 4328985/810000
1396.09/694.40	c cleaning 33916 clauses out of 197034 with flag 4562362/851000
1477.56/734.95	c cleaning 34810 clauses out of 205117 with flag 4803223/893000
1554.32/774.45	c cleaning 35337 clauses out of 213304 with flag 5055685/936000
1629.36/811.88	c cleaning 36428 clauses out of 221970 with flag 5306507/980003
1705.19/849.65	c cleaning 37693 clauses out of 230536 with flag 5566753/1025000
1784.90/889.21	c cleaning 38313 clauses out of 238848 with flag 5840218/1071005
1800.10/896.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.80	c starts		: 6298
1800.10/896.80	c conflicts		: 1081067
1800.10/896.80	c decisions		: 48114083
1800.10/896.80	c propagations		: 1221852937
1800.10/896.80	c inspects		: 2709703073
1800.10/896.80	c shortcuts		: 0
1800.10/896.80	c learnt literals	: 161
1800.10/896.80	c learnt binary clauses	: 101555
1800.10/896.80	c learnt ternary clauses	: 78492
1800.10/896.80	c learnt constraints	: 1080906
1800.10/896.80	c ignored constraints	: 0
1800.10/896.80	c root simplifications	: 0
1800.10/896.80	c removed literals (reason simplification)	: 6986929
1800.10/896.80	c reason swapping (by a shorter reason)	: 0
1800.10/896.80	c Calls to reduceDB	: 42
1800.10/896.80	c Number of update (reduction) of LBD	: 667039
1800.10/896.80	c Imported unit clauses	: 0
1800.10/896.80	c number of reductions to clauses (during analyze)	: 0
1800.10/896.80	c number of learned constraints concerned by reduction	: 0
1800.10/896.80	c number of learning phase by resolution	: 0
1800.10/896.80	c number of learning phase by cutting planes	: 0
1800.10/896.80	c speed (assignments/second)	: 1363941.5477353276
1800.10/896.80	c non guided choices	57250
1800.10/896.85	c learnt constraints type 
1800.10/896.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 101555
1800.10/896.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109041
1800.10/896.85	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/896.85	c starts		: 34
1800.10/896.85	c conflicts		: 10465
1800.10/896.85	c decisions		: 271112
1800.10/896.85	c propagations		: 15812706
1800.10/896.85	c inspects		: 742149871
1800.10/896.85	c shortcuts		: 0
1800.10/896.85	c learnt literals	: 0
1800.10/896.85	c learnt binary clauses	: 0
1800.10/896.85	c learnt ternary clauses	: 35
1800.10/896.85	c learnt constraints	: 10464
1800.10/896.85	c ignored constraints	: 0
1800.10/896.85	c root simplifications	: 0
1800.10/896.85	c removed literals (reason simplification)	: 0
1800.10/896.85	c reason swapping (by a shorter reason)	: 0
1800.10/896.85	c Calls to reduceDB	: 1
1800.10/896.85	c Number of update (reduction) of LBD	: 0
1800.10/896.85	c Imported unit clauses	: 0
1800.10/896.85	c number of reductions to clauses (during analyze)	: 0
1800.10/896.85	c number of learned constraints concerned by reduction	: 0
1800.10/896.85	c number of learning phase by resolution	: 0
1800.10/896.85	c number of learning phase by cutting planes	: 0
1800.10/896.85	c speed (assignments/second)	: 17650.650595900526
1800.10/896.85	c non guided choices	3380
1800.10/896.85	c learnt constraints type 
1800.10/896.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 794
1800.10/896.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2255
1800.10/896.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7415
1800.10/896.85	s UNKNOWN
1800.10/896.85	c Total wall clock time (in seconds): 896.717

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080543-1465280634/watcher-4080543-1465280634 -o /tmp/evaluation-result-4080543-1465280634/solver-4080543-1465280634 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080543-1465280634.opb 

pid=24281
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: 4.22 4.22 4.06 4/197 24284
/proc/meminfo: memFree=27079160/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24284/stat : 24284 (java) R 24281 24284 23715 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 109996636 9515008 183 33554432000 1073741824 1073778376 140733264825632 140733264816664 214369466599 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24284/statm: 2323 184 142 9 0 71 0

[startup+0.100121 s]
/proc/loadavg: 4.22 4.22 4.06 4/197 24284
/proc/meminfo: memFree=27079160/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 4190 0 1 0 7 1 0 0 20 0 18 0 109996636 9787879424 5311 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2389619 5311 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200312 s]
/proc/loadavg: 4.22 4.22 4.06 4/197 24284
/proc/meminfo: memFree=27079160/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 4826 0 1 0 23 2 0 0 20 0 18 0 109996636 9787879424 6915 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2389619 6915 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 4.22 4.22 4.06 4/197 24284
/proc/meminfo: memFree=27079160/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 7343 0 1 0 50 2 0 0 20 0 18 0 109996636 9787879424 10163 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2389619 10163 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 4.22 4.22 4.06 4/197 24284
/proc/meminfo: memFree=27079160/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9558476 CPUtime=1.52 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 20910 0 1 0 147 5 0 0 20 0 18 0 109996636 9787879424 37671 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2389619 37671 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.22 4.22 4.06 7/219 24306
/proc/meminfo: memFree=26879424/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9824732 CPUtime=4.41 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 25135 0 1 0 433 8 0 0 20 0 22 0 109996636 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2456183 54042 2284 9 0 2446860 0
[pid=24284/tid=24286] ppid=24281 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) S 24281 24284 23715 0 -1 4202560 2511 0 1 0 86 3 0 0 20 0 22 0 109996637 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401748439928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24287] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401592445480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24288] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401591392680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24289] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401590339880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24290] ppid=24281 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 23715 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401589287080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24291] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401588235304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24292] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401587182504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24293] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 23715 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401586129704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24294] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109996638 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401585076904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24295] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401572665832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24296] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401571611896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24297] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401570558984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24298] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401569507472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24299] ppid=24281 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) R 24281 24284 23715 0 -1 4202560 9909 0 0 0 110 2 0 0 20 0 22 0 109996643 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401568455608 140401751312416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24300] ppid=24281 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/24284/task/24300/stat : 24300 (java) R 24281 24284 23715 0 -1 4202560 11277 0 0 0 116 2 0 0 20 0 22 0 109996643 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401567390336 140401751345236 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24301] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24301/stat : 24301 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401566350200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24302] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24302/stat : 24302 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401565297608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24303] ppid=24281 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24284/task/24303/stat : 24303 (java) R 24281 24284 23715 0 -1 4202560 22 0 0 0 52 0 0 0 20 0 22 0 109996732 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401564242328 140401621844476 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24304] ppid=24281 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24284/task/24304/stat : 24304 (java) R 24281 24284 23715 0 -1 4202560 27 0 0 0 52 0 0 0 20 0 22 0 109996732 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401563159168 140401621097877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24305] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24305/stat : 24305 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401562137512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24306] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24306/stat : 24306 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 54042 33554432000 1073741824 1073778376 140736769436464 140401561084712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9824732

[startup+3.10102 s]
/proc/loadavg: 4.22 4.22 4.06 5/219 24306
/proc/meminfo: memFree=26859596/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9824732 CPUtime=8.15 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 25443 0 1 0 800 15 0 0 20 0 22 0 109996636 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2456183 91718 2286 9 0 2446860 0
[pid=24284/tid=24286] ppid=24281 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) S 24281 24284 23715 0 -1 4202560 2511 0 1 0 86 3 0 0 20 0 22 0 109996637 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401748439928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24287] ppid=24281 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 23715 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401592445480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24288] ppid=24281 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 23715 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401591392680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24289] ppid=24281 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 23715 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401590339880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24290] ppid=24281 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 23715 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401589287080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24291] ppid=24281 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 23715 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401588235304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24292] ppid=24281 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 23715 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401587182504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24293] ppid=24281 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 23715 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401586129704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24294] ppid=24281 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 23715 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 109996638 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401585076904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24295] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 23715 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401572665832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24296] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401571611896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24297] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401570558984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24298] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401569507472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24299] ppid=24281 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 23715 0 -1 4202560 9934 0 0 0 124 2 0 0 20 0 22 0 109996643 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401568455608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24300] ppid=24281 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/24284/task/24300/stat : 24300 (java) S 24281 24284 23715 0 -1 4202560 11284 0 0 0 147 2 0 0 20 0 22 0 109996643 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401567402808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24301] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24301/stat : 24301 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401566350200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24302] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24302/stat : 24302 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401565297608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24303] ppid=24281 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/24284/task/24303/stat : 24303 (java) R 24281 24284 23715 0 -1 4202560 23 0 0 0 206 0 0 0 20 0 22 0 109996732 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401564242520 140401621663217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24304] ppid=24281 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/24284/task/24304/stat : 24304 (java) R 24281 24284 23715 0 -1 4202560 84 0 0 0 204 2 0 0 20 0 22 0 109996732 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401563188184 140401622099370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24305] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24305/stat : 24305 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401562137512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24306] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24306/stat : 24306 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 91718 33554432000 1073741824 1073778376 140736769436464 140401561084712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.21 4.21 4.06 5/219 24306
/proc/meminfo: memFree=26455588/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9824732 CPUtime=14.85 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 26073 0 1 0 1460 25 0 0 20 0 22 0 109996636 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2456183 157657 2291 9 0 2446860 0
[pid=24284/tid=24286] ppid=24281 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) S 24281 24284 23715 0 -1 4202560 2511 0 1 0 86 3 0 0 20 0 22 0 109996637 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401748439928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24287] ppid=24281 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 23715 0 -1 4202560 41 0 0 0 6 1 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401592445480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24288] ppid=24281 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 23715 0 -1 4202560 37 0 0 0 6 0 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401591392680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24289] ppid=24281 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 23715 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401590339880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24290] ppid=24281 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 23715 0 -1 4202560 58 0 0 0 7 2 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401589287080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24291] ppid=24281 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 23715 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401588235304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24292] ppid=24281 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 23715 0 -1 4202560 41 0 0 0 5 1 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401587182504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24293] ppid=24281 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 23715 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401586129704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24294] ppid=24281 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 23715 0 -1 4202560 77 0 0 0 7 2 0 0 20 0 22 0 109996638 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401585076904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24295] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 23715 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401572665832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24296] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401571611896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24297] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401570558984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24298] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 157657 33554432000 1073741824 1073778376 140736769436464 140401569507472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24299] ppid=24281 vsize=9824732 CPUtime=1.4 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.18 4.20 4.13 5/219 24395
/proc/meminfo: memFree=23526532/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9824732 CPUtime=1650.33 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 33770 0 1 0 164827 206 0 0 20 0 22 0 109996636 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2456183 940565 2299 9 0 2446860 0
[pid=24284/tid=24286] ppid=24281 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) S 24281 24284 23715 0 -1 4202560 2522 0 1 0 88 5 0 0 20 0 22 0 109996637 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401748439928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24287] ppid=24281 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 23715 0 -1 4202560 544 0 0 0 227 19 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401592445480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24288] ppid=24281 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 23715 0 -1 4202560 553 0 0 0 209 17 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401591392680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24289] ppid=24281 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 23715 0 -1 4202560 518 0 0 0 215 18 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401590339880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24290] ppid=24281 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 23715 0 -1 4202560 533 0 0 0 219 17 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401589287080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24291] ppid=24281 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 23715 0 -1 4202560 585 0 0 0 204 18 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401588235304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24292] ppid=24281 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 23715 0 -1 4202560 501 0 0 0 220 19 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401587182504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24293] ppid=24281 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 23715 0 -1 4202560 578 0 0 0 212 17 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401586129704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24294] ppid=24281 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 23715 0 -1 4202560 504 0 0 0 224 19 0 0 20 0 22 0 109996638 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401585076904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24295] ppid=24281 vsize=9824732 CPUtime=5.58 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 23715 0 -1 4202560 2400 0 0 0 551 7 0 0 20 0 22 0 109996640 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401572665832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24296] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401571611896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24297] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401570558984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24298] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401569507472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24299] ppid=24281 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 23715 0 -1 4202560 9985 0 0 0 176 2 0 0 20 0 22 0 109996643 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401568455608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24300] ppid=24281 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/24284/task/24300/stat : 24300 (java) S 24281 24284 23715 0 -1 4202560 11286 0 0 0 174 2 0 0 20 0 22 0 109996643 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401567402808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24301] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24301/stat : 24301 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401566350200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24302] ppid=24281 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/24284/task/24302/stat : 24302 (java) S 24281 24284 23715 0 -1 4202560 45 0 0 0 16 15 0 0 20 0 22 0 109996643 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401565297608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24303] ppid=24281 vsize=9824732 CPUtime=810.72 cores=0,2,4,6
/proc/24284/task/24303/stat : 24303 (java) R 24281 24284 23715 0 -1 4202560 52 0 0 0 81058 14 0 0 20 0 22 0 109996732 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401564233744 140401621877948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24304] ppid=24281 vsize=9824732 CPUtime=810.62 cores=0,2,4,6
/proc/24284/task/24304/stat : 24304 (java) R 24281 24284 23715 0 -1 4202560 1899 0 0 0 81015 47 0 0 20 0 22 0 109996732 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401563189168 140401622100066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24305] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24305/stat : 24305 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401562137512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24306] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24306/stat : 24306 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 940565 33554432000 1073741824 1073778376 140736769436464 140401561084712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1650.33
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.29 4.22 4.14 6/219 24396
/proc/meminfo: memFree=23271780/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9824732 CPUtime=1770.83 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 33822 0 1 0 176875 208 0 0 20 0 22 0 109996636 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2456183 940608 2300 9 0 2446860 0
[pid=24284/tid=24286] ppid=24281 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) S 24281 24284 23715 0 -1 4202560 2524 0 1 0 88 5 0 0 20 0 22 0 109996637 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401748439928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24287] ppid=24281 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 23715 0 -1 4202560 548 0 0 0 236 19 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401592445480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24288] ppid=24281 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 23715 0 -1 4202560 555 0 0 0 223 17 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401591392680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24289] ppid=24281 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 23715 0 -1 4202560 521 0 0 0 224 18 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401590339880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24290] ppid=24281 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 23715 0 -1 4202560 534 0 0 0 236 18 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401589287080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24291] ppid=24281 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 23715 0 -1 4202560 595 0 0 0 214 18 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401588235304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24292] ppid=24281 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 23715 0 -1 4202560 502 0 0 0 234 19 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401587182504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24293] ppid=24281 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 23715 0 -1 4202560 589 0 0 0 222 17 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401586129704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24294] ppid=24281 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 23715 0 -1 4202560 514 0 0 0 233 19 0 0 20 0 22 0 109996638 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401585076904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24295] ppid=24281 vsize=9824732 CPUtime=5.58 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 23715 0 -1 4202560 2402 0 0 0 551 7 0 0 20 0 22 0 109996640 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401572665832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24296] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401571611896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24297] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401570558984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24298] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401569507472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24299] ppid=24281 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 23715 0 -1 4202560 9987 0 0 0 178 2 0 0 20 0 22 0 109996643 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401568455608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24300] ppid=24281 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/24284/task/24300/stat : 24300 (java) S 24281 24284 23715 0 -1 4202560 11286 0 0 0 174 2 0 0 20 0 22 0 109996643 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401567402808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24301] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24301/stat : 24301 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401566350200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24302] ppid=24281 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/24284/task/24302/stat : 24302 (java) S 24281 24284 23715 0 -1 4202560 49 0 0 0 17 16 0 0 20 0 22 0 109996643 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401565297608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24303] ppid=24281 vsize=9824732 CPUtime=870.49 cores=0,2,4,6
/proc/24284/task/24303/stat : 24303 (java) R 24281 24284 23715 0 -1 4202560 52 0 0 0 87034 15 0 0 20 0 22 0 109996732 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401564241408 140401621844889 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24304] ppid=24281 vsize=9824732 CPUtime=870.38 cores=0,2,4,6
/proc/24284/task/24304/stat : 24304 (java) R 24281 24284 23715 0 -1 4202560 1899 0 0 0 86989 49 0 0 20 0 22 0 109996732 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401563187360 140401622037542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24305] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24305/stat : 24305 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401562137512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24306] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24306/stat : 24306 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 940608 33554432000 1073741824 1073778376 140736769436464 140401561084712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1770.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.30 4.23 4.14 5/219 24396
/proc/meminfo: memFree=23271780/32872528 swapFree=15784/1434320
[pid=24284] ppid=24281 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/24284/stat : 24284 (java) S 24281 24284 23715 0 -1 4202496 33849 0 1 0 179802 208 0 0 20 0 22 0 109996636 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140736769427600 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24284/statm: 2456183 940632 2300 9 0 2446860 0
[pid=24284/tid=24286] ppid=24281 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/24284/task/24286/stat : 24286 (java) S 24281 24284 23715 0 -1 4202560 2524 0 1 0 88 5 0 0 20 0 22 0 109996637 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401748439928 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24287] ppid=24281 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/24284/task/24287/stat : 24287 (java) S 24281 24284 23715 0 -1 4202560 548 0 0 0 244 19 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401592445480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24288] ppid=24281 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/24284/task/24288/stat : 24288 (java) S 24281 24284 23715 0 -1 4202560 561 0 0 0 228 17 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401591392680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24289] ppid=24281 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/24284/task/24289/stat : 24289 (java) S 24281 24284 23715 0 -1 4202560 522 0 0 0 235 18 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401590339880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24290] ppid=24281 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/24284/task/24290/stat : 24290 (java) S 24281 24284 23715 0 -1 4202560 536 0 0 0 244 18 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401589287080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24291] ppid=24281 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/24284/task/24291/stat : 24291 (java) S 24281 24284 23715 0 -1 4202560 599 0 0 0 219 18 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401588235304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24292] ppid=24281 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/24284/task/24292/stat : 24292 (java) S 24281 24284 23715 0 -1 4202560 507 0 0 0 242 19 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401587182504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24293] ppid=24281 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/24284/task/24293/stat : 24293 (java) S 24281 24284 23715 0 -1 4202560 590 0 0 0 233 17 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401586129704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24294] ppid=24281 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/24284/task/24294/stat : 24294 (java) S 24281 24284 23715 0 -1 4202560 519 0 0 0 241 19 0 0 20 0 22 0 109996638 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401585076904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24284/tid=24295] ppid=24281 vsize=9824732 CPUtime=5.59 cores=0,2,4,6
/proc/24284/task/24295/stat : 24295 (java) S 24281 24284 23715 0 -1 4202560 2404 0 0 0 551 8 0 0 20 0 22 0 109996640 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401572665832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24296] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24296/stat : 24296 (java) S 24281 24284 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401571611896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24297] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24297/stat : 24297 (java) S 24281 24284 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109996640 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401570558984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24298] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24298/stat : 24298 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401569507472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24299] ppid=24281 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/24284/task/24299/stat : 24299 (java) S 24281 24284 23715 0 -1 4202560 9987 0 0 0 178 2 0 0 20 0 22 0 109996643 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401568455608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24300] ppid=24281 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/24284/task/24300/stat : 24300 (java) S 24281 24284 23715 0 -1 4202560 11286 0 0 0 174 2 0 0 20 0 22 0 109996643 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401567402808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24301] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24301/stat : 24301 (java) S 24281 24284 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109996643 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401566350200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24284/tid=24302] ppid=24281 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/24284/task/24302/stat : 24302 (java) S 24281 24284 23715 0 -1 4202560 49 0 0 0 17 17 0 0 20 0 22 0 109996643 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401565297608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24303] ppid=24281 vsize=9824732 CPUtime=884.82 cores=0,2,4,6
/proc/24284/task/24303/stat : 24303 (java) R 24281 24284 23715 0 -1 4202560 53 0 0 0 88467 15 0 0 20 0 22 0 109996732 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401564233744 140401621731034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24284/tid=24304] ppid=24281 vsize=9824732 CPUtime=884.7 cores=0,2,4,6
/proc/24284/task/24304/stat : 24304 (java) R 24281 24284 23715 0 -1 4202560 1899 0 0 0 88421 49 0 0 20 0 22 0 109996732 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401563187504 140401621740395 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24305] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24305/stat : 24305 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401562137512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24284/tid=24306] ppid=24281 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24284/task/24306/stat : 24306 (java) S 24281 24284 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109996734 10060525568 940632 33554432000 1073741824 1073778376 140736769436464 140401561084712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24284 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 896.88
CPU time (s): 1800.7
CPU user time (s): 1798.1
CPU system time (s): 2.6016
CPU usage (%): 200.774
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.6016
maximum resident set size= 3762644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33884
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= 23394
involuntary context switches= 25981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68498 second user time and 6.554 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:23:54
IDJOB=4080543
IDBENCH=90163
IDSOLVER=2543
FILE ID=node130/4080543-1465280634
RUNJOBID= node130-1465277942-23731
PBS_JOBID= 19843313
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K192.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080543-1465280634/watcher-4080543-1465280634 -o /tmp/evaluation-result-4080543-1465280634/solver-4080543-1465280634 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080543-1465280634.opb

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

MD5SUM BENCH= 83a21ae30c37a390d06f7aafb55d6d81
RANDOM SEED=1875162251

node130.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		: 2666.261
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	: 5332.52
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.61
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27079952 kB
Buffers:          114268 kB
Cached:           209496 kB
SwapCached:         1724 kB
Active:          3380584 kB
Inactive:         232964 kB
Active(anon):    3291132 kB
Inactive(anon):     1284 kB
Active(file):      89452 kB
Inactive(file):   231680 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2396 kB
Writeback:             0 kB
AnonPages:       4705460 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             601876 kB
SReclaimable:      45460 kB
SUnreclaim:       556416 kB
KernelStack:        1808 kB
PageTables:        13308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5129720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4630528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node130 at 2016-06-07 08:38:51