Trace number 4080525

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.74 898.091

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K139.opb
MD5SUM76516381ba4bc043f2da87444e256707
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080525-1465280585.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.89/0.81	c ... done. Wall clock time 0.692s.
1.89/0.81	c declared #vars     16541
1.89/0.81	c #constraints  16821
1.89/0.81	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.89/0.81	c constraints type 
1.89/0.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14886
1.89/0.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 139
1.89/0.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.89/0.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1794
1.89/0.81	c 16821 constraints processed.
1.89/0.81	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.89/0.81	c constraints type 
1.89/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1794
1.89/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14886
1.89/0.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 139
1.89/0.81	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.89/0.81	c 16821 constraints processed.
9.59/3.60	c cleaning 2490 clauses out of 4991 with flag 22136/5000
15.77/6.53	c cleaning 4240 clauses out of 8497 with flag 53072/11001
21.85/9.51	c cleaning 5599 clauses out of 11253 with flag 91728/18000
28.38/12.76	c cleaning 6805 clauses out of 13647 with flag 137385/26000
36.33/16.65	c cleaning 7888 clauses out of 15840 with flag 186932/35001
44.63/20.74	c cleaning 8435 clauses out of 17949 with flag 238358/45000
54.23/25.52	c cleaning 8994 clauses out of 20510 with flag 291149/56000
65.17/30.94	c cleaning 9830 clauses out of 23512 with flag 355797/68002
77.08/36.89	c cleaning 10642 clauses out of 26674 with flag 424618/81001
91.00/43.79	c cleaning 11453 clauses out of 30024 with flag 493436/95000
104.16/50.25	c cleaning 12521 clauses out of 33566 with flag 571198/110000
119.16/57.71	c cleaning 13249 clauses out of 37043 with flag 654890/126000
135.06/65.60	c cleaning 14247 clauses out of 40792 with flag 746156/143000
152.59/74.33	c cleaning 14919 clauses out of 44540 with flag 841593/161000
172.08/84.06	c cleaning 15710 clauses out of 48617 with flag 942421/180000
192.27/94.07	c cleaning 16605 clauses out of 52906 with flag 1049970/200001
212.66/104.30	c cleaning 17432 clauses out of 57298 with flag 1161531/221002
235.76/115.78	c cleaning 18237 clauses out of 61858 with flag 1281665/243000
260.82/128.55	c cleaning 18754 clauses out of 66619 with flag 1412115/266000
286.68/141.40	c cleaning 19890 clauses out of 71867 with flag 1540467/290006
314.17/155.11	c cleaning 20696 clauses out of 76973 with flag 1679286/315005
344.46/170.14	c cleaning 21470 clauses out of 82269 with flag 1822319/341000
374.02/184.84	c cleaning 22165 clauses out of 87797 with flag 1972866/368000
405.31/200.45	c cleaning 23416 clauses out of 93629 with flag 2130596/396000
436.92/216.21	c cleaning 23893 clauses out of 99211 with flag 2296362/425000
471.09/233.22	c cleaning 25283 clauses out of 105316 with flag 2467808/455001
504.87/250.12	c cleaning 25841 clauses out of 111030 with flag 2649328/486001
539.49/267.43	c cleaning 26713 clauses out of 117183 with flag 2832395/518000
576.14/286.12	c cleaning 27553 clauses out of 123469 with flag 3025671/551000
615.33/305.72	c cleaning 28321 clauses out of 129916 with flag 3230576/585000
655.14/325.70	c cleaning 29315 clauses out of 136596 with flag 3437899/620001
697.39/346.73	c cleaning 30244 clauses out of 143278 with flag 3656915/656000
740.89/368.47	c cleaning 30796 clauses out of 150031 with flag 3878448/693000
784.69/390.31	c cleaning 31993 clauses out of 157234 with flag 4110618/731000
833.39/414.61	c cleaning 32857 clauses out of 164242 with flag 4356775/770001
881.90/438.83	c cleaning 33822 clauses out of 171385 with flag 4610495/810003
932.92/464.22	c cleaning 34645 clauses out of 178558 with flag 4865758/851001
985.29/490.47	c cleaning 35959 clauses out of 185915 with flag 5136597/893004
1041.29/518.82	c cleaning 36605 clauses out of 192951 with flag 5413785/936001
1091.79/543.93	c cleaning 0 clauses out of 5000 with flag 0/5000
1100.78/548.24	c cleaning 37401 clauses out of 200345 with flag 5699779/980001
1167.48/581.35	c cleaning 38082 clauses out of 207941 with flag 5996151/1025000
1233.33/614.17	c cleaning 39096 clauses out of 215856 with flag 6294010/1071000
1300.27/647.51	c cleaning 40081 clauses out of 223761 with flag 6603450/1118002
1364.23/679.49	c cleaning 41128 clauses out of 231676 with flag 6920246/1166000
1430.01/712.32	c cleaning 42100 clauses out of 239547 with flag 7252283/1215001
1500.98/747.79	c cleaning 42828 clauses out of 247446 with flag 7590596/1265001
1570.27/783.17	c cleaning 43809 clauses out of 255614 with flag 7932380/1316000
1643.67/819.86	c cleaning 44907 clauses out of 263803 with flag 8294344/1368000
1717.66/856.81	c cleaning 45496 clauses out of 271895 with flag 8662417/1421000
1789.87/892.92	c cleaning 46912 clauses out of 280399 with flag 9038737/1475000
1800.06/898.02	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/898.02	c starts		: 8924
1800.06/898.02	c conflicts		: 1483634
1800.06/898.02	c decisions		: 36221883
1800.06/898.02	c propagations		: 1213126085
1800.06/898.02	c inspects		: 3607591866
1800.06/898.02	c shortcuts		: 0
1800.06/898.02	c learnt literals	: 146
1800.06/898.02	c learnt binary clauses	: 94277
1800.06/898.02	c learnt ternary clauses	: 87935
1800.06/898.02	c learnt constraints	: 1483488
1800.06/898.02	c ignored constraints	: 0
1800.06/898.02	c root simplifications	: 0
1800.06/898.02	c removed literals (reason simplification)	: 12523306
1800.06/898.02	c reason swapping (by a shorter reason)	: 0
1800.06/898.02	c Calls to reduceDB	: 50
1800.06/898.02	c Number of update (reduction) of LBD	: 1092289
1800.06/898.02	c Imported unit clauses	: 0
1800.06/898.02	c number of reductions to clauses (during analyze)	: 0
1800.06/898.02	c number of learned constraints concerned by reduction	: 0
1800.06/898.02	c number of learning phase by resolution	: 0
1800.06/898.02	c number of learning phase by cutting planes	: 0
1800.06/898.02	c speed (assignments/second)	: 1352156.130493469
1800.06/898.02	c non guided choices	13792
1800.06/898.07	c learnt constraints type 
1800.06/898.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 94277
1800.06/898.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147844
1800.06/898.07	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/898.07	c starts		: 25
1800.06/898.07	c conflicts		: 5702
1800.06/898.07	c decisions		: 93025
1800.06/898.07	c propagations		: 6720706
1800.06/898.07	c inspects		: 243464568
1800.06/898.07	c shortcuts		: 0
1800.06/898.07	c learnt literals	: 0
1800.06/898.07	c learnt binary clauses	: 0
1800.06/898.07	c learnt ternary clauses	: 20
1800.06/898.07	c learnt constraints	: 5701
1800.06/898.07	c ignored constraints	: 0
1800.06/898.07	c root simplifications	: 0
1800.06/898.07	c removed literals (reason simplification)	: 0
1800.06/898.07	c reason swapping (by a shorter reason)	: 0
1800.06/898.07	c Calls to reduceDB	: 1
1800.06/898.07	c Number of update (reduction) of LBD	: 0
1800.06/898.07	c Imported unit clauses	: 0
1800.06/898.07	c number of reductions to clauses (during analyze)	: 0
1800.06/898.07	c number of learned constraints concerned by reduction	: 0
1800.06/898.07	c number of learning phase by resolution	: 0
1800.06/898.07	c number of learning phase by cutting planes	: 0
1800.06/898.07	c speed (assignments/second)	: 7490.505221626561
1800.06/898.07	c non guided choices	2157
1800.06/898.07	c learnt constraints type 
1800.06/898.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 290
1800.06/898.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1322
1800.06/898.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4089
1800.06/898.07	s UNKNOWN
1800.06/898.07	c Total wall clock time (in seconds): 897.952

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-4080525-1465280585/watcher-4080525-1465280585 -o /tmp/evaluation-result-4080525-1465280585/solver-4080525-1465280585 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19204 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080525-1465280585.opb 

pid=19343
running on 4 cores: 1,3,5,7

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.02 3.95 3.68 4/197 19346
/proc/meminfo: memFree=28013616/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/19346/stat : 19346 (java) R 19343 19346 14331 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 109989639 3653632 49 33554432000 1073741824 1073778376 140736459143456 140736459140584 243756264743 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 1408 52 41 9 0 30 0

[startup+0.100182 s]
/proc/loadavg: 4.02 3.95 3.68 4/197 19346
/proc/meminfo: memFree=28013616/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 4466 0 1 0 8 1 0 0 20 0 18 0 109989639 9787879424 5591 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2389619 5591 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 4.02 3.95 3.68 4/197 19346
/proc/meminfo: memFree=28013616/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 6631 0 1 0 25 2 0 0 20 0 18 0 109989639 9787879424 8107 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2389619 8107 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300289 s]
/proc/loadavg: 4.02 3.95 3.68 4/197 19346
/proc/meminfo: memFree=28013616/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 7389 0 1 0 53 2 0 0 20 0 18 0 109989639 9787879424 10779 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2389619 10779 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 4.02 3.95 3.68 4/197 19346
/proc/meminfo: memFree=28013616/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9558476 CPUtime=1.59 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 21570 0 1 0 153 6 0 0 20 0 18 0 109989639 9787879424 40801 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2389619 40801 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.02 3.95 3.68 7/215 19433
/proc/meminfo: memFree=31553364/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9824732 CPUtime=4.65 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 26635 0 1 0 456 9 0 0 20 0 22 0 109989639 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2456183 51532 2283 9 0 2446860 0
[pid=19346/tid=19348] ppid=19343 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/19346/task/19348/stat : 19348 (java) S 19343 19346 14331 0 -1 4202560 2531 0 1 0 76 2 0 0 20 0 22 0 109989640 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681656832888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19349] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19349/stat : 19349 (java) S 19343 19346 14331 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681500838696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19350] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19350/stat : 19350 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681499785896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19351] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19351/stat : 19351 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681498733608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19352] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19352/stat : 19352 (java) S 19343 19346 14331 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681497680808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19353] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19353/stat : 19353 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681496627496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19354] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19354/stat : 19354 (java) S 19343 19346 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681495574696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19355] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19355/stat : 19355 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681494522408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19356] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19356/stat : 19356 (java) S 19343 19346 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681493469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19357] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19357/stat : 19357 (java) S 19343 19346 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109989642 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681481059048 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19358] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19358/stat : 19358 (java) S 19343 19346 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681480005112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19359] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19359/stat : 19359 (java) S 19343 19346 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681478952712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19360] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19360/stat : 19360 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681477901200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19361] ppid=19343 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/19346/task/19361/stat : 19361 (java) R 19343 19346 14331 0 -1 4202560 11003 0 0 0 123 2 0 0 20 0 22 0 109989645 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681476835328 140681663819219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19362] ppid=19343 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19346/task/19362/stat : 19362 (java) R 19343 19346 14331 0 -1 4202560 11656 0 0 0 119 3 0 0 20 0 22 0 109989645 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681475795000 140681662981538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19363] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19363/stat : 19363 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681474742904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19364] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19364/stat : 19364 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681473690312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19402] ppid=19343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/19346/task/19402/stat : 19402 (java) R 19343 19346 14331 0 -1 4202560 19 0 0 0 65 0 0 0 20 0 22 0 109989721 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681472635592 140681529813056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19403] ppid=19343 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/19346/task/19403/stat : 19403 (java) R 19343 19346 14331 0 -1 4202560 38 0 0 0 65 0 0 0 20 0 22 0 109989721 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681471552432 140681528695375 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19405] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19405/stat : 19405 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681470531240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19406] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19406/stat : 19406 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 51532 33554432000 1073741824 1073778376 140736459143456 140681469478440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.02 3.95 3.68 7/219 19437
/proc/meminfo: memFree=31402424/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9824732 CPUtime=8.57 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 31333 0 1 0 847 10 0 0 20 0 22 0 109989639 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2456183 51645 2288 9 0 2446860 0
[pid=19346/tid=19348] ppid=19343 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/19346/task/19348/stat : 19348 (java) S 19343 19346 14331 0 -1 4202560 2531 0 1 0 76 2 0 0 20 0 22 0 109989640 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681656832888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19349] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19349/stat : 19349 (java) S 19343 19346 14331 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681500838696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19350] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19350/stat : 19350 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681499785896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19351] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19351/stat : 19351 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681498733608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19352] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19352/stat : 19352 (java) S 19343 19346 14331 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681497680808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19353] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19353/stat : 19353 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681496627496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19354] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19354/stat : 19354 (java) S 19343 19346 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681495574696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19355] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19355/stat : 19355 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681494522408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19356] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19356/stat : 19356 (java) S 19343 19346 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681493469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19357] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19357/stat : 19357 (java) S 19343 19346 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109989642 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681481059048 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19358] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19358/stat : 19358 (java) S 19343 19346 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681480005112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19359] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19359/stat : 19359 (java) S 19343 19346 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681478952712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19360] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19360/stat : 19360 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681477901200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19361] ppid=19343 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/19346/task/19361/stat : 19361 (java) S 19343 19346 14331 0 -1 4202560 11036 0 0 0 156 3 0 0 20 0 22 0 109989645 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681476847800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19362] ppid=19343 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/19346/task/19362/stat : 19362 (java) S 19343 19346 14331 0 -1 4202560 16321 0 0 0 159 4 0 0 20 0 22 0 109989645 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681475795000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19363] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19363/stat : 19363 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681474742904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19364] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19364/stat : 19364 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681473690312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19402] ppid=19343 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/19346/task/19402/stat : 19402 (java) R 19343 19346 14331 0 -1 4202560 19 0 0 0 225 0 0 0 20 0 22 0 109989721 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681472635672 140681529911302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19403] ppid=19343 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/19346/task/19403/stat : 19403 (java) R 19343 19346 14331 0 -1 4202560 38 0 0 0 223 0 0 0 20 0 22 0 109989721 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681471582488 140681530106443 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19405] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19405/stat : 19405 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681470531240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19406] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19406/stat : 19406 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 51645 33554432000 1073741824 1073778376 140736459143456 140681469478440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.01 3.95 3.68 5/219 19437
/proc/meminfo: memFree=31183888/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9824732 CPUtime=15.38 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 31613 0 1 0 1520 18 0 0 20 0 22 0 109989639 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2456183 90235 2292 9 0 2446860 0
[pid=19346/tid=19348] ppid=19343 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/19346/task/19348/stat : 19348 (java) S 19343 19346 14331 0 -1 4202560 2531 0 1 0 76 2 0 0 20 0 22 0 109989640 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681656832888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19349] ppid=19343 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19346/task/19349/stat : 19349 (java) S 19343 19346 14331 0 -1 4202560 31 0 0 0 1 2 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681500838696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19350] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19350/stat : 19350 (java) S 19343 19346 14331 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681499785896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19351] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19351/stat : 19351 (java) S 19343 19346 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681498733608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19352] ppid=19343 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19346/task/19352/stat : 19352 (java) S 19343 19346 14331 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681497680808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19353] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19353/stat : 19353 (java) S 19343 19346 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681496627496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19354] ppid=19343 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19346/task/19354/stat : 19354 (java) S 19343 19346 14331 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681495574696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19355] ppid=19343 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19346/task/19355/stat : 19355 (java) S 19343 19346 14331 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681494522408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19356] ppid=19343 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19346/task/19356/stat : 19356 (java) S 19343 19346 14331 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 22 0 109989641 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681493469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19357] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19357/stat : 19357 (java) S 19343 19346 14331 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 109989642 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681481059048 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19358] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19358/stat : 19358 (java) S 19343 19346 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681480005112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19359] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19359/stat : 19359 (java) S 19343 19346 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681478952712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19360] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19360/stat : 19360 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 90235 33554432000 1073741824 1073778376 140736459143456 140681477901200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19361] ppid=19343 vsize=9824732 CPUtime=1.9 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 3.95 3.98 3.84 5/219 19456
/proc/meminfo: memFree=24268168/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9824732 CPUtime=1648.67 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 41701 0 1 0 164629 238 0 0 20 0 22 0 109989639 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2456183 900106 2301 9 0 2446860 0
[pid=19346/tid=19348] ppid=19343 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/19346/task/19348/stat : 19348 (java) S 19343 19346 14331 0 -1 4202560 2540 0 1 0 78 4 0 0 20 0 22 0 109989640 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681656832888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19349] ppid=19343 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19346/task/19349/stat : 19349 (java) S 19343 19346 14331 0 -1 4202560 547 0 0 0 104 18 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681500838696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19350] ppid=19343 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19346/task/19350/stat : 19350 (java) S 19343 19346 14331 0 -1 4202560 534 0 0 0 123 18 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681499785896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19351] ppid=19343 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/19346/task/19351/stat : 19351 (java) S 19343 19346 14331 0 -1 4202560 529 0 0 0 124 23 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681498733608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19352] ppid=19343 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/19346/task/19352/stat : 19352 (java) S 19343 19346 14331 0 -1 4202560 652 0 0 0 130 25 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681497680808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19353] ppid=19343 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19346/task/19353/stat : 19353 (java) S 19343 19346 14331 0 -1 4202560 487 0 0 0 121 20 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681496627496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19354] ppid=19343 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/19346/task/19354/stat : 19354 (java) S 19343 19346 14331 0 -1 4202560 593 0 0 0 125 23 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681495574696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19355] ppid=19343 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/19346/task/19355/stat : 19355 (java) S 19343 19346 14331 0 -1 4202560 514 0 0 0 113 22 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681494522408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19356] ppid=19343 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/19346/task/19356/stat : 19356 (java) S 19343 19346 14331 0 -1 4202560 544 0 0 0 98 21 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681493469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19357] ppid=19343 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/19346/task/19357/stat : 19357 (java) S 19343 19346 14331 0 -1 4202560 2464 0 0 0 422 5 0 0 20 0 22 0 109989642 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681481059048 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19358] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19358/stat : 19358 (java) S 19343 19346 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681480005112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19359] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19359/stat : 19359 (java) S 19343 19346 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681478952712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19360] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19360/stat : 19360 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681477901200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19361] ppid=19343 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/19346/task/19361/stat : 19361 (java) S 19343 19346 14331 0 -1 4202560 12286 0 0 0 234 3 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681476847800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19362] ppid=19343 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/19346/task/19362/stat : 19362 (java) S 19343 19346 14331 0 -1 4202560 16324 0 0 0 169 4 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681475795000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19363] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19363/stat : 19363 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681474742904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19364] ppid=19343 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/19346/task/19364/stat : 19364 (java) S 19343 19346 14331 0 -1 4202560 47 0 0 0 11 19 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681473690312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19402] ppid=19343 vsize=9824732 CPUtime=814.23 cores=1,3,5,7
/proc/19346/task/19402/stat : 19402 (java) R 19343 19346 14331 0 -1 4202560 44 0 0 0 81408 15 0 0 20 0 22 0 109989721 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681472626960 140681529760230 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19403] ppid=19343 vsize=9824732 CPUtime=814.02 cores=1,3,5,7
/proc/19346/task/19403/stat : 19403 (java) R 19343 19346 14331 0 -1 4202560 2330 0 0 0 81351 51 0 0 20 0 22 0 109989721 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681471580832 140681529402687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19405] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19405/stat : 19405 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681470531240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19406] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19406/stat : 19406 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681469478440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1648.67
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.98 3.98 3.85 5/219 19457
/proc/meminfo: memFree=24267636/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9824732 CPUtime=1768.68 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 41705 0 1 0 176629 239 0 0 20 0 22 0 109989639 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2456183 900106 2301 9 0 2446860 0
[pid=19346/tid=19348] ppid=19343 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/19346/task/19348/stat : 19348 (java) S 19343 19346 14331 0 -1 4202560 2540 0 1 0 78 4 0 0 20 0 22 0 109989640 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681656832888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19349] ppid=19343 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19346/task/19349/stat : 19349 (java) S 19343 19346 14331 0 -1 4202560 547 0 0 0 104 18 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681500838696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19350] ppid=19343 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19346/task/19350/stat : 19350 (java) S 19343 19346 14331 0 -1 4202560 534 0 0 0 123 18 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681499785896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19351] ppid=19343 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/19346/task/19351/stat : 19351 (java) S 19343 19346 14331 0 -1 4202560 529 0 0 0 124 23 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681498733608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19352] ppid=19343 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/19346/task/19352/stat : 19352 (java) S 19343 19346 14331 0 -1 4202560 652 0 0 0 130 25 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681497680808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19353] ppid=19343 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19346/task/19353/stat : 19353 (java) S 19343 19346 14331 0 -1 4202560 487 0 0 0 121 20 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681496627496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19354] ppid=19343 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/19346/task/19354/stat : 19354 (java) S 19343 19346 14331 0 -1 4202560 593 0 0 0 125 23 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681495574696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19355] ppid=19343 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/19346/task/19355/stat : 19355 (java) S 19343 19346 14331 0 -1 4202560 514 0 0 0 113 22 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681494522408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19356] ppid=19343 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/19346/task/19356/stat : 19356 (java) S 19343 19346 14331 0 -1 4202560 544 0 0 0 98 21 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681493469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19357] ppid=19343 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/19346/task/19357/stat : 19357 (java) S 19343 19346 14331 0 -1 4202560 2464 0 0 0 422 5 0 0 20 0 22 0 109989642 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681481059048 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19358] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19358/stat : 19358 (java) S 19343 19346 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681480005112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19359] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19359/stat : 19359 (java) S 19343 19346 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681478952712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19360] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19360/stat : 19360 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681477901200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19361] ppid=19343 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/19346/task/19361/stat : 19361 (java) S 19343 19346 14331 0 -1 4202560 12286 0 0 0 234 3 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681476847800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19362] ppid=19343 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/19346/task/19362/stat : 19362 (java) S 19343 19346 14331 0 -1 4202560 16324 0 0 0 169 4 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681475795000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19363] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19363/stat : 19363 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681474742904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19364] ppid=19343 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/19346/task/19364/stat : 19364 (java) S 19343 19346 14331 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681473690312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19402] ppid=19343 vsize=9824732 CPUtime=874.24 cores=1,3,5,7
/proc/19346/task/19402/stat : 19402 (java) R 19343 19346 14331 0 -1 4202560 44 0 0 0 87408 16 0 0 20 0 22 0 109989721 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681472626960 140681529866176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19403] ppid=19343 vsize=9824732 CPUtime=874.03 cores=1,3,5,7
/proc/19346/task/19403/stat : 19403 (java) R 19343 19346 14331 0 -1 4202560 2330 0 0 0 87351 52 0 0 20 0 22 0 109989721 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681471580832 140681529523574 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19405] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19405/stat : 19405 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681470531240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19406] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19406/stat : 19406 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681469478440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.68
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.001 s]
/proc/loadavg: 3.98 3.98 3.85 6/215 19522
/proc/meminfo: memFree=27982248/32872528 swapFree=9100/9100
[pid=19346] ppid=19343 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/19346/stat : 19346 (java) S 19343 19346 14331 0 -1 4202496 41705 0 1 0 179767 239 0 0 20 0 22 0 109989639 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140736459134592 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/19346/statm: 2456183 900106 2301 9 0 2446860 0
[pid=19346/tid=19348] ppid=19343 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/19346/task/19348/stat : 19348 (java) S 19343 19346 14331 0 -1 4202560 2540 0 1 0 78 4 0 0 20 0 22 0 109989640 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681656832888 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19349] ppid=19343 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19346/task/19349/stat : 19349 (java) S 19343 19346 14331 0 -1 4202560 547 0 0 0 104 18 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681500838696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19350] ppid=19343 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19346/task/19350/stat : 19350 (java) S 19343 19346 14331 0 -1 4202560 534 0 0 0 123 18 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681499785896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19351] ppid=19343 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/19346/task/19351/stat : 19351 (java) S 19343 19346 14331 0 -1 4202560 529 0 0 0 124 23 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681498733608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19352] ppid=19343 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/19346/task/19352/stat : 19352 (java) S 19343 19346 14331 0 -1 4202560 652 0 0 0 130 25 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681497680808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19353] ppid=19343 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19346/task/19353/stat : 19353 (java) S 19343 19346 14331 0 -1 4202560 487 0 0 0 121 20 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681496627496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19354] ppid=19343 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/19346/task/19354/stat : 19354 (java) S 19343 19346 14331 0 -1 4202560 593 0 0 0 125 23 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681495574696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19355] ppid=19343 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/19346/task/19355/stat : 19355 (java) S 19343 19346 14331 0 -1 4202560 514 0 0 0 113 22 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681494522408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19356] ppid=19343 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/19346/task/19356/stat : 19356 (java) S 19343 19346 14331 0 -1 4202560 544 0 0 0 98 21 0 0 20 0 22 0 109989641 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681493469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19357] ppid=19343 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/19346/task/19357/stat : 19357 (java) S 19343 19346 14331 0 -1 4202560 2464 0 0 0 422 5 0 0 20 0 22 0 109989642 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681481059048 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19358] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19358/stat : 19358 (java) S 19343 19346 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681480005112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19359] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19359/stat : 19359 (java) S 19343 19346 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109989643 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681478952712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19360] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19360/stat : 19360 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681477901200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19361] ppid=19343 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/19346/task/19361/stat : 19361 (java) S 19343 19346 14331 0 -1 4202560 12286 0 0 0 234 3 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681476847800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19362] ppid=19343 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/19346/task/19362/stat : 19362 (java) S 19343 19346 14331 0 -1 4202560 16324 0 0 0 169 4 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681475795000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19346/tid=19363] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19363/stat : 19363 (java) S 19343 19346 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681474742904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19364] ppid=19343 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/19346/task/19364/stat : 19364 (java) S 19343 19346 14331 0 -1 4202560 51 0 0 0 13 20 0 0 20 0 22 0 109989645 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681473690312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19346/tid=19402] ppid=19343 vsize=9824732 CPUtime=889.93 cores=1,3,5,7
/proc/19346/task/19402/stat : 19402 (java) R 19343 19346 14331 0 -1 4202560 44 0 0 0 88977 16 0 0 20 0 22 0 109989721 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681472626960 140681529899476 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19346/tid=19403] ppid=19343 vsize=9824732 CPUtime=889.72 cores=1,3,5,7
/proc/19346/task/19403/stat : 19403 (java) R 19343 19346 14331 0 -1 4202560 2330 0 0 0 88920 52 0 0 20 0 22 0 109989721 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681471580832 140681529869639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19405] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19405/stat : 19405 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681470531240 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19346/tid=19406] ppid=19343 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19346/task/19406/stat : 19406 (java) S 19343 19346 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109989724 10060525568 900106 33554432000 1073741824 1073778376 140736459143456 140681469478440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 19346 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.091
CPU time (s): 1800.74
CPU user time (s): 1797.83
CPU system time (s): 2.91356
CPU usage (%): 200.508
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.83
system time used= 2.91356
maximum resident set size= 3600540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41741
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22728
involuntary context switches= 19252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.38118 second user time and 7.66483 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 08:23:05
IDJOB=4080525
IDBENCH=90159
IDSOLVER=2543
FILE ID=node151/4080525-1465280585
RUNJOBID= node151-1465279688-19204
PBS_JOBID= 19843295
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_K139.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080525-1465280585/watcher-4080525-1465280585 -o /tmp/evaluation-result-4080525-1465280585/solver-4080525-1465280585 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465279688-19204 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080525-1465280585.opb

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

MD5SUM BENCH= 76516381ba4bc043f2da87444e256707
RANDOM SEED=648875620

node151.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.334
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.66
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.334
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.334
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.334
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.55
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.334
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.334
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.334
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.54
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.334
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:        28014260 kB
Buffers:           88640 kB
Cached:           245328 kB
SwapCached:         2184 kB
Active:          3865628 kB
Inactive:         234680 kB
Active(anon):    3767152 kB
Inactive(anon):     1680 kB
Active(file):      98476 kB
Inactive(file):   233000 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              2020 kB
Writeback:            16 kB
AnonPages:       3717148 kB
Mapped:            16464 kB
Shmem:                 0 kB
Slab:             611608 kB
SReclaimable:      55408 kB
SUnreclaim:       556200 kB
KernelStack:        1808 kB
PageTables:        11744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4163112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3598336 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 node151 at 2016-06-07 08:38:03