Trace number 4102789

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.09 1794.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.18.opb
MD5SUM18a894a2ba4f3cf6bad1b497c8fca8eb
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 variables4500
Total number of constraints72413
Number of constraints which are clauses72413
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 constraint18
Number of terms in the objective function 4500
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 4500
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4500
Number of bits of the biggest sum of numbers13
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 No 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.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4102789-1466231181.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.83/0.58	c ... done. Wall clock time 0.478s.
0.83/0.58	c declared #vars     4500
0.83/0.58	c #constraints  72413
0.83/0.58	c constraints type 
0.83/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
0.83/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 72288
0.83/0.58	c 72413 constraints processed.
0.83/0.58	c objective function length is 4500 literals
2.08/1.54	c cleaning 2491 clauses out of 5000 with flag 34524/5000
3.18/2.55	c cleaning 4252 clauses out of 8512 with flag 65794/11003
4.42/3.79	c cleaning 5618 clauses out of 11261 with flag 110922/18004
6.03/5.33	c cleaning 6809 clauses out of 13641 with flag 209310/26002
7.74/7.09	c cleaning 7907 clauses out of 15830 with flag 276498/35000
9.65/8.97	c cleaning 8950 clauses out of 17924 with flag 346200/45001
11.85/11.17	c cleaning 9972 clauses out of 19973 with flag 439894/56000
14.24/13.54	c cleaning 10991 clauses out of 22002 with flag 537220/68001
17.14/16.42	c cleaning 11989 clauses out of 24010 with flag 640044/81000
20.34/19.61	c cleaning 13004 clauses out of 26024 with flag 736216/95003
23.95/23.27	c cleaning 14003 clauses out of 28017 with flag 913012/110000
27.71/26.97	c cleaning 14997 clauses out of 30014 with flag 1022013/126000
31.81/31.06	c cleaning 15999 clauses out of 32017 with flag 1133636/143000
36.20/35.49	c cleaning 17002 clauses out of 34019 with flag 1266989/161001
41.20/40.44	c cleaning 18000 clauses out of 36016 with flag 1419822/180000
46.60/45.89	c cleaning 18998 clauses out of 38016 with flag 1554100/200000
52.61/51.85	c cleaning 19998 clauses out of 40018 with flag 1713723/221000
58.66/57.89	c cleaning 21002 clauses out of 42021 with flag 1875428/243001
65.36/64.57	c cleaning 22004 clauses out of 44018 with flag 2030189/266000
72.25/71.50	c cleaning 22996 clauses out of 46014 with flag 2218258/290000
79.75/78.94	c cleaning 23998 clauses out of 48020 with flag 2404996/315002
87.95/87.09	c cleaning 25001 clauses out of 50020 with flag 2613892/341000
96.54/95.69	c cleaning 25997 clauses out of 52019 with flag 2826834/368000
105.93/105.06	c cleaning 26996 clauses out of 54022 with flag 3029756/396000
115.63/114.74	c cleaning 27999 clauses out of 56026 with flag 3276458/425000
126.29/125.29	c cleaning 29009 clauses out of 58027 with flag 3510741/455000
137.39/136.39	c cleaning 30000 clauses out of 60019 with flag 3756147/486001
149.59/148.58	c cleaning 31002 clauses out of 62021 with flag 4000066/518003
161.99/161.00	c cleaning 31985 clauses out of 64016 with flag 4259549/551000
175.18/173.94	c cleaning 33009 clauses out of 66032 with flag 4522299/585001
189.37/188.18	c cleaning 33996 clauses out of 68022 with flag 4800722/620000
204.59/203.17	c cleaning 35006 clauses out of 70026 with flag 5086169/656000
220.58/219.18	c cleaning 36003 clauses out of 72021 with flag 5385642/693001
236.68/235.24	c cleaning 36994 clauses out of 74017 with flag 5710015/731000
253.99/252.34	c cleaning 38003 clauses out of 76025 with flag 6042184/770002
271.84/269.94	c cleaning 38995 clauses out of 78022 with flag 6389054/810002
291.06/289.16	c cleaning 40006 clauses out of 80026 with flag 6737527/851001
310.80/308.66	c cleaning 41009 clauses out of 82021 with flag 7099226/893002
330.40/328.25	c cleaning 41999 clauses out of 84010 with flag 7468152/936000
351.56/349.37	c cleaning 42994 clauses out of 86011 with flag 7848799/980000
373.83/371.52	c cleaning 44003 clauses out of 88017 with flag 8244214/1025000
396.64/394.34	c cleaning 44989 clauses out of 90014 with flag 8655221/1071000
420.01/417.60	c cleaning 46006 clauses out of 92026 with flag 9085374/1118001
445.41/442.99	c cleaning 47002 clauses out of 94019 with flag 9528142/1166000
470.88/468.33	c cleaning 48004 clauses out of 96018 with flag 9987204/1215001
496.64/494.01	c cleaning 48999 clauses out of 98013 with flag 10463374/1265000
524.14/521.52	c cleaning 50006 clauses out of 100016 with flag 10946679/1316002
553.01/550.36	c cleaning 50988 clauses out of 102009 with flag 11447394/1368001
582.90/580.14	c cleaning 52003 clauses out of 104021 with flag 11983179/1421001
613.28/610.47	c cleaning 52997 clauses out of 106017 with flag 12518751/1475000
644.38/641.42	c cleaning 54004 clauses out of 108021 with flag 13076287/1530001
677.10/674.17	c cleaning 54995 clauses out of 110016 with flag 13649751/1586000
710.86/707.84	c cleaning 56002 clauses out of 112024 with flag 14234285/1643003
745.60/742.55	c cleaning 57001 clauses out of 114020 with flag 14836519/1701001
782.47/779.36	c cleaning 57997 clauses out of 116018 with flag 15455919/1760000
820.23/816.91	c cleaning 59006 clauses out of 118023 with flag 16093730/1820002
859.11/855.74	c cleaning 59994 clauses out of 120015 with flag 16745387/1881000
899.19/895.71	c cleaning 61000 clauses out of 122022 with flag 17415640/1943001
939.74/936.24	c cleaning 62002 clauses out of 124021 with flag 18105105/2006000
982.12/978.53	c cleaning 63006 clauses out of 126019 with flag 18803036/2070000
1025.79/1022.15	c cleaning 63992 clauses out of 128013 with flag 19532575/2135000
1071.74/1067.99	c cleaning 65004 clauses out of 130023 with flag 20277110/2201002
1118.32/1114.49	c cleaning 65998 clauses out of 132017 with flag 21041368/2268000
1165.42/1161.47	c cleaning 66998 clauses out of 134019 with flag 21821063/2336000
1215.07/1210.98	c cleaning 68006 clauses out of 136023 with flag 22621249/2405002
1265.56/1261.37	c cleaning 68994 clauses out of 138015 with flag 23443141/2475000
1317.35/1313.04	c cleaning 69988 clauses out of 140023 with flag 24289495/2546002
1371.06/1366.62	c cleaning 71003 clauses out of 142034 with flag 25149008/2618001
1426.47/1421.92	c cleaning 72006 clauses out of 144030 with flag 26032704/2691000
1482.66/1478.02	c cleaning 73007 clauses out of 146025 with flag 26935156/2765001
1539.49/1534.74	c cleaning 74009 clauses out of 148017 with flag 27863696/2840000
1600.19/1595.22	c cleaning 75000 clauses out of 150008 with flag 28810595/2916000
1661.02/1655.93	c cleaning 76000 clauses out of 152010 with flag 29773113/2993002
1723.83/1718.58	c cleaning 76992 clauses out of 154010 with flag 30765199/3071002
1789.16/1783.70	c cleaning 77997 clauses out of 156016 with flag 31766326/3150000
1800.09/1794.60	c starts		: 23403
1800.09/1794.60	c conflicts		: 3168455
1800.09/1794.60	c decisions		: 18351476
1800.09/1794.60	c propagations		: 1016095127
1800.09/1794.60	c inspects		: 27006544481
1800.09/1794.60	c shortcuts		: 0
1800.09/1794.60	c learnt literals	: 0
1800.09/1794.60	c learnt binary clauses	: 0
1800.09/1794.60	c learnt ternary clauses	: 0
1800.09/1794.60	c learnt constraints	: 3168455
1800.09/1794.60	c ignored constraints	: 0
1800.09/1794.60	c root simplifications	: 0
1800.09/1794.60	c removed literals (reason simplification)	: 0
1800.09/1794.60	c reason swapping (by a shorter reason)	: 0
1800.09/1794.60	c Calls to reduceDB	: 75
1800.09/1794.60	c Number of update (reduction) of LBD	: 1353956
1800.09/1794.60	c Imported unit clauses	: 0
1800.09/1794.60	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.60	c number of learned constraints concerned by reduction	: 0
1800.09/1794.60	c number of learning phase by resolution	: 0
1800.09/1794.60	c number of learning phase by cutting planes	: 0
1800.09/1794.60	c speed (assignments/second)	: 566385.336677815
1800.09/1794.60	c non guided choices	0
1800.09/1794.60	c timeout
1800.09/1794.63	c learnt constraints type 
1800.09/1794.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96475
1800.09/1794.63	s UNKNOWN
1800.09/1794.63	c Total wall clock time (in seconds): 1794.521

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-4102789-1466231181/watcher-4102789-1466231181 -o /tmp/evaluation-result-4102789-1466231181/solver-4102789-1466231181 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102789-1466231181.opb 

pid=6652
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.03 2.21 2.12 3/194 6655
/proc/meminfo: memFree=28893732/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 25168604 98570240 976 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 24065 976 743 9 0 16771 0
[pid=6655/tid=6656] ppid=6652 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 25168604 98570240 977 33554432000 1073741824 1073778376 140737392082512 139636342767144 249650038144 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.03 2.21 2.12 3/194 6655
/proc/meminfo: memFree=28893732/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 4453 0 1 0 9 1 0 0 20 0 18 0 25168604 9787879424 6088 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2389619 6088 2154 9 0 2380296 0
[pid=6655/tid=6656] ppid=6652 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2382 0 1 0 6 1 0 0 20 0 18 0 25168604 9787879424 6089 33554432000 1073741824 1073778376 140737392082512 139636342764864 249653421325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200414 s]
/proc/loadavg: 2.03 2.21 2.12 3/194 6655
/proc/meminfo: memFree=28893732/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 5009 0 1 0 27 1 0 0 20 0 18 0 25168604 9787879424 6972 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2389619 6972 2218 9 0 2380296 0
[pid=6655/tid=6656] ppid=6652 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 25168604 9787879424 6972 33554432000 1073741824 1073778376 140737392082512 139636342771152 139636181650005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30039 s]
/proc/loadavg: 2.03 2.21 2.12 3/194 6655
/proc/meminfo: memFree=28893732/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 5562 0 1 0 47 2 0 0 20 0 18 0 25168604 9787879424 8773 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2389619 8773 2232 9 0 2380296 0
[pid=6655/tid=6656] ppid=6652 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2399 0 1 0 25 2 0 0 20 0 18 0 25168604 9787879424 8773 33554432000 1073741824 1073778376 140737392082512 139636342763520 139636181689331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700326 s]
/proc/loadavg: 2.03 2.21 2.12 3/194 6655
/proc/meminfo: memFree=28893732/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 7163 0 1 0 113 4 0 0 20 0 19 0 25168604 9856040960 35244 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2406260 35244 2259 9 0 2396937 0
[pid=6655/tid=6656] ppid=6652 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2461 0 1 0 63 3 0 0 20 0 19 0 25168604 9856040960 35244 33554432000 1073741824 1073778376 140737392082512 139636342771800 139636181833635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.03 2.21 2.12 3/213 6674
/proc/meminfo: memFree=28756500/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 8174 0 1 0 204 4 0 0 20 0 19 0 25168604 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2406260 37098 2265 9 0 2396937 0
[pid=6655/tid=6656] ppid=6652 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2465 0 1 0 143 3 0 0 20 0 19 0 25168604 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636342772296 139636182268996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6658] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6658/stat : 6658 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636304263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6659] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6659/stat : 6659 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636303210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6660] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6660/stat : 6660 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636302158248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6661] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6661/stat : 6661 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636301105704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6662] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6662/stat : 6662 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636300053160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6663] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6663/stat : 6663 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636181560104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6664] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6664/stat : 6664 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636180507560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6665] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6665/stat : 6665 (java) S 6652 6655 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636179455016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6666] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6666/stat : 6666 (java) S 6652 6655 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25168606 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636167043176 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6667] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6667/stat : 6667 (java) S 6652 6655 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139636165989496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6668] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6668/stat : 6668 (java) S 6652 6655 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139635560801416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6669] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6669/stat : 6669 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139635559750160 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6670] ppid=6652 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6655/task/6670/stat : 6670 (java) S 6652 6655 2916 0 -1 4202560 2702 0 0 0 33 0 0 0 20 0 19 0 25168609 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139635558697528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6671] ppid=6652 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/6655/task/6671/stat : 6671 (java) S 6652 6655 2916 0 -1 4202560 1731 0 0 0 26 0 0 0 20 0 19 0 25168609 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139635557644984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6672] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6672/stat : 6672 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139635556592632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6673] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6673/stat : 6673 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139635555540296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6674] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6674/stat : 6674 (java) S 6652 6655 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25168665 9856040960 37098 33554432000 1073741824 1073778376 140737392082512 139635554485032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.03 2.21 2.12 3/213 6674
/proc/meminfo: memFree=28746572/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 8671 0 1 0 377 5 0 0 20 0 19 0 25168604 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2406260 41748 2284 9 0 2396937 0
[pid=6655/tid=6656] ppid=6652 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2475 0 1 0 300 3 0 0 20 0 19 0 25168604 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636342771000 139636182306389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6658] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6658/stat : 6658 (java) S 6652 6655 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636304263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6659] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6659/stat : 6659 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636303210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6660] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6660/stat : 6660 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636302158248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6661] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6661/stat : 6661 (java) S 6652 6655 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636301105704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6662] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6662/stat : 6662 (java) S 6652 6655 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636300053160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6663] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6663/stat : 6663 (java) S 6652 6655 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636181560104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6664] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6664/stat : 6664 (java) S 6652 6655 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636180507560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6665] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6665/stat : 6665 (java) S 6652 6655 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636179455016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6666] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6666/stat : 6666 (java) S 6652 6655 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25168606 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636167043176 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6667] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6667/stat : 6667 (java) S 6652 6655 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139636165989496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6668] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6668/stat : 6668 (java) S 6652 6655 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139635560801416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6669] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6669/stat : 6669 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139635559750160 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6670] ppid=6652 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/6655/task/6670/stat : 6670 (java) S 6652 6655 2916 0 -1 4202560 3159 0 0 0 40 0 0 0 20 0 19 0 25168609 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139635558697528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6671] ppid=6652 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6655/task/6671/stat : 6671 (java) S 6652 6655 2916 0 -1 4202560 1731 0 0 0 29 0 0 0 20 0 19 0 25168609 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139635557644984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6672] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6672/stat : 6672 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139635556592632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6673] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6673/stat : 6673 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139635555540296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6674] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6674/stat : 6674 (java) S 6652 6655 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25168665 9856040960 41748 33554432000 1073741824 1073778376 140737392082512 139635554485032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.3007 s]
/proc/loadavg: 2.03 2.21 2.12 3/213 6674
/proc/meminfo: memFree=28734128/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9625040 CPUtime=7.04 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 8673 0 1 0 699 5 0 0 20 0 19 0 25168604 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2406260 41728 2284 9 0 2396937 0
[pid=6655/tid=6656] ppid=6652 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2477 0 1 0 619 3 0 0 20 0 19 0 25168604 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636342772120 139636182269005 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6658] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6658/stat : 6658 (java) S 6652 6655 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636304263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6659] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6659/stat : 6659 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636303210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6660] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6660/stat : 6660 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636302158248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6661] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6661/stat : 6661 (java) S 6652 6655 2916 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636301105704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6662] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6662/stat : 6662 (java) S 6652 6655 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636300053160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6663] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6663/stat : 6663 (java) S 6652 6655 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636181560104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6664] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6664/stat : 6664 (java) S 6652 6655 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636180507560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6665] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6665/stat : 6665 (java) S 6652 6655 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25168605 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636179455016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6666] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6666/stat : 6666 (java) S 6652 6655 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25168606 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636167043176 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6667] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6667/stat : 6667 (java) S 6652 6655 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139636165989496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6668] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6668/stat : 6668 (java) S 6652 6655 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139635560801416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6669] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6669/stat : 6669 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139635559750160 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6670] ppid=6652 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6655/task/6670/stat : 6670 (java) S 6652 6655 2916 0 -1 4202560 3159 0 0 0 42 0 0 0 20 0 19 0 25168609 9856040960 41728 33554432000 1073741824 1073778376 140737392082512 139635558697528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6671] ppid=6652 vsize=9625040 CPUtime=0.29 cores=1,3,5,7

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

[pid=6655/tid=6674] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6674/stat : 6674 (java) S 6652 6655 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25168665 9856040960 102551 33554432000 1073741824 1073778376 140737392082512 139635554485032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1667.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.08 3/213 7043
/proc/meminfo: memFree=31137732/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9625040 CPUtime=1727.63 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 11895 0 1 0 172654 109 0 0 20 0 19 0 25168604 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2406260 100648 2293 9 0 2396937 0
[pid=6655/tid=6656] ppid=6652 vsize=9625040 CPUtime=1714.97 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2534 0 1 0 171465 32 0 0 20 0 19 0 25168604 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636342763296 139636182260632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6658] ppid=6652 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/6655/task/6658/stat : 6658 (java) S 6652 6655 2916 0 -1 4202560 424 0 0 0 66 6 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636304263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6659] ppid=6652 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6655/task/6659/stat : 6659 (java) S 6652 6655 2916 0 -1 4202560 181 0 0 0 67 10 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636303210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6660] ppid=6652 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6655/task/6660/stat : 6660 (java) S 6652 6655 2916 0 -1 4202560 289 0 0 0 70 7 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636302158248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6661] ppid=6652 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/6655/task/6661/stat : 6661 (java) S 6652 6655 2916 0 -1 4202560 441 0 0 0 80 15 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636301105704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6662] ppid=6652 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/6655/task/6662/stat : 6662 (java) S 6652 6655 2916 0 -1 4202560 510 0 0 0 63 9 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636300053160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6663] ppid=6652 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/6655/task/6663/stat : 6663 (java) S 6652 6655 2916 0 -1 4202560 247 0 0 0 64 8 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636181560104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6664] ppid=6652 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/6655/task/6664/stat : 6664 (java) S 6652 6655 2916 0 -1 4202560 360 0 0 0 68 7 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636180507560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6665] ppid=6652 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/6655/task/6665/stat : 6665 (java) S 6652 6655 2916 0 -1 4202560 223 0 0 0 77 10 0 0 20 0 19 0 25168605 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636179455016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6666] ppid=6652 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/6655/task/6666/stat : 6666 (java) S 6652 6655 2916 0 -1 4202560 309 0 0 0 80 3 0 0 20 0 19 0 25168606 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636167043176 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6667] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6667/stat : 6667 (java) S 6652 6655 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139636165989496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6668] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6668/stat : 6668 (java) S 6652 6655 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139635560801416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6669] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6669/stat : 6669 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139635559750160 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6670] ppid=6652 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6655/task/6670/stat : 6670 (java) S 6652 6655 2916 0 -1 4202560 3285 0 0 0 45 0 0 0 20 0 19 0 25168609 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139635558697528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6671] ppid=6652 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6655/task/6671/stat : 6671 (java) S 6652 6655 2916 0 -1 4202560 1731 0 0 0 29 0 0 0 20 0 19 0 25168609 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139635557644984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6672] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6672/stat : 6672 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139635556592632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6673] ppid=6652 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/6655/task/6673/stat : 6673 (java) S 6652 6655 2916 0 -1 4202560 99 0 0 0 28 38 0 0 20 0 19 0 25168609 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139635555540296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6674] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6674/stat : 6674 (java) S 6652 6655 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25168665 9856040960 100648 33554432000 1073741824 1073778376 140737392082512 139635554485032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.06 2.08 3/213 7044
/proc/meminfo: memFree=31146240/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9625040 CPUtime=1787.76 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 11984 0 1 0 178666 110 0 0 20 0 19 0 25168604 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2406260 98517 2293 9 0 2396937 0
[pid=6655/tid=6656] ppid=6652 vsize=9625040 CPUtime=1774.65 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2536 0 1 0 177432 33 0 0 20 0 19 0 25168604 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636342771008 139636182069866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6658] ppid=6652 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/6655/task/6658/stat : 6658 (java) S 6652 6655 2916 0 -1 4202560 453 0 0 0 70 6 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636304263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6659] ppid=6652 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/6655/task/6659/stat : 6659 (java) S 6652 6655 2916 0 -1 4202560 181 0 0 0 69 10 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636303210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6660] ppid=6652 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6655/task/6660/stat : 6660 (java) S 6652 6655 2916 0 -1 4202560 289 0 0 0 72 8 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636302158248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6661] ppid=6652 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/6655/task/6661/stat : 6661 (java) S 6652 6655 2916 0 -1 4202560 441 0 0 0 82 15 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636301105704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6662] ppid=6652 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/6655/task/6662/stat : 6662 (java) S 6652 6655 2916 0 -1 4202560 510 0 0 0 66 9 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636300053160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6663] ppid=6652 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/6655/task/6663/stat : 6663 (java) S 6652 6655 2916 0 -1 4202560 247 0 0 0 67 8 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636181560104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6664] ppid=6652 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6655/task/6664/stat : 6664 (java) S 6652 6655 2916 0 -1 4202560 360 0 0 0 70 7 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636180507560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6665] ppid=6652 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/6655/task/6665/stat : 6665 (java) S 6652 6655 2916 0 -1 4202560 223 0 0 0 79 10 0 0 20 0 19 0 25168605 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636179455016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6666] ppid=6652 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/6655/task/6666/stat : 6666 (java) S 6652 6655 2916 0 -1 4202560 363 0 0 0 90 4 0 0 20 0 19 0 25168606 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636167043176 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6667] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6667/stat : 6667 (java) S 6652 6655 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139636165989496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6668] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6668/stat : 6668 (java) S 6652 6655 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139635560801416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6669] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6669/stat : 6669 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139635559750160 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6670] ppid=6652 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6655/task/6670/stat : 6670 (java) S 6652 6655 2916 0 -1 4202560 3285 0 0 0 45 0 0 0 20 0 19 0 25168609 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139635558697528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6671] ppid=6652 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6655/task/6671/stat : 6671 (java) S 6652 6655 2916 0 -1 4202560 1731 0 0 0 29 0 0 0 20 0 19 0 25168609 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139635557644984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6672] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6672/stat : 6672 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139635556592632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6673] ppid=6652 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6655/task/6673/stat : 6673 (java) S 6652 6655 2916 0 -1 4202560 103 0 0 0 29 39 0 0 20 0 19 0 25168609 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139635555540296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6674] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6674/stat : 6674 (java) S 6652 6655 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25168665 9856040960 98517 33554432000 1073741824 1073778376 140737392082512 139635554485032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.06 2.06 2.07 3/213 7044
/proc/meminfo: memFree=31146240/32872528 swapFree=190484/190484
[pid=6655] ppid=6652 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/6655/stat : 6655 (java) S 6652 6655 2916 0 -1 4202496 11988 0 1 0 179899 110 0 0 20 0 19 0 25168604 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 140737392073648 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6655/statm: 2406260 98518 2293 9 0 2396937 0
[pid=6655/tid=6656] ppid=6652 vsize=9625040 CPUtime=1786.91 cores=1,3,5,7
/proc/6655/task/6656/stat : 6656 (java) R 6652 6655 2916 0 -1 4202560 2537 0 1 0 178657 34 0 0 20 0 19 0 25168604 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636342771008 139636182269629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6658] ppid=6652 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/6655/task/6658/stat : 6658 (java) S 6652 6655 2916 0 -1 4202560 453 0 0 0 71 6 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636304263336 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6659] ppid=6652 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/6655/task/6659/stat : 6659 (java) S 6652 6655 2916 0 -1 4202560 181 0 0 0 70 10 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636303210792 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6660] ppid=6652 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/6655/task/6660/stat : 6660 (java) S 6652 6655 2916 0 -1 4202560 289 0 0 0 73 8 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636302158248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6661] ppid=6652 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/6655/task/6661/stat : 6661 (java) S 6652 6655 2916 0 -1 4202560 441 0 0 0 82 15 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636301105704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6662] ppid=6652 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/6655/task/6662/stat : 6662 (java) S 6652 6655 2916 0 -1 4202560 510 0 0 0 66 9 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636300053160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6663] ppid=6652 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/6655/task/6663/stat : 6663 (java) S 6652 6655 2916 0 -1 4202560 247 0 0 0 67 8 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636181560104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6655/tid=6664] ppid=6652 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/6655/task/6664/stat : 6664 (java) S 6652 6655 2916 0 -1 4202560 360 0 0 0 71 7 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636180507560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6665] ppid=6652 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/6655/task/6665/stat : 6665 (java) S 6652 6655 2916 0 -1 4202560 223 0 0 0 79 10 0 0 20 0 19 0 25168605 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636179455016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6666] ppid=6652 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/6655/task/6666/stat : 6666 (java) S 6652 6655 2916 0 -1 4202560 366 0 0 0 90 4 0 0 20 0 19 0 25168606 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636167043176 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6667] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6667/stat : 6667 (java) S 6652 6655 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139636165989496 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6668] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6668/stat : 6668 (java) S 6652 6655 2916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25168607 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139635560801416 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6669] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6669/stat : 6669 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139635559750160 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6670] ppid=6652 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6655/task/6670/stat : 6670 (java) S 6652 6655 2916 0 -1 4202560 3285 0 0 0 45 0 0 0 20 0 19 0 25168609 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139635558697528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6655/tid=6671] ppid=6652 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/6655/task/6671/stat : 6671 (java) S 6652 6655 2916 0 -1 4202560 1731 0 0 0 29 0 0 0 20 0 19 0 25168609 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139635557644984 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6672] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6672/stat : 6672 (java) S 6652 6655 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25168609 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139635556592632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6655/tid=6673] ppid=6652 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/6655/task/6673/stat : 6673 (java) S 6652 6655 2916 0 -1 4202560 103 0 0 0 29 40 0 0 20 0 19 0 25168609 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139635555540296 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6655/tid=6674] ppid=6652 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6655/task/6674/stat : 6674 (java) S 6652 6655 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25168665 9856040960 98518 33554432000 1073741824 1073778376 140737392082512 139635554485032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 6655 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 6655 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=457201
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=653748
# CPU time returned by wait4() is 1796.11
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.64
CPU time (s): 1800.09
CPU user time (s): 1798.99
CPU system time (s): 1.1
CPU usage (%): 100.304
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 1.65375
maximum resident set size= 717184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12064
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39683
involuntary context switches= 24784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9523 second user time and 13.7429 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 08:26:21
IDJOB=4102789
IDBENCH=2173
IDSOLVER=2546
FILE ID=node102/4102789-1466231181
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
Free space on /tmp= 71728 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-g125.18.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102789-1466231181/watcher-4102789-1466231181 -o /tmp/evaluation-result-4102789-1466231181/solver-4102789-1466231181 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102789-1466231181.opb

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

MD5SUM BENCH= 18a894a2ba4f3cf6bad1b497c8fca8eb
RANDOM SEED=35028771

node102.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.746
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	: 5333.49
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.746
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.746
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.746
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.746
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.746
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.746
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28894516 kB
Buffers:          107600 kB
Cached:            96300 kB
SwapCached:         1828 kB
Active:          2905888 kB
Inactive:         144872 kB
Active(anon):    2845788 kB
Inactive(anon):     3544 kB
Active(file):      60100 kB
Inactive(file):   141328 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099024 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:       3036812 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             600268 kB
SReclaimable:      43496 kB
SUnreclaim:       556772 kB
KernelStack:        1576 kB
PageTables:        10176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3220164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2801664 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= 71724 MiB
End job on node102 at 2016-06-18 08:56:16