Trace number 4103772

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1793.16

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd8.opb
MD5SUM68f48570ba6245cb642bc98d786c3bfe
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82500
Total number of constraints397
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 constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 221357547985043456
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 595796164546237514244
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 221357547985043456
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 595796164546237514244
Number of bits of the biggest sum of numbers70
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103772-1466249708.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.89/1.27	c ... done. Wall clock time 1.167s.
1.89/1.27	c declared #vars     82500
1.89/1.27	c #constraints  794
1.89/1.27	c constraints type 
1.89/1.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 794
1.89/1.27	c 794 constraints processed.
1.89/1.27	c objective function length is 82500 literals
13.63/12.62	c cleaning 2493 clauses out of 5000 with flag 14930/5000
15.52/14.43	c cleaning 4239 clauses out of 8507 with flag 29251/11000
18.61/17.58	c cleaning 5632 clauses out of 11274 with flag 43574/18006
21.73/20.40	c cleaning 6821 clauses out of 13651 with flag 59593/26015
25.04/23.76	c cleaning 7903 clauses out of 15816 with flag 77565/35001
28.44/27.17	c cleaning 8954 clauses out of 17913 with flag 97605/45001
32.24/31.00	c cleaning 9977 clauses out of 19959 with flag 119717/56001
36.35/35.03	c cleaning 10976 clauses out of 21981 with flag 143838/68000
40.55/39.28	c cleaning 12003 clauses out of 24012 with flag 169852/81007
46.74/45.13	c cleaning 12999 clauses out of 26003 with flag 197855/95001
52.74/51.12	c cleaning 13993 clauses out of 28004 with flag 227936/110001
59.24/57.69	c cleaning 14998 clauses out of 30012 with flag 260052/126002
66.53/64.99	c cleaning 16000 clauses out of 32013 with flag 294184/143001
74.34/72.70	c cleaning 17003 clauses out of 34013 with flag 330323/161001
82.62/81.07	c cleaning 18002 clauses out of 36012 with flag 368593/180003
91.52/89.92	c cleaning 18979 clauses out of 38007 with flag 408828/200000
102.13/100.51	c cleaning 20012 clauses out of 40030 with flag 450832/221002
113.22/111.26	c cleaning 21005 clauses out of 42017 with flag 494830/243001
123.81/121.89	c cleaning 22004 clauses out of 44015 with flag 540836/266004
135.71/133.70	c cleaning 23000 clauses out of 46008 with flag 588830/290001
149.81/147.81	c cleaning 23999 clauses out of 48007 with flag 638828/315000
165.02/163.07	c cleaning 24999 clauses out of 50009 with flag 690830/341001
181.46/179.00	c cleaning 26005 clauses out of 52016 with flag 744842/368007
197.16/194.70	c cleaning 26988 clauses out of 54004 with flag 800828/396000
213.26/210.88	c cleaning 28004 clauses out of 56016 with flag 858829/425000
232.07/229.69	c cleaning 29004 clauses out of 58013 with flag 918831/455001
249.67/247.26	c cleaning 30000 clauses out of 60008 with flag 980829/486000
268.17/265.72	c cleaning 31002 clauses out of 62009 with flag 1044831/518001
285.86/283.40	c cleaning 31988 clauses out of 64007 with flag 1110831/551001
305.37/302.97	c cleaning 33004 clauses out of 66018 with flag 1178829/585000
326.41/323.21	c cleaning 34006 clauses out of 68018 with flag 1248839/620004
347.51/344.33	c cleaning 34992 clauses out of 70009 with flag 1320835/656001
371.71/368.59	c cleaning 36005 clauses out of 72018 with flag 1394837/693002
397.41/394.27	c cleaning 37004 clauses out of 74014 with flag 1470839/731003
423.72/420.59	c cleaning 37991 clauses out of 76007 with flag 1548833/770000
449.52/446.30	c cleaning 39003 clauses out of 78016 with flag 1628834/810000
477.39/473.55	c cleaning 39998 clauses out of 80013 with flag 1710836/851000
504.69/500.82	c cleaning 41004 clauses out of 82016 with flag 1794839/893001
532.89/529.08	c cleaning 42003 clauses out of 84013 with flag 1880842/936002
561.50/557.64	c cleaning 43001 clauses out of 86010 with flag 1968845/980002
589.10/585.26	c cleaning 44000 clauses out of 88008 with flag 2058848/1025001
623.61/619.76	c cleaning 44998 clauses out of 90007 with flag 2150853/1071000
657.71/653.83	c cleaning 46000 clauses out of 92011 with flag 2244858/1118002
694.32/690.40	c cleaning 47002 clauses out of 94009 with flag 2340855/1166000
736.42/732.52	c cleaning 47998 clauses out of 96011 with flag 2438863/1215004
783.29/777.94	c cleaning 48989 clauses out of 98009 with flag 2538855/1265000
825.79/820.48	c cleaning 50004 clauses out of 100020 with flag 2640855/1316000
874.20/868.89	c cleaning 50993 clauses out of 102021 with flag 2744869/1368005
931.70/926.39	c cleaning 52009 clauses out of 104026 with flag 2850865/1421003
981.31/975.93	c cleaning 53003 clauses out of 106017 with flag 2958865/1475003
1023.31/1017.96	c cleaning 53989 clauses out of 108012 with flag 3068870/1530001
1067.91/1062.51	c cleaning 55008 clauses out of 110023 with flag 3180874/1586001
1125.12/1119.79	c cleaning 56003 clauses out of 112014 with flag 3294873/1643000
1189.90/1184.09	c cleaning 56994 clauses out of 114014 with flag 3410880/1701003
1250.22/1244.34	c cleaning 58005 clauses out of 116020 with flag 3528880/1760003
1306.13/1300.26	c cleaning 59004 clauses out of 118015 with flag 3648880/1820003
1362.85/1356.99	c cleaning 60001 clauses out of 120009 with flag 3770876/1881001
1424.62/1417.96	c cleaning 61002 clauses out of 122012 with flag 3894885/1943005
1494.24/1487.56	c cleaning 61995 clauses out of 124005 with flag 4020876/2006000
1569.84/1563.13	c cleaning 62994 clauses out of 126011 with flag 4148880/2070001
1631.85/1625.10	c cleaning 63994 clauses out of 128020 with flag 4278890/2135004
1705.81/1698.91	c cleaning 65007 clauses out of 130022 with flag 4410897/2201000
1775.42/1768.50	c cleaning 65995 clauses out of 132015 with flag 4544897/2268000
1800.02/1793.11	c starts		: 7
1800.02/1793.11	c conflicts		: 2301375
1800.02/1793.11	c decisions		: 2780555
1800.02/1793.11	c propagations		: 24132117
1800.02/1793.11	c inspects		: 28465820317
1800.02/1793.11	c shortcuts		: 0
1800.02/1793.11	c learnt literals	: 0
1800.02/1793.11	c learnt binary clauses	: 0
1800.02/1793.11	c learnt ternary clauses	: 0
1800.02/1793.11	c learnt constraints	: 2301375
1800.02/1793.11	c ignored constraints	: 0
1800.02/1793.11	c root simplifications	: 0
1800.02/1793.11	c removed literals (reason simplification)	: 0
1800.02/1793.11	c reason swapping (by a shorter reason)	: 0
1800.02/1793.11	c Calls to reduceDB	: 63
1800.02/1793.11	c Number of update (reduction) of LBD	: 1885
1800.02/1793.11	c Imported unit clauses	: 0
1800.02/1793.11	c number of reductions to clauses (during analyze)	: 0
1800.02/1793.11	c number of learned constraints concerned by reduction	: 0
1800.02/1793.11	c number of learning phase by resolution	: 0
1800.02/1793.11	c number of learning phase by cutting planes	: 0
1800.02/1793.11	c speed (assignments/second)	: 13468.304264328423
1800.02/1793.11	c non guided choices	0
1800.02/1793.11	c timeout
1800.02/1793.13	c learnt constraints type 
1800.02/1793.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99396
1800.02/1793.13	s UNKNOWN
1800.02/1793.13	c Total wall clock time (in seconds): 1793.035

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-4103772-1466249708/watcher-4103772-1466249708 -o /tmp/evaluation-result-4103772-1466249708/solver-4103772-1466249708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103772-1466249708.opb 

pid=23810
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.14 2.23 2.18 3/194 23813
/proc/meminfo: memFree=30095336/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 27017486 98570240 978 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 24065 978 744 9 0 16771 0
[pid=23813/tid=23814] ppid=23810 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 27017486 98570240 978 33554432000 1073741824 1073778376 140734883805584 139861194321448 270707541376 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.14 2.23 2.18 3/194 23813
/proc/meminfo: memFree=30095336/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 4486 0 1 0 10 1 0 0 20 0 18 0 27017486 9787879424 6125 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2389619 6125 2157 9 0 2380296 0
[pid=23813/tid=23814] ppid=23810 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 27017486 9787879424 6125 33554432000 1073741824 1073778376 140734883805584 139861194324896 270710924557 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.200261 s]
/proc/loadavg: 2.14 2.23 2.18 3/194 23813
/proc/meminfo: memFree=30095336/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 5281 0 1 0 30 1 0 0 20 0 18 0 27017486 9787879424 7671 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2389619 7671 2230 9 0 2380296 0
[pid=23813/tid=23814] ppid=23810 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 27017486 9787879424 7675 33554432000 1073741824 1073778376 140734883805584 139861194324896 139861198524176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300359 s]
/proc/loadavg: 2.14 2.23 2.18 3/194 23813
/proc/meminfo: memFree=30095336/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 5874 0 1 0 45 2 0 0 20 0 18 0 27017486 9787879424 13624 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2389619 13624 2231 9 0 2380296 0
[pid=23813/tid=23814] ppid=23810 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 18 0 27017486 9787879424 13624 33554432000 1073741824 1073778376 140734883805584 139861194324896 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 2.14 2.23 2.18 3/194 23813
/proc/meminfo: memFree=30095336/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9558476 CPUtime=1.19 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 8413 0 1 0 112 7 0 0 20 0 18 0 27017486 9787879424 46332 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2389619 46332 2262 9 0 2380296 0
[pid=23813/tid=23814] ppid=23810 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 2468 0 1 0 61 2 0 0 20 0 18 0 27017486 9787879424 46332 33554432000 1073741824 1073778376 140734883805584 139861194325384 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.14 2.23 2.18 3/212 23831
/proc/meminfo: memFree=29866336/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 9707 0 1 0 223 13 0 0 20 0 19 0 27017486 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2406260 59619 2272 9 0 2396937 0
[pid=23813/tid=23814] ppid=23810 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 2479 0 1 0 134 3 0 0 20 0 19 0 27017486 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861194326656 139861064035623 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23816] ppid=23810 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23813/task/23816/stat : 23816 (java) S 23810 23813 21988 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861183388072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23817] ppid=23810 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23813/task/23817/stat : 23817 (java) S 23810 23813 21988 0 -1 4202560 112 0 0 0 2 0 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861182335528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23818] ppid=23810 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23813/task/23818/stat : 23818 (java) S 23810 23813 21988 0 -1 4202560 109 0 0 0 2 2 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861035792552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23819] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23819/stat : 23819 (java) S 23810 23813 21988 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861034740008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23820] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23820/stat : 23820 (java) S 23810 23813 21988 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861033687976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23821] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23821/stat : 23821 (java) S 23810 23813 21988 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861032635432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23822] ppid=23810 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/23813/task/23822/stat : 23822 (java) S 23810 23813 21988 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861031582376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23823] ppid=23810 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23813/task/23823/stat : 23823 (java) S 23810 23813 21988 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 19 0 27017487 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861030529832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23824] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23824/stat : 23824 (java) S 23810 23813 21988 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861018331496 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23825] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23825/stat : 23825 (java) S 23810 23813 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861017277816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23826] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23826/stat : 23826 (java) S 23810 23813 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861016224648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23827] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23827/stat : 23827 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861015173392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23828] ppid=23810 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/23813/task/23828/stat : 23828 (java) S 23810 23813 21988 0 -1 4202560 2281 0 0 0 31 0 0 0 20 0 19 0 27017490 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861014121272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23829] ppid=23810 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/23813/task/23829/stat : 23829 (java) S 23810 23813 21988 0 -1 4202560 3081 0 0 0 24 0 0 0 20 0 19 0 27017490 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861013068728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23830] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23830/stat : 23830 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861012015864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23831] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23831/stat : 23831 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 59619 33554432000 1073741824 1073778376 140734883805584 139861010963528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.14 2.23 2.18 5/213 23832
/proc/meminfo: memFree=29858448/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 10698 0 1 0 397 14 0 0 20 0 19 0 27017486 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2406260 59624 2273 9 0 2396937 0
[pid=23813/tid=23814] ppid=23810 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 2479 0 1 0 294 3 0 0 20 0 19 0 27017486 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861194324472 139861064035623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23816] ppid=23810 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23813/task/23816/stat : 23816 (java) S 23810 23813 21988 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861183388072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23817] ppid=23810 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23813/task/23817/stat : 23817 (java) S 23810 23813 21988 0 -1 4202560 112 0 0 0 2 0 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861182335528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23818] ppid=23810 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23813/task/23818/stat : 23818 (java) S 23810 23813 21988 0 -1 4202560 109 0 0 0 2 2 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861035792552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23819] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23819/stat : 23819 (java) S 23810 23813 21988 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861034740008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23820] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23820/stat : 23820 (java) S 23810 23813 21988 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861033687976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23821] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23821/stat : 23821 (java) S 23810 23813 21988 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861032635432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23822] ppid=23810 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/23813/task/23822/stat : 23822 (java) S 23810 23813 21988 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861031582376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23823] ppid=23810 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23813/task/23823/stat : 23823 (java) S 23810 23813 21988 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 19 0 27017487 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861030529832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23824] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23824/stat : 23824 (java) S 23810 23813 21988 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861018331496 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23825] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23825/stat : 23825 (java) S 23810 23813 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861017277816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23826] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23826/stat : 23826 (java) S 23810 23813 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861016224648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23827] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23827/stat : 23827 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861015173392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23828] ppid=23810 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/23813/task/23828/stat : 23828 (java) S 23810 23813 21988 0 -1 4202560 3268 0 0 0 43 0 0 0 20 0 19 0 27017490 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861014121272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23829] ppid=23810 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/23813/task/23829/stat : 23829 (java) S 23810 23813 21988 0 -1 4202560 3084 0 0 0 25 0 0 0 20 0 19 0 27017490 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861013068728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23830] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23830/stat : 23830 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861012015864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23831] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23831/stat : 23831 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861010963528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23832] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23832/stat : 23832 (java) S 23810 23813 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27017620 9856040960 59624 33554432000 1073741824 1073778376 140734883805584 139861009908776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.13 2.23 2.18 4/213 23832
/proc/meminfo: memFree=29852648/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9625040 CPUtime=7.32 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 10771 0 1 0 718 14 0 0 20 0 19 0 27017486 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2406260 59632 2274 9 0 2396937 0
[pid=23813/tid=23814] ppid=23810 vsize=9625040 CPUtime=6.15 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 2481 0 1 0 612 3 0 0 20 0 19 0 27017486 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861194326368 139861064035596 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23816] ppid=23810 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23813/task/23816/stat : 23816 (java) S 23810 23813 21988 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861183388072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23817] ppid=23810 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23813/task/23817/stat : 23817 (java) S 23810 23813 21988 0 -1 4202560 112 0 0 0 2 0 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861182335528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23818] ppid=23810 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23813/task/23818/stat : 23818 (java) S 23810 23813 21988 0 -1 4202560 109 0 0 0 2 2 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861035792552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23819] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23819/stat : 23819 (java) S 23810 23813 21988 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861034740008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23820] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23820/stat : 23820 (java) S 23810 23813 21988 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861033687976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23821] ppid=23810 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23813/task/23821/stat : 23821 (java) S 23810 23813 21988 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861032635432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23822] ppid=23810 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/23813/task/23822/stat : 23822 (java) S 23810 23813 21988 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861031582376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23823] ppid=23810 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/23813/task/23823/stat : 23823 (java) S 23810 23813 21988 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 19 0 27017487 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861030529832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23824] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23824/stat : 23824 (java) S 23810 23813 21988 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861018331496 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23825] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23825/stat : 23825 (java) S 23810 23813 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861017277816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23826] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23826/stat : 23826 (java) S 23810 23813 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861016224648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23827] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23827/stat : 23827 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861015173392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23828] ppid=23810 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/23813/task/23828/stat : 23828 (java) S 23810 23813 21988 0 -1 4202560 3339 0 0 0 45 0 0 0 20 0 19 0 27017490 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861014121272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23829] ppid=23810 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/23813/task/23829/stat : 23829 (java) S 23810 23813 21988 0 -1 4202560 3084 0 0 0 26 0 0 0 20 0 19 0 27017490 9856040960 59632 33554432000 1073741824 1073778376 140734883805584 139861013068728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23830] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

/proc/23813/task/23832/stat : 23832 (java) S 23810 23813 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27017620 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861009908776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1669.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.25 2.19 4/213 23898
/proc/meminfo: memFree=26198660/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9625040 CPUtime=1729.22 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 53318 0 1 0 172568 354 0 0 20 0 19 0 27017486 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2406260 915179 2286 9 0 2396937 0
[pid=23813/tid=23814] ppid=23810 vsize=9625040 CPUtime=1713.72 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 3472 0 1 0 171334 38 0 0 20 0 19 0 27017486 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861194317520 139861064123672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23816] ppid=23810 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/23813/task/23816/stat : 23816 (java) S 23810 23813 21988 0 -1 4202560 4653 0 0 0 61 46 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861183388072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23817] ppid=23810 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/23813/task/23817/stat : 23817 (java) S 23810 23813 21988 0 -1 4202560 6317 0 0 0 48 28 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861182335528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23818] ppid=23810 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/23813/task/23818/stat : 23818 (java) S 23810 23813 21988 0 -1 4202560 3477 0 0 0 60 39 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861035792552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23819] ppid=23810 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/23813/task/23819/stat : 23819 (java) S 23810 23813 21988 0 -1 4202560 7356 0 0 0 56 42 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861034740008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23820] ppid=23810 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/23813/task/23820/stat : 23820 (java) S 23810 23813 21988 0 -1 4202560 1995 0 0 0 70 45 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861033687976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23821] ppid=23810 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/23813/task/23821/stat : 23821 (java) S 23810 23813 21988 0 -1 4202560 4754 0 0 0 52 32 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861032635432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23822] ppid=23810 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/23813/task/23822/stat : 23822 (java) S 23810 23813 21988 0 -1 4202560 6946 0 0 0 55 40 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861031582376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23823] ppid=23810 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/23813/task/23823/stat : 23823 (java) S 23810 23813 21988 0 -1 4202560 2647 0 0 0 67 41 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861030529832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23824] ppid=23810 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/23813/task/23824/stat : 23824 (java) S 23810 23813 21988 0 -1 4202560 3917 0 0 0 195 4 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861018331496 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23825] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23825/stat : 23825 (java) S 23810 23813 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861017277816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23826] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23826/stat : 23826 (java) S 23810 23813 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861016224648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23827] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23827/stat : 23827 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861015173392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23828] ppid=23810 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23813/task/23828/stat : 23828 (java) S 23810 23813 21988 0 -1 4202560 3343 0 0 0 51 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861014121272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23829] ppid=23810 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23813/task/23829/stat : 23829 (java) S 23810 23813 21988 0 -1 4202560 3084 0 0 0 32 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861013068728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23830] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23830/stat : 23830 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861012015864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23831] ppid=23810 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/23813/task/23831/stat : 23831 (java) S 23810 23813 21988 0 -1 4202560 99 0 0 0 28 29 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861010963528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23832] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23832/stat : 23832 (java) S 23810 23813 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27017620 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861009908776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1729.22
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 23899
/proc/meminfo: memFree=26198168/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9625040 CPUtime=1789.22 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 53322 0 1 0 178568 354 0 0 20 0 19 0 27017486 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2406260 915179 2286 9 0 2396937 0
[pid=23813/tid=23814] ppid=23810 vsize=9625040 CPUtime=1773.56 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 3472 0 1 0 177318 38 0 0 20 0 19 0 27017486 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861194317520 139861064040753 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23816] ppid=23810 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/23813/task/23816/stat : 23816 (java) S 23810 23813 21988 0 -1 4202560 4653 0 0 0 61 46 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861183388072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23817] ppid=23810 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/23813/task/23817/stat : 23817 (java) S 23810 23813 21988 0 -1 4202560 6317 0 0 0 48 28 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861182335528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23818] ppid=23810 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/23813/task/23818/stat : 23818 (java) S 23810 23813 21988 0 -1 4202560 3477 0 0 0 60 39 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861035792552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23819] ppid=23810 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/23813/task/23819/stat : 23819 (java) S 23810 23813 21988 0 -1 4202560 7356 0 0 0 56 42 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861034740008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23820] ppid=23810 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/23813/task/23820/stat : 23820 (java) S 23810 23813 21988 0 -1 4202560 1995 0 0 0 70 45 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861033687976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23821] ppid=23810 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/23813/task/23821/stat : 23821 (java) S 23810 23813 21988 0 -1 4202560 4754 0 0 0 52 32 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861032635432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23822] ppid=23810 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/23813/task/23822/stat : 23822 (java) S 23810 23813 21988 0 -1 4202560 6946 0 0 0 55 40 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861031582376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23823] ppid=23810 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/23813/task/23823/stat : 23823 (java) S 23810 23813 21988 0 -1 4202560 2647 0 0 0 67 41 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861030529832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23824] ppid=23810 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/23813/task/23824/stat : 23824 (java) S 23810 23813 21988 0 -1 4202560 3917 0 0 0 195 4 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861018331496 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23825] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23825/stat : 23825 (java) S 23810 23813 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861017277816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23826] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23826/stat : 23826 (java) S 23810 23813 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861016224648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23827] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23827/stat : 23827 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861015173392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23828] ppid=23810 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23813/task/23828/stat : 23828 (java) S 23810 23813 21988 0 -1 4202560 3343 0 0 0 51 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861014121272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23829] ppid=23810 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23813/task/23829/stat : 23829 (java) S 23810 23813 21988 0 -1 4202560 3084 0 0 0 32 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861013068728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23830] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23830/stat : 23830 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861012015864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23831] ppid=23810 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/23813/task/23831/stat : 23831 (java) S 23810 23813 21988 0 -1 4202560 103 0 0 0 30 30 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861010963528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23832] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23832/stat : 23832 (java) S 23810 23813 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27017620 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861009908776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1789.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.1 s]
/proc/loadavg: 2.23 2.24 2.19 3/213 23899
/proc/meminfo: memFree=26198172/32872528 swapFree=1542984/1696284
[pid=23813] ppid=23810 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/23813/stat : 23813 (java) S 23810 23813 21988 0 -1 4202496 53322 0 1 0 179648 354 0 0 20 0 19 0 27017486 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 140734883796720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23813/statm: 2406260 915179 2286 9 0 2396937 0
[pid=23813/tid=23814] ppid=23810 vsize=9625040 CPUtime=1784.34 cores=0,2,4,6
/proc/23813/task/23814/stat : 23814 (java) R 23810 23813 21988 0 -1 4202560 3472 0 1 0 178395 39 0 0 20 0 19 0 27017486 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861194317520 139861064144545 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23816] ppid=23810 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/23813/task/23816/stat : 23816 (java) S 23810 23813 21988 0 -1 4202560 4653 0 0 0 61 46 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861183388072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23817] ppid=23810 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/23813/task/23817/stat : 23817 (java) S 23810 23813 21988 0 -1 4202560 6317 0 0 0 48 28 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861182335528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23818] ppid=23810 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/23813/task/23818/stat : 23818 (java) S 23810 23813 21988 0 -1 4202560 3477 0 0 0 60 39 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861035792552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23819] ppid=23810 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/23813/task/23819/stat : 23819 (java) S 23810 23813 21988 0 -1 4202560 7356 0 0 0 56 42 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861034740008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23820] ppid=23810 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/23813/task/23820/stat : 23820 (java) S 23810 23813 21988 0 -1 4202560 1995 0 0 0 70 45 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861033687976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23821] ppid=23810 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/23813/task/23821/stat : 23821 (java) S 23810 23813 21988 0 -1 4202560 4754 0 0 0 52 32 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861032635432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23822] ppid=23810 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/23813/task/23822/stat : 23822 (java) S 23810 23813 21988 0 -1 4202560 6946 0 0 0 55 40 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861031582376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23823] ppid=23810 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/23813/task/23823/stat : 23823 (java) S 23810 23813 21988 0 -1 4202560 2647 0 0 0 67 41 0 0 20 0 19 0 27017487 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861030529832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23824] ppid=23810 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/23813/task/23824/stat : 23824 (java) S 23810 23813 21988 0 -1 4202560 3917 0 0 0 195 4 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861018331496 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23813/tid=23825] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23825/stat : 23825 (java) S 23810 23813 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861017277816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23826] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23826/stat : 23826 (java) S 23810 23813 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27017488 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861016224648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23827] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23827/stat : 23827 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861015173392 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23828] ppid=23810 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/23813/task/23828/stat : 23828 (java) S 23810 23813 21988 0 -1 4202560 3343 0 0 0 51 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861014121272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23813/tid=23829] ppid=23810 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/23813/task/23829/stat : 23829 (java) S 23810 23813 21988 0 -1 4202560 3084 0 0 0 32 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861013068728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23830] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23830/stat : 23830 (java) S 23810 23813 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861012015864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23813/tid=23831] ppid=23810 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/23813/task/23831/stat : 23831 (java) S 23810 23813 21988 0 -1 4202560 103 0 0 0 30 30 0 0 20 0 19 0 27017490 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861010963528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23813/tid=23832] ppid=23810 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23813/task/23832/stat : 23832 (java) S 23810 23813 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27017620 9856040960 915179 33554432000 1073741824 1073778376 140734883805584 139861009908776 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 23813 sig 9
??? kill -23813 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 23813 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=909588
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=21388
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.16
CPU time (s): 1800.02
CPU user time (s): 1796.48
CPU system time (s): 3.54
CPU usage (%): 100.383
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.91
system time used= 4.02139
maximum resident set size= 3738552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53401
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39217
involuntary context switches= 5066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3543 second user time and 12.0312 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 13:35:09
IDJOB=4103772
IDBENCH=2456
IDSOLVER=2546
FILE ID=node125/4103772-1466249708
RUNJOBID= node125-1466240732-22004
PBS_JOBID= 19918195
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103772-1466249708/watcher-4103772-1466249708 -o /tmp/evaluation-result-4103772-1466249708/solver-4103772-1466249708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103772-1466249708.opb

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

MD5SUM BENCH= 68f48570ba6245cb642bc98d786c3bfe
RANDOM SEED=389933845

node125.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.683
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.36
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.683
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.683
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.55
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.683
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.54
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.683
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.683
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.683
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.683
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:        30095492 kB
Buffers:          124232 kB
Cached:           154260 kB
SwapCached:          688 kB
Active:           131916 kB
Inactive:         208436 kB
Active(anon):      63464 kB
Inactive(anon):     1040 kB
Active(file):      68452 kB
Inactive(file):   207396 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              9380 kB
Writeback:             0 kB
AnonPages:       1743748 kB
Mapped:            15164 kB
Shmem:                 0 kB
Slab:             604912 kB
SReclaimable:      47136 kB
SUnreclaim:       557776 kB
KernelStack:        1592 kB
PageTables:         7932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2384972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 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 node125 at 2016-06-18 14:05:02