Trace number 4084479

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.08 1787.44

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
MD5SUM6f6d5bf9df98767681bd16885050de4b
Bench CategoryDEC-SMALLINT (no optimisation, small 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 benchmark0.037993
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints125
Number of constraints which are clauses65
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint60
Maximum length of a constraint65
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084479-1465239806.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.28/0.25	c ... done. Wall clock time 0.133s.
0.28/0.25	c declared #vars     3900
0.28/0.25	c #constraints  125
0.28/0.25	c constraints type 
0.28/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 65
0.28/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
0.28/0.25	c 125 constraints processed.
1.17/0.80	c cleaning 2497 clauses out of 5000 with flag 32011/5000
1.94/1.55	c cleaning 4249 clauses out of 8503 with flag 70993/11000
2.85/2.49	c cleaning 5623 clauses out of 11254 with flag 119344/18000
3.90/3.49	c cleaning 6801 clauses out of 13632 with flag 172267/26001
5.06/4.59	c cleaning 7902 clauses out of 15831 with flag 236162/35001
6.36/5.84	c cleaning 8954 clauses out of 17929 with flag 316765/45001
7.96/7.45	c cleaning 9971 clauses out of 19974 with flag 410559/56000
10.26/9.62	c cleaning 10990 clauses out of 22003 with flag 531334/68000
12.76/12.14	c cleaning 11994 clauses out of 24014 with flag 672511/81001
15.65/15.00	c cleaning 12997 clauses out of 26020 with flag 824418/95001
18.76/18.15	c cleaning 13996 clauses out of 28024 with flag 976425/110002
21.93/21.26	c cleaning 15008 clauses out of 30034 with flag 1143162/126008
24.83/24.16	c cleaning 15999 clauses out of 32018 with flag 1254363/143000
31.03/30.36	c cleaning 16999 clauses out of 34019 with flag 1402309/161000
34.53/33.83	c cleaning 17989 clauses out of 36022 with flag 1540682/180002
38.34/37.52	c cleaning 18991 clauses out of 38031 with flag 1669974/200000
42.23/41.49	c cleaning 19994 clauses out of 40040 with flag 1844265/221000
46.83/46.09	c cleaning 21002 clauses out of 42047 with flag 2012355/243001
52.32/51.36	c cleaning 21998 clauses out of 44046 with flag 2181213/266002
58.22/57.25	c cleaning 23001 clauses out of 46049 with flag 2354968/290003
64.52/63.50	c cleaning 23990 clauses out of 48045 with flag 2552552/315000
70.26/69.02	c cleaning 25003 clauses out of 50055 with flag 2756979/341000
76.17/74.98	c cleaning 25980 clauses out of 52052 with flag 2934294/368000
82.26/81.05	c cleaning 27026 clauses out of 54073 with flag 3119408/396001
90.57/89.21	c cleaning 28010 clauses out of 56046 with flag 3352860/425000
98.66/97.33	c cleaning 28995 clauses out of 58036 with flag 3618826/455000
106.94/105.45	c cleaning 30007 clauses out of 60042 with flag 3908629/486001
115.65/114.16	c cleaning 31006 clauses out of 62036 with flag 4191356/518002
124.69/123.05	c cleaning 31998 clauses out of 64030 with flag 4494889/551002
136.03/134.22	c cleaning 33003 clauses out of 66031 with flag 4858689/585001
147.72/145.91	c cleaning 34000 clauses out of 68027 with flag 5193231/620000
158.75/156.85	c cleaning 35002 clauses out of 70028 with flag 5540620/656001
170.53/168.50	c cleaning 35999 clauses out of 72028 with flag 5896051/693003
184.14/182.10	c cleaning 37001 clauses out of 74029 with flag 6266357/731003
199.05/196.97	c cleaning 38003 clauses out of 76027 with flag 6637397/770002
214.93/212.74	c cleaning 39003 clauses out of 78023 with flag 6981909/810001
232.11/229.84	c cleaning 39997 clauses out of 80021 with flag 7376047/851002
249.04/246.69	c cleaning 41000 clauses out of 82024 with flag 7809045/893002
265.28/262.79	c cleaning 41514 clauses out of 84022 with flag 8283168/936000
275.16/272.53	c cleaning 43234 clauses out of 86509 with flag 8601183/980001
290.57/287.82	c cleaning 44112 clauses out of 88275 with flag 8923534/1025001
309.16/306.36	c cleaning 45059 clauses out of 90162 with flag 9294302/1071000
329.38/326.31	c cleaning 46033 clauses out of 92103 with flag 9694272/1118000
355.91/352.78	c cleaning 47006 clauses out of 94070 with flag 10093327/1166000
376.23/372.97	c cleaning 48012 clauses out of 96067 with flag 10544207/1215003
401.22/397.78	c cleaning 49003 clauses out of 98052 with flag 11034379/1265000
424.73/421.10	c cleaning 49999 clauses out of 100050 with flag 11539028/1316001
449.18/445.54	c cleaning 50999 clauses out of 102050 with flag 12082136/1368000
473.70/469.87	c cleaning 52006 clauses out of 104053 with flag 12638938/1421002
501.87/497.96	c cleaning 53004 clauses out of 106046 with flag 13209742/1475001
529.36/525.20	c cleaning 54003 clauses out of 108044 with flag 13802975/1530003
558.79/554.58	c cleaning 54998 clauses out of 110038 with flag 14414829/1586000
588.35/584.02	c cleaning 55999 clauses out of 112040 with flag 15025320/1643000
619.97/615.55	c cleaning 56999 clauses out of 114042 with flag 15645503/1701001
655.40/650.86	c cleaning 58001 clauses out of 116043 with flag 16252639/1760001
690.77/686.01	c cleaning 58998 clauses out of 118041 with flag 16841006/1820000
732.61/727.71	c cleaning 60001 clauses out of 120043 with flag 17475076/1881000
765.86/760.82	c cleaning 61002 clauses out of 122045 with flag 18012731/1943003
801.35/796.17	c cleaning 61999 clauses out of 124041 with flag 18543656/2006001
847.02/841.59	c cleaning 62998 clauses out of 126044 with flag 19159810/2070003
897.04/891.49	c cleaning 64001 clauses out of 128044 with flag 19785405/2135001
944.65/938.89	c cleaning 64999 clauses out of 130042 with flag 20361685/2201000
984.76/978.88	c cleaning 65998 clauses out of 132043 with flag 20947077/2268000
1042.14/1035.97	c cleaning 67002 clauses out of 134045 with flag 21566280/2336000
1099.77/1093.38	c cleaning 67998 clauses out of 136044 with flag 22223782/2405001
1151.42/1144.79	c cleaning 69003 clauses out of 138046 with flag 22821347/2475001
1212.90/1206.09	c cleaning 70004 clauses out of 140043 with flag 23456235/2546001
1275.05/1267.85	c cleaning 71001 clauses out of 142039 with flag 24095608/2618001
1329.27/1321.23	c cleaning 71552 clauses out of 144039 with flag 24983243/2691002
1358.83/1350.32	c cleaning 73219 clauses out of 146485 with flag 25504417/2765000
1382.56/1373.83	c cleaning 74105 clauses out of 148268 with flag 26014133/2840002
1424.19/1415.26	c cleaning 75040 clauses out of 150161 with flag 26537286/2916000
1452.01/1442.65	c cleaning 76037 clauses out of 152123 with flag 27088728/2993002
1471.74/1461.87	c cleaning 77022 clauses out of 154085 with flag 27605588/3071001
1521.03/1510.87	c cleaning 78011 clauses out of 156066 with flag 28253331/3150004
1574.74/1564.05	c cleaning 79006 clauses out of 158051 with flag 29008963/3230000
1627.92/1616.67	c cleaning 80003 clauses out of 160045 with flag 29768643/3311000
1681.70/1669.93	c cleaning 80999 clauses out of 162042 with flag 30539610/3393000
1740.90/1728.77	c cleaning 82001 clauses out of 164047 with flag 31362851/3476004
1798.47/1785.88	c cleaning 83001 clauses out of 166045 with flag 32203549/3560003
1800.08/1787.40	c starts		: 2493
1800.08/1787.40	c conflicts		: 3566257
1800.08/1787.40	c decisions		: 12124326
1800.08/1787.40	c propagations		: 86579046
1800.08/1787.40	c inspects		: 28506708463
1800.08/1787.40	c shortcuts		: 0
1800.08/1787.40	c learnt literals	: 0
1800.08/1787.40	c learnt binary clauses	: 0
1800.08/1787.40	c learnt ternary clauses	: 0
1800.08/1787.40	c learnt constraints	: 3566257
1800.08/1787.40	c ignored constraints	: 0
1800.08/1787.40	c root simplifications	: 0
1800.08/1787.40	c removed literals (reason simplification)	: 0
1800.08/1787.40	c reason swapping (by a shorter reason)	: 0
1800.08/1787.40	c Calls to reduceDB	: 80
1800.08/1787.40	c Number of update (reduction) of LBD	: 1978214
1800.08/1787.40	c Imported unit clauses	: 0
1800.08/1787.40	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.40	c number of learned constraints concerned by reduction	: 0
1800.08/1787.40	c number of learning phase by resolution	: 0
1800.08/1787.40	c number of learning phase by cutting planes	: 0
1800.08/1787.40	c speed (assignments/second)	: 48445.344512404954
1800.08/1787.40	c non guided choices	60158
1800.08/1787.40	c timeout
1800.08/1787.43	c learnt constraints type 
1800.08/1787.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89299
1800.08/1787.43	s UNKNOWN
1800.08/1787.43	c Total wall clock time (in seconds): 1787.314

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-4084479-1465239806/watcher-4084479-1465239806 -o /tmp/evaluation-result-4084479-1465239806/solver-4084479-1465239806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084479-1465239806.opb 

pid=12132
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.25 2.30 2.25 3/196 12135
/proc/meminfo: memFree=29555676/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/12135/stat : 12135 (java) R 12132 12135 9891 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 105912706 2560000 47 33554432000 1073741824 1073778376 140734143070080 140735445171048 215115459879 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.25 2.30 2.25 3/196 12135
/proc/meminfo: memFree=29555676/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 4422 0 1 0 8 1 0 0 20 0 18 0 105912706 9787879424 6048 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2389619 6048 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.25 2.30 2.25 3/196 12135
/proc/meminfo: memFree=29555676/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 5005 0 1 0 27 1 0 0 20 0 18 0 105912706 9787879424 6949 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2389619 6949 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 2.25 2.30 2.25 3/196 12135
/proc/meminfo: memFree=29555676/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 6424 0 1 0 47 2 0 0 20 0 19 0 105912706 9856040960 9442 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 9442 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700264 s]
/proc/loadavg: 2.25 2.30 2.25 3/196 12135
/proc/meminfo: memFree=29555676/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 6753 0 1 0 102 2 0 0 20 0 19 0 105912706 9856040960 11100 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 11100 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.25 2.30 2.25 3/215 12154
/proc/meminfo: memFree=29512304/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 7966 0 1 0 192 2 0 0 20 0 19 0 105912706 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 14061 2258 9 0 2396937 0
[pid=12135/tid=12137] ppid=12132 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/12135/task/12137/stat : 12137 (java) R 12132 12135 9891 0 -1 4202560 2436 0 1 0 145 1 0 0 20 0 19 0 105912707 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316321067560 140316194068575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12138] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12138/stat : 12138 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316165011624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12139] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12139/stat : 12139 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316163959080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12140] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12140/stat : 12140 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316162906536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12141] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12141/stat : 12141 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316161853992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12142] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12142/stat : 12142 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316160801448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12143] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12143/stat : 12143 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316159748904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12144] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12144/stat : 12144 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316158696360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12145] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12145/stat : 12145 (java) S 12132 12135 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316157643816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12146] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12146/stat : 12146 (java) S 12132 12135 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105912709 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316145231976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12147] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12147/stat : 12147 (java) S 12132 12135 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316144178296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12148] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12148/stat : 12148 (java) S 12132 12135 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316143125640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12149] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12149/stat : 12149 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316142074384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12150] ppid=12132 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/12135/task/12150/stat : 12150 (java) S 12132 12135 9891 0 -1 4202560 1237 0 0 0 19 0 0 0 20 0 19 0 105912712 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316141021752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12151] ppid=12132 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12135/task/12151/stat : 12151 (java) S 12132 12135 9891 0 -1 4202560 3015 0 0 0 25 0 0 0 20 0 19 0 105912712 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316139969208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12152] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12152/stat : 12152 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316138916856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12153] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12153/stat : 12153 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316137864520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12154] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12154/stat : 12154 (java) S 12132 12135 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105912732 9856040960 14061 33554432000 1073741824 1073778376 140734143070080 140316136809256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.25 2.30 2.25 3/215 12154
/proc/meminfo: memFree=29497596/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 7977 0 1 0 354 3 0 0 20 0 19 0 105912706 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 19693 2258 9 0 2396937 0
[pid=12135/tid=12137] ppid=12132 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12135/task/12137/stat : 12137 (java) R 12132 12135 9891 0 -1 4202560 2447 0 1 0 304 1 0 0 20 0 19 0 105912707 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316321058512 140316194125269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12138] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12138/stat : 12138 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316165011624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12139] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12139/stat : 12139 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316163959080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12140] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12140/stat : 12140 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316162906536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12141] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12141/stat : 12141 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316161853992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12142] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12142/stat : 12142 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316160801448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12143] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12143/stat : 12143 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316159748904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12144] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12144/stat : 12144 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316158696360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12145] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12145/stat : 12145 (java) S 12132 12135 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316157643816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12146] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12146/stat : 12146 (java) S 12132 12135 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105912709 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316145231976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12147] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12147/stat : 12147 (java) S 12132 12135 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316144178296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12148] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12148/stat : 12148 (java) S 12132 12135 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316143125640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12149] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12149/stat : 12149 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316142074384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12150] ppid=12132 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/12135/task/12150/stat : 12150 (java) S 12132 12135 9891 0 -1 4202560 1237 0 0 0 20 0 0 0 20 0 19 0 105912712 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316141021752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12151] ppid=12132 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12135/task/12151/stat : 12151 (java) S 12132 12135 9891 0 -1 4202560 3015 0 0 0 26 0 0 0 20 0 19 0 105912712 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316139969208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12152] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12152/stat : 12152 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316138916856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12153] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12153/stat : 12153 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316137864520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12154] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12154/stat : 12154 (java) S 12132 12135 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105912732 9856040960 19693 33554432000 1073741824 1073778376 140734143070080 140316136809256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.23 2.29 2.25 4/215 12154
/proc/meminfo: memFree=29445788/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=6.86 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 9152 0 1 0 682 4 0 0 20 0 19 0 105912706 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 32528 2259 9 0 2396937 0
[pid=12135/tid=12137] ppid=12132 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12135/task/12137/stat : 12137 (java) R 12132 12135 9891 0 -1 4202560 2473 0 1 0 623 2 0 0 20 0 19 0 105912707 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316321058496 140316194125301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12138] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12138/stat : 12138 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316165011624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12139] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12139/stat : 12139 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316163959080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12140] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12140/stat : 12140 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316162906536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12141] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12141/stat : 12141 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316161853992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12142] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12142/stat : 12142 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316160801448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12143] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12143/stat : 12143 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316159748904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12144] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12144/stat : 12144 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316158696360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12145] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12145/stat : 12145 (java) S 12132 12135 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105912708 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316157643816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12146] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12146/stat : 12146 (java) S 12132 12135 9891 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105912709 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316145231976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12147] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12147/stat : 12147 (java) S 12132 12135 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316144178296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12148] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12148/stat : 12148 (java) S 12132 12135 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316143125640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12149] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12149/stat : 12149 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316142074384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12150] ppid=12132 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/12135/task/12150/stat : 12150 (java) S 12132 12135 9891 0 -1 4202560 2377 0 0 0 28 0 0 0 20 0 19 0 105912712 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316141021752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12151] ppid=12132 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12135/task/12151/stat : 12151 (java) S 12132 12135 9891 0 -1 4202560 3024 0 0 0 26 0 0 0 20 0 19 0 105912712 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316139969208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12152] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12152/stat : 12152 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316138916856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12153] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12153/stat : 12153 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316137864520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12154] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12154/stat : 12154 (java) S 12132 12135 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105912732 9856040960 32528 33554432000 1073741824 1073778376 140734143070080 140316136809256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9625040


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

[pid=12135/tid=12154] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12154/stat : 12154 (java) S 12132 12135 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105912732 9856040960 175978 33554432000 1073741824 1073778376 140734143070080 140316136809256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1674.09
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.40 2.31 2.21 3/215 12263
/proc/meminfo: memFree=29580004/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=1734.5 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 20723 0 1 0 173295 155 0 0 20 0 19 0 105912706 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 163185 2281 9 0 2396937 0
[pid=12135/tid=12137] ppid=12132 vsize=9625040 CPUtime=1709.64 cores=0,2,4,6
/proc/12135/task/12137/stat : 12137 (java) R 12132 12135 9891 0 -1 4202560 2643 0 1 0 170935 29 0 0 20 0 19 0 105912707 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316321066192 140316194057635 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12138] ppid=12132 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/12135/task/12138/stat : 12138 (java) S 12132 12135 9891 0 -1 4202560 1354 0 0 0 177 13 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316165011624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12139] ppid=12132 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/12135/task/12139/stat : 12139 (java) S 12132 12135 9891 0 -1 4202560 812 0 0 0 174 15 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316163959080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12140] ppid=12132 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/12135/task/12140/stat : 12140 (java) S 12132 12135 9891 0 -1 4202560 874 0 0 0 168 16 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316162906536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12141] ppid=12132 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/12135/task/12141/stat : 12141 (java) S 12132 12135 9891 0 -1 4202560 2049 0 0 0 199 16 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316161853992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12142] ppid=12132 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/12135/task/12142/stat : 12142 (java) S 12132 12135 9891 0 -1 4202560 1377 0 0 0 183 18 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316160801448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12143] ppid=12132 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/12135/task/12143/stat : 12143 (java) S 12132 12135 9891 0 -1 4202560 1149 0 0 0 193 18 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316159748904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12144] ppid=12132 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/12135/task/12144/stat : 12144 (java) S 12132 12135 9891 0 -1 4202560 1485 0 0 0 188 14 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316158696360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12145] ppid=12132 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/12135/task/12145/stat : 12145 (java) S 12132 12135 9891 0 -1 4202560 1089 0 0 0 182 15 0 0 20 0 19 0 105912708 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316157643816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12146] ppid=12132 vsize=9625040 CPUtime=3.63 cores=0,2,4,6
/proc/12135/task/12146/stat : 12146 (java) S 12132 12135 9891 0 -1 4202560 1124 0 0 0 359 4 0 0 20 0 19 0 105912709 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316145231976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12147] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12147/stat : 12147 (java) S 12132 12135 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316144178296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12148] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12148/stat : 12148 (java) S 12132 12135 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316143125640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12149] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12149/stat : 12149 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316142074384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12150] ppid=12132 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12135/task/12150/stat : 12150 (java) S 12132 12135 9891 0 -1 4202560 2381 0 0 0 31 0 0 0 20 0 19 0 105912712 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316141021752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12151] ppid=12132 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12135/task/12151/stat : 12151 (java) S 12132 12135 9891 0 -1 4202560 3024 0 0 0 26 0 0 0 20 0 19 0 105912712 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316139969208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12152] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12152/stat : 12152 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316138916856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12153] ppid=12132 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12135/task/12153/stat : 12153 (java) S 12132 12135 9891 0 -1 4202560 99 0 0 0 32 30 0 0 20 0 19 0 105912712 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316137864520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12154] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12154/stat : 12154 (java) S 12132 12135 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105912732 9856040960 163185 33554432000 1073741824 1073778376 140734143070080 140316136809256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1734.5
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.27 2.20 4/215 12264
/proc/meminfo: memFree=29588152/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=1794.97 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 20743 0 1 0 179341 156 0 0 20 0 19 0 105912706 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 153285 2281 9 0 2396937 0
[pid=12135/tid=12137] ppid=12132 vsize=9625040 CPUtime=1769.14 cores=0,2,4,6
/proc/12135/task/12137/stat : 12137 (java) R 12132 12135 9891 0 -1 4202560 2653 0 1 0 176884 30 0 0 20 0 19 0 105912707 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316321066192 140316194057635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12138] ppid=12132 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/12135/task/12138/stat : 12138 (java) S 12132 12135 9891 0 -1 4202560 1354 0 0 0 185 13 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316165011624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12139] ppid=12132 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/12135/task/12139/stat : 12139 (java) S 12132 12135 9891 0 -1 4202560 812 0 0 0 181 15 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316163959080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12140] ppid=12132 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/12135/task/12140/stat : 12140 (java) S 12132 12135 9891 0 -1 4202560 874 0 0 0 177 16 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316162906536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12141] ppid=12132 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/12135/task/12141/stat : 12141 (java) S 12132 12135 9891 0 -1 4202560 2049 0 0 0 207 16 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316161853992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12142] ppid=12132 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/12135/task/12142/stat : 12142 (java) S 12132 12135 9891 0 -1 4202560 1377 0 0 0 192 18 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316160801448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12143] ppid=12132 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/12135/task/12143/stat : 12143 (java) S 12132 12135 9891 0 -1 4202560 1149 0 0 0 204 18 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316159748904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12144] ppid=12132 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/12135/task/12144/stat : 12144 (java) S 12132 12135 9891 0 -1 4202560 1485 0 0 0 196 14 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316158696360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12145] ppid=12132 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/12135/task/12145/stat : 12145 (java) S 12132 12135 9891 0 -1 4202560 1089 0 0 0 192 15 0 0 20 0 19 0 105912708 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316157643816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12146] ppid=12132 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/12135/task/12146/stat : 12146 (java) S 12132 12135 9891 0 -1 4202560 1130 0 0 0 372 5 0 0 20 0 19 0 105912709 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316145231976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12147] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12147/stat : 12147 (java) S 12132 12135 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316144178296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12148] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12148/stat : 12148 (java) S 12132 12135 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316143125640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12149] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12149/stat : 12149 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316142074384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12150] ppid=12132 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12135/task/12150/stat : 12150 (java) S 12132 12135 9891 0 -1 4202560 2381 0 0 0 31 0 0 0 20 0 19 0 105912712 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316141021752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12151] ppid=12132 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12135/task/12151/stat : 12151 (java) S 12132 12135 9891 0 -1 4202560 3024 0 0 0 26 0 0 0 20 0 19 0 105912712 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316139969208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12152] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12152/stat : 12152 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316138916856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12153] ppid=12132 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/12135/task/12153/stat : 12153 (java) S 12132 12135 9891 0 -1 4202560 103 0 0 0 32 31 0 0 20 0 19 0 105912712 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316137864520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12154] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12154/stat : 12154 (java) S 12132 12135 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105912732 9856040960 153285 33554432000 1073741824 1073778376 140734143070080 140316136809256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.4 s]
/proc/loadavg: 2.17 2.26 2.20 3/215 12264
/proc/meminfo: memFree=29588280/32872528 swapFree=20720/1686580
[pid=12135] ppid=12132 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/12135/stat : 12135 (java) S 12132 12135 9891 0 -1 4202496 20744 0 1 0 179852 156 0 0 20 0 19 0 105912706 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140734143061216 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12135/statm: 2406260 152676 2281 9 0 2396937 0
[pid=12135/tid=12137] ppid=12132 vsize=9625040 CPUtime=1774.22 cores=0,2,4,6
/proc/12135/task/12137/stat : 12137 (java) R 12132 12135 9891 0 -1 4202560 2654 0 1 0 177392 30 0 0 20 0 19 0 105912707 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316321066312 140316194125301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12138] ppid=12132 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/12135/task/12138/stat : 12138 (java) S 12132 12135 9891 0 -1 4202560 1354 0 0 0 185 13 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316165011624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12139] ppid=12132 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/12135/task/12139/stat : 12139 (java) S 12132 12135 9891 0 -1 4202560 812 0 0 0 181 15 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316163959080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12140] ppid=12132 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/12135/task/12140/stat : 12140 (java) S 12132 12135 9891 0 -1 4202560 874 0 0 0 177 16 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316162906536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12141] ppid=12132 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/12135/task/12141/stat : 12141 (java) S 12132 12135 9891 0 -1 4202560 2049 0 0 0 207 16 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316161853992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12142] ppid=12132 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/12135/task/12142/stat : 12142 (java) S 12132 12135 9891 0 -1 4202560 1377 0 0 0 192 18 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316160801448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12143] ppid=12132 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/12135/task/12143/stat : 12143 (java) S 12132 12135 9891 0 -1 4202560 1149 0 0 0 204 18 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316159748904 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12144] ppid=12132 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/12135/task/12144/stat : 12144 (java) S 12132 12135 9891 0 -1 4202560 1485 0 0 0 196 14 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316158696360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12145] ppid=12132 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/12135/task/12145/stat : 12145 (java) S 12132 12135 9891 0 -1 4202560 1089 0 0 0 192 15 0 0 20 0 19 0 105912708 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316157643816 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12146] ppid=12132 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/12135/task/12146/stat : 12146 (java) S 12132 12135 9891 0 -1 4202560 1130 0 0 0 372 5 0 0 20 0 19 0 105912709 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316145231976 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12135/tid=12147] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12147/stat : 12147 (java) S 12132 12135 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316144178296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12148] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12148/stat : 12148 (java) S 12132 12135 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105912710 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316143125640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12149] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12149/stat : 12149 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316142074384 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12150] ppid=12132 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12135/task/12150/stat : 12150 (java) S 12132 12135 9891 0 -1 4202560 2381 0 0 0 31 0 0 0 20 0 19 0 105912712 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316141021752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12135/tid=12151] ppid=12132 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12135/task/12151/stat : 12151 (java) S 12132 12135 9891 0 -1 4202560 3024 0 0 0 26 0 0 0 20 0 19 0 105912712 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316139969208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12152] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12152/stat : 12152 (java) S 12132 12135 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105912712 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316138916856 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12135/tid=12153] ppid=12132 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/12135/task/12153/stat : 12153 (java) S 12132 12135 9891 0 -1 4202560 103 0 0 0 33 31 0 0 20 0 19 0 105912712 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316137864520 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12135/tid=12154] ppid=12132 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12135/task/12154/stat : 12154 (java) S 12132 12135 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105912732 9856040960 152676 33554432000 1073741824 1073778376 140734143070080 140316136809256 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 12135 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 12135 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=49263
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=52687
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.44
CPU time (s): 1800.08
CPU user time (s): 1798.52
CPU system time (s): 1.56
CPU usage (%): 100.707
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.05
system time used= 2.05269
maximum resident set size= 728204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20787
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42940
involuntary context switches= 27973

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.825 second user time and 16.3755 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-06 21:03:26
IDJOB=4084479
IDBENCH=2581
IDSOLVER=2546
FILE ID=node135/4084479-1465239806
RUNJOBID= node135-1465226821-9907
PBS_JOBID= 19843238
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-65-60.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084479-1465239806/watcher-4084479-1465239806 -o /tmp/evaluation-result-4084479-1465239806/solver-4084479-1465239806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084479-1465239806.opb

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

MD5SUM BENCH= 6f6d5bf9df98767681bd16885050de4b
RANDOM SEED=578276883

node135.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		: 2667.026
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	: 5334.05
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		: 2667.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.56
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		: 2667.026
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		: 2667.026
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		: 2667.026
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:        29556320 kB
Buffers:           29500 kB
Cached:            86336 kB
SwapCached:         1824 kB
Active:           870532 kB
Inactive:          57804 kB
Active(anon):     813124 kB
Inactive(anon):     1352 kB
Active(file):      57408 kB
Inactive(file):    56452 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098252 kB
Dirty:               508 kB
Writeback:             0 kB
AnonPages:       2508436 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             566796 kB
SReclaimable:      10472 kB
SUnreclaim:       556324 kB
KernelStack:        1600 kB
PageTables:         8908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2693428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2465792 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 node135 at 2016-06-06 21:33:14