Trace number 4100509

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.07 1787.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-dg012142.opb
MD5SUM99b260f11bc3e586ce78c7adccfe4295
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 1634
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 336608
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524548
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- 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-4100509-1466215053.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.33/0.83	c ... done. Wall clock time 0.727s.
1.33/0.83	c declared #vars     41920
1.33/0.83	c #constraints  2777
1.33/0.83	c constraints type 
1.33/0.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
1.33/0.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2737
1.33/0.83	c 2777 constraints processed.
1.33/0.83	c objective function length is 22720 literals
2.57/1.62	c cleaning 2495 clauses out of 4997 with flag 12097/5000
3.70/2.18	c cleaning 4250 clauses out of 8502 with flag 24917/11001
4.51/2.99	c cleaning 5626 clauses out of 11252 with flag 40110/18001
5.31/3.72	c cleaning 6803 clauses out of 13625 with flag 60384/26000
6.73/5.18	c cleaning 7907 clauses out of 15823 with flag 81007/35001
8.14/6.50	c cleaning 8956 clauses out of 17917 with flag 104425/45002
9.64/7.95	c cleaning 9970 clauses out of 19959 with flag 130229/56000
11.44/9.71	c cleaning 10984 clauses out of 21989 with flag 158042/68000
13.63/11.83	c cleaning 11996 clauses out of 24006 with flag 188214/81001
15.93/14.20	c cleaning 13001 clauses out of 26010 with flag 220219/95001
18.83/17.01	c cleaning 13999 clauses out of 28010 with flag 251821/110002
21.74/19.94	c cleaning 15003 clauses out of 30010 with flag 288182/126001
24.83/23.04	c cleaning 15997 clauses out of 32006 with flag 327586/143000
27.71/25.81	c cleaning 17002 clauses out of 34011 with flag 368981/161002
30.71/28.88	c cleaning 18003 clauses out of 36007 with flag 412653/180000
34.01/32.16	c cleaning 19000 clauses out of 38004 with flag 458831/200000
38.01/36.01	c cleaning 20000 clauses out of 40004 with flag 506482/221000
40.91/38.98	c cleaning 20998 clauses out of 42004 with flag 559952/243000
44.31/42.34	c cleaning 21977 clauses out of 44007 with flag 614088/266001
49.01/47.05	c cleaning 22993 clauses out of 46029 with flag 671758/290000
54.91/52.92	c cleaning 24008 clauses out of 48038 with flag 730414/315002
60.51/58.53	c cleaning 24998 clauses out of 50028 with flag 794858/341000
65.61/63.62	c cleaning 26010 clauses out of 52032 with flag 868097/368002
68.12/66.11	c cleaning 27004 clauses out of 54015 with flag 932494/396000
71.90/69.88	c cleaning 28004 clauses out of 56012 with flag 1005653/425001
76.80/74.78	c cleaning 29000 clauses out of 58008 with flag 1085373/455001
83.40/81.40	c cleaning 29998 clauses out of 60007 with flag 1160000/486000
91.20/89.11	c cleaning 31004 clauses out of 62009 with flag 1239371/518000
96.88/94.78	c cleaning 31997 clauses out of 64001 with flag 1320496/551000
102.58/100.49	c cleaning 32998 clauses out of 66004 with flag 1400180/585000
110.78/108.69	c cleaning 33994 clauses out of 68007 with flag 1484676/620001
118.68/116.60	c cleaning 35002 clauses out of 70014 with flag 1574764/656002
126.88/124.74	c cleaning 35996 clauses out of 72010 with flag 1667515/693000
137.49/135.21	c cleaning 37003 clauses out of 74021 with flag 1759044/731007
149.49/147.23	c cleaning 38000 clauses out of 76011 with flag 1850306/770000
160.89/158.66	c cleaning 39002 clauses out of 78012 with flag 1960901/810001
173.44/171.17	c cleaning 39999 clauses out of 80009 with flag 2076612/851000
180.36/178.02	c cleaning 40990 clauses out of 81992 with flag 2185295/893000
191.86/189.56	c cleaning 41991 clauses out of 84002 with flag 2306436/936000
203.42/201.08	c cleaning 43004 clauses out of 86011 with flag 2432424/980000
215.52/213.18	c cleaning 44003 clauses out of 88009 with flag 2562707/1025002
229.85/227.42	c cleaning 44993 clauses out of 90004 with flag 2693544/1071000
241.98/239.58	c cleaning 45996 clauses out of 92013 with flag 2828820/1118002
254.98/252.54	c cleaning 47007 clauses out of 94015 with flag 2965050/1166000
267.73/265.25	c cleaning 47993 clauses out of 96008 with flag 3101843/1215000
274.02/271.52	c cleaning 48991 clauses out of 98014 with flag 3220676/1265000
281.02/278.56	c cleaning 49985 clauses out of 100023 with flag 3345999/1316000
291.52/289.01	c cleaning 50991 clauses out of 102038 with flag 3487134/1368000
298.92/296.45	c cleaning 52011 clauses out of 104037 with flag 3623885/1421001
304.99/302.42	c cleaning 53008 clauses out of 106022 with flag 3766462/1475004
321.78/319.27	c cleaning 53989 clauses out of 108010 with flag 3883546/1530001
341.17/338.59	c cleaning 54994 clauses out of 110020 with flag 3999646/1586000
360.57/357.97	c cleaning 56000 clauses out of 112026 with flag 4119520/1643000
371.79/369.16	c cleaning 56995 clauses out of 114026 with flag 4256543/1701000
388.31/385.60	c cleaning 58015 clauses out of 116035 with flag 4390834/1760004
406.44/403.74	c cleaning 59004 clauses out of 118018 with flag 4528464/1820002
422.98/420.21	c cleaning 59999 clauses out of 120012 with flag 4671731/1881000
441.06/438.23	c cleaning 61000 clauses out of 122013 with flag 4825152/1943000
456.80/453.93	c cleaning 61992 clauses out of 124013 with flag 4982127/2006000
470.64/467.73	c cleaning 62993 clauses out of 126022 with flag 5147999/2070001
485.03/482.15	c cleaning 64005 clauses out of 128028 with flag 5292581/2135000
497.32/494.37	c cleaning 65009 clauses out of 130022 with flag 5449977/2201000
517.85/514.81	c cleaning 66000 clauses out of 132013 with flag 5620282/2268000
549.26/546.15	c cleaning 67001 clauses out of 134014 with flag 5811180/2336001
580.56/577.32	c cleaning 68004 clauses out of 136014 with flag 6021858/2405002
597.80/594.58	c cleaning 68993 clauses out of 138008 with flag 6224450/2475000
619.69/616.40	c cleaning 69999 clauses out of 140015 with flag 6416937/2546000
647.86/644.56	c cleaning 70995 clauses out of 142018 with flag 6613878/2618002
669.76/666.49	c cleaning 71999 clauses out of 144021 with flag 6808971/2691000
696.12/692.66	c cleaning 73008 clauses out of 146022 with flag 6996368/2765000
727.40/723.83	c cleaning 74002 clauses out of 148017 with flag 7193878/2840003
760.79/757.14	c cleaning 74999 clauses out of 150014 with flag 7388386/2916002
791.62/787.89	c cleaning 76005 clauses out of 152020 with flag 7591247/2993007
818.54/814.64	c cleaning 77002 clauses out of 154010 with flag 7805443/3071002
847.90/843.81	c cleaning 77998 clauses out of 156006 with flag 8023910/3150000
875.61/871.42	c cleaning 79002 clauses out of 158008 with flag 8239791/3230000
906.77/902.45	c cleaning 79991 clauses out of 160006 with flag 8453887/3311000
937.74/933.24	c cleaning 81004 clauses out of 162015 with flag 8677013/3393000
971.19/966.50	c cleaning 81988 clauses out of 164012 with flag 8902236/3476001
1006.46/1001.47	c cleaning 83006 clauses out of 166023 with flag 9130614/3560000
1050.94/1045.50	c cleaning 84002 clauses out of 168018 with flag 9358854/3645001
1087.54/1081.73	c cleaning 84992 clauses out of 170015 with flag 9594318/3731000
1128.46/1122.29	c cleaning 86011 clauses out of 172025 with flag 9829700/3818002
1159.58/1152.93	c cleaning 86993 clauses out of 174017 with flag 10068393/3906005
1201.79/1194.77	c cleaning 88002 clauses out of 176019 with flag 10306963/3995000
1246.89/1239.36	c cleaning 89005 clauses out of 178017 with flag 10548760/4085000
1271.71/1263.74	c cleaning 89997 clauses out of 180012 with flag 10787587/4176000
1296.49/1288.29	c cleaning 91000 clauses out of 182015 with flag 11029820/4268000
1330.96/1322.43	c cleaning 91999 clauses out of 184015 with flag 11243365/4361000
1366.45/1357.75	c cleaning 93005 clauses out of 186016 with flag 11456469/4455000
1405.09/1396.01	c cleaning 94002 clauses out of 188012 with flag 11694961/4550001
1448.82/1439.46	c cleaning 94997 clauses out of 190009 with flag 11945925/4646000
1489.30/1479.50	c cleaning 96000 clauses out of 192013 with flag 12204018/4743001
1532.10/1521.90	c cleaning 97002 clauses out of 194013 with flag 12451132/4841001
1573.80/1563.33	c cleaning 98002 clauses out of 196012 with flag 12700138/4940002
1618.38/1607.69	c cleaning 99002 clauses out of 198009 with flag 12960165/5040001
1661.69/1650.69	c cleaning 99996 clauses out of 200006 with flag 13229882/5141000
1704.69/1693.18	c cleaning 101004 clauses out of 202010 with flag 13502222/5243000
1750.06/1738.12	c cleaning 102004 clauses out of 204013 with flag 13766769/5346007
1798.55/1786.35	c cleaning 102995 clauses out of 206002 with flag 14024413/5450000
1800.07/1787.80	c starts		: 9572
1800.07/1787.80	c conflicts		: 5456623
1800.07/1787.80	c decisions		: 12558877
1800.07/1787.80	c propagations		: 167640641
1800.07/1787.80	c inspects		: 30108738003
1800.07/1787.80	c shortcuts		: 0
1800.07/1787.80	c learnt literals	: 52
1800.07/1787.80	c learnt binary clauses	: 60
1800.07/1787.80	c learnt ternary clauses	: 47
1800.07/1787.80	c learnt constraints	: 5456571
1800.07/1787.80	c ignored constraints	: 0
1800.07/1787.80	c root simplifications	: 0
1800.07/1787.80	c removed literals (reason simplification)	: 0
1800.07/1787.80	c reason swapping (by a shorter reason)	: 0
1800.07/1787.80	c Calls to reduceDB	: 100
1800.07/1787.80	c Number of update (reduction) of LBD	: 1278330
1800.07/1787.80	c Imported unit clauses	: 0
1800.07/1787.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1787.80	c number of learned constraints concerned by reduction	: 0
1800.07/1787.80	c number of learning phase by resolution	: 0
1800.07/1787.80	c number of learning phase by cutting planes	: 0
1800.07/1787.80	c speed (assignments/second)	: 93817.35737594459
1800.07/1787.80	c non guided choices	1320168
1800.07/1787.80	c timeout
1800.07/1787.83	c learnt constraints type 
1800.07/1787.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 60
1800.07/1787.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109570
1800.07/1787.83	s UNKNOWN
1800.07/1787.83	c Total wall clock time (in seconds): 1787.718

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

pid=4107
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.03 2.03 3/194 4110
/proc/meminfo: memFree=31275904/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23555796 98570240 978 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 24065 978 744 9 0 16771 0
[pid=4110/tid=4111] ppid=4107 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23555796 98570240 978 33554432000 1073741824 1073778376 140736538000976 139989340118568 249650038144 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100155 s]
/proc/loadavg: 1.93 2.03 2.03 3/194 4110
/proc/meminfo: memFree=31275904/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 4409 0 1 0 9 1 0 0 20 0 18 0 23555796 9787879424 6038 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2389619 6038 2131 9 0 2380296 0
[pid=4110/tid=4111] ppid=4107 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 23555796 9787879424 6038 33554432000 1073741824 1073778376 140736538000976 139989340122016 249653421325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 1.93 2.03 2.03 3/194 4110
/proc/meminfo: memFree=31275904/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 5000 0 1 0 28 2 0 0 20 0 18 0 23555796 9787879424 7370 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2389619 7370 2222 9 0 2380296 0
[pid=4110/tid=4111] ppid=4107 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 2393 0 1 0 16 1 0 0 20 0 18 0 23555796 9787879424 7370 33554432000 1073741824 1073778376 140736538000976 139989340122016 139989344401761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300325 s]
/proc/loadavg: 1.93 2.03 2.03 3/194 4110
/proc/meminfo: memFree=31275904/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 6220 0 1 0 49 2 0 0 20 0 18 0 23555796 9787879424 11118 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2389619 11118 2232 9 0 2380296 0
[pid=4110/tid=4111] ppid=4107 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 23555796 9787879424 11118 33554432000 1073741824 1073778376 140736538000976 139989340122016 139989174269774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700303 s]
/proc/loadavg: 1.93 2.03 2.03 3/194 4110
/proc/meminfo: memFree=31275904/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9558476 CPUtime=1.23 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 11161 0 1 0 116 7 0 0 20 0 18 0 23555796 9787879424 47131 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2389619 47131 2262 9 0 2380296 0
[pid=4110/tid=4111] ppid=4107 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 2460 0 1 0 61 3 0 0 20 0 18 0 23555796 9787879424 47131 33554432000 1073741824 1073778376 140736538000976 139989340122440 139989174774378 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 1.93 2.03 2.03 4/213 4129
/proc/meminfo: memFree=31085240/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 11230 0 1 0 238 7 0 0 20 0 19 0 23555796 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2406260 47711 2274 9 0 2396937 0
[pid=4110/tid=4111] ppid=4107 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 2471 0 1 0 141 3 0 0 20 0 19 0 23555796 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989340123776 139989174879181 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4113] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) S 4107 4110 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989301614888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4114] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) S 4107 4110 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989300562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4115] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) S 4107 4110 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989299509800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4116] ppid=4107 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) S 4107 4110 2916 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989298457000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4117] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989297404712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4118] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) S 4107 4110 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989296351912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4119] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) S 4107 4110 2916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989295299624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4120] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555797 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989294246824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4121] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) S 4107 4110 2916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 23555798 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989164091624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4122] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) S 4107 4110 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989163037688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4123] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989161985288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4124] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989160933776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4125] ppid=4107 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) S 4107 4110 2916 0 -1 4202560 4664 0 0 0 47 0 0 0 20 0 19 0 23555801 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989159881400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4126] ppid=4107 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/4110/task/4126/stat : 4126 (java) S 4107 4110 2916 0 -1 4202560 2695 0 0 0 39 0 0 0 20 0 19 0 23555801 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139989158828600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4127] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4127/stat : 4127 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139988284992632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4128] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4128/stat : 4128 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139988283940040 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4129] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4129/stat : 4129 (java) S 4107 4110 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555888 9856040960 47711 33554432000 1073741824 1073778376 140736538000976 139988282885032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 1.93 2.03 2.03 3/213 4129
/proc/meminfo: memFree=31030880/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9625040 CPUtime=4.71 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 17727 0 1 0 458 13 0 0 20 0 19 0 23555796 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2406260 58813 2278 9 0 2396937 0
[pid=4110/tid=4111] ppid=4107 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 2473 0 1 0 296 4 0 0 20 0 19 0 23555796 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989340121568 139989174936203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4113] ppid=4107 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) S 4107 4110 2916 0 -1 4202560 101 0 0 0 2 1 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989301614888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4114] ppid=4107 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) S 4107 4110 2916 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989300562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4115] ppid=4107 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) S 4107 4110 2916 0 -1 4202560 120 0 0 0 2 0 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989299509800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4116] ppid=4107 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) S 4107 4110 2916 0 -1 4202560 112 0 0 0 2 0 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989298457000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4117] ppid=4107 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) S 4107 4110 2916 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989297404712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4118] ppid=4107 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) S 4107 4110 2916 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989296351912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4119] ppid=4107 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) S 4107 4110 2916 0 -1 4202560 113 0 0 0 2 2 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989295299624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4120] ppid=4107 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) S 4107 4110 2916 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 23555797 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989294246824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4121] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) S 4107 4110 2916 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23555798 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989164091624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4122] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) S 4107 4110 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989163037688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4123] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989161985288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4124] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989160933776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4125] ppid=4107 vsize=9625040 CPUtime=0.89 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) S 4107 4110 2916 0 -1 4202560 9660 0 0 0 87 2 0 0 20 0 19 0 23555801 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989159881400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4126] ppid=4107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/4110/task/4126/stat : 4126 (java) S 4107 4110 2916 0 -1 4202560 3742 0 0 0 50 2 0 0 20 0 19 0 23555801 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139989158828600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4127] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4127/stat : 4127 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139988284992632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4128] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4128/stat : 4128 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139988283940040 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4129] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4129/stat : 4129 (java) S 4107 4110 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555888 9856040960 58813 33554432000 1073741824 1073778376 140736538000976 139988282885032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.94 2.03 2.03 4/213 4129
/proc/meminfo: memFree=30911848/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9625040 CPUtime=8.04 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 17980 0 1 0 786 18 0 0 20 0 19 0 23555796 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2406260 91198 2278 9 0 2396937 0
[pid=4110/tid=4111] ppid=4107 vsize=9625040 CPUtime=6.15 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 2527 0 1 0 610 5 0 0 20 0 19 0 23555796 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989340122256 139989174952752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4113] ppid=4107 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) S 4107 4110 2916 0 -1 4202560 124 0 0 0 4 2 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989301614888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4114] ppid=4107 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) S 4107 4110 2916 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989300562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4115] ppid=4107 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) S 4107 4110 2916 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989299509800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4116] ppid=4107 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) S 4107 4110 2916 0 -1 4202560 116 0 0 0 3 0 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989298457000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4117] ppid=4107 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) S 4107 4110 2916 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989297404712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4118] ppid=4107 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) S 4107 4110 2916 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989296351912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4119] ppid=4107 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) S 4107 4110 2916 0 -1 4202560 126 0 0 0 4 2 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989295299624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4120] ppid=4107 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) S 4107 4110 2916 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 19 0 23555797 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989294246824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4121] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) S 4107 4110 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23555798 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989164091624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4122] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) S 4107 4110 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989163037688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4123] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989161985288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4124] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989160933776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4125] ppid=4107 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) S 4107 4110 2916 0 -1 4202560 9660 0 0 0 89 2 0 0 20 0 19 0 23555801 9856040960 91198 33554432000 1073741824 1073778376 140736538000976 139989159881400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4126] ppid=4107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6

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

[pid=4110/tid=4129] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4129/stat : 4129 (java) S 4107 4110 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555888 9856040960 331481 33554432000 1073741824 1073778376 140736538000976 139988282885032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1673.58
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 4195
/proc/meminfo: memFree=28249052/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9625040 CPUtime=1734.19 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 30088 0 1 0 173273 146 0 0 20 0 19 0 23555796 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2406260 332038 2287 9 0 2396937 0
[pid=4110/tid=4111] ppid=4107 vsize=9625040 CPUtime=1711.85 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 4041 0 1 0 171141 44 0 0 20 0 19 0 23555796 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989340122256 139989174936208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4113] ppid=4107 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) S 4107 4110 2916 0 -1 4202560 431 0 0 0 188 14 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989301614888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4114] ppid=4107 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) S 4107 4110 2916 0 -1 4202560 387 0 0 0 177 11 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989300562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4115] ppid=4107 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) S 4107 4110 2916 0 -1 4202560 524 0 0 0 182 12 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989299509800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4116] ppid=4107 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) S 4107 4110 2916 0 -1 4202560 401 0 0 0 180 11 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989298457000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4117] ppid=4107 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) S 4107 4110 2916 0 -1 4202560 393 0 0 0 183 13 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989297404712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4118] ppid=4107 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) S 4107 4110 2916 0 -1 4202560 342 0 0 0 179 10 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989296351912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4119] ppid=4107 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) S 4107 4110 2916 0 -1 4202560 519 0 0 0 197 13 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989295299624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4120] ppid=4107 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) S 4107 4110 2916 0 -1 4202560 327 0 0 0 182 11 0 0 20 0 19 0 23555797 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989294246824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4121] ppid=4107 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) S 4107 4110 2916 0 -1 4202560 7960 0 0 0 58 10 0 0 20 0 19 0 23555798 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989164091624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4122] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) S 4107 4110 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989163037688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4123] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989161985288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4124] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989160933776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4125] ppid=4107 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) S 4107 4110 2916 0 -1 4202560 9664 0 0 0 91 2 0 0 20 0 19 0 23555801 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989159881400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4126] ppid=4107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/4110/task/4126/stat : 4126 (java) S 4107 4110 2916 0 -1 4202560 3742 0 0 0 50 2 0 0 20 0 19 0 23555801 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139989158828600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4127] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4127/stat : 4127 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139988284992632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4128] ppid=4107 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/4110/task/4128/stat : 4128 (java) S 4107 4110 2916 0 -1 4202560 99 0 0 0 23 24 0 0 20 0 19 0 23555801 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139988283940040 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4129] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4129/stat : 4129 (java) S 4107 4110 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555888 9856040960 332038 33554432000 1073741824 1073778376 140736538000976 139988282885032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1734.19
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 4262
/proc/meminfo: memFree=30221736/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9625040 CPUtime=1794.51 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 30184 0 1 0 179302 149 0 0 20 0 19 0 23555796 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2406260 331815 2287 9 0 2396937 0
[pid=4110/tid=4111] ppid=4107 vsize=9625040 CPUtime=1771.52 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 4065 0 1 0 177108 44 0 0 20 0 19 0 23555796 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989340122416 139989174936203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4113] ppid=4107 vsize=9625040 CPUtime=2.08 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) S 4107 4110 2916 0 -1 4202560 442 0 0 0 194 14 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989301614888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4114] ppid=4107 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) S 4107 4110 2916 0 -1 4202560 390 0 0 0 183 12 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989300562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4115] ppid=4107 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) S 4107 4110 2916 0 -1 4202560 531 0 0 0 189 12 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989299509800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4116] ppid=4107 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) S 4107 4110 2916 0 -1 4202560 411 0 0 0 186 11 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989298457000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4117] ppid=4107 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) S 4107 4110 2916 0 -1 4202560 401 0 0 0 189 13 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989297404712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4118] ppid=4107 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) S 4107 4110 2916 0 -1 4202560 343 0 0 0 184 10 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989296351912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4119] ppid=4107 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) S 4107 4110 2916 0 -1 4202560 533 0 0 0 201 14 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989295299624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4120] ppid=4107 vsize=9625040 CPUtime=2 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) S 4107 4110 2916 0 -1 4202560 337 0 0 0 189 11 0 0 20 0 19 0 23555797 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989294246824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4121] ppid=4107 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) S 4107 4110 2916 0 -1 4202560 7964 0 0 0 58 11 0 0 20 0 19 0 23555798 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989164091624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4122] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) S 4107 4110 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989163037688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4123] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989161985288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4124] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989160933776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4125] ppid=4107 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) S 4107 4110 2916 0 -1 4202560 9664 0 0 0 91 2 0 0 20 0 19 0 23555801 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989159881400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4126] ppid=4107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/4110/task/4126/stat : 4126 (java) S 4107 4110 2916 0 -1 4202560 3742 0 0 0 50 2 0 0 20 0 19 0 23555801 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139989158828600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4127] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4127/stat : 4127 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139988284992632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4128] ppid=4107 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/4110/task/4128/stat : 4128 (java) S 4107 4110 2916 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 23555801 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139988283940040 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4129] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4129/stat : 4129 (java) S 4107 4110 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555888 9856040960 331815 33554432000 1073741824 1073778376 140736538000976 139988282885032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/212 4262
/proc/meminfo: memFree=30122392/32872528 swapFree=190484/190484
[pid=4110] ppid=4107 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/4110/stat : 4110 (java) S 4107 4110 2916 0 -1 4202496 30191 0 1 0 179858 149 0 0 20 0 19 0 23555796 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 140736537992112 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4110/statm: 2406260 331943 2287 9 0 2396937 0
[pid=4110/tid=4111] ppid=4107 vsize=9625040 CPUtime=1776.98 cores=0,2,4,6
/proc/4110/task/4111/stat : 4111 (java) R 4107 4110 2916 0 -1 4202560 4067 0 1 0 177653 45 0 0 20 0 19 0 23555796 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989340122352 139989174878010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4113] ppid=4107 vsize=9625040 CPUtime=2.09 cores=0,2,4,6
/proc/4110/task/4113/stat : 4113 (java) S 4107 4110 2916 0 -1 4202560 442 0 0 0 195 14 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989301614888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4114] ppid=4107 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/4110/task/4114/stat : 4114 (java) S 4107 4110 2916 0 -1 4202560 390 0 0 0 183 12 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989300562088 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4115] ppid=4107 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/4110/task/4115/stat : 4115 (java) S 4107 4110 2916 0 -1 4202560 532 0 0 0 190 12 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989299509800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4116] ppid=4107 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/4110/task/4116/stat : 4116 (java) S 4107 4110 2916 0 -1 4202560 412 0 0 0 187 11 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989298457000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4117] ppid=4107 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/4110/task/4117/stat : 4117 (java) S 4107 4110 2916 0 -1 4202560 401 0 0 0 190 13 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989297404712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4118] ppid=4107 vsize=9625040 CPUtime=1.95 cores=0,2,4,6
/proc/4110/task/4118/stat : 4118 (java) S 4107 4110 2916 0 -1 4202560 343 0 0 0 185 10 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989296351912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4119] ppid=4107 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/4110/task/4119/stat : 4119 (java) S 4107 4110 2916 0 -1 4202560 535 0 0 0 202 14 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989295299624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4120] ppid=4107 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/4110/task/4120/stat : 4120 (java) S 4107 4110 2916 0 -1 4202560 338 0 0 0 190 11 0 0 20 0 19 0 23555797 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989294246824 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4121] ppid=4107 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4110/task/4121/stat : 4121 (java) S 4107 4110 2916 0 -1 4202560 7964 0 0 0 58 11 0 0 20 0 19 0 23555798 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989164091624 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4122] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4122/stat : 4122 (java) S 4107 4110 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989163037688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4123] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4123/stat : 4123 (java) S 4107 4110 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23555799 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989161985288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4124] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4124/stat : 4124 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989160933776 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4125] ppid=4107 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/4110/task/4125/stat : 4125 (java) S 4107 4110 2916 0 -1 4202560 9664 0 0 0 91 2 0 0 20 0 19 0 23555801 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989159881400 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4110/tid=4126] ppid=4107 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/4110/task/4126/stat : 4126 (java) S 4107 4110 2916 0 -1 4202560 3742 0 0 0 50 2 0 0 20 0 19 0 23555801 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139989158828600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4110/tid=4127] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4127/stat : 4127 (java) S 4107 4110 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23555801 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139988284992632 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4110/tid=4128] ppid=4107 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/4110/task/4128/stat : 4128 (java) S 4107 4110 2916 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 23555801 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139988283940040 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4110/tid=4129] ppid=4107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4110/task/4129/stat : 4129 (java) S 4107 4110 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23555888 9856040960 331943 33554432000 1073741824 1073778376 140736538000976 139988282885032 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 4110 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 4110 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=159246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=972700
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.84
CPU time (s): 1800.07
CPU user time (s): 1798.58
CPU system time (s): 1.49
CPU usage (%): 100.684
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.9727
maximum resident set size= 1479744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30236
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55511
involuntary context switches= 56338

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1914 second user time and 13.7139 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 03:57:33
IDJOB=4100509
IDBENCH=1625
IDSOLVER=2546
FILE ID=node102/4100509-1466215053
RUNJOBID= node102-1466206108-2932
PBS_JOBID= 19918170
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-dg012142.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100509-1466215053/watcher-4100509-1466215053 -o /tmp/evaluation-result-4100509-1466215053/solver-4100509-1466215053 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100509-1466215053.opb

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

MD5SUM BENCH= 99b260f11bc3e586ce78c7adccfe4295
RANDOM SEED=444473595

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:        31276888 kB
Buffers:           90088 kB
Cached:            84492 kB
SwapCached:         1828 kB
Active:           557380 kB
Inactive:         112280 kB
Active(anon):     495944 kB
Inactive(anon):     1504 kB
Active(file):      61436 kB
Inactive(file):   110776 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099020 kB
Dirty:              8000 kB
Writeback:             0 kB
AnonPages:        689136 kB
Mapped:            15260 kB
Shmem:                 0 kB
Slab:             598752 kB
SReclaimable:      42416 kB
SUnreclaim:       556336 kB
KernelStack:        1592 kB
PageTables:         5252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1267424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 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 04:27:21