Trace number 4085440

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
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.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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@2b21cc40
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@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085440-1465243630.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.03s.
0.09/0.15	c declared #vars     51
0.09/0.15	c #constraints  13
0.09/0.15	c constraints type 
0.09/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.09/0.15	c 13 constraints processed.
0.09/0.15	c objective function length is 1 literals
0.75/0.56	c cleaning 2502 clauses out of 5004 with flag 10328/5004
1.27/0.97	c cleaning 4249 clauses out of 8498 with flag 22701/11000
1.77/1.49	c cleaning 5622 clauses out of 11250 with flag 37129/18001
2.48/2.20	c cleaning 6814 clauses out of 13628 with flag 53557/26001
3.40/3.07	c cleaning 7904 clauses out of 15815 with flag 72163/35002
4.66/4.22	c cleaning 8954 clauses out of 17909 with flag 92928/45000
5.86/5.50	c cleaning 9980 clauses out of 19959 with flag 115896/56004
7.36/6.99	c cleaning 10988 clauses out of 21975 with flag 140587/68000
9.16/8.78	c cleaning 11995 clauses out of 23989 with flag 167135/81002
11.26/10.82	c cleaning 12996 clauses out of 25992 with flag 195919/95000
13.46/13.01	c cleaning 14001 clauses out of 28001 with flag 227004/110005
15.87/15.44	c cleaning 14997 clauses out of 29995 with flag 259906/126000
18.76/18.34	c cleaning 15998 clauses out of 32000 with flag 294942/143002
21.86/21.49	c cleaning 16999 clauses out of 34004 with flag 332024/161004
25.46/25.02	c cleaning 17999 clauses out of 36001 with flag 371139/180000
29.26/28.84	c cleaning 19001 clauses out of 38003 with flag 412323/200001
33.47/33.03	c cleaning 20000 clauses out of 40002 with flag 455416/221001
37.56/37.10	c cleaning 21000 clauses out of 42001 with flag 500279/243000
41.56/41.13	c cleaning 21999 clauses out of 44001 with flag 547094/266000
45.57/45.20	c cleaning 23001 clauses out of 46002 with flag 596068/290000
50.56/50.13	c cleaning 24001 clauses out of 48002 with flag 647682/315001
54.66/54.26	c cleaning 24997 clauses out of 50004 with flag 701017/341004
59.76/59.36	c cleaning 26001 clauses out of 52004 with flag 756864/368001
65.86/65.44	c cleaning 26998 clauses out of 54006 with flag 815380/396004
72.46/72.10	c cleaning 27996 clauses out of 56004 with flag 875909/425000
79.45/79.04	c cleaning 29005 clauses out of 58009 with flag 938331/455001
86.96/86.55	c cleaning 29998 clauses out of 60003 with flag 1003118/486000
95.26/94.85	c cleaning 31001 clauses out of 62005 with flag 1070507/518000
104.06/103.62	c cleaning 32005 clauses out of 64009 with flag 1139787/551005
113.26/112.85	c cleaning 33003 clauses out of 66006 with flag 1211384/585007
122.76/122.34	c cleaning 33994 clauses out of 67996 with flag 1284247/620000
132.99/132.57	c cleaning 35000 clauses out of 70007 with flag 1358456/656005
142.79/142.37	c cleaning 36001 clauses out of 72004 with flag 1435790/693002
153.79/153.32	c cleaning 37002 clauses out of 74004 with flag 1514279/731003
164.70/164.20	c cleaning 37993 clauses out of 75999 with flag 1595093/770000
177.20/176.77	c cleaning 39003 clauses out of 78008 with flag 1678252/810002
191.50/191.01	c cleaning 40002 clauses out of 80010 with flag 1763772/851007
205.90/205.48	c cleaning 41000 clauses out of 82007 with flag 1851139/893006
222.40/221.96	c cleaning 41998 clauses out of 84007 with flag 1941458/936006
238.01/237.52	c cleaning 43003 clauses out of 86005 with flag 2033674/980002
252.72/252.23	c cleaning 44001 clauses out of 88003 with flag 2126097/1025003
269.02/268.55	c cleaning 45001 clauses out of 90004 with flag 2219827/1071005
284.12/283.60	c cleaning 45999 clauses out of 92001 with flag 2318126/1118003
302.43/301.98	c cleaning 46994 clauses out of 94002 with flag 2418085/1166003
324.44/323.92	c cleaning 47994 clauses out of 96007 with flag 2520920/1215002
346.53/346.02	c cleaning 49006 clauses out of 98016 with flag 2625885/1265005
371.22/370.67	c cleaning 50003 clauses out of 100009 with flag 2732155/1316004
395.63/395.08	c cleaning 51001 clauses out of 102003 with flag 2838707/1368001
421.02/420.41	c cleaning 52002 clauses out of 104005 with flag 2948109/1421004
449.33/448.72	c cleaning 52998 clauses out of 105999 with flag 3061036/1475000
476.94/476.40	c cleaning 53990 clauses out of 108002 with flag 3176187/1530001
504.03/503.41	c cleaning 55002 clauses out of 110016 with flag 3294670/1586005
533.44/532.83	c cleaning 56003 clauses out of 112010 with flag 3414275/1643001
565.34/564.71	c cleaning 56998 clauses out of 114008 with flag 3537735/1701002
598.55/597.94	c cleaning 58005 clauses out of 116012 with flag 3661768/1760004
633.65/633.09	c cleaning 58997 clauses out of 118003 with flag 3788409/1820000
668.46/667.88	c cleaning 60000 clauses out of 120011 with flag 3917288/1881005
702.85/702.21	c cleaning 61001 clauses out of 122007 with flag 4047473/1943001
741.55/740.85	c cleaning 62001 clauses out of 124006 with flag 4181110/2006001
782.77/782.05	c cleaning 62994 clauses out of 126007 with flag 4315412/2070003
828.47/827.70	c cleaning 63998 clauses out of 128012 with flag 4451509/2135002
872.88/872.15	c cleaning 65006 clauses out of 130012 with flag 4589041/2201000
923.70/922.97	c cleaning 66001 clauses out of 132006 with flag 4726885/2268000
973.70/972.98	c cleaning 66992 clauses out of 134005 with flag 4867373/2336000
1014.33/1013.50	c cleaning 68002 clauses out of 136016 with flag 5010710/2405003
1071.05/1070.21	c cleaning 69005 clauses out of 138011 with flag 5156945/2475000
1128.05/1127.29	c cleaning 70001 clauses out of 140009 with flag 5305727/2546003
1180.46/1179.69	c cleaning 70997 clauses out of 142007 with flag 5455321/2618002
1232.72/1231.77	c cleaning 71999 clauses out of 144008 with flag 5607441/2691000
1285.72/1284.78	c cleaning 72998 clauses out of 146012 with flag 5761981/2765003
1347.03/1346.05	c cleaning 74002 clauses out of 148011 with flag 5919336/2840000
1411.25/1410.25	c cleaning 75001 clauses out of 150009 with flag 6081519/2916000
1482.04/1481.06	c cleaning 75996 clauses out of 152008 with flag 6247248/2993000
1549.55/1548.52	c cleaning 76999 clauses out of 154012 with flag 6417386/3071000
1622.36/1621.36	c cleaning 78004 clauses out of 156013 with flag 6592157/3150000
1693.47/1692.47	c cleaning 79003 clauses out of 158014 with flag 6767933/3230005
1762.47/1761.40	c cleaning 80004 clauses out of 160010 with flag 6941801/3311004
1800.04/1798.80	c starts		: 662
1800.04/1798.80	c conflicts		: 3364892
1800.04/1798.80	c decisions		: 3472788
1800.04/1798.80	c propagations		: 29671649
1800.04/1798.80	c inspects		: 35385400584
1800.04/1798.80	c shortcuts		: 0
1800.04/1798.80	c learnt literals	: 0
1800.04/1798.80	c learnt binary clauses	: 0
1800.04/1798.80	c learnt ternary clauses	: 0
1800.04/1798.80	c learnt constraints	: 3364892
1800.04/1798.80	c ignored constraints	: 0
1800.04/1798.80	c root simplifications	: 0
1800.04/1798.80	c removed literals (reason simplification)	: 0
1800.04/1798.80	c reason swapping (by a shorter reason)	: 0
1800.04/1798.80	c Calls to reduceDB	: 77
1800.04/1798.80	c Number of update (reduction) of LBD	: 235039
1800.04/1798.80	c Imported unit clauses	: 0
1800.04/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.80	c number of learned constraints concerned by reduction	: 0
1800.04/1798.80	c number of learning phase by resolution	: 0
1800.04/1798.80	c number of learning phase by cutting planes	: 0
1800.04/1798.80	c speed (assignments/second)	: 16496.614963102904
1800.04/1798.80	c non guided choices	22
1800.04/1798.80	c timeout
1800.04/1798.83	c learnt constraints type 
1800.04/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133895
1800.04/1798.83	s UNKNOWN
1800.04/1798.83	c Total wall clock time (in seconds): 1798.714

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-4085440-1465243630/watcher-4085440-1465243630 -o /tmp/evaluation-result-4085440-1465243630/solver-4085440-1465243630 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085440-1465243630.opb 

pid=4961
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.47 2.29 2.21 3/194 4964
/proc/meminfo: memFree=29737568/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/4964/stat : 4964 (java) R 4961 4964 32365 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 106295333 3653632 49 33554432000 1073741824 1073778376 140735568128752 140735568125880 240556010791 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 892 52 41 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.47 2.29 2.21 3/194 4964
/proc/meminfo: memFree=29737568/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 4456 0 1 0 8 1 0 0 20 0 18 0 106295333 9787879424 5581 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2389619 5581 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 2.47 2.29 2.21 3/194 4964
/proc/meminfo: memFree=29737568/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 6054 0 1 0 27 1 0 0 20 0 19 0 106295333 9856040960 6672 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 6672 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300274 s]
/proc/loadavg: 2.47 2.29 2.21 3/194 4964
/proc/meminfo: memFree=29737568/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 6804 0 1 0 52 1 0 0 20 0 19 0 106295333 9856040960 7207 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 7207 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700151 s]
/proc/loadavg: 2.47 2.29 2.21 3/194 4964
/proc/meminfo: memFree=29737568/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 6953 0 1 0 100 2 0 0 20 0 19 0 106295333 9856040960 7740 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 7740 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.47 2.29 2.21 3/213 4983
/proc/meminfo: memFree=29710480/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 7905 0 1 0 186 2 0 0 20 0 19 0 106295333 9856040960 9033 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 9034 2255 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 32365 0 -1 4202560 2471 0 1 0 145 1 0 0 20 0 19 0 106295334 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338926270912 140338866560065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338865003048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338863950248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338862897448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338767018152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338765966376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338764913576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338763860776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338762807976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106295336 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338750396904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338749342968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338748290056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338747238544 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 32365 0 -1 4202560 2827 0 0 0 21 0 0 0 20 0 19 0 106295339 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338746186680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 32365 0 -1 4202560 1337 0 0 0 16 0 0 0 20 0 19 0 106295339 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338745133880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338744081272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338743028680 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295348 9856040960 9034 33554432000 1073741824 1073778376 140735568128752 140338741974184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.47 2.29 2.21 4/213 4983
/proc/meminfo: memFree=29708060/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 7918 0 1 0 348 2 0 0 20 0 19 0 106295333 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 10068 2255 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 32365 0 -1 4202560 2473 0 1 0 304 1 0 0 20 0 19 0 106295334 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338926272792 140338866487897 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338865003048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338863950248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338862897448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338767018152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338765966376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338764913576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338763860776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338762807976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106295336 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338750396904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338749342968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338748290056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338747238544 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 32365 0 -1 4202560 2827 0 0 0 22 0 0 0 20 0 19 0 106295339 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338746186680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 32365 0 -1 4202560 1347 0 0 0 18 0 0 0 20 0 19 0 106295339 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338745133880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338744081272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338743028680 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295348 9856040960 10068 33554432000 1073741824 1073778376 140735568128752 140338741974184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.44 2.29 2.21 3/213 4983
/proc/meminfo: memFree=29701800/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 9064 0 1 0 674 2 0 0 20 0 19 0 106295333 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 11361 2257 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 32365 0 -1 4202560 2477 0 1 0 624 1 0 0 20 0 19 0 106295334 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338926264016 140338866432370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338865003048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338863950248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338862897448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338767018152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338765966376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338764913576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338763860776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106295335 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338762807976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106295336 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338750396904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338749342968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338748290056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338747238544 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 32365 0 -1 4202560 2827 0 0 0 22 0 0 0 20 0 19 0 106295339 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338746186680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 32365 0 -1 4202560 2488 0 0 0 24 0 0 0 20 0 19 0 106295339 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338745133880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338744081272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338743028680 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295348 9856040960 11361 33554432000 1073741824 1073778376 140735568128752 140338741974184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295348 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338741974184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.37
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.23 2.21 3/213 5221
/proc/meminfo: memFree=29730492/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1723.37 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 10106 0 1 0 172302 35 0 0 20 0 19 0 106295333 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 65809 2271 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1717.7 cores=0,2,4,6
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 32365 0 -1 4202560 2539 0 1 0 171739 31 0 0 20 0 19 0 106295334 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338926264000 140338866488479 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 32365 0 -1 4202560 133 0 0 0 6 2 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338865003048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 32365 0 -1 4202560 53 0 0 0 4 1 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338863950248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 32365 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338862897448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 32365 0 -1 4202560 148 0 0 0 4 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338767018152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 32365 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338765966376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 32365 0 -1 4202560 226 0 0 0 4 2 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338764913576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 32365 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338763860776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 32365 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338762807976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 32365 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106295336 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338750396904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338749342968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338748290056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338747238544 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 32365 0 -1 4202560 2827 0 0 0 22 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338746186680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 32365 0 -1 4202560 2622 0 0 0 26 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338745133880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338744081272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 32365 0 -1 4202560 100 0 0 0 38 28 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338743028680 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295348 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338741974184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1723.37
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.20 2.20 3/213 5222
/proc/meminfo: memFree=29730112/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1783.38 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 10110 0 1 0 178302 36 0 0 20 0 19 0 106295333 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 65809 2271 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1777.54 cores=0,2,4,6
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 32365 0 -1 4202560 2539 0 1 0 177722 32 0 0 20 0 19 0 106295334 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338926264000 140338866487728 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 32365 0 -1 4202560 133 0 0 0 6 2 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338865003048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 32365 0 -1 4202560 53 0 0 0 4 1 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338863950248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 32365 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338862897448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 32365 0 -1 4202560 148 0 0 0 4 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338767018152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 32365 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338765966376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 32365 0 -1 4202560 226 0 0 0 4 2 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338764913576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 32365 0 -1 4202560 114 0 0 0 2 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338763860776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 32365 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 106295335 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338762807976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 32365 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106295336 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338750396904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338749342968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338748290056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338747238544 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 32365 0 -1 4202560 2827 0 0 0 22 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338746186680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 32365 0 -1 4202560 2622 0 0 0 26 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338745133880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338744081272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 32365 0 -1 4202560 104 0 0 0 40 29 0 0 20 0 19 0 106295339 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338743028680 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295348 9856040960 65809 33554432000 1073741824 1073778376 140735568128752 140338741974184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1783.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.18 2.21 2.20 4/213 5222
/proc/meminfo: memFree=29701324/32872528 swapFree=15844/1710320
[pid=4964] ppid=4961 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/4964/stat : 4964 (java) S 4961 4964 32365 0 -1 4202496 10228 0 1 0 179966 38 0 0 20 0 19 0 106295333 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140735568119888 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4964/statm: 2406260 73038 2271 9 0 2396937 0
[pid=4964/tid=4966] ppid=4961 vsize=9625040 CPUtime=1793.94 cores=0,2,4,6
/proc/4964/task/4966/stat : 4966 (java) R 4961 4964 32365 0 -1 4202560 2540 0 1 0 179362 32 0 0 20 0 19 0 106295334 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338926271696 140338866487897 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4967] ppid=4961 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/4964/task/4967/stat : 4967 (java) S 4961 4964 32365 0 -1 4202560 150 0 0 0 7 3 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338865003048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4964/tid=4968] ppid=4961 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/4964/task/4968/stat : 4968 (java) S 4961 4964 32365 0 -1 4202560 62 0 0 0 6 2 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338863950248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4969] ppid=4961 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4964/task/4969/stat : 4969 (java) S 4961 4964 32365 0 -1 4202560 31 0 0 0 8 1 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338862897448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4970] ppid=4961 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/4964/task/4970/stat : 4970 (java) S 4961 4964 32365 0 -1 4202560 152 0 0 0 6 1 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338767018152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4971] ppid=4961 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/4964/task/4971/stat : 4971 (java) S 4961 4964 32365 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338765966376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4972] ppid=4961 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/4964/task/4972/stat : 4972 (java) S 4961 4964 32365 0 -1 4202560 240 0 0 0 9 2 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338764913576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4964/tid=4973] ppid=4961 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4964/task/4973/stat : 4973 (java) S 4961 4964 32365 0 -1 4202560 118 0 0 0 4 0 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338763860776 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4974] ppid=4961 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/4964/task/4974/stat : 4974 (java) S 4961 4964 32365 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 19 0 106295335 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338762807976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4975] ppid=4961 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/4964/task/4975/stat : 4975 (java) S 4961 4964 32365 0 -1 4202560 67 0 0 0 2 0 0 0 20 0 19 0 106295336 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338750396904 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4976] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4976/stat : 4976 (java) S 4961 4964 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338749342968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4977] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4977/stat : 4977 (java) S 4961 4964 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106295337 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338748290056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4978] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4978/stat : 4978 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338747238544 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4979] ppid=4961 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/4964/task/4979/stat : 4979 (java) S 4961 4964 32365 0 -1 4202560 2827 0 0 0 22 0 0 0 20 0 19 0 106295339 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338746186680 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4980] ppid=4961 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/4964/task/4980/stat : 4980 (java) S 4961 4964 32365 0 -1 4202560 2622 0 0 0 26 0 0 0 20 0 19 0 106295339 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338745133880 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4981] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4981/stat : 4981 (java) S 4961 4964 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106295339 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338744081272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4964/tid=4982] ppid=4961 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/4964/task/4982/stat : 4982 (java) S 4961 4964 32365 0 -1 4202560 104 0 0 0 40 29 0 0 20 0 19 0 106295339 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338743028680 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4964/tid=4983] ppid=4961 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4964/task/4983/stat : 4983 (java) S 4961 4964 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106295348 9856040960 73038 33554432000 1073741824 1073778376 140735568128752 140338741974184 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 4964 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4964 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=209086
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=862868
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.84
CPU time (s): 1800.04
CPU user time (s): 1799.66
CPU system time (s): 0.38
CPU usage (%): 100.067
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.21
system time used= 0.862868
maximum resident set size= 292316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10274
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38135
involuntary context switches= 3135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3134 second user time and 13.9819 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 22:07:10
IDJOB=4085440
IDBENCH=2906
IDSOLVER=2546
FILE ID=node146/4085440-1465243630
RUNJOBID= node146-1465217554-32381
PBS_JOBID= 19843206
Free space on /tmp= 71724 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_6_50_1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085440-1465243630/watcher-4085440-1465243630 -o /tmp/evaluation-result-4085440-1465243630/solver-4085440-1465243630 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32381 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085440-1465243630.opb

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=352124506

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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:        29738212 kB
Buffers:           37368 kB
Cached:           263272 kB
SwapCached:         1468 kB
Active:           468732 kB
Inactive:         228828 kB
Active(anon):     397936 kB
Inactive(anon):     1608 kB
Active(file):      70796 kB
Inactive(file):   227220 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               844 kB
Writeback:             4 kB
AnonPages:       2128924 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             569452 kB
SReclaimable:      12840 kB
SUnreclaim:       556612 kB
KernelStack:        1600 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2767516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2093056 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 node146 at 2016-06-06 22:37:09