Trace number 4085446

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 1799.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085446-1465244269.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.036s.
0.09/0.15	c declared #vars     61
0.09/0.15	c #constraints  15
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 => 14
0.09/0.15	c 15 constraints processed.
0.09/0.15	c objective function length is 1 literals
0.73/0.54	c cleaning 2499 clauses out of 5001 with flag 10505/5001
1.38/0.98	c cleaning 4249 clauses out of 8502 with flag 22861/11001
1.98/1.56	c cleaning 5627 clauses out of 11254 with flag 37451/18002
2.69/2.30	c cleaning 6813 clauses out of 13625 with flag 54133/26000
3.47/2.95	c cleaning 7905 clauses out of 15812 with flag 72817/35000
4.37/3.87	c cleaning 8955 clauses out of 17909 with flag 93262/45002
5.46/4.98	c cleaning 9978 clauses out of 19955 with flag 115674/56003
6.86/6.32	c cleaning 10987 clauses out of 21974 with flag 140497/68000
8.76/8.29	c cleaning 11994 clauses out of 23990 with flag 168170/81003
10.87/10.39	c cleaning 12995 clauses out of 25995 with flag 197554/95002
13.07/12.59	c cleaning 13999 clauses out of 27999 with flag 229277/110001
15.57/15.07	c cleaning 15000 clauses out of 29999 with flag 262776/126000
18.07/17.58	c cleaning 16000 clauses out of 32002 with flag 298764/143003
20.97/20.43	c cleaning 16999 clauses out of 34003 with flag 336923/161004
24.16/23.66	c cleaning 17997 clauses out of 36003 with flag 377267/180003
27.46/26.93	c cleaning 18999 clauses out of 38003 with flag 420154/200000
31.26/30.70	c cleaning 20004 clauses out of 40007 with flag 465183/221003
35.56/35.02	c cleaning 20994 clauses out of 42002 with flag 511609/243002
39.56/39.01	c cleaning 22000 clauses out of 44006 with flag 560553/266000
44.07/43.55	c cleaning 23003 clauses out of 46006 with flag 610951/290000
49.07/48.52	c cleaning 24003 clauses out of 48007 with flag 664409/315004
54.37/53.84	c cleaning 24997 clauses out of 50004 with flag 720000/341004
60.26/59.75	c cleaning 26002 clauses out of 52004 with flag 777363/368001
66.86/66.39	c cleaning 26997 clauses out of 54002 with flag 836340/396001
73.46/72.97	c cleaning 28000 clauses out of 56005 with flag 898242/425001
80.76/80.29	c cleaning 29002 clauses out of 58004 with flag 961581/455000
89.07/88.58	c cleaning 30000 clauses out of 60003 with flag 1026958/486001
98.26/97.72	c cleaning 31001 clauses out of 62003 with flag 1094261/518001
107.09/106.53	c cleaning 31996 clauses out of 64001 with flag 1163798/551000
116.49/115.95	c cleaning 33002 clauses out of 66009 with flag 1235456/585004
125.69/125.19	c cleaning 34003 clauses out of 68006 with flag 1308949/620003
135.79/135.29	c cleaning 35001 clauses out of 70006 with flag 1384881/656006
146.60/146.02	c cleaning 35989 clauses out of 72000 with flag 1462149/693001
158.01/157.42	c cleaning 37001 clauses out of 74011 with flag 1542223/731001
169.40/168.85	c cleaning 38004 clauses out of 76010 with flag 1624648/770001
181.40/180.81	c cleaning 39005 clauses out of 78012 with flag 1709519/810007
194.80/194.29	c cleaning 40000 clauses out of 80002 with flag 1796207/851002
210.51/209.94	c cleaning 40999 clauses out of 82003 with flag 1885309/893003
222.41/221.82	c cleaning 41986 clauses out of 84004 with flag 1974759/936003
239.91/239.38	c cleaning 43010 clauses out of 86019 with flag 2067216/980004
257.42/256.83	c cleaning 44000 clauses out of 88010 with flag 2162029/1025005
274.22/273.69	c cleaning 45001 clauses out of 90007 with flag 2258283/1071002
291.91/291.20	c cleaning 46002 clauses out of 92008 with flag 2357675/1118004
309.70/309.01	c cleaning 46995 clauses out of 94003 with flag 2459809/1166001
330.50/329.87	c cleaning 48001 clauses out of 96013 with flag 2563683/1215006
351.79/351.11	c cleaning 48998 clauses out of 98006 with flag 2668990/1265000
373.78/373.12	c cleaning 50006 clauses out of 100017 with flag 2777643/1316009
393.78/393.15	c cleaning 50997 clauses out of 102002 with flag 2887256/1368000
416.67/416.08	c cleaning 51999 clauses out of 104005 with flag 2997993/1421000
438.97/438.36	c cleaning 53000 clauses out of 106007 with flag 3110053/1475001
464.87/464.26	c cleaning 54001 clauses out of 108015 with flag 3224131/1530009
488.66/488.06	c cleaning 54997 clauses out of 110008 with flag 3341092/1586003
516.16/515.53	c cleaning 56001 clauses out of 112009 with flag 3460755/1643001
544.32/543.64	c cleaning 56998 clauses out of 114007 with flag 3581891/1701000
574.31/573.65	c cleaning 58003 clauses out of 116010 with flag 3705308/1760001
607.71/607.06	c cleaning 58999 clauses out of 118010 with flag 3831494/1820004
640.81/640.14	c cleaning 60006 clauses out of 120012 with flag 3960668/1881005
670.50/669.82	c cleaning 61001 clauses out of 122007 with flag 4089366/1943006
702.90/702.25	c cleaning 61990 clauses out of 124000 with flag 4222123/2006000
737.10/736.42	c cleaning 63004 clauses out of 126011 with flag 4357034/2070001
772.69/772.02	c cleaning 64003 clauses out of 128007 with flag 4495382/2135001
810.39/809.71	c cleaning 64999 clauses out of 130006 with flag 4634462/2201003
844.78/844.03	c cleaning 65998 clauses out of 132005 with flag 4774683/2268001
872.47/871.77	c cleaning 66998 clauses out of 134007 with flag 4914798/2336001
903.89/903.13	c cleaning 67994 clauses out of 136010 with flag 5057385/2405002
954.18/953.40	c cleaning 69008 clauses out of 138017 with flag 5206034/2475003
985.88/985.11	c cleaning 70001 clauses out of 140007 with flag 5354241/2546001
1019.78/1019.01	c cleaning 71000 clauses out of 142007 with flag 5502883/2618002
1060.07/1059.32	c cleaning 71999 clauses out of 144008 with flag 5653005/2691003
1100.66/1100.00	c cleaning 72998 clauses out of 146006 with flag 5805199/2765000
1147.93/1147.01	c cleaning 74003 clauses out of 148008 with flag 5959784/2840000
1194.82/1193.90	c cleaning 74997 clauses out of 150005 with flag 6116968/2916000
1247.81/1246.99	c cleaning 76004 clauses out of 152011 with flag 6278050/2993003
1310.31/1309.42	c cleaning 77005 clauses out of 154011 with flag 6441338/3071007
1359.10/1358.25	c cleaning 77998 clauses out of 155999 with flag 6606399/3150000
1423.89/1423.03	c cleaning 78999 clauses out of 158002 with flag 6775848/3230001
1488.88/1488.02	c cleaning 79997 clauses out of 160002 with flag 6948076/3311000
1558.87/1558.08	c cleaning 80998 clauses out of 162005 with flag 7120832/3393000
1621.68/1620.76	c cleaning 82007 clauses out of 164015 with flag 7294815/3476008
1693.09/1692.11	c cleaning 82999 clauses out of 166000 with flag 7472500/3560000
1771.60/1770.61	c cleaning 84001 clauses out of 168004 with flag 7651055/3645003
1800.00/1799.00	c starts		: 764
1800.00/1799.00	c conflicts		: 3690484
1800.00/1799.00	c decisions		: 3837935
1800.00/1799.00	c propagations		: 36249639
1800.00/1799.00	c inspects		: 36337931880
1800.00/1799.00	c shortcuts		: 0
1800.00/1799.00	c learnt literals	: 0
1800.00/1799.00	c learnt binary clauses	: 0
1800.00/1799.00	c learnt ternary clauses	: 0
1800.00/1799.00	c learnt constraints	: 3690484
1800.00/1799.00	c ignored constraints	: 0
1800.00/1799.00	c root simplifications	: 0
1800.00/1799.00	c removed literals (reason simplification)	: 0
1800.00/1799.00	c reason swapping (by a shorter reason)	: 0
1800.00/1799.00	c Calls to reduceDB	: 81
1800.00/1799.00	c Number of update (reduction) of LBD	: 313685
1800.00/1799.00	c Imported unit clauses	: 0
1800.00/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.00/1799.00	c number of learned constraints concerned by reduction	: 0
1800.00/1799.00	c number of learning phase by resolution	: 0
1800.00/1799.00	c number of learning phase by cutting planes	: 0
1800.00/1799.00	c speed (assignments/second)	: 20151.553408258937
1800.00/1799.00	c non guided choices	28
1800.00/1799.00	c timeout
1800.00/1799.03	c learnt constraints type 
1800.00/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129485
1800.00/1799.03	s UNKNOWN
1800.00/1799.03	c Total wall clock time (in seconds): 1798.917

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-4085446-1465244269/watcher-4085446-1465244269 -o /tmp/evaluation-result-4085446-1465244269/solver-4085446-1465244269 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085446-1465244269.opb 

pid=7870
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.23 2.22 2.18 4/194 7873
/proc/meminfo: memFree=29852148/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/7873/stat : 7873 (java) D 7870 7873 4042 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 106360256 2560000 46 33554432000 1073741824 1073778376 140736957712704 140736957709832 239863950631 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.22 2.18 4/194 7873
/proc/meminfo: memFree=29852148/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 106360256 9787879424 6030 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 2.23 2.22 2.18 4/194 7873
/proc/meminfo: memFree=29852148/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 6220 0 1 0 28 1 0 0 20 0 19 0 106360256 9856040960 7421 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 7421 2229 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300224 s]
/proc/loadavg: 2.23 2.22 2.18 4/194 7873
/proc/meminfo: memFree=29852148/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 6614 0 1 0 51 1 0 0 20 0 19 0 106360256 9856040960 8018 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 8018 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.70017 s]
/proc/loadavg: 2.23 2.22 2.18 4/194 7873
/proc/meminfo: memFree=29852148/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 10775 0 1 0 111 2 0 0 20 0 19 0 106360256 9856040960 11130 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 11130 2251 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.29 2.23 2.19 4/213 7892
/proc/meminfo: memFree=29814580/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=1.98 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 10783 0 1 0 196 2 0 0 20 0 19 0 106360256 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 12159 2255 9 0 2396937 0
[pid=7873/tid=7875] ppid=7870 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/7873/task/7875/stat : 7875 (java) R 7870 7873 4042 0 -1 4202560 2420 0 1 0 144 2 0 0 20 0 19 0 106360257 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390487476672 140390351496435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7876] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7876/stat : 7876 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390476540840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7877] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7877/stat : 7877 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390475488296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7878] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7878/stat : 7878 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390474435240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7879] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7879/stat : 7879 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390473382696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7880] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7880/stat : 7880 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390472329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7881] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7881/stat : 7881 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390471277096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7882] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7882/stat : 7882 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390470224040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7883] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7883/stat : 7883 (java) S 7870 7873 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390323403048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7884] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7884/stat : 7884 (java) S 7870 7873 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106360259 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390311205736 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7885] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7885/stat : 7885 (java) S 7870 7873 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390310152056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7886] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7886/stat : 7886 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390309098888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7887] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7887/stat : 7887 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390308047632 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7888] ppid=7870 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/7873/task/7888/stat : 7888 (java) S 7870 7873 4042 0 -1 4202560 5690 0 0 0 33 0 0 0 20 0 19 0 106360262 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390306994488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7889] ppid=7870 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/7873/task/7889/stat : 7889 (java) S 7870 7873 4042 0 -1 4202560 1401 0 0 0 14 0 0 0 20 0 19 0 106360262 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390305941944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7890] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7890/stat : 7890 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390304889080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7891] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7891/stat : 7891 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390303836744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7892] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7892/stat : 7892 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360272 9856040960 12159 33554432000 1073741824 1073778376 140736957712704 140390302783016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.29 2.23 2.19 4/213 7892
/proc/meminfo: memFree=29809624/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=3.67 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 10864 0 1 0 365 2 0 0 20 0 19 0 106360256 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 13204 2256 9 0 2396937 0
[pid=7873/tid=7875] ppid=7870 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7873/task/7875/stat : 7875 (java) R 7870 7873 4042 0 -1 4202560 2422 0 1 0 304 2 0 0 20 0 19 0 106360257 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390487469776 140390351496435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7876] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7876/stat : 7876 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390476540840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7877] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7877/stat : 7877 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390475488296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7878] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7878/stat : 7878 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390474435240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7879] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7879/stat : 7879 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390473382696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7880] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7880/stat : 7880 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390472329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7881] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7881/stat : 7881 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390471277096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7882] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7882/stat : 7882 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390470224040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7883] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7883/stat : 7883 (java) S 7870 7873 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390323403048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7884] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7884/stat : 7884 (java) S 7870 7873 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106360259 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390311205736 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7885] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7885/stat : 7885 (java) S 7870 7873 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390310152056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7886] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7886/stat : 7886 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390309098888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7887] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7887/stat : 7887 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390308047632 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7888] ppid=7870 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/7873/task/7888/stat : 7888 (java) S 7870 7873 4042 0 -1 4202560 5710 0 0 0 40 0 0 0 20 0 19 0 106360262 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390306994488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7889] ppid=7870 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7873/task/7889/stat : 7889 (java) S 7870 7873 4042 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 106360262 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390305941944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7890] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7890/stat : 7890 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390304889080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7891] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7891/stat : 7891 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390303836744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7892] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7892/stat : 7892 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360272 9856040960 13204 33554432000 1073741824 1073778376 140736957712704 140390302783016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.27 2.23 2.18 3/213 7892
/proc/meminfo: memFree=29801120/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=6.86 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 10870 0 1 0 684 2 0 0 20 0 19 0 106360256 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 15167 2257 9 0 2396937 0
[pid=7873/tid=7875] ppid=7870 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/7873/task/7875/stat : 7875 (java) R 7870 7873 4042 0 -1 4202560 2427 0 1 0 623 2 0 0 20 0 19 0 106360257 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390487469776 140390351583240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7876] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7876/stat : 7876 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390476540840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7877] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7877/stat : 7877 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390475488296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7878] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7878/stat : 7878 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390474435240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7879] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7879/stat : 7879 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390473382696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7880] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7880/stat : 7880 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390472329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7881] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7881/stat : 7881 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390471277096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7882] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7882/stat : 7882 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390470224040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7883] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7883/stat : 7883 (java) S 7870 7873 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106360258 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390323403048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7884] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7884/stat : 7884 (java) S 7870 7873 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106360259 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390311205736 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7885] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7885/stat : 7885 (java) S 7870 7873 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390310152056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7886] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7886/stat : 7886 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390309098888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7887] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7887/stat : 7887 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390308047632 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7888] ppid=7870 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/7873/task/7888/stat : 7888 (java) S 7870 7873 4042 0 -1 4202560 5710 0 0 0 40 0 0 0 20 0 19 0 106360262 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390306994488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7889] ppid=7870 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7873/task/7889/stat : 7889 (java) S 7870 7873 4042 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 106360262 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390305941944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7890] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7890/stat : 7890 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390304889080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7891] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7891/stat : 7891 (java) S 7870 7873 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390303836744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7892] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7892/stat : 7892 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360272 9856040960 15167 33554432000 1073741824 1073778376 140736957712704 140390302783016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9625040


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

[pid=7873/tid=7892] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7892/stat : 7892 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360272 9856040960 82987 33554432000 1073741824 1073778376 140736957712704 140390302783016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 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.34 2.23 2.19 3/213 8001
/proc/meminfo: memFree=29837844/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=1723.3 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 11877 0 1 0 172283 47 0 0 20 0 19 0 106360256 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 83023 2271 9 0 2396937 0
[pid=7873/tid=7875] ppid=7870 vsize=9625040 CPUtime=1717.19 cores=0,2,4,6
/proc/7873/task/7875/stat : 7875 (java) R 7870 7873 4042 0 -1 4202560 2489 0 1 0 171687 32 0 0 20 0 19 0 106360257 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390487469760 140390351467013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7876] ppid=7870 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/7873/task/7876/stat : 7876 (java) S 7870 7873 4042 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390476540840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7877] ppid=7870 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7873/task/7877/stat : 7877 (java) S 7870 7873 4042 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390475488296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7878] ppid=7870 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7873/task/7878/stat : 7878 (java) S 7870 7873 4042 0 -1 4202560 170 0 0 0 7 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390474435240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7879] ppid=7870 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7873/task/7879/stat : 7879 (java) S 7870 7873 4042 0 -1 4202560 125 0 0 0 9 3 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390473382696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7880] ppid=7870 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7873/task/7880/stat : 7880 (java) S 7870 7873 4042 0 -1 4202560 197 0 0 0 5 1 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390472329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7881] ppid=7870 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7873/task/7881/stat : 7881 (java) S 7870 7873 4042 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390471277096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7882] ppid=7870 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7873/task/7882/stat : 7882 (java) S 7870 7873 4042 0 -1 4202560 144 0 0 0 8 1 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390470224040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7883] ppid=7870 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7873/task/7883/stat : 7883 (java) S 7870 7873 4042 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390323403048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7884] ppid=7870 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7873/task/7884/stat : 7884 (java) S 7870 7873 4042 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 106360259 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390311205736 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7885] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7885/stat : 7885 (java) S 7870 7873 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390310152056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7886] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7886/stat : 7886 (java) S 7870 7873 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390309098888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7887] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7887/stat : 7887 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390308047632 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7888] ppid=7870 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7873/task/7888/stat : 7888 (java) S 7870 7873 4042 0 -1 4202560 5715 0 0 0 43 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390306994488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7889] ppid=7870 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7873/task/7889/stat : 7889 (java) S 7870 7873 4042 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390305941944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7890] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7890/stat : 7890 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390304889080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7891] ppid=7870 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7873/task/7891/stat : 7891 (java) S 7870 7873 4042 0 -1 4202560 100 0 0 0 22 27 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390303836744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7892] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7892/stat : 7892 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360272 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390302783016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/213 8002
/proc/meminfo: memFree=29838416/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=1783.3 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 11881 0 1 0 178283 47 0 0 20 0 19 0 106360256 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 83023 2271 9 0 2396937 0
[pid=7873/tid=7875] ppid=7870 vsize=9625040 CPUtime=1777.04 cores=0,2,4,6
/proc/7873/task/7875/stat : 7875 (java) R 7870 7873 4042 0 -1 4202560 2489 0 1 0 177671 33 0 0 20 0 19 0 106360257 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390487469760 140390351496435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7876] ppid=7870 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/7873/task/7876/stat : 7876 (java) S 7870 7873 4042 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390476540840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7877] ppid=7870 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7873/task/7877/stat : 7877 (java) S 7870 7873 4042 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390475488296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7878] ppid=7870 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7873/task/7878/stat : 7878 (java) S 7870 7873 4042 0 -1 4202560 170 0 0 0 7 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390474435240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7879] ppid=7870 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7873/task/7879/stat : 7879 (java) S 7870 7873 4042 0 -1 4202560 125 0 0 0 9 3 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390473382696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7880] ppid=7870 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7873/task/7880/stat : 7880 (java) S 7870 7873 4042 0 -1 4202560 197 0 0 0 5 1 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390472329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7881] ppid=7870 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7873/task/7881/stat : 7881 (java) S 7870 7873 4042 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390471277096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7882] ppid=7870 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7873/task/7882/stat : 7882 (java) S 7870 7873 4042 0 -1 4202560 144 0 0 0 8 1 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390470224040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7883] ppid=7870 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7873/task/7883/stat : 7883 (java) S 7870 7873 4042 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390323403048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7884] ppid=7870 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7873/task/7884/stat : 7884 (java) S 7870 7873 4042 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 106360259 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390311205736 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7885] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7885/stat : 7885 (java) S 7870 7873 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390310152056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7886] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7886/stat : 7886 (java) S 7870 7873 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390309098888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7887] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7887/stat : 7887 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390308047632 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7888] ppid=7870 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7873/task/7888/stat : 7888 (java) S 7870 7873 4042 0 -1 4202560 5715 0 0 0 43 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390306994488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7889] ppid=7870 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7873/task/7889/stat : 7889 (java) S 7870 7873 4042 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390305941944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7890] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7890/stat : 7890 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390304889080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7891] ppid=7870 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7873/task/7891/stat : 7891 (java) S 7870 7873 4042 0 -1 4202560 104 0 0 0 23 29 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390303836744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7892] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7892/stat : 7892 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360272 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390302783016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.3
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.25 2.22 2.18 3/213 8002
/proc/meminfo: memFree=29839280/32872528 swapFree=15272/1656604
[pid=7873] ppid=7870 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/7873/stat : 7873 (java) S 7870 7873 4042 0 -1 4202496 11881 0 1 0 179953 47 0 0 20 0 19 0 106360256 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140736957703840 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7873/statm: 2406260 83023 2271 9 0 2396937 0
[pid=7873/tid=7875] ppid=7870 vsize=9625040 CPUtime=1793.69 cores=0,2,4,6
/proc/7873/task/7875/stat : 7875 (java) R 7870 7873 4042 0 -1 4202560 2489 0 1 0 179336 33 0 0 20 0 19 0 106360257 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390487469760 140390351466115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7876] ppid=7870 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/7873/task/7876/stat : 7876 (java) S 7870 7873 4042 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390476540840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7877] ppid=7870 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7873/task/7877/stat : 7877 (java) S 7870 7873 4042 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390475488296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7878] ppid=7870 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7873/task/7878/stat : 7878 (java) S 7870 7873 4042 0 -1 4202560 170 0 0 0 7 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390474435240 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7879] ppid=7870 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/7873/task/7879/stat : 7879 (java) S 7870 7873 4042 0 -1 4202560 125 0 0 0 9 3 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390473382696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7873/tid=7880] ppid=7870 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/7873/task/7880/stat : 7880 (java) S 7870 7873 4042 0 -1 4202560 197 0 0 0 5 1 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390472329640 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7873/tid=7881] ppid=7870 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/7873/task/7881/stat : 7881 (java) S 7870 7873 4042 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390471277096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7882] ppid=7870 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/7873/task/7882/stat : 7882 (java) S 7870 7873 4042 0 -1 4202560 144 0 0 0 8 1 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390470224040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7883] ppid=7870 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/7873/task/7883/stat : 7883 (java) S 7870 7873 4042 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 19 0 106360258 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390323403048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7884] ppid=7870 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7873/task/7884/stat : 7884 (java) S 7870 7873 4042 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 106360259 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390311205736 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7885] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7885/stat : 7885 (java) S 7870 7873 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390310152056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7886] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7886/stat : 7886 (java) S 7870 7873 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106360260 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390309098888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7887] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7887/stat : 7887 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390308047632 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7888] ppid=7870 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7873/task/7888/stat : 7888 (java) S 7870 7873 4042 0 -1 4202560 5715 0 0 0 43 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390306994488 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7889] ppid=7870 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/7873/task/7889/stat : 7889 (java) S 7870 7873 4042 0 -1 4202560 1460 0 0 0 16 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390305941944 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7890] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7890/stat : 7890 (java) S 7870 7873 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390304889080 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7873/tid=7891] ppid=7870 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/7873/task/7891/stat : 7891 (java) S 7870 7873 4042 0 -1 4202560 104 0 0 0 23 29 0 0 20 0 19 0 106360262 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390303836744 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7873/tid=7892] ppid=7870 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7873/task/7892/stat : 7892 (java) S 7870 7873 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106360272 9856040960 83023 33554432000 1073741824 1073778376 140736957712704 140390302783016 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 7873 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 7873 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=859139
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=921859
# CPU time returned by wait4() is 1795.78
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.04
CPU time (s): 1800
CPU user time (s): 1799.53
CPU system time (s): 0.47
CPU usage (%): 100.054
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.86
system time used= 0.921859
maximum resident set size= 332244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38173
involuntary context switches= 27675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5764 second user time and 13.429 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 22:17:49
IDJOB=4085446
IDBENCH=2917
IDSOLVER=2546
FILE ID=node136/4085446-1465244269
RUNJOBID= node136-1465237111-7010
PBS_JOBID= 19843227
Free space on /tmp= 71736 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_7_60_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085446-1465244269/watcher-4085446-1465244269 -o /tmp/evaluation-result-4085446-1465244269/solver-4085446-1465244269 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085446-1465244269.opb

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=1182972264

node136.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.959
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.91
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.959
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.959
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.959
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.959
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.959
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.59
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.959
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.959
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:        29852428 kB
Buffers:           26180 kB
Cached:           102664 kB
SwapCached:          804 kB
Active:           579060 kB
Inactive:          80880 kB
Active(anon):     532116 kB
Inactive(anon):     1208 kB
Active(file):      46944 kB
Inactive(file):    79672 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       2189044 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             567112 kB
SReclaimable:      10960 kB
SUnreclaim:       556152 kB
KernelStack:        1592 kB
PageTables:         8692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2313148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2162688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node136 at 2016-06-06 22:47:48