Trace number 4084428

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.76 1789.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin18.opb
MD5SUMf17e31cb6762bd0e8d3e659d7bd1050c
Bench CategoryDEC-SMALLINT (no 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 FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23409
Total number of constraints1386
Number of constraints which are clauses612
Number of constraints which are cardinality constraints (but not clauses)774
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint153
Maximum length of a constraint289
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 291
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4084428-1465216779.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.97/0.68	c ... done. Wall clock time 0.565s.
0.97/0.68	c declared #vars     23409
0.97/0.68	c #constraints  1386
0.97/0.68	c constraints type 
0.97/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 612
0.97/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 774
0.97/0.68	c 1386 constraints processed.
2.59/1.89	c cleaning 2495 clauses out of 5000 with flag 19685/5000
4.25/3.45	c cleaning 4242 clauses out of 8505 with flag 40211/11000
6.14/5.36	c cleaning 5624 clauses out of 11263 with flag 65542/18000
8.45/7.66	c cleaning 6807 clauses out of 13639 with flag 94381/26000
10.96/10.12	c cleaning 7886 clauses out of 15834 with flag 128590/35002
13.66/12.87	c cleaning 8968 clauses out of 17946 with flag 164971/45000
16.87/16.09	c cleaning 9973 clauses out of 19978 with flag 205975/56000
20.37/19.50	c cleaning 10970 clauses out of 22005 with flag 252609/68000
24.17/23.36	c cleaning 11986 clauses out of 24035 with flag 303815/81000
28.25/27.34	c cleaning 13006 clauses out of 26050 with flag 358597/95001
32.25/31.37	c cleaning 14002 clauses out of 28045 with flag 417049/110002
36.95/36.04	c cleaning 15004 clauses out of 30041 with flag 481334/126000
41.95/41.06	c cleaning 15984 clauses out of 32039 with flag 548832/143002
47.27/46.35	c cleaning 16993 clauses out of 34054 with flag 622003/161001
52.86/51.91	c cleaning 17988 clauses out of 36062 with flag 699206/180002
59.32/58.08	c cleaning 18989 clauses out of 38072 with flag 782656/200000
65.82/64.52	c cleaning 20036 clauses out of 40083 with flag 870645/221000
72.72/71.42	c cleaning 20996 clauses out of 42048 with flag 961316/243001
79.82/78.54	c cleaning 22001 clauses out of 44051 with flag 1057066/266000
87.22/85.91	c cleaning 23006 clauses out of 46053 with flag 1160945/290003
95.32/94.07	c cleaning 23984 clauses out of 48044 with flag 1266857/315000
103.82/102.54	c cleaning 25004 clauses out of 50062 with flag 1378473/341002
113.02/111.79	c cleaning 26017 clauses out of 52057 with flag 1493743/368001
122.43/121.12	c cleaning 26981 clauses out of 54040 with flag 1616618/396001
132.18/130.49	c cleaning 27998 clauses out of 56059 with flag 1741023/425001
142.08/140.30	c cleaning 29031 clauses out of 58061 with flag 1871509/455001
152.78/151.00	c cleaning 29983 clauses out of 60030 with flag 2006428/486001
163.98/162.28	c cleaning 31001 clauses out of 62046 with flag 2148544/518000
175.27/173.55	c cleaning 31979 clauses out of 64046 with flag 2294414/551001
186.97/185.26	c cleaning 33005 clauses out of 66067 with flag 2448640/585001
200.48/198.05	c cleaning 33963 clauses out of 68061 with flag 2605855/620000
213.07/210.65	c cleaning 35021 clauses out of 70098 with flag 2769201/656000
226.37/223.90	c cleaning 36013 clauses out of 72077 with flag 2938314/693000
240.18/237.72	c cleaning 37002 clauses out of 74067 with flag 3114170/731003
254.07/251.67	c cleaning 38008 clauses out of 76062 with flag 3293180/770000
268.69/266.25	c cleaning 39006 clauses out of 78054 with flag 3479899/810000
282.98/280.53	c cleaning 39973 clauses out of 80048 with flag 3672858/851000
298.88/296.42	c cleaning 41011 clauses out of 82079 with flag 3868345/893004
314.90/312.41	c cleaning 42005 clauses out of 84064 with flag 4071597/936000
332.82/329.28	c cleaning 42992 clauses out of 86060 with flag 4282569/980001
350.03/346.41	c cleaning 44004 clauses out of 88067 with flag 4495488/1025000
366.94/363.32	c cleaning 45015 clauses out of 90063 with flag 4713731/1071000
384.04/380.43	c cleaning 45958 clauses out of 92048 with flag 4944414/1118000
401.95/398.35	c cleaning 47020 clauses out of 94090 with flag 5175928/1166000
419.55/415.95	c cleaning 47974 clauses out of 96070 with flag 5415711/1215000
437.24/433.60	c cleaning 48998 clauses out of 98096 with flag 5661361/1265000
458.21/453.67	c cleaning 50019 clauses out of 100098 with flag 5909068/1316000
478.01/473.48	c cleaning 51017 clauses out of 102079 with flag 6166173/1368000
498.02/493.47	c cleaning 52002 clauses out of 104062 with flag 6427095/1421000
519.12/514.56	c cleaning 52992 clauses out of 106060 with flag 6694275/1475000
540.23/535.70	c cleaning 53989 clauses out of 108070 with flag 6971546/1530002
562.44/557.86	c cleaning 54995 clauses out of 110080 with flag 7251849/1586001
586.76/581.41	c cleaning 56004 clauses out of 112084 with flag 7538695/1643000
610.07/604.73	c cleaning 57018 clauses out of 114080 with flag 7832249/1701000
634.69/629.39	c cleaning 57992 clauses out of 116062 with flag 8133695/1760000
659.09/653.79	c cleaning 58998 clauses out of 118076 with flag 8435628/1820006
682.89/677.51	c cleaning 59987 clauses out of 120072 with flag 8746959/1881000
710.58/703.73	c cleaning 61015 clauses out of 122085 with flag 9061975/1943000
735.60/728.78	c cleaning 61977 clauses out of 124070 with flag 9388946/2006000
761.40/754.59	c cleaning 63030 clauses out of 126094 with flag 9719673/2070001
787.80/780.90	c cleaning 64003 clauses out of 128063 with flag 10058850/2135000
815.91/809.07	c cleaning 64995 clauses out of 130061 with flag 10407033/2201001
844.78/837.42	c cleaning 66003 clauses out of 132065 with flag 10754229/2268000
872.60/865.25	c cleaning 67001 clauses out of 134064 with flag 11110187/2336002
902.21/894.86	c cleaning 67993 clauses out of 136062 with flag 11472834/2405001
930.82/923.47	c cleaning 69015 clauses out of 138069 with flag 11842996/2475001
961.52/954.18	c cleaning 69998 clauses out of 140053 with flag 12217904/2546000
993.06/984.96	c cleaning 70989 clauses out of 142058 with flag 12602444/2618003
1024.48/1016.31	c cleaning 71995 clauses out of 144066 with flag 12992893/2691000
1058.29/1050.16	c cleaning 72992 clauses out of 146072 with flag 13396130/2765001
1091.56/1083.06	c cleaning 74022 clauses out of 148084 with flag 13800383/2840005
1127.66/1119.12	c cleaning 74983 clauses out of 150057 with flag 14214958/2916000
1164.77/1156.28	c cleaning 76004 clauses out of 152074 with flag 14633958/2993000
1202.17/1193.65	c cleaning 76980 clauses out of 154071 with flag 15061393/3071001
1239.29/1230.17	c cleaning 78023 clauses out of 156090 with flag 15499271/3150000
1276.11/1266.97	c cleaning 79020 clauses out of 158067 with flag 15942119/3230000
1313.41/1304.23	c cleaning 79973 clauses out of 160047 with flag 16389326/3311000
1350.95/1341.40	c cleaning 80998 clauses out of 162075 with flag 16842536/3393001
1388.96/1379.48	c cleaning 82006 clauses out of 164076 with flag 17304180/3476000
1426.16/1416.69	c cleaning 83005 clauses out of 166070 with flag 17769347/3560000
1466.15/1456.16	c cleaning 83992 clauses out of 168067 with flag 18246138/3645002
1504.96/1495.00	c cleaning 84996 clauses out of 170075 with flag 18728567/3731002
1545.96/1535.98	c cleaning 86008 clauses out of 172078 with flag 19220072/3818001
1587.82/1577.59	c cleaning 87005 clauses out of 174069 with flag 19714187/3906000
1630.02/1619.73	c cleaning 87999 clauses out of 176064 with flag 20223269/3995000
1672.43/1662.11	c cleaning 88996 clauses out of 178065 with flag 20741996/4085000
1715.87/1705.35	c cleaning 90002 clauses out of 180069 with flag 21259532/4176000
1760.78/1750.25	c cleaning 91013 clauses out of 182067 with flag 21790702/4268000
1800.06/1789.20	c starts		: 26049
1800.06/1789.20	c conflicts		: 4350280
1800.06/1789.20	c decisions		: 148596790
1800.06/1789.20	c propagations		: 1497426880
1800.06/1789.20	c inspects		: 8984885109
1800.06/1789.20	c shortcuts		: 0
1800.06/1789.20	c learnt literals	: 0
1800.06/1789.20	c learnt binary clauses	: 0
1800.06/1789.20	c learnt ternary clauses	: 0
1800.06/1789.20	c learnt constraints	: 4350281
1800.06/1789.20	c ignored constraints	: 0
1800.06/1789.20	c root simplifications	: 0
1800.06/1789.20	c removed literals (reason simplification)	: 0
1800.06/1789.20	c reason swapping (by a shorter reason)	: 0
1800.06/1789.20	c Calls to reduceDB	: 88
1800.06/1789.20	c Number of update (reduction) of LBD	: 1344720
1800.06/1789.20	c Imported unit clauses	: 0
1800.06/1789.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1789.20	c number of learned constraints concerned by reduction	: 0
1800.06/1789.20	c number of learning phase by resolution	: 0
1800.06/1789.20	c number of learning phase by cutting planes	: 0
1800.06/1789.20	c speed (assignments/second)	: 837252.9382163824
1800.06/1789.20	c non guided choices	46734
1800.06/1789.21	c timeout
1800.06/1789.23	c learnt constraints type 
1800.06/1789.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 173335
1800.06/1789.23	s UNKNOWN
1800.06/1789.23	c Total wall clock time (in seconds): 1789.115

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-4084428-1465216779/watcher-4084428-1465216779 -o /tmp/evaluation-result-4084428-1465216779/solver-4084428-1465216779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084428-1465216779.opb 

pid=6129
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.17 1.39 1.51 3/194 6132
/proc/meminfo: memFree=30669632/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 103610543 98570240 977 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 24065 977 743 9 0 16771 0
[pid=6132/tid=6133] ppid=6129 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 103610543 98570240 977 33554432000 1073741824 1073778376 140735341775296 139864929578536 214537422208 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 1.17 1.39 1.51 3/194 6132
/proc/meminfo: memFree=30669632/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 4398 0 1 0 9 1 0 0 20 0 18 0 103610543 9787879424 6022 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2389619 6022 2125 9 0 2380296 0
[pid=6132/tid=6133] ppid=6129 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 2374 0 1 0 7 0 0 0 20 0 18 0 103610543 9787879424 6022 33554432000 1073741824 1073778376 140735341775296 139864929581984 214540805389 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.20032 s]
/proc/loadavg: 1.17 1.39 1.51 3/194 6132
/proc/meminfo: memFree=30669632/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 4979 0 1 0 26 1 0 0 20 0 18 0 103610543 9787879424 7499 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2389619 7499 2213 9 0 2380296 0
[pid=6132/tid=6133] ppid=6129 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 2393 0 1 0 17 0 0 0 20 0 18 0 103610543 9787879424 7499 33554432000 1073741824 1073778376 140735341775296 139864929569064 139864754441200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 1.17 1.39 1.51 3/194 6132
/proc/meminfo: memFree=30669632/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 7662 0 1 0 52 1 0 0 20 0 18 0 103610543 9787879424 12210 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2389619 12210 2230 9 0 2380296 0
[pid=6132/tid=6133] ppid=6129 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 18 0 103610543 9787879424 12210 33554432000 1073741824 1073778376 140735341775296 139864929574768 139864754781120 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700276 s]
/proc/loadavg: 1.17 1.39 1.51 3/194 6132
/proc/meminfo: memFree=30669632/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9558476 CPUtime=1.1 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 7886 0 1 0 106 4 0 0 20 0 18 0 103610543 9787879424 42971 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2389619 42971 2258 9 0 2380296 0
[pid=6132/tid=6133] ppid=6129 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 2464 0 1 0 63 2 0 0 20 0 18 0 103610543 9787879424 42971 33554432000 1073741824 1073778376 140735341775296 139864929581784 139864754480141 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 1.17 1.39 1.51 4/213 6151
/proc/meminfo: memFree=30506176/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 9371 0 1 0 223 5 0 0 20 0 19 0 103610543 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2406260 43166 2270 9 0 2396937 0
[pid=6132/tid=6133] ppid=6129 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 2469 0 1 0 143 3 0 0 20 0 19 0 103610543 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864929583688 139864755124218 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6135] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6135/stat : 6135 (java) S 6129 6132 5873 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864891075112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6136] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6136/stat : 6136 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864890022312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6137] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6137/stat : 6137 (java) S 6129 6132 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864888969512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6138] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6138/stat : 6138 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864887916712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6139] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6139/stat : 6139 (java) S 6129 6132 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864886864936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6140] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6140/stat : 6140 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864885812136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6141] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6141/stat : 6141 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864884759336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6142] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6142/stat : 6142 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864883706536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6143] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6143/stat : 6143 (java) S 6129 6132 5873 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 103610545 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864753297896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6144] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6144/stat : 6144 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864752243960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6145] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6145/stat : 6145 (java) S 6129 6132 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864751191048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6146] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6146/stat : 6146 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864750139536 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6147] ppid=6129 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/6132/task/6147/stat : 6147 (java) S 6129 6132 5873 0 -1 4202560 2839 0 0 0 42 0 0 0 20 0 19 0 103610548 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864749087672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6148] ppid=6129 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/6132/task/6148/stat : 6148 (java) S 6129 6132 5873 0 -1 4202560 2681 0 0 0 31 0 0 0 20 0 19 0 103610548 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864748034872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6149] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6149/stat : 6149 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864746982264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6150] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6150/stat : 6150 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864745929672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6151] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6151/stat : 6151 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610613 9856040960 43166 33554432000 1073741824 1073778376 140735341775296 139864744875176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 1.23 1.40 1.52 3/213 6151
/proc/meminfo: memFree=30506176/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9625040 CPUtime=3.92 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 9390 0 1 0 387 5 0 0 20 0 19 0 103610543 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2406260 43171 2274 9 0 2396937 0
[pid=6132/tid=6133] ppid=6129 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 2470 0 1 0 303 3 0 0 20 0 19 0 103610543 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864929574608 139864755041919 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6135] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6135/stat : 6135 (java) S 6129 6132 5873 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864891075112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6136] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6136/stat : 6136 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864890022312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6137] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6137/stat : 6137 (java) S 6129 6132 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864888969512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6138] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6138/stat : 6138 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864887916712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6139] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6139/stat : 6139 (java) S 6129 6132 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864886864936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6140] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6140/stat : 6140 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864885812136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6141] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6141/stat : 6141 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864884759336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6142] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6142/stat : 6142 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864883706536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6143] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6143/stat : 6143 (java) S 6129 6132 5873 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 103610545 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864753297896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6144] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6144/stat : 6144 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864752243960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6145] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6145/stat : 6145 (java) S 6129 6132 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864751191048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6146] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6146/stat : 6146 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864750139536 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6147] ppid=6129 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/6132/task/6147/stat : 6147 (java) S 6129 6132 5873 0 -1 4202560 2843 0 0 0 43 0 0 0 20 0 19 0 103610548 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864749087672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6148] ppid=6129 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6132/task/6148/stat : 6148 (java) S 6129 6132 5873 0 -1 4202560 2694 0 0 0 33 0 0 0 20 0 19 0 103610548 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864748034872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6149] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6149/stat : 6149 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864746982264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6150] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6150/stat : 6150 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864745929672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6151] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6151/stat : 6151 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610613 9856040960 43171 33554432000 1073741824 1073778376 140735341775296 139864744875176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 1.23 1.40 1.52 3/213 6151
/proc/meminfo: memFree=30506904/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9625040 CPUtime=7.15 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 9392 0 1 0 710 5 0 0 20 0 19 0 103610543 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2406260 43023 2274 9 0 2396937 0
[pid=6132/tid=6133] ppid=6129 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 2472 0 1 0 622 3 0 0 20 0 19 0 103610543 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864929574608 139864755009377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6135] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6135/stat : 6135 (java) S 6129 6132 5873 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864891075112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6136] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6136/stat : 6136 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864890022312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6137] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6137/stat : 6137 (java) S 6129 6132 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864888969512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6138] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6138/stat : 6138 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864887916712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6139] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6139/stat : 6139 (java) S 6129 6132 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864886864936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6140] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6140/stat : 6140 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864885812136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6141] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6141/stat : 6141 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864884759336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6142] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6142/stat : 6142 (java) S 6129 6132 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 103610544 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864883706536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6143] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6143/stat : 6143 (java) S 6129 6132 5873 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 103610545 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864753297896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6144] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6144/stat : 6144 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864752243960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6145] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6145/stat : 6145 (java) S 6129 6132 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864751191048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6146] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6146/stat : 6146 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864750139536 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6147] ppid=6129 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/6132/task/6147/stat : 6147 (java) S 6129 6132 5873 0 -1 4202560 2843 0 0 0 45 0 0 0 20 0 19 0 103610548 9856040960 43023 33554432000 1073741824 1073778376 140735341775296 139864749087672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6148] ppid=6129 vsize=9625040 CPUtime=0.35 cores=0,2,4,6

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

[pid=6132/tid=6144] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6144/stat : 6144 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864752243960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6145] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6145/stat : 6145 (java) S 6129 6132 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864751191048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6146] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6146/stat : 6146 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864750139536 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6147] ppid=6129 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/6132/task/6147/stat : 6147 (java) S 6129 6132 5873 0 -1 4202560 2852 0 0 0 49 0 0 0 20 0 19 0 103610548 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864749087672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6148] ppid=6129 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/6132/task/6148/stat : 6148 (java) S 6129 6132 5873 0 -1 4202560 2694 0 0 0 35 0 0 0 20 0 19 0 103610548 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864748034872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6149] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6149/stat : 6149 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864746982264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6150] ppid=6129 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6132/task/6150/stat : 6150 (java) S 6129 6132 5873 0 -1 4202560 95 0 0 0 40 30 0 0 20 0 19 0 103610548 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864745929672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6151] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6151/stat : 6151 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610613 9856040960 810168 33554432000 1073741824 1073778376 140735341775296 139864744875176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1672.63
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.53 2.30 2.11 3/212 6217
/proc/meminfo: memFree=27116876/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9625040 CPUtime=1732.88 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 43503 0 1 0 172954 334 0 0 20 0 19 0 103610543 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2406260 800714 2283 9 0 2396937 0
[pid=6132/tid=6133] ppid=6129 vsize=9625040 CPUtime=1717.58 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 3285 0 1 0 171719 39 0 0 20 0 19 0 103610543 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864929574688 139864755192184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6135] ppid=6129 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/6132/task/6135/stat : 6135 (java) S 6129 6132 5873 0 -1 4202560 2965 0 0 0 101 32 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864891075112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6136] ppid=6129 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/6132/task/6136/stat : 6136 (java) S 6129 6132 5873 0 -1 4202560 4209 0 0 0 108 30 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864890022312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6137] ppid=6129 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/6132/task/6137/stat : 6137 (java) S 6129 6132 5873 0 -1 4202560 2587 0 0 0 125 42 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864888969512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6138] ppid=6129 vsize=9625040 CPUtime=1.5 cores=0,2,4,6
/proc/6132/task/6138/stat : 6138 (java) S 6129 6132 5873 0 -1 4202560 3891 0 0 0 115 35 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864887916712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6139] ppid=6129 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/6132/task/6139/stat : 6139 (java) S 6129 6132 5873 0 -1 4202560 4979 0 0 0 139 40 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864886864936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6140] ppid=6129 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/6132/task/6140/stat : 6140 (java) S 6129 6132 5873 0 -1 4202560 3877 0 0 0 122 42 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864885812136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6141] ppid=6129 vsize=9625040 CPUtime=1.76 cores=0,2,4,6
/proc/6132/task/6141/stat : 6141 (java) S 6129 6132 5873 0 -1 4202560 4354 0 0 0 141 35 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864884759336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6142] ppid=6129 vsize=9625040 CPUtime=1.62 cores=0,2,4,6
/proc/6132/task/6142/stat : 6142 (java) S 6129 6132 5873 0 -1 4202560 4168 0 0 0 121 41 0 0 20 0 19 0 103610544 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864883706536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6143] ppid=6129 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/6132/task/6143/stat : 6143 (java) S 6129 6132 5873 0 -1 4202560 2286 0 0 0 137 2 0 0 20 0 19 0 103610545 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864753297896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6144] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6144/stat : 6144 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864752243960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6145] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6145/stat : 6145 (java) S 6129 6132 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864751191048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6146] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6146/stat : 6146 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864750139536 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6147] ppid=6129 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/6132/task/6147/stat : 6147 (java) S 6129 6132 5873 0 -1 4202560 2852 0 0 0 49 0 0 0 20 0 19 0 103610548 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864749087672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6148] ppid=6129 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/6132/task/6148/stat : 6148 (java) S 6129 6132 5873 0 -1 4202560 2694 0 0 0 35 0 0 0 20 0 19 0 103610548 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864748034872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6149] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6149/stat : 6149 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864746982264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6150] ppid=6129 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/6132/task/6150/stat : 6150 (java) S 6129 6132 5873 0 -1 4202560 99 0 0 0 41 30 0 0 20 0 19 0 103610548 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864745929672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6151] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6151/stat : 6151 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610613 9856040960 800714 33554432000 1073741824 1073778376 140735341775296 139864744875176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1732.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.24 2.10 3/213 6285
/proc/meminfo: memFree=27617388/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9625040 CPUtime=1793.16 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 43555 0 1 0 178981 335 0 0 20 0 19 0 103610543 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2406260 783107 2283 9 0 2396937 0
[pid=6132/tid=6133] ppid=6129 vsize=9625040 CPUtime=1777.23 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 3286 0 1 0 177683 40 0 0 20 0 19 0 103610543 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864929582400 139864755041756 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6135] ppid=6129 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6132/task/6135/stat : 6135 (java) S 6129 6132 5873 0 -1 4202560 2968 0 0 0 104 32 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864891075112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6136] ppid=6129 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/6132/task/6136/stat : 6136 (java) S 6129 6132 5873 0 -1 4202560 4212 0 0 0 110 30 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864890022312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6137] ppid=6129 vsize=9625040 CPUtime=1.72 cores=0,2,4,6
/proc/6132/task/6137/stat : 6137 (java) S 6129 6132 5873 0 -1 4202560 2592 0 0 0 130 42 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864888969512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6138] ppid=6129 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/6132/task/6138/stat : 6138 (java) S 6129 6132 5873 0 -1 4202560 3922 0 0 0 120 35 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864887916712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6139] ppid=6129 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/6132/task/6139/stat : 6139 (java) S 6129 6132 5873 0 -1 4202560 4980 0 0 0 146 40 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864886864936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6140] ppid=6129 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/6132/task/6140/stat : 6140 (java) S 6129 6132 5873 0 -1 4202560 3879 0 0 0 127 42 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864885812136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6141] ppid=6129 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/6132/task/6141/stat : 6141 (java) S 6129 6132 5873 0 -1 4202560 4354 0 0 0 147 35 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864884759336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6142] ppid=6129 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/6132/task/6142/stat : 6142 (java) S 6129 6132 5873 0 -1 4202560 4168 0 0 0 126 41 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864883706536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6143] ppid=6129 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/6132/task/6143/stat : 6143 (java) S 6129 6132 5873 0 -1 4202560 2288 0 0 0 162 2 0 0 20 0 19 0 103610545 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864753297896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6144] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6144/stat : 6144 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864752243960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6145] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6145/stat : 6145 (java) S 6129 6132 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864751191048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6146] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6146/stat : 6146 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864750139536 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6147] ppid=6129 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/6132/task/6147/stat : 6147 (java) S 6129 6132 5873 0 -1 4202560 2852 0 0 0 49 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864749087672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6148] ppid=6129 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/6132/task/6148/stat : 6148 (java) S 6129 6132 5873 0 -1 4202560 2694 0 0 0 35 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864748034872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6149] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6149/stat : 6149 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864746982264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6150] ppid=6129 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/6132/task/6150/stat : 6150 (java) S 6129 6132 5873 0 -1 4202560 103 0 0 0 43 31 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864745929672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6151] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6151/stat : 6151 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610613 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864744875176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1793.16
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.2 s]
/proc/loadavg: 2.20 2.25 2.10 4/213 6285
/proc/meminfo: memFree=27594864/32872528 swapFree=16740/1306504
[pid=6132] ppid=6129 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/6132/stat : 6132 (java) S 6129 6132 5873 0 -1 4202496 43555 0 1 0 179671 335 0 0 20 0 19 0 103610543 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 140735341766432 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6132/statm: 2406260 783107 2283 9 0 2396937 0
[pid=6132/tid=6133] ppid=6129 vsize=9625040 CPUtime=1784.13 cores=0,2,4,6
/proc/6132/task/6133/stat : 6133 (java) R 6129 6132 5873 0 -1 4202560 3286 0 1 0 178373 40 0 0 20 0 19 0 103610543 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864929582400 139864754977838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6135] ppid=6129 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/6132/task/6135/stat : 6135 (java) S 6129 6132 5873 0 -1 4202560 2968 0 0 0 104 32 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864891075112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6136] ppid=6129 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/6132/task/6136/stat : 6136 (java) S 6129 6132 5873 0 -1 4202560 4212 0 0 0 110 30 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864890022312 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6137] ppid=6129 vsize=9625040 CPUtime=1.72 cores=0,2,4,6
/proc/6132/task/6137/stat : 6137 (java) S 6129 6132 5873 0 -1 4202560 2592 0 0 0 130 42 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864888969512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6132/tid=6138] ppid=6129 vsize=9625040 CPUtime=1.55 cores=0,2,4,6
/proc/6132/task/6138/stat : 6138 (java) S 6129 6132 5873 0 -1 4202560 3922 0 0 0 120 35 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864887916712 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6139] ppid=6129 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/6132/task/6139/stat : 6139 (java) S 6129 6132 5873 0 -1 4202560 4980 0 0 0 146 40 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864886864936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6140] ppid=6129 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/6132/task/6140/stat : 6140 (java) S 6129 6132 5873 0 -1 4202560 3879 0 0 0 127 42 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864885812136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6141] ppid=6129 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/6132/task/6141/stat : 6141 (java) S 6129 6132 5873 0 -1 4202560 4354 0 0 0 147 35 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864884759336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6142] ppid=6129 vsize=9625040 CPUtime=1.67 cores=0,2,4,6
/proc/6132/task/6142/stat : 6142 (java) S 6129 6132 5873 0 -1 4202560 4168 0 0 0 126 41 0 0 20 0 19 0 103610544 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864883706536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6143] ppid=6129 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/6132/task/6143/stat : 6143 (java) S 6129 6132 5873 0 -1 4202560 2288 0 0 0 162 2 0 0 20 0 19 0 103610545 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864753297896 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6144] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6144/stat : 6144 (java) S 6129 6132 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864752243960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6145] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6145/stat : 6145 (java) S 6129 6132 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103610546 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864751191048 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6146] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6146/stat : 6146 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864750139536 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6147] ppid=6129 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/6132/task/6147/stat : 6147 (java) S 6129 6132 5873 0 -1 4202560 2852 0 0 0 49 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864749087672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6132/tid=6148] ppid=6129 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/6132/task/6148/stat : 6148 (java) S 6129 6132 5873 0 -1 4202560 2694 0 0 0 35 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864748034872 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6149] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6149/stat : 6149 (java) S 6129 6132 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864746982264 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6132/tid=6150] ppid=6129 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/6132/task/6150/stat : 6150 (java) S 6129 6132 5873 0 -1 4202560 103 0 0 0 43 31 0 0 20 0 19 0 103610548 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864745929672 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6132/tid=6151] ppid=6129 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6132/task/6151/stat : 6151 (java) S 6129 6132 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103610613 9856040960 783107 33554432000 1073741824 1073778376 140735341775296 139864744875176 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 6132 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1789.25
CPU time (s): 1800.76
CPU user time (s): 1796.91
CPU system time (s): 3.85041
CPU usage (%): 100.643
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.91
system time used= 3.85041
maximum resident set size= 3441788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43603
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39458
involuntary context switches= 8318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3013 second user time and 12.5451 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 14:39:40
IDJOB=4084428
IDBENCH=1155
IDSOLVER=2546
FILE ID=node127/4084428-1465216779
RUNJOBID= node127-1465216773-5889
PBS_JOBID= 19843202
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin18.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084428-1465216779/watcher-4084428-1465216779 -o /tmp/evaluation-result-4084428-1465216779/solver-4084428-1465216779 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084428-1465216779.opb

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

MD5SUM BENCH= f17e31cb6762bd0e8d3e659d7bd1050c
RANDOM SEED=1999149701

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30669548 kB
Buffers:            1536 kB
Cached:            37424 kB
SwapCached:         1280 kB
Active:           170452 kB
Inactive:          14984 kB
Active(anon):     148768 kB
Inactive(anon):       80 kB
Active(file):      21684 kB
Inactive(file):    14904 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67097516 kB
Dirty:              5300 kB
Writeback:             0 kB
AnonPages:       1483516 kB
Mapped:            14472 kB
Shmem:                 0 kB
Slab:             567048 kB
SReclaimable:       9764 kB
SUnreclaim:       557284 kB
KernelStack:        1760 kB
PageTables:         7236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2123956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1452032 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= 71736 MiB
End job on node127 at 2016-06-06 15:09:29