Trace number 4084296

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 1799.24

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMd900242764082ad39bc001b38a8b6b82
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.14767
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084296-1465239328.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.11	c ... done. Wall clock time 0.011s.
0.11/0.11	c declared #vars     52
0.11/0.11	c #constraints  2
0.11/0.11	c constraints type 
0.11/0.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.11/0.11	c 2 constraints processed.
0.57/0.46	c cleaning 2500 clauses out of 5000 with flag 10000/5000
1.08/0.87	c cleaning 4250 clauses out of 8500 with flag 22000/11000
1.68/1.46	c cleaning 5625 clauses out of 11250 with flag 36000/18000
2.52/2.21	c cleaning 6813 clauses out of 13626 with flag 52002/26001
3.41/3.16	c cleaning 7904 clauses out of 15812 with flag 70000/35000
4.74/4.41	c cleaning 8951 clauses out of 17908 with flag 90000/45000
6.22/5.94	c cleaning 9976 clauses out of 19957 with flag 112000/56000
7.94/7.67	c cleaning 10989 clauses out of 21981 with flag 136000/68000
10.04/9.71	c cleaning 11993 clauses out of 23992 with flag 162000/81000
12.24/11.97	c cleaning 12999 clauses out of 25999 with flag 190000/95000
14.94/14.68	c cleaning 13995 clauses out of 28001 with flag 220002/110001
17.74/17.49	c cleaning 15003 clauses out of 30007 with flag 252004/126002
20.93/20.64	c cleaning 16000 clauses out of 32002 with flag 286000/143000
24.54/24.28	c cleaning 16999 clauses out of 34002 with flag 322000/161000
28.83/28.50	c cleaning 18002 clauses out of 36005 with flag 360005/180002
33.54/33.29	c cleaning 18997 clauses out of 38001 with flag 400001/200000
38.44/38.12	c cleaning 20002 clauses out of 40004 with flag 442001/221000
43.64/43.30	c cleaning 21001 clauses out of 42002 with flag 486001/243000
49.64/49.37	c cleaning 21999 clauses out of 44001 with flag 532001/266000
56.54/56.28	c cleaning 23000 clauses out of 46003 with flag 580003/290001
63.73/63.49	c cleaning 24000 clauses out of 48003 with flag 630003/315001
71.13/70.89	c cleaning 25001 clauses out of 50002 with flag 682001/341000
80.33/80.07	c cleaning 26001 clauses out of 52002 with flag 736003/368001
90.04/89.74	c cleaning 26997 clauses out of 54001 with flag 792003/396001
100.63/100.31	c cleaning 28002 clauses out of 56003 with flag 850001/425000
111.23/110.98	c cleaning 29001 clauses out of 58002 with flag 910003/455001
123.64/123.32	c cleaning 30000 clauses out of 60001 with flag 972003/486001
136.03/135.60	c cleaning 31002 clauses out of 62003 with flag 1036180/518003
149.43/149.01	c cleaning 31995 clauses out of 63998 with flag 1102239/551000
166.34/165.94	c cleaning 33003 clauses out of 66005 with flag 1170354/585002
185.35/184.94	c cleaning 34000 clauses out of 68000 with flag 1240455/620000
206.04/205.69	c cleaning 34998 clauses out of 70000 with flag 1312455/656000
228.04/227.64	c cleaning 35997 clauses out of 72005 with flag 1386461/693003
252.15/251.75	c cleaning 36999 clauses out of 74005 with flag 1462455/731000
278.05/277.64	c cleaning 38003 clauses out of 76006 with flag 1540455/770000
303.86/303.49	c cleaning 38998 clauses out of 78003 with flag 1621435/810000
333.45/333.03	c cleaning 40001 clauses out of 80005 with flag 1703951/851000
358.76/358.35	c cleaning 41002 clauses out of 82004 with flag 1788842/893000
387.46/387.00	c cleaning 42000 clauses out of 84005 with flag 1875022/936003
417.06/416.70	c cleaning 43000 clauses out of 86002 with flag 1963016/980000
445.98/445.59	c cleaning 43993 clauses out of 88003 with flag 2053018/1025001
478.04/477.54	c cleaning 44998 clauses out of 90009 with flag 2145016/1071000
515.45/514.93	c cleaning 46005 clauses out of 92012 with flag 2239017/1118001
556.05/555.53	c cleaning 46995 clauses out of 94006 with flag 2335018/1166000
592.95/592.41	c cleaning 48007 clauses out of 96014 with flag 2433024/1215003
631.66/631.18	c cleaning 48996 clauses out of 98004 with flag 2533018/1265000
667.66/667.19	c cleaning 50003 clauses out of 100009 with flag 2635020/1316001
706.37/705.85	c cleaning 50993 clauses out of 102006 with flag 2739029/1368001
752.17/751.61	c cleaning 51999 clauses out of 104013 with flag 2845244/1421001
794.48/793.90	c cleaning 53003 clauses out of 106013 with flag 2953672/1475000
835.39/834.87	c cleaning 53997 clauses out of 108011 with flag 3064095/1530001
878.30/877.78	c cleaning 55005 clauses out of 110013 with flag 3176483/1586000
932.64/932.08	c cleaning 56002 clauses out of 112009 with flag 3290485/1643001
989.76/989.19	c cleaning 57003 clauses out of 114006 with flag 3407591/1701000
1050.08/1049.46	c cleaning 57996 clauses out of 116004 with flag 3526344/1760001
1099.98/1099.30	c cleaning 58996 clauses out of 118007 with flag 3646840/1820000
1154.99/1154.38	c cleaning 60000 clauses out of 120012 with flag 3769970/1881001
1209.60/1208.97	c cleaning 61005 clauses out of 122012 with flag 3894598/1943001
1279.50/1278.85	c cleaning 61998 clauses out of 124006 with flag 4021392/2006000
1355.50/1354.87	c cleaning 63005 clauses out of 126010 with flag 4149975/2070002
1433.63/1432.99	c cleaning 63994 clauses out of 128003 with flag 4280367/2135000
1519.06/1518.36	c cleaning 64998 clauses out of 130009 with flag 4412788/2201000
1599.36/1598.60	c cleaning 65998 clauses out of 132011 with flag 4546987/2268000
1676.08/1675.35	c cleaning 67002 clauses out of 134014 with flag 4683785/2336001
1753.98/1753.24	c cleaning 67998 clauses out of 136012 with flag 4821841/2405001
1800.00/1799.20	c starts		: 364
1800.00/1799.20	c conflicts		: 2453766
1800.00/1799.20	c decisions		: 2466805
1800.00/1799.20	c propagations		: 14960608
1800.00/1799.20	c inspects		: 35191928133
1800.00/1799.20	c shortcuts		: 0
1800.00/1799.20	c learnt literals	: 0
1800.00/1799.20	c learnt binary clauses	: 0
1800.00/1799.20	c learnt ternary clauses	: 0
1800.00/1799.20	c learnt constraints	: 2453766
1800.00/1799.20	c ignored constraints	: 0
1800.00/1799.20	c root simplifications	: 0
1800.00/1799.20	c removed literals (reason simplification)	: 0
1800.00/1799.20	c reason swapping (by a shorter reason)	: 0
1800.00/1799.20	c Calls to reduceDB	: 65
1800.00/1799.20	c Number of update (reduction) of LBD	: 2423
1800.00/1799.20	c Imported unit clauses	: 0
1800.00/1799.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1799.20	c number of learned constraints concerned by reduction	: 0
1800.00/1799.20	c number of learning phase by resolution	: 0
1800.00/1799.20	c number of learning phase by cutting planes	: 0
1800.00/1799.20	c speed (assignments/second)	: 8315.65291341734
1800.00/1799.20	c non guided choices	43
1800.00/1799.20	c timeout
1800.00/1799.23	c learnt constraints type 
1800.00/1799.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116780
1800.00/1799.23	s UNKNOWN
1800.00/1799.23	c Total wall clock time (in seconds): 1799.129

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-4084296-1465239328/watcher-4084296-1465239328 -o /tmp/evaluation-result-4084296-1465239328/solver-4084296-1465239328 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084296-1465239328.opb 

pid=8750
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: 2.09 2.20 2.20 3/194 8753
/proc/meminfo: memFree=30372900/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 1300 0 0 0 0 0 0 0 20 0 2 0 105865685 96370688 931 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 23544 935 709 9 0 16769 0
[pid=8753/tid=8754] ppid=8750 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 106 0 0 0 0 0 0 0 20 0 2 0 105865685 98635776 962 33554432000 1073741824 1073778376 140735477729360 139710092873256 229346680061 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.09 2.20 2.20 3/194 8753
/proc/meminfo: memFree=30372900/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 105865685 9787879424 6117 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2389619 6117 2157 9 0 2380296 0
[pid=8753/tid=8754] ppid=8750 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 105865685 9787879424 6117 33554432000 1073741824 1073778376 140735477729360 139710092875016 229355938791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.09 2.20 2.20 3/194 8753
/proc/meminfo: memFree=30372900/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 6058 0 1 0 33 1 0 0 20 0 19 0 105865685 9856040960 6950 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 6950 2223 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 19 0 105865685 9856040960 6950 33554432000 1073741824 1073778376 140735477729360 139710092877752 139709934664464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9625040

[startup+0.300311 s]
/proc/loadavg: 2.09 2.20 2.20 3/194 8753
/proc/meminfo: memFree=30372900/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 6091 0 1 0 45 1 0 0 20 0 19 0 105865685 9856040960 6955 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 6955 2225 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2401 0 1 0 27 0 0 0 20 0 19 0 105865685 9856040960 6955 33554432000 1073741824 1073778376 140735477729360 139710092877752 139709934640876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700307 s]
/proc/loadavg: 2.09 2.20 2.20 3/194 8753
/proc/meminfo: memFree=30372900/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 7370 0 1 0 95 2 0 0 20 0 19 0 105865685 9856040960 8056 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 8056 2238 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2402 0 1 0 67 0 0 0 20 0 19 0 105865685 9856040960 8056 33554432000 1073741824 1073778376 140735477729360 139710092877752 139709934640720 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.09 2.20 2.20 3/213 8772
/proc/meminfo: memFree=30346904/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 7388 0 1 0 177 2 0 0 20 0 19 0 105865685 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 9087 2239 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2405 0 1 0 147 0 0 0 20 0 19 0 105865685 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139710092876296 139709934636222 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8756] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139710054370216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8757] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139710053317672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8758] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709934201512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8759] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709933148968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8760] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709932095912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8761] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709931043368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8762] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709929990312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8763] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8750 8753 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709928937768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8764] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8750 8753 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105865687 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709446609768 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8765] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8750 8753 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709445556088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8766] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709444502920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8767] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709443451664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8768] ppid=8750 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8750 8753 5832 0 -1 4202560 2703 0 0 0 16 0 0 0 20 0 19 0 105865690 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709442398520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8769] ppid=8750 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/8753/task/8769/stat : 8769 (java) S 8750 8753 5832 0 -1 4202560 1009 0 0 0 11 0 0 0 20 0 19 0 105865690 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709441345976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8770] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709440293112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8771] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8771/stat : 8771 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709439240776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8772] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865697 9856040960 9087 33554432000 1073741824 1073778376 140735477729360 139709438187048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.09 2.20 2.20 4/213 8772
/proc/meminfo: memFree=30344484/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 7470 0 1 0 339 2 0 0 20 0 19 0 105865685 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 10116 2239 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2407 0 1 0 306 1 0 0 20 0 19 0 105865685 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139710092878104 139709934640843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8756] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139710054370216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8757] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139710053317672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8758] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709934201512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8759] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709933148968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8760] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709932095912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8761] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709931043368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8762] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709929990312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8763] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8750 8753 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709928937768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8764] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8750 8753 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105865687 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709446609768 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8765] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8750 8753 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709445556088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8766] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709444502920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8767] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709443451664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8768] ppid=8750 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8750 8753 5832 0 -1 4202560 2703 0 0 0 16 0 0 0 20 0 19 0 105865690 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709442398520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8769] ppid=8750 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/8753/task/8769/stat : 8769 (java) S 8750 8753 5832 0 -1 4202560 1089 0 0 0 13 0 0 0 20 0 19 0 105865690 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709441345976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8770] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709440293112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8771] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8771/stat : 8771 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709439240776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8772] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865697 9856040960 10116 33554432000 1073741824 1073778376 140735477729360 139709438187048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.16 2.21 2.20 3/213 8772
/proc/meminfo: memFree=30335952/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=6.63 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 7569 0 1 0 661 2 0 0 20 0 19 0 105865685 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 11550 2247 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2417 0 1 0 625 1 0 0 20 0 19 0 105865685 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139710092869328 139709934626769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8756] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139710054370216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8757] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139710053317672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8758] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709934201512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8759] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709933148968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8760] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709932095912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8761] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709931043368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8762] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709929990312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8763] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8750 8753 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709928937768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8764] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8750 8753 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105865687 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709446609768 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8765] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8750 8753 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709445556088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8766] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709444502920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8767] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709443451664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8768] ppid=8750 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8750 8753 5832 0 -1 4202560 2703 0 0 0 16 0 0 0 20 0 19 0 105865690 9856040960 11550 33554432000 1073741824 1073778376 140735477729360 139709442398520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8769] ppid=8750 vsize=9625040 CPUtime=0.16 cores=0,2,4,6

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

[pid=8753/tid=8772] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865697 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709438187048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.26 2.24 3/213 9033
/proc/meminfo: memFree=30123272/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=1723.08 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 10027 0 1 0 172277 31 0 0 20 0 19 0 105865685 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 54163 2261 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=1717.79 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2482 0 1 0 171751 28 0 0 20 0 19 0 105865685 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139710092869312 139709934803637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8756] ppid=8750 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8750 8753 5832 0 -1 4202560 147 0 0 0 3 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139710054370216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8757] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139710053317672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8758] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709934201512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8759] ppid=8750 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8750 8753 5832 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709933148968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8760] ppid=8750 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8750 8753 5832 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709932095912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8761] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8750 8753 5832 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709931043368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8762] ppid=8750 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8750 8753 5832 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709929990312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8763] ppid=8750 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8750 8753 5832 0 -1 4202560 133 0 0 0 2 0 0 0 20 0 19 0 105865686 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709928937768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8764] ppid=8750 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8750 8753 5832 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105865687 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709446609768 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8765] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8750 8753 5832 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709445556088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8766] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8750 8753 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709444502920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8767] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709443451664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8768] ppid=8750 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8750 8753 5832 0 -1 4202560 2707 0 0 0 18 0 0 0 20 0 19 0 105865690 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709442398520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8769] ppid=8750 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8753/task/8769/stat : 8769 (java) S 8750 8753 5832 0 -1 4202560 2884 0 0 0 22 0 0 0 20 0 19 0 105865690 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709441345976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8770] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709440293112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8771] ppid=8750 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/8753/task/8771/stat : 8771 (java) S 8750 8753 5832 0 -1 4202560 100 0 0 0 35 34 0 0 20 0 19 0 105865690 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709439240776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8772] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865697 9856040960 54163 33554432000 1073741824 1073778376 140735477729360 139709438187048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.08
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.18 2.24 2.24 3/213 9034
/proc/meminfo: memFree=30122944/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=1783.1 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 10057 0 1 0 178278 32 0 0 20 0 19 0 105865685 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 54164 2262 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=1777.64 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2482 0 1 0 177735 29 0 0 20 0 19 0 105865685 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139710092869312 139709934640876 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8756] ppid=8750 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8750 8753 5832 0 -1 4202560 147 0 0 0 3 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139710054370216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8757] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139710053317672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8758] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709934201512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8759] ppid=8750 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8750 8753 5832 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709933148968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8760] ppid=8750 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8750 8753 5832 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709932095912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8761] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8750 8753 5832 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709931043368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8762] ppid=8750 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8750 8753 5832 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709929990312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8763] ppid=8750 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8750 8753 5832 0 -1 4202560 133 0 0 0 2 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709928937768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8764] ppid=8750 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8750 8753 5832 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105865687 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709446609768 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8765] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8750 8753 5832 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709445556088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8766] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8750 8753 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709444502920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8767] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709443451664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8768] ppid=8750 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8750 8753 5832 0 -1 4202560 2733 0 0 0 20 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709442398520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8769] ppid=8750 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8753/task/8769/stat : 8769 (java) S 8750 8753 5832 0 -1 4202560 2884 0 0 0 22 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709441345976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8770] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709440293112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8771] ppid=8750 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8753/task/8771/stat : 8771 (java) S 8750 8753 5832 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709439240776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8772] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865697 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709438187048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.1
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.2 s]
/proc/loadavg: 2.29 2.26 2.24 3/213 9035
/proc/meminfo: memFree=30123320/32872528 swapFree=16204/1518544
[pid=8753] ppid=8750 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/8753/stat : 8753 (java) S 8750 8753 5832 0 -1 4202496 10057 0 1 0 179968 32 0 0 20 0 19 0 105865685 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 140735477720496 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8753/statm: 2406260 54164 2262 9 0 2396937 0
[pid=8753/tid=8754] ppid=8750 vsize=9625040 CPUtime=1794.49 cores=0,2,4,6
/proc/8753/task/8754/stat : 8754 (java) R 8750 8753 5832 0 -1 4202560 2482 0 1 0 179420 29 0 0 20 0 19 0 105865685 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139710092869312 139709934803637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8756] ppid=8750 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8756/stat : 8756 (java) S 8750 8753 5832 0 -1 4202560 147 0 0 0 3 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139710054370216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8757] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8757/stat : 8757 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139710053317672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8758] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8758/stat : 8758 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709934201512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8759] ppid=8750 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8759/stat : 8759 (java) S 8750 8753 5832 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709933148968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8760] ppid=8750 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/8753/task/8760/stat : 8760 (java) S 8750 8753 5832 0 -1 4202560 87 0 0 0 3 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709932095912 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8761] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8761/stat : 8761 (java) S 8750 8753 5832 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709931043368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8762] ppid=8750 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/8753/task/8762/stat : 8762 (java) S 8750 8753 5832 0 -1 4202560 122 0 0 0 1 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709929990312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8763] ppid=8750 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8763/stat : 8763 (java) S 8750 8753 5832 0 -1 4202560 133 0 0 0 2 0 0 0 20 0 19 0 105865686 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709928937768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8753/tid=8764] ppid=8750 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/8753/task/8764/stat : 8764 (java) S 8750 8753 5832 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 105865687 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709446609768 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8765] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8765/stat : 8765 (java) S 8750 8753 5832 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709445556088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8766] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8766/stat : 8766 (java) S 8750 8753 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105865688 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709444502920 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8767] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8767/stat : 8767 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709443451664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8768] ppid=8750 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8753/task/8768/stat : 8768 (java) S 8750 8753 5832 0 -1 4202560 2733 0 0 0 20 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709442398520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8753/tid=8769] ppid=8750 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8753/task/8769/stat : 8769 (java) S 8750 8753 5832 0 -1 4202560 2884 0 0 0 22 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709441345976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8770] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8770/stat : 8770 (java) S 8750 8753 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709440293112 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8753/tid=8771] ppid=8750 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/8753/task/8771/stat : 8771 (java) S 8750 8753 5832 0 -1 4202560 104 0 0 0 37 35 0 0 20 0 19 0 105865690 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709439240776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8753/tid=8772] ppid=8750 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8753/task/8772/stat : 8772 (java) S 8750 8753 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105865697 9856040960 54164 33554432000 1073741824 1073778376 140735477729360 139709438187048 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 8753 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 8753 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=268077
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=763883
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.24
CPU time (s): 1800
CPU user time (s): 1799.68
CPU system time (s): 0.32
CPU usage (%): 100.042
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.27
system time used= 0.763883
maximum resident set size= 216812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10103
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38105
involuntary context switches= 2045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5024 second user time and 13.5029 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 20:55:28
IDJOB=4084296
IDBENCH=2562
IDSOLVER=2546
FILE ID=node129/4084296-1465239328
RUNJOBID= node129-1465222695-5848
PBS_JOBID= 19843233
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084296-1465239328/watcher-4084296-1465239328 -o /tmp/evaluation-result-4084296-1465239328/solver-4084296-1465239328 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084296-1465239328.opb

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

MD5SUM BENCH= d900242764082ad39bc001b38a8b6b82
RANDOM SEED=1102364358

node129.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.715
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.43
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.715
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.715
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.715
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.715
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.715
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.715
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.715
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:        30373924 kB
Buffers:           30712 kB
Cached:            89128 kB
SwapCached:         1824 kB
Active:           220224 kB
Inactive:          60560 kB
Active(anon):     162484 kB
Inactive(anon):     1112 kB
Active(file):      57740 kB
Inactive(file):    59448 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098608 kB
Dirty:               500 kB
Writeback:             0 kB
AnonPages:       1679320 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             566676 kB
SReclaimable:      10516 kB
SUnreclaim:       556160 kB
KernelStack:        1616 kB
PageTables:         7580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2207336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1648640 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= 71732 MiB
End job on node129 at 2016-06-06 21:25:28