Trace number 4105605

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.72 1798.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMd78f5121f87a7bad7fc74d5d3eacc32f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4105605-1466262812.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.16	c ... done. Wall clock time 0.045s.
0.10/0.16	c declared #vars     71
0.10/0.16	c #constraints  17
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.10/0.16	c 17 constraints processed.
0.10/0.16	c objective function length is 1 literals
0.70/0.58	c cleaning 2502 clauses out of 5005 with flag 10382/5005
1.31/1.02	c cleaning 4249 clauses out of 8498 with flag 22781/11000
1.82/1.59	c cleaning 5625 clauses out of 11250 with flag 37100/18001
2.64/2.31	c cleaning 6812 clauses out of 13625 with flag 53477/26001
3.45/3.17	c cleaning 7906 clauses out of 15815 with flag 71987/35003
4.45/4.17	c cleaning 8952 clauses out of 17906 with flag 92552/45000
5.65/5.31	c cleaning 9975 clauses out of 19956 with flag 115112/56002
7.06/6.72	c cleaning 10989 clauses out of 21980 with flag 139729/68001
8.66/8.32	c cleaning 11996 clauses out of 23992 with flag 166448/81002
10.36/10.09	c cleaning 12993 clauses out of 25994 with flag 195355/95000
12.36/12.09	c cleaning 14001 clauses out of 28001 with flag 226232/110000
14.67/14.31	c cleaning 15001 clauses out of 30001 with flag 258889/126001
16.92/16.60	c cleaning 15999 clauses out of 32002 with flag 295047/143003
19.73/19.31	c cleaning 17000 clauses out of 34004 with flag 332807/161004
22.83/22.46	c cleaning 17999 clauses out of 36000 with flag 373142/180000
26.42/26.01	c cleaning 18999 clauses out of 38001 with flag 415538/200000
30.03/29.66	c cleaning 20000 clauses out of 40003 with flag 459899/221001
33.93/33.54	c cleaning 20998 clauses out of 42003 with flag 505759/243001
37.94/37.51	c cleaning 21998 clauses out of 44009 with flag 554288/266005
42.24/41.84	c cleaning 23001 clauses out of 46008 with flag 604408/290002
47.23/46.83	c cleaning 24005 clauses out of 48012 with flag 657266/315007
52.73/52.33	c cleaning 24996 clauses out of 50006 with flag 712995/341006
58.93/58.56	c cleaning 26002 clauses out of 52008 with flag 770183/368004
65.63/65.20	c cleaning 27000 clauses out of 54003 with flag 829296/396001
72.54/72.16	c cleaning 28000 clauses out of 56003 with flag 891019/425001
79.43/79.08	c cleaning 29001 clauses out of 58004 with flag 955240/455002
86.86/86.41	c cleaning 29999 clauses out of 60002 with flag 1021162/486001
94.87/94.41	c cleaning 31004 clauses out of 62010 with flag 1089977/518008
103.77/103.32	c cleaning 32000 clauses out of 64003 with flag 1160464/551005
112.67/112.30	c cleaning 33000 clauses out of 65999 with flag 1232401/585001
122.26/121.85	c cleaning 33991 clauses out of 67998 with flag 1306782/620000
131.77/131.33	c cleaning 35000 clauses out of 70010 with flag 1383980/656003
141.27/140.84	c cleaning 36001 clauses out of 72010 with flag 1463066/693003
151.38/150.93	c cleaning 37004 clauses out of 74013 with flag 1544232/731007
162.58/162.13	c cleaning 38001 clauses out of 76004 with flag 1626154/770002
174.18/173.78	c cleaning 39001 clauses out of 78001 with flag 1710273/810000
187.08/186.69	c cleaning 40000 clauses out of 80000 with flag 1795610/851000
200.98/200.52	c cleaning 40999 clauses out of 82000 with flag 1884554/893000
214.89/214.44	c cleaning 41998 clauses out of 84001 with flag 1975292/936000
229.05/228.50	c cleaning 42999 clauses out of 86005 with flag 2068481/980002
242.35/241.89	c cleaning 44003 clauses out of 88008 with flag 2164461/1025004
255.76/255.22	c cleaning 45001 clauses out of 90001 with flag 2262463/1071000
270.45/269.93	c cleaning 46001 clauses out of 92001 with flag 2362297/1118001
284.47/283.91	c cleaning 46993 clauses out of 93999 with flag 2464138/1166000
299.56/299.04	c cleaning 48003 clauses out of 96006 with flag 2567702/1215000
317.16/316.62	c cleaning 48998 clauses out of 98005 with flag 2672619/1265002
335.26/334.76	c cleaning 49997 clauses out of 100007 with flag 2780232/1316002
353.06/352.53	c cleaning 51003 clauses out of 102008 with flag 2889928/1368000
370.66/370.14	c cleaning 52003 clauses out of 104005 with flag 3001934/1421000
389.15/388.56	c cleaning 53003 clauses out of 106005 with flag 3116024/1475003
407.04/406.47	c cleaning 53994 clauses out of 108000 with flag 3233106/1530001
426.04/425.43	c cleaning 54997 clauses out of 110007 with flag 3351992/1586002
446.33/445.74	c cleaning 56000 clauses out of 112008 with flag 3472222/1643000
468.43/467.82	c cleaning 57005 clauses out of 114010 with flag 3595147/1701002
491.13/490.57	c cleaning 58000 clauses out of 116003 with flag 3720520/1760000
515.22/514.61	c cleaning 59002 clauses out of 118007 with flag 3847731/1820004
540.93/540.31	c cleaning 60000 clauses out of 120003 with flag 3978340/1881002
567.81/567.24	c cleaning 60993 clauses out of 122002 with flag 4109344/1943001
595.71/595.09	c cleaning 62006 clauses out of 124015 with flag 4242102/2006007
626.81/626.17	c cleaning 62992 clauses out of 126002 with flag 4375738/2070000
656.10/655.49	c cleaning 64002 clauses out of 128011 with flag 4513144/2135001
686.59/685.96	c cleaning 65005 clauses out of 130009 with flag 4649937/2201001
719.39/718.78	c cleaning 65999 clauses out of 132003 with flag 4791891/2268000
752.48/751.85	c cleaning 67000 clauses out of 134008 with flag 4935293/2336004
788.30/787.68	c cleaning 68001 clauses out of 136007 with flag 5078640/2405003
823.19/822.59	c cleaning 69000 clauses out of 138005 with flag 5224321/2475002
858.91/858.18	c cleaning 69991 clauses out of 140004 with flag 5372262/2546001
898.10/897.35	c cleaning 71000 clauses out of 142013 with flag 5520952/2618001
939.70/938.99	c cleaning 71999 clauses out of 144014 with flag 5675321/2691002
977.29/976.58	c cleaning 73001 clauses out of 146013 with flag 5830967/2765000
1014.28/1013.56	c cleaning 74002 clauses out of 148013 with flag 5989750/2840001
1057.89/1057.20	c cleaning 75003 clauses out of 150016 with flag 6150712/2916006
1097.25/1096.38	c cleaning 75998 clauses out of 152007 with flag 6315052/2993000
1139.24/1138.37	c cleaning 77004 clauses out of 154011 with flag 6480157/3071002
1182.45/1181.53	c cleaning 78001 clauses out of 156006 with flag 6647460/3150001
1227.94/1227.01	c cleaning 78998 clauses out of 158004 with flag 6817269/3230000
1269.53/1268.64	c cleaning 80007 clauses out of 160013 with flag 6988854/3311007
1315.72/1314.86	c cleaning 81002 clauses out of 162003 with flag 7161631/3393004
1357.87/1356.85	c cleaning 81993 clauses out of 164001 with flag 7335348/3476004
1400.28/1399.28	c cleaning 82999 clauses out of 166006 with flag 7510887/3560002
1453.57/1452.51	c cleaning 83995 clauses out of 168005 with flag 7692052/3645000
1516.48/1515.46	c cleaning 84999 clauses out of 170011 with flag 7876695/3731001
1576.99/1575.96	c cleaning 86000 clauses out of 172012 with flag 8062487/3818001
1629.56/1628.38	c cleaning 87006 clauses out of 174013 with flag 8248009/3906002
1697.75/1696.56	c cleaning 87994 clauses out of 176008 with flag 8435840/3995003
1763.36/1762.16	c cleaning 88997 clauses out of 178011 with flag 8625031/4085000
1800.07/1798.81	c starts		: 413
1800.07/1798.81	c conflicts		: 4147320
1800.07/1798.81	c decisions		: 4330131
1800.07/1798.81	c propagations		: 42908552
1800.07/1798.81	c inspects		: 36852644299
1800.07/1798.81	c shortcuts		: 0
1800.07/1798.81	c learnt literals	: 0
1800.07/1798.81	c learnt binary clauses	: 0
1800.07/1798.81	c learnt ternary clauses	: 0
1800.07/1798.81	c learnt constraints	: 4147321
1800.07/1798.81	c timeout
1800.07/1798.81	c ignored constraints	: 0
1800.07/1798.81	c root simplifications	: 0
1800.07/1798.81	c removed literals (reason simplification)	: 0
1800.07/1798.81	c reason swapping (by a shorter reason)	: 0
1800.07/1798.81	c Calls to reduceDB	: 86
1800.07/1798.81	c Number of update (reduction) of LBD	: 380759
1800.07/1798.81	c Imported unit clauses	: 0
1800.07/1798.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.81	c number of learned constraints concerned by reduction	: 0
1800.07/1798.81	c number of learning phase by resolution	: 0
1800.07/1798.81	c number of learning phase by cutting planes	: 0
1800.07/1798.81	c speed (assignments/second)	: 23856.05600663611
1800.07/1798.81	c non guided choices	31
1800.07/1798.83	c learnt constraints type 
1800.07/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151335
1800.07/1798.83	s UNKNOWN
1800.07/1798.83	c Total wall clock time (in seconds): 1798.718

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4105605-1466262812/watcher-4105605-1466262812 -o /tmp/evaluation-result-4105605-1466262812/solver-4105605-1466262812 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105605-1466262812.opb 

pid=19223
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.06 2.03 2.00 3/194 19226
/proc/meminfo: memFree=30880652/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19226/stat : 19226 (java) R 19223 19226 16325 0 -1 4202496 294 0 0 0 0 0 0 0 20 0 1 0 28326832 9515008 154 33554432000 1073741824 1073778376 140734989150800 140734989147928 1073762688 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19226/statm: 2323 162 121 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19226
/proc/meminfo: memFree=30880652/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 4401 0 1 0 8 2 0 0 20 0 18 0 28326832 9787879424 6036 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19226
/proc/meminfo: memFree=30880652/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 5749 0 1 0 25 2 0 0 20 0 19 0 28326832 9856040960 6887 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 6887 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300207 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19226
/proc/meminfo: memFree=30880652/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 6600 0 1 0 47 2 0 0 20 0 19 0 28326832 9856040960 7926 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 7926 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700253 s]
/proc/loadavg: 2.06 2.03 2.00 3/194 19226
/proc/meminfo: memFree=30880652/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 6619 0 1 0 92 2 0 0 20 0 19 0 28326832 9856040960 8453 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 8453 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 19245
/proc/meminfo: memFree=30851484/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=1.82 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 7889 0 1 0 180 2 0 0 20 0 19 0 28326832 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 9941 2249 9 0 2396937 0
[pid=19226/tid=19228] ppid=19223 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/19226/task/19228/stat : 19228 (java) R 19223 19226 16325 0 -1 4202560 2412 0 1 0 145 1 0 0 20 0 19 0 28326833 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142781051384 140142652587609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19229] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19229/stat : 19229 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142624586536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19230] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19230/stat : 19230 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142623533736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19231] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19231/stat : 19231 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142622481448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19232] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19232/stat : 19232 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142621428648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19233] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19233/stat : 19233 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142620375336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19234] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19234/stat : 19234 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142619322536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19235] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19235/stat : 19235 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142618270248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19236] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19236/stat : 19236 (java) S 19223 19226 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142617217448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19237] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19237/stat : 19237 (java) S 19223 19226 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142605019880 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19238] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19238/stat : 19238 (java) S 19223 19226 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142603965944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19239] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19239/stat : 19239 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142602913544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19240] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19240/stat : 19240 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142601862032 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19241] ppid=19223 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19226/task/19241/stat : 19241 (java) S 19223 19226 16325 0 -1 4202560 1166 0 0 0 12 0 0 0 20 0 19 0 28326838 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142600808632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19242] ppid=19223 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/19226/task/19242/stat : 19242 (java) S 19223 19226 16325 0 -1 4202560 3042 0 0 0 20 0 0 0 20 0 19 0 28326838 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142599755832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19243] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19243/stat : 19243 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142598703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19244] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19244/stat : 19244 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142597651144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19245] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19245/stat : 19245 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326849 9856040960 9941 33554432000 1073741824 1073778376 140734703281920 140142596597160 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 19245
/proc/meminfo: memFree=30846636/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 7912 0 1 0 343 2 0 0 20 0 19 0 28326832 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 10986 2255 9 0 2396937 0
[pid=19226/tid=19228] ppid=19223 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/19226/task/19228/stat : 19228 (java) R 19223 19226 16325 0 -1 4202560 2420 0 1 0 305 1 0 0 20 0 19 0 28326833 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142781051160 140142652647159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19229] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19229/stat : 19229 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142624586536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19230] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19230/stat : 19230 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142623533736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19231] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19231/stat : 19231 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142622481448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19232] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19232/stat : 19232 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142621428648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19233] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19233/stat : 19233 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142620375336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19234] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19234/stat : 19234 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142619322536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19235] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19235/stat : 19235 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142618270248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19236] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19236/stat : 19236 (java) S 19223 19226 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142617217448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19237] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19237/stat : 19237 (java) S 19223 19226 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142605019880 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19238] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19238/stat : 19238 (java) S 19223 19226 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142603965944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19239] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19239/stat : 19239 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142602913544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19240] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19240/stat : 19240 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142601862032 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19241] ppid=19223 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19226/task/19241/stat : 19241 (java) S 19223 19226 16325 0 -1 4202560 1176 0 0 0 15 0 0 0 20 0 19 0 28326838 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142600808632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19242] ppid=19223 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19226/task/19242/stat : 19242 (java) S 19223 19226 16325 0 -1 4202560 3047 0 0 0 21 0 0 0 20 0 19 0 28326838 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142599755832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19243] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19243/stat : 19243 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142598703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19244] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19244/stat : 19244 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142597651144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19245] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19245/stat : 19245 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326849 9856040960 10986 33554432000 1073741824 1073778376 140734703281920 140142596597160 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.05 2.03 2.00 3/213 19245
/proc/meminfo: memFree=30839972/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=6.66 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 7920 0 1 0 663 3 0 0 20 0 19 0 28326832 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 12589 2257 9 0 2396937 0
[pid=19226/tid=19228] ppid=19223 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/19226/task/19228/stat : 19228 (java) R 19223 19226 16325 0 -1 4202560 2425 0 1 0 625 2 0 0 20 0 19 0 28326833 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142781042368 140142652647159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19229] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19229/stat : 19229 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142624586536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19230] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19230/stat : 19230 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142623533736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19231] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19231/stat : 19231 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142622481448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19232] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19232/stat : 19232 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142621428648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19233] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19233/stat : 19233 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142620375336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19234] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19234/stat : 19234 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142619322536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19235] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19235/stat : 19235 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142618270248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19236] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19236/stat : 19236 (java) S 19223 19226 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28326834 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142617217448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19237] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19237/stat : 19237 (java) S 19223 19226 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142605019880 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19238] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19238/stat : 19238 (java) S 19223 19226 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142603965944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19239] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19239/stat : 19239 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142602913544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19240] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19240/stat : 19240 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142601862032 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19241] ppid=19223 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/19226/task/19241/stat : 19241 (java) S 19223 19226 16325 0 -1 4202560 1176 0 0 0 15 0 0 0 20 0 19 0 28326838 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142600808632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19242] ppid=19223 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19226/task/19242/stat : 19242 (java) S 19223 19226 16325 0 -1 4202560 3047 0 0 0 21 0 0 0 20 0 19 0 28326838 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142599755832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19243] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19243/stat : 19243 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142598703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19244] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19244/stat : 19244 (java) S 19223 19226 16325 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142597651144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19245] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19245/stat : 19245 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326849 9856040960 12589 33554432000 1073741824 1073778376 140734703281920 140142596597160 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 9625040


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

[pid=19226/tid=19238] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19238/stat : 19238 (java) S 19223 19226 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142603965944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19239] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19239/stat : 19239 (java) S 19223 19226 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142602913544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19240] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19240/stat : 19240 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142601862032 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19241] ppid=19223 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19226/task/19241/stat : 19241 (java) S 19223 19226 16325 0 -1 4202560 3007 0 0 0 25 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142600808632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19242] ppid=19223 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19226/task/19242/stat : 19242 (java) S 19223 19226 16325 0 -1 4202560 3047 0 0 0 21 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142599755832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19243] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19243/stat : 19243 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142598703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19244] ppid=19223 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/19226/task/19244/stat : 19244 (java) S 19223 19226 16325 0 -1 4202560 98 0 0 0 27 26 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142597651144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19245] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19245/stat : 19245 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326849 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142596597160 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.56
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/212 19354
/proc/meminfo: memFree=30616192/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=1723.56 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 11392 0 1 0 172301 55 0 0 20 0 19 0 28326832 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 95584 2272 9 0 2396937 0
[pid=19226/tid=19228] ppid=19223 vsize=9625040 CPUtime=1721.78 cores=0,2,4,6
/proc/19226/task/19228/stat : 19228 (java) R 19223 19226 16325 0 -1 4202560 2489 0 1 0 172144 34 0 0 20 0 19 0 28326833 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142781042352 140142652633702 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19229] ppid=19223 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/19226/task/19229/stat : 19229 (java) S 19223 19226 16325 0 -1 4202560 105 0 0 0 8 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142624586536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19230] ppid=19223 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/19226/task/19230/stat : 19230 (java) S 19223 19226 16325 0 -1 4202560 185 0 0 0 10 4 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142623533736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19231] ppid=19223 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19226/task/19231/stat : 19231 (java) S 19223 19226 16325 0 -1 4202560 119 0 0 0 8 2 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142622481448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19232] ppid=19223 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19226/task/19232/stat : 19232 (java) S 19223 19226 16325 0 -1 4202560 249 0 0 0 10 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142621428648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19233] ppid=19223 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19226/task/19233/stat : 19233 (java) S 19223 19226 16325 0 -1 4202560 202 0 0 0 14 5 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142620375336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19234] ppid=19223 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19226/task/19234/stat : 19234 (java) S 19223 19226 16325 0 -1 4202560 323 0 0 0 9 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142619322536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19235] ppid=19223 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19226/task/19235/stat : 19235 (java) S 19223 19226 16325 0 -1 4202560 176 0 0 0 13 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142618270248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19236] ppid=19223 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19226/task/19236/stat : 19236 (java) S 19223 19226 16325 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142617217448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19237] ppid=19223 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19226/task/19237/stat : 19237 (java) S 19223 19226 16325 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142605019880 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19238] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19238/stat : 19238 (java) S 19223 19226 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142603965944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19239] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19239/stat : 19239 (java) S 19223 19226 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142602913544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19240] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19240/stat : 19240 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142601862032 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19241] ppid=19223 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19226/task/19241/stat : 19241 (java) S 19223 19226 16325 0 -1 4202560 3007 0 0 0 25 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142600808632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19242] ppid=19223 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19226/task/19242/stat : 19242 (java) S 19223 19226 16325 0 -1 4202560 3047 0 0 0 21 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142599755832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19243] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19243/stat : 19243 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142598703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19244] ppid=19223 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19226/task/19244/stat : 19244 (java) S 19223 19226 16325 0 -1 4202560 100 0 0 0 28 26 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142597651144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19245] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19245/stat : 19245 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326849 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142596597160 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 19356
/proc/meminfo: memFree=30616072/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=1783.56 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 11396 0 1 0 178300 56 0 0 20 0 19 0 28326832 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 95584 2272 9 0 2396937 0
[pid=19226/tid=19228] ppid=19223 vsize=9625040 CPUtime=1781.79 cores=0,2,4,6
/proc/19226/task/19228/stat : 19228 (java) R 19223 19226 16325 0 -1 4202560 2489 0 1 0 178144 35 0 0 20 0 19 0 28326833 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142781042352 140142652632466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19229] ppid=19223 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/19226/task/19229/stat : 19229 (java) S 19223 19226 16325 0 -1 4202560 105 0 0 0 8 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142624586536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19230] ppid=19223 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/19226/task/19230/stat : 19230 (java) S 19223 19226 16325 0 -1 4202560 185 0 0 0 10 4 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142623533736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19231] ppid=19223 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19226/task/19231/stat : 19231 (java) S 19223 19226 16325 0 -1 4202560 119 0 0 0 8 2 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142622481448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19232] ppid=19223 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19226/task/19232/stat : 19232 (java) S 19223 19226 16325 0 -1 4202560 249 0 0 0 10 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142621428648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19233] ppid=19223 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19226/task/19233/stat : 19233 (java) S 19223 19226 16325 0 -1 4202560 202 0 0 0 14 5 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142620375336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19234] ppid=19223 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19226/task/19234/stat : 19234 (java) S 19223 19226 16325 0 -1 4202560 323 0 0 0 9 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142619322536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19235] ppid=19223 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19226/task/19235/stat : 19235 (java) S 19223 19226 16325 0 -1 4202560 176 0 0 0 13 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142618270248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19236] ppid=19223 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19226/task/19236/stat : 19236 (java) S 19223 19226 16325 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142617217448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19237] ppid=19223 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19226/task/19237/stat : 19237 (java) S 19223 19226 16325 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142605019880 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19238] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19238/stat : 19238 (java) S 19223 19226 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142603965944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19239] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19239/stat : 19239 (java) S 19223 19226 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142602913544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19240] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19240/stat : 19240 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142601862032 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19241] ppid=19223 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19226/task/19241/stat : 19241 (java) S 19223 19226 16325 0 -1 4202560 3007 0 0 0 25 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142600808632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19242] ppid=19223 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19226/task/19242/stat : 19242 (java) S 19223 19226 16325 0 -1 4202560 3047 0 0 0 21 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142599755832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19243] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19243/stat : 19243 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142598703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19244] ppid=19223 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/19226/task/19244/stat : 19244 (java) S 19223 19226 16325 0 -1 4202560 104 0 0 0 29 28 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142597651144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19245] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19245/stat : 19245 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326849 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142596597160 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 19356
/proc/meminfo: memFree=30615828/32872528 swapFree=534252/566956
[pid=19226] ppid=19223 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/19226/stat : 19226 (java) S 19223 19226 16325 0 -1 4202496 11398 0 1 0 179951 56 0 0 20 0 19 0 28326832 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140734703273056 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19226/statm: 2406260 95584 2272 9 0 2396937 0
[pid=19226/tid=19228] ppid=19223 vsize=9625040 CPUtime=1798.29 cores=0,2,4,6
/proc/19226/task/19228/stat : 19228 (java) R 19223 19226 16325 0 -1 4202560 2489 0 1 0 179794 35 0 0 20 0 19 0 28326833 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142781042352 140142652633515 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19226/tid=19229] ppid=19223 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/19226/task/19229/stat : 19229 (java) S 19223 19226 16325 0 -1 4202560 105 0 0 0 8 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142624586536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19230] ppid=19223 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/19226/task/19230/stat : 19230 (java) S 19223 19226 16325 0 -1 4202560 185 0 0 0 10 4 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142623533736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19231] ppid=19223 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19226/task/19231/stat : 19231 (java) S 19223 19226 16325 0 -1 4202560 119 0 0 0 8 2 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142622481448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19232] ppid=19223 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/19226/task/19232/stat : 19232 (java) S 19223 19226 16325 0 -1 4202560 249 0 0 0 10 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142621428648 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19233] ppid=19223 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/19226/task/19233/stat : 19233 (java) S 19223 19226 16325 0 -1 4202560 202 0 0 0 14 5 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142620375336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19234] ppid=19223 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19226/task/19234/stat : 19234 (java) S 19223 19226 16325 0 -1 4202560 323 0 0 0 9 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142619322536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19235] ppid=19223 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19226/task/19235/stat : 19235 (java) S 19223 19226 16325 0 -1 4202560 176 0 0 0 13 3 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142618270248 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19236] ppid=19223 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19226/task/19236/stat : 19236 (java) S 19223 19226 16325 0 -1 4202560 43 0 0 0 8 2 0 0 20 0 19 0 28326834 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142617217448 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19237] ppid=19223 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/19226/task/19237/stat : 19237 (java) S 19223 19226 16325 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142605019880 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19238] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19238/stat : 19238 (java) S 19223 19226 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142603965944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19239] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19239/stat : 19239 (java) S 19223 19226 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28326836 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142602913544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19240] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19240/stat : 19240 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142601862032 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19241] ppid=19223 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/19226/task/19241/stat : 19241 (java) S 19223 19226 16325 0 -1 4202560 3007 0 0 0 25 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142600808632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19226/tid=19242] ppid=19223 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/19226/task/19242/stat : 19242 (java) S 19223 19226 16325 0 -1 4202560 3047 0 0 0 21 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142599755832 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19243] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19243/stat : 19243 (java) S 19223 19226 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142598703736 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19226/tid=19244] ppid=19223 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/19226/task/19244/stat : 19244 (java) S 19223 19226 16325 0 -1 4202560 106 0 0 0 30 28 0 0 20 0 19 0 28326838 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142597651144 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19226/tid=19245] ppid=19223 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19226/task/19245/stat : 19245 (java) S 19223 19226 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28326849 9856040960 95584 33554432000 1073741824 1073778376 140734703281920 140142596597160 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19226 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.72
CPU user time (s): 1799.7
CPU system time (s): 1.02584
CPU usage (%): 100.105
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 1.02584
maximum resident set size= 382484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38247
involuntary context switches= 21365

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8723 second user time and 13.262 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 17:13:32
IDJOB=4105605
IDBENCH=2922
IDSOLVER=2546
FILE ID=node138/4105605-1466262812
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105605-1466262812/watcher-4105605-1466262812 -o /tmp/evaluation-result-4105605-1466262812/solver-4105605-1466262812 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105605-1466262812.opb

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

MD5SUM BENCH= d78f5121f87a7bad7fc74d5d3eacc32f
RANDOM SEED=1310809048

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30881016 kB
Buffers:          135872 kB
Cached:           232004 kB
SwapCached:         1060 kB
Active:           405280 kB
Inactive:         280036 kB
Active(anon):     316104 kB
Inactive(anon):     3576 kB
Active(file):      89176 kB
Inactive(file):   276460 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:        961832 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             606612 kB
SReclaimable:      50204 kB
SUnreclaim:       556408 kB
KernelStack:        1768 kB
PageTables:         6280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1340100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node138 at 2016-06-18 17:43:31