Trace number 4085437

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.63 1799.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1078.99
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
Number of bits of the biggest sum of numbers12
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085437-1465244027.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.14	c ... done. Wall clock time 0.023s.
0.09/0.14	c declared #vars     41
0.09/0.14	c #constraints  11
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.14	c 11 constraints processed.
0.09/0.14	c objective function length is 1 literals
0.76/0.50	c cleaning 2500 clauses out of 5000 with flag 10198/5000
1.20/0.85	c cleaning 4250 clauses out of 8500 with flag 22485/11000
1.61/1.27	c cleaning 5625 clauses out of 11250 with flag 36756/18000
2.21/1.86	c cleaning 6812 clauses out of 13625 with flag 53014/26000
3.03/2.66	c cleaning 7908 clauses out of 15815 with flag 71332/35002
4.03/3.65	c cleaning 8954 clauses out of 17907 with flag 91625/45002
5.13/4.80	c cleaning 9974 clauses out of 19951 with flag 113887/56000
6.43/6.02	c cleaning 10987 clauses out of 21977 with flag 138411/68000
7.83/7.49	c cleaning 11994 clauses out of 23991 with flag 165127/81001
9.53/9.18	c cleaning 12997 clauses out of 25996 with flag 193659/95000
11.55/11.18	c cleaning 14001 clauses out of 28001 with flag 223928/110002
13.84/13.48	c cleaning 15000 clauses out of 29999 with flag 256490/126001
16.14/15.78	c cleaning 15996 clauses out of 31998 with flag 291102/143000
18.75/18.39	c cleaning 17001 clauses out of 34003 with flag 328132/161001
22.06/21.64	c cleaning 18000 clauses out of 36002 with flag 367296/180001
25.57/25.11	c cleaning 18997 clauses out of 38002 with flag 408204/200001
29.07/28.62	c cleaning 20003 clauses out of 40005 with flag 451084/221001
33.17/32.71	c cleaning 20998 clauses out of 42001 with flag 495710/243000
37.46/37.07	c cleaning 22001 clauses out of 44006 with flag 542507/266003
42.06/41.66	c cleaning 22997 clauses out of 46002 with flag 591477/290000
47.57/47.14	c cleaning 24002 clauses out of 48006 with flag 643528/315001
53.47/53.09	c cleaning 25002 clauses out of 50005 with flag 697127/341002
59.57/59.17	c cleaning 26001 clauses out of 52001 with flag 752451/368000
66.17/65.74	c cleaning 27002 clauses out of 54003 with flag 810103/396003
72.97/72.60	c cleaning 27999 clauses out of 55998 with flag 869224/425000
80.27/79.87	c cleaning 28998 clauses out of 58000 with flag 930042/455001
88.17/87.79	c cleaning 30002 clauses out of 60003 with flag 993807/486002
96.47/96.01	c cleaning 31000 clauses out of 62001 with flag 1059364/518002
106.08/105.69	c cleaning 31997 clauses out of 64001 with flag 1127019/551002
116.68/116.24	c cleaning 32999 clauses out of 66003 with flag 1197632/585001
126.78/126.37	c cleaning 33999 clauses out of 68005 with flag 1269713/620002
138.09/137.66	c cleaning 34998 clauses out of 70006 with flag 1344355/656002
150.38/149.98	c cleaning 36002 clauses out of 72007 with flag 1420894/693001
163.79/163.33	c cleaning 36999 clauses out of 74006 with flag 1499412/731002
178.11/177.63	c cleaning 37996 clauses out of 76006 with flag 1579837/770001
192.82/192.31	c cleaning 39005 clauses out of 78012 with flag 1661814/810003
209.12/208.69	c cleaning 39999 clauses out of 80007 with flag 1746417/851003
225.53/225.08	c cleaning 40999 clauses out of 82005 with flag 1833426/893000
243.93/243.41	c cleaning 42004 clauses out of 84007 with flag 1923170/936001
263.63/263.20	c cleaning 42997 clauses out of 86004 with flag 2014122/980002
282.04/281.54	c cleaning 43999 clauses out of 88008 with flag 2106627/1025003
301.14/300.67	c cleaning 45000 clauses out of 90006 with flag 2200874/1071000
322.96/322.43	c cleaning 46001 clauses out of 92006 with flag 2297376/1118000
342.95/342.48	c cleaning 46999 clauses out of 94006 with flag 2396328/1166001
365.26/364.76	c cleaning 47999 clauses out of 96007 with flag 2497150/1215001
390.67/390.12	c cleaning 49003 clauses out of 98009 with flag 2599351/1265002
416.87/416.39	c cleaning 50001 clauses out of 100004 with flag 2703813/1316000
443.58/443.08	c cleaning 51003 clauses out of 102005 with flag 2810322/1368002
472.18/471.60	c cleaning 52000 clauses out of 104001 with flag 2919588/1421001
503.80/503.25	c cleaning 52999 clauses out of 106001 with flag 3030870/1475001
533.11/532.58	c cleaning 53996 clauses out of 108001 with flag 3143685/1530000
564.37/563.76	c cleaning 54998 clauses out of 110005 with flag 3257559/1586000
596.48/595.87	c cleaning 55998 clauses out of 112011 with flag 3375537/1643004
631.88/631.25	c cleaning 57002 clauses out of 114010 with flag 3495859/1701001
669.60/668.93	c cleaning 58004 clauses out of 116008 with flag 3617830/1760001
704.20/703.54	c cleaning 58999 clauses out of 118003 with flag 3741939/1820000
740.60/739.97	c cleaning 60002 clauses out of 120006 with flag 3867984/1881002
778.41/777.74	c cleaning 61001 clauses out of 122005 with flag 3996148/1943003
817.81/817.10	c cleaning 62000 clauses out of 124001 with flag 4125827/2006000
855.92/855.27	c cleaning 63002 clauses out of 126003 with flag 4257252/2070002
899.64/898.93	c cleaning 63996 clauses out of 127999 with flag 4391565/2135000
946.24/945.53	c cleaning 64996 clauses out of 130003 with flag 4528349/2201000
993.18/992.40	c cleaning 66004 clauses out of 132010 with flag 4665935/2268003
1043.61/1042.87	c cleaning 66995 clauses out of 134004 with flag 4808364/2336001
1096.25/1095.48	c cleaning 68000 clauses out of 136011 with flag 4950661/2405003
1143.77/1142.93	c cleaning 69006 clauses out of 138012 with flag 5094096/2475004
1197.19/1196.38	c cleaning 70000 clauses out of 140002 with flag 5239561/2546000
1257.50/1256.65	c cleaning 71000 clauses out of 142005 with flag 5387080/2618003
1325.60/1324.79	c cleaning 71998 clauses out of 144004 with flag 5536725/2691002
1397.93/1397.03	c cleaning 73000 clauses out of 146005 with flag 5687620/2765001
1463.75/1462.86	c cleaning 74000 clauses out of 148007 with flag 5842423/2840003
1533.16/1532.24	c cleaning 74997 clauses out of 150004 with flag 5998490/2916000
1599.67/1598.71	c cleaning 75999 clauses out of 152007 with flag 6157423/2993000
1663.10/1662.17	c cleaning 77001 clauses out of 154008 with flag 6318332/3071000
1732.72/1731.78	c cleaning 78002 clauses out of 156009 with flag 6481923/3150002
1800.07/1799.00	c starts		: 973
1800.07/1799.00	c conflicts		: 3230000
1800.07/1799.00	c decisions		: 3290782
1800.07/1799.00	c propagations		: 24787552
1800.07/1799.00	c inspects		: 38056620717
1800.07/1799.00	c shortcuts		: 0
1800.07/1799.00	c learnt literals	: 0
1800.07/1799.00	c learnt binary clauses	: 0
1800.07/1799.00	c learnt ternary clauses	: 0
1800.07/1799.00	c learnt constraints	: 3230000
1800.07/1799.00	c ignored constraints	: 0
1800.07/1799.00	c root simplifications	: 0
1800.07/1799.00	c removed literals (reason simplification)	: 0
1800.07/1799.00	c reason swapping (by a shorter reason)	: 0
1800.07/1799.00	c Calls to reduceDB	: 76
1800.07/1799.00	c Number of update (reduction) of LBD	: 131745
1800.07/1799.00	c Imported unit clauses	: 0
1800.07/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.00	c number of learned constraints concerned by reduction	: 0
1800.07/1799.00	c number of learning phase by resolution	: 0
1800.07/1799.00	c number of learning phase by cutting planes	: 0
1800.07/1799.00	c speed (assignments/second)	: 13779.612276017493
1800.07/1799.00	c non guided choices	19
1800.07/1799.03	c learnt constraints type 
1800.07/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158005
1800.07/1799.03	s UNKNOWN
1800.07/1799.03	c Total wall clock time (in seconds): 1798.914

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

pid=10328
running on 4 cores: 1,3,5,7

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.19 2.18 2.19 3/194 10331
/proc/meminfo: memFree=30614360/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/10331/stat : 10331 (java) R 10328 10331 5873 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 106335252 278528 34 33554432000 1073741824 1073778376 140735084310320 140736298704056 214528257319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10331/statm: 68 34 25 9 0 25 0

[startup+0.100062 s]
/proc/loadavg: 2.19 2.18 2.19 3/194 10331
/proc/meminfo: memFree=30614360/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 4371 0 1 0 8 1 0 0 20 0 18 0 106335252 9787879424 5488 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2389619 5488 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 2.19 2.18 2.19 3/194 10331
/proc/meminfo: memFree=30614360/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 6615 0 1 0 27 2 0 0 20 0 19 0 106335252 9856040960 7683 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 7683 2214 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300238 s]
/proc/loadavg: 2.19 2.18 2.19 3/194 10331
/proc/meminfo: memFree=30614360/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 7137 0 1 0 49 2 0 0 20 0 19 0 106335252 9856040960 7913 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 7913 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700237 s]
/proc/loadavg: 2.19 2.18 2.19 3/194 10331
/proc/meminfo: memFree=30614360/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 9331 0 1 0 106 2 0 0 20 0 19 0 106335252 9856040960 8707 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 8707 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.18 2.18 2.18 3/213 10350
/proc/meminfo: memFree=30585628/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=1.91 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 9336 0 1 0 189 2 0 0 20 0 19 0 106335252 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 9222 2247 9 0 2396937 0
[pid=10331/tid=10333] ppid=10328 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/10331/task/10333/stat : 10333 (java) R 10328 10331 5873 0 -1 4202560 2411 0 1 0 145 1 0 0 20 0 19 0 106335253 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639863208368 140639727914418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10334] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10334/stat : 10334 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639852272296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10335] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10335/stat : 10335 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639851219752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10336] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10336/stat : 10336 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639850167208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10337] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10337/stat : 10337 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639849114664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10338] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10338/stat : 10338 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639848061096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10339] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10339/stat : 10339 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639847008552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10340] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10340/stat : 10340 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639699941800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10341] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10341/stat : 10341 (java) S 10328 10331 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639698889256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10342] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10342/stat : 10342 (java) S 10328 10331 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639686691432 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10343] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10343/stat : 10343 (java) S 10328 10331 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639685637752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10344] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10344/stat : 10344 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639684585096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10345] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10345/stat : 10345 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639683533840 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10346] ppid=10328 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10331/task/10346/stat : 10346 (java) S 10328 10331 5873 0 -1 4202560 3790 0 0 0 23 0 0 0 20 0 19 0 106335259 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639682480184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10347] ppid=10328 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10331/task/10347/stat : 10347 (java) S 10328 10331 5873 0 -1 4202560 1862 0 0 0 17 0 0 0 20 0 19 0 106335259 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639681427640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10348] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10348/stat : 10348 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639680375288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10349] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10349/stat : 10349 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639679322952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10350] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10350/stat : 10350 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335267 9856040960 9222 33554432000 1073741824 1073778376 140735084310320 140639678268712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.18 2.18 2.18 3/213 10350
/proc/meminfo: memFree=30583332/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 9339 0 1 0 351 2 0 0 20 0 19 0 106335252 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 10247 2247 9 0 2396937 0
[pid=10331/tid=10333] ppid=10328 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/10331/task/10333/stat : 10333 (java) R 10328 10331 5873 0 -1 4202560 2413 0 1 0 305 1 0 0 20 0 19 0 106335253 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639863210248 140639728048627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10334] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10334/stat : 10334 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639852272296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10335] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10335/stat : 10335 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639851219752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10336] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10336/stat : 10336 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639850167208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10337] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10337/stat : 10337 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639849114664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10338] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10338/stat : 10338 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639848061096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10339] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10339/stat : 10339 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639847008552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10340] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10340/stat : 10340 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639699941800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10341] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10341/stat : 10341 (java) S 10328 10331 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639698889256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10342] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10342/stat : 10342 (java) S 10328 10331 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639686691432 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10343] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10343/stat : 10343 (java) S 10328 10331 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639685637752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10344] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10344/stat : 10344 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639684585096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10345] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10345/stat : 10345 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639683533840 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10346] ppid=10328 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10331/task/10346/stat : 10346 (java) S 10328 10331 5873 0 -1 4202560 3790 0 0 0 24 0 0 0 20 0 19 0 106335259 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639682480184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10347] ppid=10328 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10331/task/10347/stat : 10347 (java) S 10328 10331 5873 0 -1 4202560 1863 0 0 0 19 0 0 0 20 0 19 0 106335259 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639681427640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10348] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10348/stat : 10348 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639680375288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10349] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10349/stat : 10349 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639679322952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10350] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10350/stat : 10350 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335267 9856040960 10247 33554432000 1073741824 1073778376 140735084310320 140639678268712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.16 2.18 2.18 3/213 10350
/proc/meminfo: memFree=30576712/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 9344 0 1 0 671 2 0 0 20 0 19 0 106335252 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 11760 2248 9 0 2396937 0
[pid=10331/tid=10333] ppid=10328 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/10331/task/10333/stat : 10333 (java) R 10328 10331 5873 0 -1 4202560 2417 0 1 0 625 1 0 0 20 0 19 0 106335253 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639863201472 140639728048590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10334] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10334/stat : 10334 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639852272296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10335] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10335/stat : 10335 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639851219752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10336] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10336/stat : 10336 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639850167208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10337] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10337/stat : 10337 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639849114664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10338] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10338/stat : 10338 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639848061096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10339] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10339/stat : 10339 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639847008552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10340] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10340/stat : 10340 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639699941800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10341] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10341/stat : 10341 (java) S 10328 10331 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639698889256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10342] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10342/stat : 10342 (java) S 10328 10331 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639686691432 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10343] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10343/stat : 10343 (java) S 10328 10331 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639685637752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10344] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10344/stat : 10344 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639684585096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10345] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10345/stat : 10345 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639683533840 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10346] ppid=10328 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10331/task/10346/stat : 10346 (java) S 10328 10331 5873 0 -1 4202560 3790 0 0 0 24 0 0 0 20 0 19 0 106335259 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639682480184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10347] ppid=10328 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10331/task/10347/stat : 10347 (java) S 10328 10331 5873 0 -1 4202560 1863 0 0 0 19 0 0 0 20 0 19 0 106335259 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639681427640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10348] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10348/stat : 10348 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639680375288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10349] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10349/stat : 10349 (java) S 10328 10331 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639679322952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10350] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10350/stat : 10350 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335267 9856040960 11760 33554432000 1073741824 1073778376 140735084310320 140639678268712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040


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

[pid=10331/tid=10343] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10343/stat : 10343 (java) S 10328 10331 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639685637752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10344] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10344/stat : 10344 (java) S 10328 10331 5873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639684585096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10345] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10345/stat : 10345 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639683533840 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10346] ppid=10328 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10331/task/10346/stat : 10346 (java) S 10328 10331 5873 0 -1 4202560 3790 0 0 0 24 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639682480184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10347] ppid=10328 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10331/task/10347/stat : 10347 (java) S 10328 10331 5873 0 -1 4202560 1953 0 0 0 23 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639681427640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10348] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10348/stat : 10348 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639680375288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10349] ppid=10328 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/10331/task/10349/stat : 10349 (java) S 10328 10331 5873 0 -1 4202560 98 0 0 0 39 37 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639679322952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10350] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10350/stat : 10350 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335267 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639678268712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.29
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 10458
/proc/meminfo: memFree=30390496/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=1723.32 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 9684 0 1 0 172290 42 0 0 20 0 19 0 106335252 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 52029 2262 9 0 2396937 0
[pid=10331/tid=10333] ppid=10328 vsize=9625040 CPUtime=1722.21 cores=1,3,5,7
/proc/10331/task/10333/stat : 10333 (java) R 10328 10331 5873 0 -1 4202560 2478 0 1 0 172190 31 0 0 20 0 19 0 106335253 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639863201472 140639728048627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10334] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10334/stat : 10334 (java) S 10328 10331 5873 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639852272296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10335] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10335/stat : 10335 (java) S 10328 10331 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639851219752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10336] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10336/stat : 10336 (java) S 10328 10331 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639850167208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10337] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10337/stat : 10337 (java) S 10328 10331 5873 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639849114664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10338] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10338/stat : 10338 (java) S 10328 10331 5873 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639848061096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10339] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10339/stat : 10339 (java) S 10328 10331 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639847008552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10340] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10340/stat : 10340 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639699941800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10341] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10341/stat : 10341 (java) S 10328 10331 5873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639698889256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10342] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10342/stat : 10342 (java) S 10328 10331 5873 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 106335256 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639686691432 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10343] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10343/stat : 10343 (java) S 10328 10331 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639685637752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10344] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10344/stat : 10344 (java) S 10328 10331 5873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639684585096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10345] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10345/stat : 10345 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639683533840 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10346] ppid=10328 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10331/task/10346/stat : 10346 (java) S 10328 10331 5873 0 -1 4202560 3790 0 0 0 24 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639682480184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10347] ppid=10328 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10331/task/10347/stat : 10347 (java) S 10328 10331 5873 0 -1 4202560 1953 0 0 0 23 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639681427640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10348] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10348/stat : 10348 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639680375288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10349] ppid=10328 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/10331/task/10349/stat : 10349 (java) S 10328 10331 5873 0 -1 4202560 100 0 0 0 40 39 0 0 20 0 19 0 106335259 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639679322952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10350] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10350/stat : 10350 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335267 9856040960 52029 33554432000 1073741824 1073778376 140735084310320 140639678268712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.32
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.18 2.18 4/213 10459
/proc/meminfo: memFree=30380016/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=1783.36 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 9696 0 1 0 178293 43 0 0 20 0 19 0 106335252 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 52542 2262 9 0 2396937 0
[pid=10331/tid=10333] ppid=10328 vsize=9625040 CPUtime=1782.19 cores=1,3,5,7
/proc/10331/task/10333/stat : 10333 (java) R 10328 10331 5873 0 -1 4202560 2479 0 1 0 178187 32 0 0 20 0 19 0 106335253 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639863209136 140639728048627 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10334] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10334/stat : 10334 (java) S 10328 10331 5873 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639852272296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10335] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10335/stat : 10335 (java) S 10328 10331 5873 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639851219752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10336] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10336/stat : 10336 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639850167208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10337] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10337/stat : 10337 (java) S 10328 10331 5873 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639849114664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10338] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10338/stat : 10338 (java) S 10328 10331 5873 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639848061096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10339] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10339/stat : 10339 (java) S 10328 10331 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639847008552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10340] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10340/stat : 10340 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639699941800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10341] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10341/stat : 10341 (java) S 10328 10331 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639698889256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10342] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10342/stat : 10342 (java) S 10328 10331 5873 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 106335256 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639686691432 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10343] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10343/stat : 10343 (java) S 10328 10331 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639685637752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10344] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10344/stat : 10344 (java) S 10328 10331 5873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639684585096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10345] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10345/stat : 10345 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639683533840 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10346] ppid=10328 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10331/task/10346/stat : 10346 (java) S 10328 10331 5873 0 -1 4202560 3790 0 0 0 24 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639682480184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10347] ppid=10328 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10331/task/10347/stat : 10347 (java) S 10328 10331 5873 0 -1 4202560 1953 0 0 0 23 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639681427640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10348] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10348/stat : 10348 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639680375288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10349] ppid=10328 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/10331/task/10349/stat : 10349 (java) S 10328 10331 5873 0 -1 4202560 104 0 0 0 42 40 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639679322952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10350] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10350/stat : 10350 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335267 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639678268712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.17 2.17 2.17 3/213 10460
/proc/meminfo: memFree=30378288/32872528 swapFree=16740/1306504
[pid=10331] ppid=10328 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/10331/stat : 10331 (java) S 10328 10331 5873 0 -1 4202496 9698 0 1 0 179963 44 0 0 20 0 19 0 106335252 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140735084301456 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10331/statm: 2406260 52542 2262 9 0 2396937 0
[pid=10331/tid=10333] ppid=10328 vsize=9625040 CPUtime=1798.89 cores=1,3,5,7
/proc/10331/task/10333/stat : 10333 (java) R 10328 10331 5873 0 -1 4202560 2479 0 1 0 179857 32 0 0 20 0 19 0 106335253 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639863209136 140639728127440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10334] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10334/stat : 10334 (java) S 10328 10331 5873 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639852272296 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10335] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10335/stat : 10335 (java) S 10328 10331 5873 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639851219752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10336] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10336/stat : 10336 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639850167208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10337] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10337/stat : 10337 (java) S 10328 10331 5873 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639849114664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10338] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10338/stat : 10338 (java) S 10328 10331 5873 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639848061096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10339] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10339/stat : 10339 (java) S 10328 10331 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639847008552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10340] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10340/stat : 10340 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639699941800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10331/tid=10341] ppid=10328 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10331/task/10341/stat : 10341 (java) S 10328 10331 5873 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 106335254 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639698889256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10342] ppid=10328 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10331/task/10342/stat : 10342 (java) S 10328 10331 5873 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 106335256 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639686691432 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10343] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10343/stat : 10343 (java) S 10328 10331 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639685637752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10344] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10344/stat : 10344 (java) S 10328 10331 5873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106335256 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639684585096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10345] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10345/stat : 10345 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639683533840 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10346] ppid=10328 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10331/task/10346/stat : 10346 (java) S 10328 10331 5873 0 -1 4202560 3790 0 0 0 24 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639682480184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10331/tid=10347] ppid=10328 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/10331/task/10347/stat : 10347 (java) S 10328 10331 5873 0 -1 4202560 1953 0 0 0 23 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639681427640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10348] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10348/stat : 10348 (java) S 10328 10331 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639680375288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10331/tid=10349] ppid=10328 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10331/task/10349/stat : 10349 (java) S 10328 10331 5873 0 -1 4202560 106 0 0 0 42 41 0 0 20 0 19 0 106335259 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639679322952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10331/tid=10350] ppid=10328 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10331/task/10350/stat : 10350 (java) S 10328 10331 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106335267 9856040960 52542 33554432000 1073741824 1073778376 140735084310320 140639678268712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 10331 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.04
CPU time (s): 1800.63
CPU user time (s): 1799.77
CPU system time (s): 0.860869
CPU usage (%): 100.088
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.860869
maximum resident set size= 210320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9742
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38082
involuntary context switches= 2183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.341 second user time and 11.0333 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 22:13:47
IDJOB=4085437
IDBENCH=2913
IDSOLVER=2546
FILE ID=node127/4085437-1465244027
RUNJOBID= node127-1465216773-5890
PBS_JOBID= 19843202
Free space on /tmp= 71740 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_5_40_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085437-1465244027/watcher-4085437-1465244027 -o /tmp/evaluation-result-4085437-1465244027/solver-4085437-1465244027 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085437-1465244027.opb

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=496813032

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30614788 kB
Buffers:           33388 kB
Cached:            51076 kB
SwapCached:         1744 kB
Active:           191860 kB
Inactive:          58280 kB
Active(anon):     167264 kB
Inactive(anon):      900 kB
Active(file):      24596 kB
Inactive(file):    57380 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:               852 kB
Writeback:             4 kB
AnonPages:       1472004 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             566796 kB
SReclaimable:      10736 kB
SUnreclaim:       556060 kB
KernelStack:        1592 kB
PageTables:         7196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1995568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1433600 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 node127 at 2016-06-06 22:43:46