Trace number 4102946

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1801.19 895.207

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-5-c.opb
MD5SUM47657fb6d35516304c5b4897d4fb805d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2678
Total number of constraints6689
Number of constraints which are clauses6689
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2678
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2678
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2678
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4102946-1466218809.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.49/0.38	c ... done. Wall clock time 0.267s.
0.49/0.38	c declared #vars     2678
0.49/0.38	c #constraints  6689
0.49/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4978
0.49/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1711
0.49/0.38	c 6689 constraints processed.
0.49/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.49/0.38	c constraints type 
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1711
0.49/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4978
0.49/0.38	c 6689 constraints processed.
0.49/0.38	c objective function length is 2678 literals
6.83/2.85	c cleaning 2500 clauses out of 5000 with flag 13498/5000
12.28/5.48	c cleaning 4250 clauses out of 8501 with flag 28218/11001
14.57/6.46	c cleaning 0 clauses out of 5000 with flag 0/5000
19.14/8.62	c cleaning 5624 clauses out of 11251 with flag 45702/18001
26.41/12.29	c cleaning 6814 clauses out of 13627 with flag 65950/26001
28.44/13.23	c cleaning 0 clauses out of 11000 with flag 0/11000
34.64/16.39	c cleaning 7902 clauses out of 15812 with flag 89208/35000
44.05/21.09	c cleaning 8954 clauses out of 17911 with flag 115437/45001
44.46/21.28	c cleaning 0 clauses out of 18001 with flag 0/18001
54.66/26.30	c cleaning 9979 clauses out of 19957 with flag 144903/56001
58.47/28.26	c cleaning 0 clauses out of 26000 with flag 0/26000
63.28/30.69	c cleaning 10987 clauses out of 21978 with flag 178345/68001
73.38/35.61	c cleaning 11993 clauses out of 23990 with flag 213397/81000
73.38/35.62	c cleaning 0 clauses out of 35001 with flag 0/35001
84.81/41.33	c cleaning 12994 clauses out of 25997 with flag 252302/95000
89.84/43.81	c cleaning 0 clauses out of 45000 with flag 0/45000
98.05/47.99	c cleaning 14001 clauses out of 28004 with flag 296046/110001
107.86/52.90	c cleaning 0 clauses out of 56000 with flag 0/56000
112.68/55.29	c cleaning 15001 clauses out of 30002 with flag 346914/126000
127.30/62.52	c cleaning 0 clauses out of 68001 with flag 0/68001
129.49/63.63	c cleaning 15998 clauses out of 32001 with flag 405004/143000
146.94/72.30	c cleaning 17001 clauses out of 34003 with flag 468962/161000
151.56/74.65	c cleaning 0 clauses out of 81000 with flag 0/81000
167.62/82.61	c cleaning 17999 clauses out of 36002 with flag 540705/180000
178.44/88.10	c cleaning 0 clauses out of 95001 with flag 0/95001
191.86/94.77	c cleaning 19000 clauses out of 38003 with flag 617266/200000
211.06/104.39	c cleaning 0 clauses out of 109999 with flag 0/110000
218.48/108.07	c cleaning 19998 clauses out of 40003 with flag 695643/221000
247.34/122.41	c cleaning 21002 clauses out of 42006 with flag 777648/243001
248.96/123.29	c cleaning 0 clauses out of 126000 with flag 0/126001
279.48/138.42	c cleaning 21998 clauses out of 44004 with flag 866613/266001
288.11/142.72	c cleaning 0 clauses out of 143002 with flag 0/143003
315.99/156.64	c cleaning 22999 clauses out of 46005 with flag 961425/290000
335.09/166.15	c cleaning 0 clauses out of 160999 with flag 0/161000
355.94/176.51	c cleaning 23996 clauses out of 48006 with flag 1062380/315001
386.27/191.61	c cleaning 0 clauses out of 180000 with flag 0/180001
401.96/199.49	c cleaning 24999 clauses out of 50010 with flag 1159751/341001
446.13/221.40	c cleaning 0 clauses out of 199999 with flag 0/200000
448.95/222.83	c cleaning 26001 clauses out of 52010 with flag 1238509/368000
497.58/247.07	c cleaning 26997 clauses out of 54010 with flag 1323789/396001
509.22/252.80	c cleaning 0 clauses out of 220999 with flag 0/221000
553.04/274.67	c cleaning 28002 clauses out of 56012 with flag 1418326/425000
583.37/289.79	c cleaning 0 clauses out of 243001 with flag 0/243002
616.51/306.28	c cleaning 29000 clauses out of 58011 with flag 1520176/455001
660.89/328.31	c cleaning 0 clauses out of 265999 with flag 0/266000
688.07/341.85	c cleaning 30006 clauses out of 60011 with flag 1626203/486001
739.67/367.59	c cleaning 0 clauses out of 290001 with flag 0/290002
766.35/380.90	c cleaning 30995 clauses out of 62005 with flag 1741391/518001
822.80/408.91	c cleaning 0 clauses out of 314999 with flag 0/315000
848.34/421.67	c cleaning 32000 clauses out of 64010 with flag 1861208/551001
913.80/454.23	c cleaning 0 clauses out of 341000 with flag 0/341001
942.27/468.46	c cleaning 33002 clauses out of 66009 with flag 1991608/585000
1015.02/504.65	c cleaning 0 clauses out of 367999 with flag 0/368000
1042.77/518.44	c cleaning 34002 clauses out of 68008 with flag 2120888/620001
1123.36/558.57	c cleaning 0 clauses out of 396001 with flag 0/396002
1149.34/571.49	c cleaning 34999 clauses out of 70005 with flag 2252546/656000
1247.62/620.39	c cleaning 0 clauses out of 425001 with flag 0/425002
1266.12/629.57	c cleaning 35996 clauses out of 72007 with flag 2386241/693001
1373.56/682.92	c cleaning 0 clauses out of 454999 with flag 0/455000
1386.84/689.52	c cleaning 37000 clauses out of 74010 with flag 2523046/731000
1513.53/752.56	c cleaning 0 clauses out of 486000 with flag 0/486001
1522.18/756.88	c cleaning 38001 clauses out of 76010 with flag 2665667/770000
1664.29/827.52	c cleaning 0 clauses out of 518000 with flag 0/518001
1665.29/828.07	c cleaning 38997 clauses out of 78009 with flag 2811836/810000
1800.06/895.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.10	c starts		: 4
1800.06/895.10	c conflicts		: 848239
1800.06/895.10	c decisions		: 883052
1800.06/895.10	c propagations		: 552080838
1800.06/895.10	c inspects		: 11360481381
1800.06/895.10	c shortcuts		: 0
1800.06/895.10	c learnt literals	: 1
1800.06/895.10	c learnt binary clauses	: 36
1800.06/895.10	c learnt ternary clauses	: 24
1800.06/895.10	c learnt constraints	: 848238
1800.06/895.10	c ignored constraints	: 0
1800.06/895.10	c root simplifications	: 0
1800.06/895.10	c removed literals (reason simplification)	: 9716108
1800.06/895.10	c reason swapping (by a shorter reason)	: 0
1800.06/895.10	c Calls to reduceDB	: 36
1800.06/895.10	c Number of update (reduction) of LBD	: 77667
1800.06/895.10	c Imported unit clauses	: 0
1800.06/895.10	c number of reductions to clauses (during analyze)	: 0
1800.06/895.10	c number of learned constraints concerned by reduction	: 0
1800.06/895.10	c number of learning phase by resolution	: 0
1800.06/895.10	c number of learning phase by cutting planes	: 0
1800.06/895.10	c speed (assignments/second)	: 617054.9836090859
1800.06/895.10	c non guided choices	0
1800.06/895.13	c learnt constraints type 
1800.06/895.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.06/895.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77216
1800.06/895.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/895.13	c starts		: 153
1800.06/895.13	c conflicts		: 547680
1800.06/895.13	c decisions		: 583883
1800.06/895.13	c propagations		: 339297247
1800.06/895.13	c inspects		: 5094082720
1800.06/895.13	c shortcuts		: 0
1800.06/895.13	c learnt literals	: 1
1800.06/895.13	c learnt binary clauses	: 32
1800.06/895.13	c learnt ternary clauses	: 27
1800.06/895.13	c learnt constraints	: 547678
1800.06/895.13	c ignored constraints	: 0
1800.06/895.13	c root simplifications	: 0
1800.06/895.13	c removed literals (reason simplification)	: 0
1800.06/895.13	c reason swapping (by a shorter reason)	: 0
1800.06/895.13	c Calls to reduceDB	: 28
1800.06/895.13	c Number of update (reduction) of LBD	: 0
1800.06/895.13	c Imported unit clauses	: 0
1800.06/895.13	c number of reductions to clauses (during analyze)	: 0
1800.06/895.13	c number of learned constraints concerned by reduction	: 0
1800.06/895.13	c number of learning phase by resolution	: 0
1800.06/895.13	c number of learning phase by cutting planes	: 0
1800.06/895.13	c speed (assignments/second)	: 379217.893909776
1800.06/895.13	c non guided choices	0
1800.06/895.13	c timeout
1800.06/895.20	c learnt constraints type 
1800.06/895.20	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 547646
1800.06/895.20	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 32
1800.06/895.20	s UNKNOWN
1800.06/895.20	c Total wall clock time (in seconds): 895.089

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-4102946-1466218809/watcher-4102946-1466218809 -o /tmp/evaluation-result-4102946-1466218809/solver-4102946-1466218809 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102946-1466218809.opb 

pid=16839
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 4.16 4.22 4/198 16842
/proc/meminfo: memFree=29209600/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16842/stat : 16842 (java) R 16839 16842 8337 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 23926635 23793664 637 33554432000 1073741824 1073778376 140735878542736 140735878531800 225435499073 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 5809 650 481 9 0 128 0

[startup+0.100115 s]
/proc/loadavg: 4.02 4.16 4.22 4/198 16842
/proc/meminfo: memFree=29209600/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 4432 0 1 0 9 1 0 0 20 0 18 0 23926635 9787879424 6067 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2389619 6067 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200236 s]
/proc/loadavg: 4.02 4.16 4.22 4/198 16842
/proc/meminfo: memFree=29209600/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 5008 0 1 0 27 1 0 0 20 0 18 0 23926635 9787879424 6964 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2389619 6964 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 4.02 4.16 4.22 4/198 16842
/proc/meminfo: memFree=29209600/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 5699 0 1 0 47 2 0 0 20 0 18 0 23926635 9787879424 8942 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2389619 8942 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 4.02 4.16 4.22 4/198 16842
/proc/meminfo: memFree=29209600/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9824732 CPUtime=1.98 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 19454 0 1 0 193 5 0 0 20 0 22 0 23926635 10060525568 23164 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2456183 23164 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9824732

[startup+1.50096 s]
/proc/loadavg: 4.02 4.16 4.22 5/220 16864
/proc/meminfo: memFree=29080636/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9824732 CPUtime=4.14 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 19545 0 1 0 407 7 0 0 20 0 22 0 23926635 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2456183 48798 2280 9 0 2446860 0
[pid=16842/tid=16844] ppid=16839 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16842/task/16844/stat : 16844 (java) S 16839 16842 8337 0 -1 4202560 2442 0 1 0 34 2 0 0 20 0 22 0 23926635 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062659957624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16845] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16845/stat : 16845 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062649019176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16846] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16846/stat : 16846 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062647966376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16847] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16847/stat : 16847 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062646914088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16848] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16848/stat : 16848 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062645861288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16849] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16849/stat : 16849 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062644807976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16850] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16850/stat : 16850 (java) S 16839 16842 8337 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062643755176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16851] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16851/stat : 16851 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062642702888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16852] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16852/stat : 16852 (java) S 16839 16842 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062496602536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16853] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16853/stat : 16853 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062484191976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16854] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16854/stat : 16854 (java) S 16839 16842 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062483138040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16855] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16855/stat : 16855 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062482085640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16856] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16856/stat : 16856 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062481034128 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16857] ppid=16839 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/16842/task/16857/stat : 16857 (java) S 16839 16842 8337 0 -1 4202560 9969 0 0 0 72 2 0 0 20 0 22 0 23926640 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062479980728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16858] ppid=16839 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/16842/task/16858/stat : 16858 (java) S 16839 16842 8337 0 -1 4202560 5718 0 0 0 77 0 0 0 20 0 22 0 23926640 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062478927928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16859] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16859/stat : 16859 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062477875832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16860] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16860/stat : 16860 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062476823240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16861] ppid=16839 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/16842/task/16861/stat : 16861 (java) R 16839 16842 8337 0 -1 4202560 19 0 0 0 109 0 0 0 20 0 22 0 23926673 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062475350680 140062524846994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16862] ppid=16839 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/16842/task/16862/stat : 16862 (java) R 16839 16842 8337 0 -1 4202560 92 0 0 0 108 2 0 0 20 0 22 0 23926673 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062474296344 140062525012648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16863] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16863/stat : 16863 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062473246376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16864] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16864/stat : 16864 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 48798 33554432000 1073741824 1073778376 140735878542736 140062472193576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.10 4.17 4.23 5/220 16864
/proc/meminfo: memFree=29014472/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9824732 CPUtime=7.57 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 20073 0 1 0 749 8 0 0 20 0 22 0 23926635 10060525568 51069 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2456183 51095 2288 9 0 2446860 0
[pid=16842/tid=16844] ppid=16839 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16842/task/16844/stat : 16844 (java) S 16839 16842 8337 0 -1 4202560 2442 0 1 0 34 2 0 0 20 0 22 0 23926635 10060525568 51114 33554432000 1073741824 1073778376 140735878542736 140062659957624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16845] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16845/stat : 16845 (java) S 16839 16842 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51177 33554432000 1073741824 1073778376 140735878542736 140062649019176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16846] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16846/stat : 16846 (java) S 16839 16842 8337 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062647966376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16847] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16847/stat : 16847 (java) S 16839 16842 8337 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062646914088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16848] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16848/stat : 16848 (java) S 16839 16842 8337 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062645861288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16849] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16849/stat : 16849 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062644807976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16850] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16850/stat : 16850 (java) S 16839 16842 8337 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062643755176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16851] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16851/stat : 16851 (java) S 16839 16842 8337 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062642702888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16852] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16852/stat : 16852 (java) S 16839 16842 8337 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062496602536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16853] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16853/stat : 16853 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 51180 33554432000 1073741824 1073778376 140735878542736 140062484191976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16854] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16854/stat : 16854 (java) S 16839 16842 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 51194 33554432000 1073741824 1073778376 140735878542736 140062483138040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16855] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16855/stat : 16855 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 51198 33554432000 1073741824 1073778376 140735878542736 140062482085640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16856] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16856/stat : 16856 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 51201 33554432000 1073741824 1073778376 140735878542736 140062481034128 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16857] ppid=16839 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/16842/task/16857/stat : 16857 (java) S 16839 16842 8337 0 -1 4202560 9969 0 0 0 74 2 0 0 20 0 22 0 23926640 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062479980728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16858] ppid=16839 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/16842/task/16858/stat : 16858 (java) R 16839 16842 8337 0 -1 4202560 6360 0 0 0 98 1 0 0 20 0 22 0 23926640 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062478905176 225444750455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16859] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16859/stat : 16859 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062477875832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16860] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16860/stat : 16860 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062476823240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16861] ppid=16839 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/16842/task/16861/stat : 16861 (java) R 16839 16842 8337 0 -1 4202560 20 0 0 0 266 0 0 0 20 0 22 0 23926673 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062475348736 140062524936141 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16862] ppid=16839 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/16842/task/16862/stat : 16862 (java) R 16839 16842 8337 0 -1 4202560 94 0 0 0 266 2 0 0 20 0 22 0 23926673 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062474296928 140062524846475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16863] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16863/stat : 16863 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062473246376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16864] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16864/stat : 16864 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 51041 33554432000 1073741824 1073778376 140735878542736 140062472193576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.10 4.17 4.23 7/220 16864
/proc/meminfo: memFree=29014532/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9824732 CPUtime=14.37 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 20537 0 1 0 1426 11 0 0 20 0 22 0 23926635 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2456183 50838 2288 9 0 2446860 0
[pid=16842/tid=16844] ppid=16839 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16842/task/16844/stat : 16844 (java) S 16839 16842 8337 0 -1 4202560 2442 0 1 0 34 2 0 0 20 0 22 0 23926635 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062659957624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16845] ppid=16839 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16842/task/16845/stat : 16845 (java) S 16839 16842 8337 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062649019176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16846] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16846/stat : 16846 (java) S 16839 16842 8337 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062647966376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16847] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16847/stat : 16847 (java) S 16839 16842 8337 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062646914088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16848] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16848/stat : 16848 (java) S 16839 16842 8337 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062645861288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16849] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16849/stat : 16849 (java) S 16839 16842 8337 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062644807976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16850] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16850/stat : 16850 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062643755176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16851] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16851/stat : 16851 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062642702888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16852] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16852/stat : 16852 (java) S 16839 16842 8337 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23926636 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062496602536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16853] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16853/stat : 16853 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062484191976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16854] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16854/stat : 16854 (java) S 16839 16842 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062483138040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16855] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16855/stat : 16855 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062482085640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16856] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16856/stat : 16856 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 50838 33554432000 1073741824 1073778376 140735878542736 140062481034128 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16857] ppid=16839 vsize=9824732 CPUtime=1.12 cores=1,3,5,7

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

[pid=16842/tid=16846] ppid=16839 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/16842/task/16846/stat : 16846 (java) S 16839 16842 8337 0 -1 4202560 544 0 0 0 278 6 0 0 20 0 22 0 23926636 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062647966376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16847] ppid=16839 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/16842/task/16847/stat : 16847 (java) S 16839 16842 8337 0 -1 4202560 423 0 0 0 272 5 0 0 20 0 22 0 23926636 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062646914088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16848] ppid=16839 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/16842/task/16848/stat : 16848 (java) S 16839 16842 8337 0 -1 4202560 444 0 0 0 284 5 0 0 20 0 22 0 23926636 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062645861288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16849] ppid=16839 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/16842/task/16849/stat : 16849 (java) S 16839 16842 8337 0 -1 4202560 488 0 0 0 272 5 0 0 20 0 22 0 23926636 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062644807976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16850] ppid=16839 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/16842/task/16850/stat : 16850 (java) S 16839 16842 8337 0 -1 4202560 493 0 0 0 276 6 0 0 20 0 22 0 23926636 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062643755176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16851] ppid=16839 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/16842/task/16851/stat : 16851 (java) S 16839 16842 8337 0 -1 4202560 434 0 0 0 296 5 0 0 20 0 22 0 23926636 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062642702888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16852] ppid=16839 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/16842/task/16852/stat : 16852 (java) S 16839 16842 8337 0 -1 4202560 451 0 0 0 277 6 0 0 20 0 22 0 23926636 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062496602536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16853] ppid=16839 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/16842/task/16853/stat : 16853 (java) S 16839 16842 8337 0 -1 4202560 210 0 0 0 20 53 0 0 20 0 22 0 23926637 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062484191976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16854] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16854/stat : 16854 (java) S 16839 16842 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062483138040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16855] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16855/stat : 16855 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062482085640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16856] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16856/stat : 16856 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062481034128 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16857] ppid=16839 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16842/task/16857/stat : 16857 (java) S 16839 16842 8337 0 -1 4202560 10855 0 0 0 132 2 0 0 20 0 22 0 23926640 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062479980728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16858] ppid=16839 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/16842/task/16858/stat : 16858 (java) S 16839 16842 8337 0 -1 4202560 6412 0 0 0 127 2 0 0 20 0 22 0 23926640 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062478927928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16859] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16859/stat : 16859 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062477875832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16860] ppid=16839 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/16842/task/16860/stat : 16860 (java) S 16839 16842 8337 0 -1 4202560 46 0 0 0 12 21 0 0 20 0 22 0 23926640 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062476823240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16861] ppid=16839 vsize=9824732 CPUtime=813.7 cores=1,3,5,7
/proc/16842/task/16861/stat : 16861 (java) R 16839 16842 8337 0 -1 4202560 562 0 0 0 81353 17 0 0 20 0 22 0 23926673 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062475349760 140062524926924 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16862] ppid=16839 vsize=9824732 CPUtime=813.79 cores=1,3,5,7
/proc/16842/task/16862/stat : 16862 (java) R 16839 16842 8337 0 -1 4202560 4692 0 0 0 81360 19 0 0 20 0 22 0 23926673 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062474296344 140062524954110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16863] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16863/stat : 16863 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062473246376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16864] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16864/stat : 16864 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 124746 33554432000 1073741824 1073778376 140735878542736 140062472193576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1653.81
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.22 4.27 4.24 5/219 16994
/proc/meminfo: memFree=25716816/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9824732 CPUtime=1774.33 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 31003 0 1 0 177292 141 0 0 20 0 22 0 23926635 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2456183 130993 2289 9 0 2446860 0
[pid=16842/tid=16844] ppid=16839 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/16842/task/16844/stat : 16844 (java) S 16839 16842 8337 0 -1 4202560 2450 0 1 0 36 5 0 0 20 0 22 0 23926635 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062659957624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16845] ppid=16839 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/16842/task/16845/stat : 16845 (java) S 16839 16842 8337 0 -1 4202560 516 0 0 0 303 6 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062649019176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16846] ppid=16839 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/16842/task/16846/stat : 16846 (java) S 16839 16842 8337 0 -1 4202560 566 0 0 0 295 6 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062647966376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16847] ppid=16839 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/16842/task/16847/stat : 16847 (java) S 16839 16842 8337 0 -1 4202560 533 0 0 0 294 5 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062646914088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16848] ppid=16839 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/16842/task/16848/stat : 16848 (java) S 16839 16842 8337 0 -1 4202560 495 0 0 0 309 5 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062645861288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16849] ppid=16839 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/16842/task/16849/stat : 16849 (java) S 16839 16842 8337 0 -1 4202560 571 0 0 0 295 5 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062644807976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16850] ppid=16839 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/16842/task/16850/stat : 16850 (java) S 16839 16842 8337 0 -1 4202560 531 0 0 0 296 7 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062643755176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16851] ppid=16839 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/16842/task/16851/stat : 16851 (java) S 16839 16842 8337 0 -1 4202560 491 0 0 0 317 5 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062642702888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16852] ppid=16839 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/16842/task/16852/stat : 16852 (java) S 16839 16842 8337 0 -1 4202560 526 0 0 0 296 6 0 0 20 0 22 0 23926636 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062496602536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16853] ppid=16839 vsize=9824732 CPUtime=0.77 cores=1,3,5,7
/proc/16842/task/16853/stat : 16853 (java) S 16839 16842 8337 0 -1 4202560 238 0 0 0 21 56 0 0 20 0 22 0 23926637 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062484191976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16854] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16854/stat : 16854 (java) S 16839 16842 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062483138040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16855] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16855/stat : 16855 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062482085640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16856] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16856/stat : 16856 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062481034128 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16857] ppid=16839 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16842/task/16857/stat : 16857 (java) S 16839 16842 8337 0 -1 4202560 10855 0 0 0 132 2 0 0 20 0 22 0 23926640 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062479980728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16858] ppid=16839 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/16842/task/16858/stat : 16858 (java) S 16839 16842 8337 0 -1 4202560 6412 0 0 0 127 2 0 0 20 0 22 0 23926640 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062478927928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16859] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16859/stat : 16859 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062477875832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16860] ppid=16839 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/16842/task/16860/stat : 16860 (java) S 16839 16842 8337 0 -1 4202560 50 0 0 0 13 22 0 0 20 0 22 0 23926640 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062476823240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16861] ppid=16839 vsize=9824732 CPUtime=873.14 cores=1,3,5,7
/proc/16842/task/16861/stat : 16861 (java) R 16839 16842 8337 0 -1 4202560 584 0 0 0 87296 18 0 0 20 0 22 0 23926673 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062475349144 140062524446646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16862] ppid=16839 vsize=9824732 CPUtime=873.22 cores=1,3,5,7
/proc/16842/task/16862/stat : 16862 (java) R 16839 16842 8337 0 -1 4202560 4919 0 0 0 87302 20 0 0 20 0 22 0 23926673 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062474296912 140062524847045 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16863] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16863/stat : 16863 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062473246376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16864] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16864/stat : 16864 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 130993 33554432000 1073741824 1073778376 140735878542736 140062472193576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1774.33
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.101 s]
/proc/loadavg: 4.26 4.27 4.24 5/219 16994
/proc/meminfo: memFree=25714980/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/16842/stat : 16842 (java) S 16839 16842 8337 0 -1 4202496 31017 0 1 0 179863 143 0 0 20 0 22 0 23926635 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140735878533872 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 2456183 131328 2289 9 0 2446860 0
[pid=16842/tid=16844] ppid=16839 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/16842/task/16844/stat : 16844 (java) S 16839 16842 8337 0 -1 4202560 2450 0 1 0 36 5 0 0 20 0 22 0 23926635 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062659957624 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16845] ppid=16839 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/16842/task/16845/stat : 16845 (java) S 16839 16842 8337 0 -1 4202560 516 0 0 0 305 6 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062649019176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16846] ppid=16839 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/16842/task/16846/stat : 16846 (java) S 16839 16842 8337 0 -1 4202560 566 0 0 0 300 6 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062647966376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16847] ppid=16839 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/16842/task/16847/stat : 16847 (java) S 16839 16842 8337 0 -1 4202560 534 0 0 0 299 5 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062646914088 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16848] ppid=16839 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/16842/task/16848/stat : 16848 (java) S 16839 16842 8337 0 -1 4202560 495 0 0 0 313 5 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062645861288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16849] ppid=16839 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/16842/task/16849/stat : 16849 (java) S 16839 16842 8337 0 -1 4202560 571 0 0 0 300 5 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062644807976 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16842/tid=16850] ppid=16839 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/16842/task/16850/stat : 16850 (java) S 16839 16842 8337 0 -1 4202560 532 0 0 0 302 7 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062643755176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16851] ppid=16839 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/16842/task/16851/stat : 16851 (java) S 16839 16842 8337 0 -1 4202560 492 0 0 0 322 5 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062642702888 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16852] ppid=16839 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/16842/task/16852/stat : 16852 (java) S 16839 16842 8337 0 -1 4202560 527 0 0 0 302 6 0 0 20 0 22 0 23926636 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062496602536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16853] ppid=16839 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/16842/task/16853/stat : 16853 (java) S 16839 16842 8337 0 -1 4202560 238 0 0 0 21 57 0 0 20 0 22 0 23926637 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062484191976 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16854] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16854/stat : 16854 (java) S 16839 16842 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062483138040 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16855] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16855/stat : 16855 (java) S 16839 16842 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23926637 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062482085640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16856] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16856/stat : 16856 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062481034128 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16857] ppid=16839 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/16842/task/16857/stat : 16857 (java) S 16839 16842 8337 0 -1 4202560 10855 0 0 0 132 2 0 0 20 0 22 0 23926640 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062479980728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16858] ppid=16839 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/16842/task/16858/stat : 16858 (java) S 16839 16842 8337 0 -1 4202560 6412 0 0 0 127 2 0 0 20 0 22 0 23926640 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062478927928 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16859] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16859/stat : 16859 (java) S 16839 16842 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23926640 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062477875832 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16842/tid=16860] ppid=16839 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16842/task/16860/stat : 16860 (java) S 16839 16842 8337 0 -1 4202560 50 0 0 0 13 23 0 0 20 0 22 0 23926640 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062476823240 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16861] ppid=16839 vsize=9824732 CPUtime=885.79 cores=1,3,5,7
/proc/16842/task/16861/stat : 16861 (java) R 16839 16842 8337 0 -1 4202560 593 0 0 0 88561 18 0 0 20 0 22 0 23926673 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062475349760 140062524925216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16862] ppid=16839 vsize=9824732 CPUtime=885.88 cores=1,3,5,7
/proc/16842/task/16862/stat : 16862 (java) R 16839 16842 8337 0 -1 4202560 4920 0 0 0 88567 21 0 0 20 0 22 0 23926673 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062474296344 140062524954101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16842/tid=16863] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16863/stat : 16863 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062473246376 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16842/tid=16864] ppid=16839 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16864/stat : 16864 (java) S 16839 16842 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23926675 10060525568 131328 33554432000 1073741824 1073778376 140735878542736 140062472193576 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 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 16842 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.206 s]
/proc/loadavg: 4.26 4.27 4.24 5/219 16994
/proc/meminfo: memFree=25714980/32872528 swapFree=1499884/1696108
[pid=16842] ppid=16839 vsize=0 CPUtime=1801.18 cores=1,3,5,7
/proc/16842/stat : 16842 (java) Z 16839 16842 8337 0 -1 4203532 31053 0 1 0 179929 189 0 0 20 0 2 0 23926635 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16842/statm: 0 0 0 0 0 0 0
[pid=16842/tid=16855] ppid=16839 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/16842/task/16855/stat : 16855 (java) R 16839 16842 8337 0 -1 4203588 8 0 0 0 0 0 0 0 20 0 2 0 23926637 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1801.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 895.207
CPU time (s): 1801.19
CPU user time (s): 1799.3
CPU system time (s): 1.89371
CPU usage (%): 201.204
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 1.89371
maximum resident set size= 526212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31053
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47472
involuntary context switches= 73098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87411 second user time and 7.35288 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 05:00:09
IDJOB=4102946
IDBENCH=2198
IDSOLVER=2543
FILE ID=node137/4102946-1466218809
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5-c.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102946-1466218809/watcher-4102946-1466218809 -o /tmp/evaluation-result-4102946-1466218809/solver-4102946-1466218809 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102946-1466218809.opb

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

MD5SUM BENCH= 47657fb6d35516304c5b4897d4fb805d
RANDOM SEED=268203575

node137.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.486
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.97
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.486
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.486
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.56
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.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        29209872 kB
Buffers:           97620 kB
Cached:           105724 kB
SwapCached:         1268 kB
Active:          1084900 kB
Inactive:         142496 kB
Active(anon):    1025772 kB
Inactive(anon):     1024 kB
Active(file):      59128 kB
Inactive(file):   141472 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:              1056 kB
Writeback:            16 kB
AnonPages:       2719376 kB
Mapped:            15256 kB
Shmem:                 0 kB
Slab:             602772 kB
SReclaimable:      45880 kB
SUnreclaim:       556892 kB
KernelStack:        1624 kB
PageTables:         9820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2963736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1157120 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= 71700 MiB
End job on node137 at 2016-06-18 05:15:04