Trace number 4102541

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 Resolution PB16? (TO) 1800.05 1799.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
primes-dimacs-cnf/normalized-par32-4-c.opb
MD5SUM28753ff2e44c4cedb2d3a2e783f8d1a4
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 variables2666
Total number of constraints6659
Number of constraints which are clauses6659
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 2666
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 2666
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 2666
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4102541-1466229628.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.52/0.33	c ... done. Wall clock time 0.228s.
0.52/0.33	c declared #vars     2666
0.52/0.33	c #constraints  6659
0.52/0.33	c constraints type 
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4954
0.52/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1705
0.52/0.33	c 6659 constraints processed.
0.52/0.33	c objective function length is 2666 literals
2.04/1.64	c cleaning 2500 clauses out of 5003 with flag 38209/5003
3.77/3.20	c cleaning 4247 clauses out of 8500 with flag 94992/11000
5.67/5.12	c cleaning 5624 clauses out of 11253 with flag 160687/18000
7.98/7.49	c cleaning 6810 clauses out of 13630 with flag 231659/26001
10.62/10.08	c cleaning 7906 clauses out of 15820 with flag 322701/35001
13.61/13.01	c cleaning 8955 clauses out of 17913 with flag 421959/45000
16.71/16.14	c cleaning 9976 clauses out of 19959 with flag 529607/56001
20.42/19.90	c cleaning 10988 clauses out of 21983 with flag 673886/68001
24.71/24.20	c cleaning 11991 clauses out of 23995 with flag 836728/81001
29.61/29.07	c cleaning 12995 clauses out of 26005 with flag 1001902/95002
35.11/34.55	c cleaning 13998 clauses out of 28009 with flag 1181720/110001
41.01/40.45	c cleaning 14996 clauses out of 30010 with flag 1389292/126000
47.41/46.83	c cleaning 16000 clauses out of 32014 with flag 1610190/143000
54.31/53.78	c cleaning 17000 clauses out of 34015 with flag 1847360/161001
62.01/61.48	c cleaning 17999 clauses out of 36014 with flag 2081197/180000
70.51/69.94	c cleaning 19000 clauses out of 38016 with flag 2322237/200001
79.41/78.82	c cleaning 20001 clauses out of 40016 with flag 2595333/221001
88.81/88.25	c cleaning 21001 clauses out of 42014 with flag 2874029/243000
99.51/98.98	c cleaning 22000 clauses out of 44016 with flag 3179780/266003
111.11/110.56	c cleaning 22997 clauses out of 46014 with flag 3493226/290001
123.51/122.94	c cleaning 24001 clauses out of 48016 with flag 3819850/315000
136.64/136.02	c cleaning 24999 clauses out of 50015 with flag 4173061/341000
150.45/149.86	c cleaning 26005 clauses out of 52017 with flag 4553287/368001
165.15/164.58	c cleaning 27000 clauses out of 54011 with flag 4943453/396000
180.55/179.99	c cleaning 28001 clauses out of 56013 with flag 5350514/425002
197.04/196.42	c cleaning 29002 clauses out of 58012 with flag 5778373/455002
213.47/212.70	c cleaning 29996 clauses out of 60010 with flag 6141326/486002
229.48/228.74	c cleaning 31000 clauses out of 62011 with flag 6317857/518000
247.48/246.76	c cleaning 31999 clauses out of 64014 with flag 6525421/551003
266.98/266.28	c cleaning 33002 clauses out of 66013 with flag 6752131/585001
288.58/287.87	c cleaning 33995 clauses out of 68010 with flag 6994864/620000
310.58/309.84	c cleaning 35009 clauses out of 70029 with flag 7285678/656014
333.48/332.75	c cleaning 35997 clauses out of 72010 with flag 7527748/693004
357.78/357.09	c cleaning 36997 clauses out of 74009 with flag 7799272/731000
384.57/383.89	c cleaning 38001 clauses out of 76013 with flag 8098015/770001
411.41/410.66	c cleaning 39001 clauses out of 78011 with flag 8459753/810000
439.31/438.55	c cleaning 39999 clauses out of 80012 with flag 8871807/851002
468.01/467.24	c cleaning 41001 clauses out of 82015 with flag 9281007/893004
498.21/497.42	c cleaning 41996 clauses out of 84010 with flag 9730357/936000
530.71/529.98	c cleaning 42999 clauses out of 86018 with flag 10166917/980004
565.40/564.66	c cleaning 44001 clauses out of 88016 with flag 10652568/1025001
601.01/600.22	c cleaning 44999 clauses out of 90016 with flag 11130967/1071002
639.51/638.70	c cleaning 46003 clauses out of 92015 with flag 11645619/1118000
679.02/678.23	c cleaning 47003 clauses out of 94013 with flag 12097027/1166001
721.53/720.73	c cleaning 47998 clauses out of 96011 with flag 12513420/1215002
764.25/763.45	c cleaning 48998 clauses out of 98011 with flag 13029799/1265000
809.03/808.27	c cleaning 49999 clauses out of 100014 with flag 13529283/1316001
856.64/855.90	c cleaning 51002 clauses out of 102014 with flag 13997774/1368000
907.25/906.46	c cleaning 52002 clauses out of 104013 with flag 14518918/1421001
959.53/958.78	c cleaning 52997 clauses out of 106010 with flag 15103659/1475000
1014.43/1013.66	c cleaning 54001 clauses out of 108013 with flag 15680989/1530000
1071.24/1070.48	c cleaning 55001 clauses out of 110012 with flag 16279926/1586000
1131.75/1130.99	c cleaning 56001 clauses out of 112011 with flag 16884735/1643000
1191.10/1190.21	c cleaning 57002 clauses out of 114012 with flag 17481366/1701002
1254.32/1253.45	c cleaning 58003 clauses out of 116009 with flag 18087206/1760001
1320.94/1320.09	c cleaning 58998 clauses out of 118007 with flag 18721470/1820002
1389.85/1388.95	c cleaning 60000 clauses out of 120007 with flag 19340640/1881000
1460.86/1459.92	c cleaning 61000 clauses out of 122008 with flag 19976954/1943001
1536.26/1535.30	c cleaning 61998 clauses out of 124010 with flag 20627685/2006003
1616.25/1615.31	c cleaning 62997 clauses out of 126010 with flag 21315705/2070001
1696.82/1695.89	c cleaning 63999 clauses out of 128013 with flag 22029106/2135001
1782.04/1781.10	c cleaning 65002 clauses out of 130014 with flag 22788351/2201001
1800.05/1799.00	c starts		: 1180
1800.05/1799.00	c conflicts		: 2220743
1800.05/1799.00	c decisions		: 2950646
1800.05/1799.00	c propagations		: 1247051713
1800.05/1799.00	c inspects		: 29699321124
1800.05/1799.00	c shortcuts		: 0
1800.05/1799.00	c learnt literals	: 1
1800.05/1799.00	c learnt binary clauses	: 59
1800.05/1799.00	c learnt ternary clauses	: 112
1800.05/1799.00	c learnt constraints	: 2220742
1800.05/1799.00	c ignored constraints	: 0
1800.05/1799.00	c timeout
1800.05/1799.00	c root simplifications	: 0
1800.05/1799.00	c removed literals (reason simplification)	: 0
1800.05/1799.00	c reason swapping (by a shorter reason)	: 0
1800.05/1799.00	c Calls to reduceDB	: 62
1800.05/1799.00	c Number of update (reduction) of LBD	: 694222
1800.05/1799.00	c Imported unit clauses	: 0
1800.05/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1799.00	c number of learned constraints concerned by reduction	: 0
1800.05/1799.00	c number of learning phase by resolution	: 0
1800.05/1799.00	c number of learning phase by cutting planes	: 0
1800.05/1799.00	c speed (assignments/second)	: 693321.4910186066
1800.05/1799.00	c non guided choices	0
1800.05/1799.03	c learnt constraints type 
1800.05/1799.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 59
1800.05/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84695
1800.05/1799.03	s UNKNOWN
1800.05/1799.03	c Total wall clock time (in seconds): 1798.926

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-4102541-1466229628/watcher-4102541-1466229628 -o /tmp/evaluation-result-4102541-1466229628/solver-4102541-1466229628 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102541-1466229628.opb 

pid=17918
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: 2.00 2.02 2.00 3/197 17921
/proc/meminfo: memFree=31261528/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 1297 0 0 0 0 0 0 0 20 0 2 0 25008683 96370688 930 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 23528 931 705 9 0 16769 0
[pid=17921/tid=17922] ppid=17918 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 25008683 98635776 959 33554432000 1073741824 1073778376 140736638557792 140604405632552 206399650355 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 17921
/proc/meminfo: memFree=31261528/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 4541 0 1 0 11 0 0 0 20 0 18 0 25008683 9787879424 5665 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2389619 5665 2157 9 0 2380296 0
[pid=17921/tid=17922] ppid=17918 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 25008683 9787879424 5665 33554432000 1073741824 1073778376 140736638557792 140604405636000 206412244237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 17921
/proc/meminfo: memFree=31261528/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 5090 0 1 0 28 1 0 0 20 0 18 0 25008683 9787879424 6539 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2389619 6539 2218 9 0 2380296 0
[pid=17921/tid=17922] ppid=17918 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2450 0 1 0 17 0 0 0 20 0 18 0 25008683 9787879424 6539 33554432000 1073741824 1073778376 140736638557792 140604405636000 140604345407120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300396 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 17921
/proc/meminfo: memFree=31261528/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 5970 0 1 0 50 2 0 0 20 0 18 0 25008683 9787879424 8593 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2389619 8593 2236 9 0 2380296 0
[pid=17921/tid=17922] ppid=17918 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2453 0 1 0 26 1 0 0 20 0 18 0 25008683 9787879424 8593 33554432000 1073741824 1073778376 140736638557792 140604405637160 140604345404751 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700266 s]
/proc/loadavg: 2.00 2.02 2.00 3/197 17921
/proc/meminfo: memFree=31261528/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 6763 0 1 0 110 2 0 0 20 0 19 0 25008683 9856040960 10502 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2406260 10502 2256 9 0 2396937 0
[pid=17921/tid=17922] ppid=17918 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2467 0 1 0 66 1 0 0 20 0 19 0 25008683 9856040960 10502 33554432000 1073741824 1073778376 140736638557792 140604405637064 140604345977864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.00 2.02 2.00 4/216 17940
/proc/meminfo: memFree=31226076/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9625040 CPUtime=1.94 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 6772 0 1 0 192 2 0 0 20 0 19 0 25008683 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2406260 11532 2259 9 0 2396937 0
[pid=17921/tid=17922] ppid=17918 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2470 0 1 0 146 1 0 0 20 0 19 0 25008683 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604405635624 140604345963913 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17924] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17924/stat : 17924 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604249684904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17925] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17925/stat : 17925 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604248632360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17926] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17926/stat : 17926 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604247579304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17921/tid=17927] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17927/stat : 17927 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604246526760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17928] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17928/stat : 17928 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604245473704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17929] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17929/stat : 17929 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604244421160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17930] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17930/stat : 17930 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604243368104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17931] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17931/stat : 17931 (java) S 17918 17921 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604242315560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17932] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17932/stat : 17932 (java) S 17918 17921 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604229905256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17933] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17933/stat : 17933 (java) S 17918 17921 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604228851576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17934] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17934/stat : 17934 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604227798408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17935] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17935/stat : 17935 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604226747152 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17936] ppid=17918 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/17921/task/17936/stat : 17936 (java) S 17918 17921 11773 0 -1 4202560 1153 0 0 0 17 0 0 0 20 0 19 0 25008688 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604225694008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17937] ppid=17918 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/17921/task/17937/stat : 17937 (java) S 17918 17921 11773 0 -1 4202560 1877 0 0 0 25 0 0 0 20 0 19 0 25008688 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604224641464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17938] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17938/stat : 17938 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604223588600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17939] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17939/stat : 17939 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604222536264 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17940] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17940/stat : 17940 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008717 9856040960 11532 33554432000 1073741824 1073778376 140736638557792 140604221433384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.00 2.02 2.00 4/216 17940
/proc/meminfo: memFree=31221300/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 8658 0 1 0 364 3 0 0 20 0 19 0 25008683 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2406260 12787 2267 9 0 2396937 0
[pid=17921/tid=17922] ppid=17918 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2471 0 1 0 306 1 0 0 20 0 19 0 25008683 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604405637704 140604345959952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17924] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17924/stat : 17924 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604249684904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17925] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17925/stat : 17925 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604248632360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17926] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17926/stat : 17926 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604247579304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17921/tid=17927] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17927/stat : 17927 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604246526760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17928] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17928/stat : 17928 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604245473704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17929] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17929/stat : 17929 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604244421160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17930] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17930/stat : 17930 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604243368104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17931] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17931/stat : 17931 (java) S 17918 17921 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604242315560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17932] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17932/stat : 17932 (java) S 17918 17921 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604229905256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17933] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17933/stat : 17933 (java) S 17918 17921 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604228851576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17934] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17934/stat : 17934 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604227798408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17935] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17935/stat : 17935 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604226747152 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17936] ppid=17918 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/17921/task/17936/stat : 17936 (java) S 17918 17921 11773 0 -1 4202560 3026 0 0 0 27 0 0 0 20 0 19 0 25008688 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604225694008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17937] ppid=17918 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17921/task/17937/stat : 17937 (java) S 17918 17921 11773 0 -1 4202560 1889 0 0 0 28 0 0 0 20 0 19 0 25008688 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604224641464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17938] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17938/stat : 17938 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604223588600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17939] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17939/stat : 17939 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604222536264 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17940] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17940/stat : 17940 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008717 9856040960 12787 33554432000 1073741824 1073778376 140736638557792 140604221433384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.00 2.02 2.00 3/216 17940
/proc/meminfo: memFree=31229920/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9625040 CPUtime=6.88 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 8663 0 1 0 685 3 0 0 20 0 19 0 25008683 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2406260 12937 2268 9 0 2396937 0
[pid=17921/tid=17922] ppid=17918 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2475 0 1 0 625 1 0 0 20 0 19 0 25008683 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604405637528 140604345925073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17924] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17924/stat : 17924 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604249684904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17925] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17925/stat : 17925 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604248632360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17926] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17926/stat : 17926 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604247579304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17921/tid=17927] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17927/stat : 17927 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604246526760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17928] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17928/stat : 17928 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604245473704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17929] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17929/stat : 17929 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604244421160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17930] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17930/stat : 17930 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604243368104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17931] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17931/stat : 17931 (java) S 17918 17921 11773 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25008684 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604242315560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17932] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17932/stat : 17932 (java) S 17918 17921 11773 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604229905256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17933] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17933/stat : 17933 (java) S 17918 17921 11773 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604228851576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17934] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17934/stat : 17934 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604227798408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17935] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17935/stat : 17935 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604226747152 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17936] ppid=17918 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/17921/task/17936/stat : 17936 (java) S 17918 17921 11773 0 -1 4202560 3026 0 0 0 28 0 0 0 20 0 19 0 25008688 9856040960 12937 33554432000 1073741824 1073778376 140736638557792 140604225694008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17937] ppid=17918 vsize=9625040 CPUtime=0.28 cores=1,3,5,7

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

[pid=17921/tid=17940] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17940/stat : 17940 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008717 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604221433384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1663.32
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/215 18134
/proc/meminfo: memFree=31534200/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9625040 CPUtime=1723.33 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 12628 0 1 0 172301 32 0 0 20 0 19 0 25008683 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2406260 55403 2281 9 0 2396937 0
[pid=17921/tid=17922] ppid=17918 vsize=9625040 CPUtime=1717.69 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2537 0 1 0 171740 29 0 0 20 0 19 0 25008683 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604405628576 140604345959952 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17924] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17924/stat : 17924 (java) S 17918 17921 11773 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604249684904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17925] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17925/stat : 17925 (java) S 17918 17921 11773 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604248632360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17926] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17926/stat : 17926 (java) S 17918 17921 11773 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604247579304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17927] ppid=17918 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17921/task/17927/stat : 17927 (java) S 17918 17921 11773 0 -1 4202560 165 0 0 0 4 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604246526760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17928] ppid=17918 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17921/task/17928/stat : 17928 (java) S 17918 17921 11773 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604245473704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17929] ppid=17918 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17921/task/17929/stat : 17929 (java) S 17918 17921 11773 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604244421160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17930] ppid=17918 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17921/task/17930/stat : 17930 (java) S 17918 17921 11773 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604243368104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17931] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17931/stat : 17931 (java) S 17918 17921 11773 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604242315560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17932] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17932/stat : 17932 (java) S 17918 17921 11773 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 19 0 25008685 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604229905256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17933] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17933/stat : 17933 (java) S 17918 17921 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604228851576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17934] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17934/stat : 17934 (java) S 17918 17921 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604227798408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17935] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17935/stat : 17935 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604226747152 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17936] ppid=17918 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/17921/task/17936/stat : 17936 (java) S 17918 17921 11773 0 -1 4202560 6232 0 0 0 44 2 0 0 20 0 19 0 25008688 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604225694008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17937] ppid=17918 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/17921/task/17937/stat : 17937 (java) S 17918 17921 11773 0 -1 4202560 1889 0 0 0 29 0 0 0 20 0 19 0 25008688 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604224641464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17938] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17938/stat : 17938 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604223588600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17939] ppid=17918 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/17921/task/17939/stat : 17939 (java) S 17918 17921 11773 0 -1 4202560 100 0 0 0 32 44 0 0 20 0 19 0 25008688 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604222536264 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17940] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17940/stat : 17940 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008717 9856040960 55403 33554432000 1073741824 1073778376 140736638557792 140604221433384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.33
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/216 18138
/proc/meminfo: memFree=31517324/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9625040 CPUtime=1783.36 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 12638 0 1 0 178303 33 0 0 20 0 19 0 25008683 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2406260 55407 2282 9 0 2396937 0
[pid=17921/tid=17922] ppid=17918 vsize=9625040 CPUtime=1777.54 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2537 0 1 0 177724 30 0 0 20 0 19 0 25008683 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604405628576 140604345897994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17924] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17924/stat : 17924 (java) S 17918 17921 11773 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604249684904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17925] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17925/stat : 17925 (java) S 17918 17921 11773 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604248632360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17926] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17926/stat : 17926 (java) S 17918 17921 11773 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604247579304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17927] ppid=17918 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17921/task/17927/stat : 17927 (java) S 17918 17921 11773 0 -1 4202560 165 0 0 0 4 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604246526760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17928] ppid=17918 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17921/task/17928/stat : 17928 (java) S 17918 17921 11773 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604245473704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17929] ppid=17918 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17921/task/17929/stat : 17929 (java) S 17918 17921 11773 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604244421160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17930] ppid=17918 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17921/task/17930/stat : 17930 (java) S 17918 17921 11773 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604243368104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17931] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17931/stat : 17931 (java) S 17918 17921 11773 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604242315560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17932] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17932/stat : 17932 (java) S 17918 17921 11773 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 19 0 25008685 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604229905256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17933] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17933/stat : 17933 (java) S 17918 17921 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604228851576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17934] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17934/stat : 17934 (java) S 17918 17921 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604227798408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17935] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17935/stat : 17935 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604226747152 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17936] ppid=17918 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/17921/task/17936/stat : 17936 (java) S 17918 17921 11773 0 -1 4202560 6238 0 0 0 46 2 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604225694008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17937] ppid=17918 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/17921/task/17937/stat : 17937 (java) S 17918 17921 11773 0 -1 4202560 1889 0 0 0 29 0 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604224641464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17938] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17938/stat : 17938 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604223588600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17939] ppid=17918 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17921/task/17939/stat : 17939 (java) S 17918 17921 11773 0 -1 4202560 104 0 0 0 34 45 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604222536264 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17940] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17940/stat : 17940 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008717 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604221433384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.03 2.02 2.00 3/216 18138
/proc/meminfo: memFree=31517764/32872528 swapFree=7780/7780
[pid=17921] ppid=17918 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/17921/stat : 17921 (java) S 17918 17921 11773 0 -1 4202496 12638 0 1 0 179972 33 0 0 20 0 19 0 25008683 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140736638548928 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17921/statm: 2406260 55407 2282 9 0 2396937 0
[pid=17921/tid=17922] ppid=17918 vsize=9625040 CPUtime=1794.2 cores=1,3,5,7
/proc/17921/task/17922/stat : 17922 (java) R 17918 17921 11773 0 -1 4202560 2537 0 1 0 179390 30 0 0 20 0 19 0 25008683 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604405628576 140604345978106 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17924] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17924/stat : 17924 (java) S 17918 17921 11773 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604249684904 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17925] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17925/stat : 17925 (java) S 17918 17921 11773 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604248632360 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17926] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17926/stat : 17926 (java) S 17918 17921 11773 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604247579304 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17927] ppid=17918 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/17921/task/17927/stat : 17927 (java) S 17918 17921 11773 0 -1 4202560 165 0 0 0 4 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604246526760 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17928] ppid=17918 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17921/task/17928/stat : 17928 (java) S 17918 17921 11773 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604245473704 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17929] ppid=17918 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17921/task/17929/stat : 17929 (java) S 17918 17921 11773 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604244421160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17930] ppid=17918 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17921/task/17930/stat : 17930 (java) S 17918 17921 11773 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604243368104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17931] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17931/stat : 17931 (java) S 17918 17921 11773 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 25008684 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604242315560 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17932] ppid=17918 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17921/task/17932/stat : 17932 (java) S 17918 17921 11773 0 -1 4202560 28 0 0 0 1 1 0 0 20 0 19 0 25008685 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604229905256 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17933] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17933/stat : 17933 (java) S 17918 17921 11773 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604228851576 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17934] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17934/stat : 17934 (java) S 17918 17921 11773 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25008685 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604227798408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17935] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17935/stat : 17935 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604226747152 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17921/tid=17936] ppid=17918 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/17921/task/17936/stat : 17936 (java) S 17918 17921 11773 0 -1 4202560 6238 0 0 0 46 2 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604225694008 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17937] ppid=17918 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/17921/task/17937/stat : 17937 (java) S 17918 17921 11773 0 -1 4202560 1889 0 0 0 29 0 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604224641464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17938] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17938/stat : 17938 (java) S 17918 17921 11773 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604223588600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17921/tid=17939] ppid=17918 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/17921/task/17939/stat : 17939 (java) S 17918 17921 11773 0 -1 4202560 104 0 0 0 34 45 0 0 20 0 19 0 25008688 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604222536264 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17921/tid=17940] ppid=17918 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17921/task/17940/stat : 17940 (java) S 17918 17921 11773 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25008717 9856040960 55407 33554432000 1073741824 1073778376 140736638557792 140604221433384 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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 17921 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17921 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=341066
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=919860
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.03
CPU time (s): 1800.05
CPU user time (s): 1799.72
CPU system time (s): 0.33
CPU usage (%): 100.056
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.34
system time used= 0.91986
maximum resident set size= 221764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12676
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38122
involuntary context switches= 4223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7744 second user time and 13.7109 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-18 08:00:28
IDJOB=4102541
IDBENCH=2134
IDSOLVER=2546
FILE ID=node133/4102541-1466229628
RUNJOBID= node133-1466206057-11790
PBS_JOBID= 19918144
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4-c.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102541-1466229628/watcher-4102541-1466229628 -o /tmp/evaluation-result-4102541-1466229628/solver-4102541-1466229628 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466206057-11790 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102541-1466229628.opb

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

MD5SUM BENCH= 28753ff2e44c4cedb2d3a2e783f8d1a4
RANDOM SEED=707130579

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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:        31261428 kB
Buffers:           98212 kB
Cached:           104664 kB
SwapCached:          892 kB
Active:           723484 kB
Inactive:         144692 kB
Active(anon):     666676 kB
Inactive(anon):     1364 kB
Active(file):      56808 kB
Inactive(file):   143328 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099860 kB
Dirty:              1076 kB
Writeback:             0 kB
AnonPages:        672784 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             601852 kB
SReclaimable:      44220 kB
SUnreclaim:       557632 kB
KernelStack:        1616 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     816856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 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= 71712 MiB
End job on node133 at 2016-06-18 08:30:27