Trace number 4085447

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_2.opb
MD5SUMccdf85c0efcf9b688264aa74ef25462f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1943
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5830
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-4085447-1465243427.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.045s.
0.09/0.16	c declared #vars     71
0.09/0.16	c #constraints  17
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.09/0.16	c 17 constraints processed.
0.09/0.16	c objective function length is 1 literals
0.86/0.62	c cleaning 2501 clauses out of 5001 with flag 10311/5001
1.35/1.08	c cleaning 4252 clauses out of 8504 with flag 22734/11005
1.95/1.64	c cleaning 5624 clauses out of 11248 with flag 37415/18001
2.76/2.40	c cleaning 6802 clauses out of 13623 with flag 53964/26000
3.69/3.32	c cleaning 7910 clauses out of 15823 with flag 72774/35002
4.85/4.42	c cleaning 8958 clauses out of 17917 with flag 93506/45006
5.95/5.57	c cleaning 9979 clauses out of 19957 with flag 116370/56004
7.25/6.83	c cleaning 10985 clauses out of 21974 with flag 141474/68000
8.65/8.27	c cleaning 11995 clauses out of 23992 with flag 168871/81003
10.36/9.98	c cleaning 12999 clauses out of 25998 with flag 198623/95004
12.45/12.03	c cleaning 13998 clauses out of 27997 with flag 230034/110002
14.65/14.24	c cleaning 14998 clauses out of 29998 with flag 263378/126001
16.96/16.57	c cleaning 16000 clauses out of 32001 with flag 299020/143002
19.87/19.41	c cleaning 16999 clauses out of 33999 with flag 336429/161000
22.77/22.35	c cleaning 18001 clauses out of 36001 with flag 376062/180001
25.78/25.35	c cleaning 19000 clauses out of 37999 with flag 418597/200000
29.07/28.61	c cleaning 20000 clauses out of 39999 with flag 462855/221000
32.67/32.28	c cleaning 20998 clauses out of 42002 with flag 509145/243003
36.77/36.36	c cleaning 21998 clauses out of 44001 with flag 557722/266000
40.56/40.19	c cleaning 23004 clauses out of 46007 with flag 608189/290004
45.26/44.81	c cleaning 23995 clauses out of 48000 with flag 660701/315001
50.26/49.81	c cleaning 25003 clauses out of 50006 with flag 715425/341002
55.67/55.27	c cleaning 25998 clauses out of 52002 with flag 772509/368001
61.37/60.94	c cleaning 26996 clauses out of 54003 with flag 831126/396000
67.57/67.17	c cleaning 28003 clauses out of 56007 with flag 892707/425000
73.76/73.31	c cleaning 29004 clauses out of 58007 with flag 955119/455003
80.91/80.44	c cleaning 30003 clauses out of 60005 with flag 1019165/486005
87.80/87.32	c cleaning 30998 clauses out of 61997 with flag 1086935/518000
95.60/95.15	c cleaning 31999 clauses out of 64001 with flag 1157268/551002
103.60/103.19	c cleaning 33001 clauses out of 66003 with flag 1228909/585003
111.80/111.31	c cleaning 34001 clauses out of 68001 with flag 1303246/620002
119.90/119.43	c cleaning 34991 clauses out of 69998 with flag 1380115/656000
127.11/126.61	c cleaning 36002 clauses out of 72008 with flag 1457790/693001
135.70/135.27	c cleaning 37000 clauses out of 74006 with flag 1534640/731001
145.91/145.47	c cleaning 37998 clauses out of 76006 with flag 1616486/770001
158.31/157.84	c cleaning 39003 clauses out of 78007 with flag 1700705/810000
171.31/170.83	c cleaning 39998 clauses out of 80010 with flag 1786971/851006
184.12/183.69	c cleaning 41004 clauses out of 82010 with flag 1875779/893004
198.12/197.68	c cleaning 42001 clauses out of 84006 with flag 1965507/936004
212.62/212.13	c cleaning 43002 clauses out of 86003 with flag 2056415/980002
227.45/226.97	c cleaning 44003 clauses out of 88007 with flag 2151178/1025008
245.05/244.57	c cleaning 44996 clauses out of 89997 with flag 2248120/1071001
262.97/262.43	c cleaning 45990 clauses out of 92000 with flag 2347359/1118000
280.47/279.96	c cleaning 47001 clauses out of 94010 with flag 2449077/1166000
297.28/296.74	c cleaning 48001 clauses out of 96009 with flag 2551694/1215000
313.57/313.02	c cleaning 49001 clauses out of 98009 with flag 2657480/1265001
331.27/330.77	c cleaning 50004 clauses out of 100014 with flag 2764607/1316007
348.37/347.89	c cleaning 51002 clauses out of 102003 with flag 2873855/1368000
367.99/367.40	c cleaning 52002 clauses out of 104004 with flag 2984602/1421003
386.98/386.48	c cleaning 52998 clauses out of 106000 with flag 3098986/1475001
407.13/406.54	c cleaning 54005 clauses out of 108010 with flag 3212954/1530009
432.33/431.75	c cleaning 54998 clauses out of 109998 with flag 3329461/1586002
455.24/454.65	c cleaning 55998 clauses out of 112000 with flag 3448391/1643002
479.84/479.24	c cleaning 56999 clauses out of 114003 with flag 3568535/1701003
500.84/500.25	c cleaning 58000 clauses out of 116001 with flag 3690168/1760000
527.96/527.37	c cleaning 59003 clauses out of 118006 with flag 3818443/1820005
554.76/554.15	c cleaning 59995 clauses out of 119998 with flag 3948574/1881000
582.56/581.98	c cleaning 60996 clauses out of 122004 with flag 4080808/1943001
614.47/613.87	c cleaning 62002 clauses out of 124008 with flag 4214157/2006001
644.54/643.87	c cleaning 62999 clauses out of 126006 with flag 4349114/2070001
675.25/674.52	c cleaning 63998 clauses out of 128007 with flag 4488014/2135001
708.35/707.64	c cleaning 65006 clauses out of 130014 with flag 4627102/2201006
740.26/739.57	c cleaning 66003 clauses out of 132008 with flag 4767677/2268006
776.66/775.91	c cleaning 66999 clauses out of 134001 with flag 4909606/2336002
818.79/818.05	c cleaning 67998 clauses out of 136001 with flag 5055517/2405001
865.99/865.20	c cleaning 69000 clauses out of 138004 with flag 5206292/2475002
912.72/911.89	c cleaning 69998 clauses out of 140002 with flag 5359364/2546000
971.33/970.40	c cleaning 70997 clauses out of 142004 with flag 5513529/2618000
1025.83/1024.96	c cleaning 72002 clauses out of 144008 with flag 5669116/2691001
1082.36/1081.43	c cleaning 73007 clauses out of 146017 with flag 5826519/2765012
1142.07/1141.17	c cleaning 73989 clauses out of 147999 with flag 5985932/2840001
1197.08/1196.12	c cleaning 74998 clauses out of 150009 with flag 6147217/2916000
1256.38/1255.45	c cleaning 76008 clauses out of 152016 with flag 6311669/2993005
1312.69/1311.62	c cleaning 76995 clauses out of 154003 with flag 6478418/3071000
1367.10/1366.06	c cleaning 78007 clauses out of 156018 with flag 6646172/3150010
1433.31/1432.30	c cleaning 78997 clauses out of 158002 with flag 6815793/3230001
1504.71/1503.70	c cleaning 79995 clauses out of 160009 with flag 6987105/3311005
1571.03/1569.93	c cleaning 80996 clauses out of 162009 with flag 7161820/3393000
1634.95/1633.88	c cleaning 82002 clauses out of 164014 with flag 7337169/3476001
1698.48/1697.21	c cleaning 83005 clauses out of 166016 with flag 7515665/3560005
1761.69/1760.49	c cleaning 83996 clauses out of 168007 with flag 7696002/3645001
1800.09/1798.80	c starts		: 1037
1800.09/1798.80	c conflicts		: 3704861
1800.09/1798.80	c decisions		: 3907096
1800.09/1798.80	c timeout
1800.09/1798.80	c propagations		: 39601479
1800.09/1798.80	c inspects		: 38330826598
1800.09/1798.80	c shortcuts		: 0
1800.09/1798.80	c learnt literals	: 0
1800.09/1798.80	c learnt binary clauses	: 0
1800.09/1798.80	c learnt ternary clauses	: 0
1800.09/1798.80	c learnt constraints	: 3704861
1800.09/1798.80	c ignored constraints	: 0
1800.09/1798.80	c root simplifications	: 0
1800.09/1798.80	c removed literals (reason simplification)	: 0
1800.09/1798.80	c reason swapping (by a shorter reason)	: 0
1800.09/1798.80	c Calls to reduceDB	: 81
1800.09/1798.80	c Number of update (reduction) of LBD	: 360665
1800.09/1798.80	c Imported unit clauses	: 0
1800.09/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.80	c number of learned constraints concerned by reduction	: 0
1800.09/1798.80	c number of learning phase by resolution	: 0
1800.09/1798.80	c number of learning phase by cutting planes	: 0
1800.09/1798.80	c speed (assignments/second)	: 22017.444837518993
1800.09/1798.80	c non guided choices	30
1800.09/1798.83	c learnt constraints type 
1800.09/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143871
1800.09/1798.83	s UNKNOWN
1800.09/1798.83	c Total wall clock time (in seconds): 1798.717

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

pid=12572
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.10 2.19 2.19 3/196 12575
/proc/meminfo: memFree=29826912/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/12575/stat : 12575 (java) D 12572 12575 9891 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 106274765 2560000 46 33554432000 1073741824 1073778376 140736946746608 140736946743736 215115459879 0 0 4096 0 18446744072100756772 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.10 2.19 2.19 3/196 12575
/proc/meminfo: memFree=29826912/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 4461 0 1 0 8 1 0 0 20 0 18 0 106274765 9787879424 5577 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2389619 5577 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.10 2.19 2.19 3/196 12575
/proc/meminfo: memFree=29826912/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 5649 0 1 0 26 1 0 0 20 0 19 0 106274765 9856040960 6393 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 6396 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.30022 s]
/proc/loadavg: 2.10 2.19 2.19 3/196 12575
/proc/meminfo: memFree=29826912/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 7410 0 1 0 51 1 0 0 20 0 19 0 106274765 9856040960 7918 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 7918 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700131 s]
/proc/loadavg: 2.10 2.19 2.19 3/196 12575
/proc/meminfo: memFree=29826912/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 7450 0 1 0 97 1 0 0 20 0 19 0 106274765 9856040960 8469 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 8469 2251 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.10 2.19 2.19 3/215 12594
/proc/meminfo: memFree=29805040/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 8434 0 1 0 184 1 0 0 20 0 19 0 106274765 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 9549 2256 9 0 2396937 0
[pid=12575/tid=12577] ppid=12572 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/12575/task/12577/stat : 12577 (java) R 12572 12575 9891 0 -1 4202560 2483 0 1 0 144 1 0 0 20 0 19 0 106274766 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631532666576 140631405422188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12578] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12578/stat : 12578 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631376525480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12579] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12579/stat : 12579 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631375472936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12580] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12580/stat : 12580 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631374420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12581] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12581/stat : 12581 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631373367848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12582] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12582/stat : 12582 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631372315304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12583] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12583/stat : 12583 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631371262760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12584] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12584/stat : 12584 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631370210216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12585] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12585/stat : 12585 (java) S 12572 12575 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631369157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12586] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12586/stat : 12586 (java) S 12572 12575 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106274768 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631356745832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12587] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12587/stat : 12587 (java) S 12572 12575 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631355692152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12588] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12588/stat : 12588 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631354639496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12589] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12589/stat : 12589 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631353588240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12590] ppid=12572 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/12575/task/12590/stat : 12590 (java) S 12572 12575 9891 0 -1 4202560 1415 0 0 0 13 0 0 0 20 0 19 0 106274771 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631352535608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12591] ppid=12572 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/12575/task/12591/stat : 12591 (java) S 12572 12575 9891 0 -1 4202560 3264 0 0 0 22 0 0 0 20 0 19 0 106274771 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631351483064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12592] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12592/stat : 12592 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631350430712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12593] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12593/stat : 12593 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631349378376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12594] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12594/stat : 12594 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274782 9856040960 9549 33554432000 1073741824 1073778376 140736946746608 140631348323112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.10 2.19 2.19 3/215 12594
/proc/meminfo: memFree=29800340/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 8449 0 1 0 348 1 0 0 20 0 19 0 106274765 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 10586 2256 9 0 2396937 0
[pid=12575/tid=12577] ppid=12572 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/12575/task/12577/stat : 12577 (java) R 12572 12575 9891 0 -1 4202560 2485 0 1 0 304 1 0 0 20 0 19 0 106274766 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631532675352 140631405376319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12578] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12578/stat : 12578 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631376525480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12579] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12579/stat : 12579 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631375472936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12580] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12580/stat : 12580 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631374420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12581] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12581/stat : 12581 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631373367848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12582] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12582/stat : 12582 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631372315304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12583] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12583/stat : 12583 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631371262760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12584] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12584/stat : 12584 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631370210216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12585] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12585/stat : 12585 (java) S 12572 12575 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631369157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12586] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12586/stat : 12586 (java) S 12572 12575 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106274768 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631356745832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12587] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12587/stat : 12587 (java) S 12572 12575 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631355692152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12588] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12588/stat : 12588 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631354639496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12589] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12589/stat : 12589 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631353588240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12590] ppid=12572 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12575/task/12590/stat : 12590 (java) S 12572 12575 9891 0 -1 4202560 1415 0 0 0 14 0 0 0 20 0 19 0 106274771 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631352535608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12591] ppid=12572 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12575/task/12591/stat : 12591 (java) S 12572 12575 9891 0 -1 4202560 3277 0 0 0 26 0 0 0 20 0 19 0 106274771 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631351483064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12592] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12592/stat : 12592 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631350430712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12593] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12593/stat : 12593 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631349378376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12594] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12594/stat : 12594 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274782 9856040960 10586 33554432000 1073741824 1073778376 140736946746608 140631348323112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.10 2.18 2.19 3/215 12594
/proc/meminfo: memFree=29792420/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 9347 0 1 0 673 2 0 0 20 0 19 0 106274765 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 12526 2258 9 0 2396937 0
[pid=12575/tid=12577] ppid=12572 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/12575/task/12577/stat : 12577 (java) R 12572 12575 9891 0 -1 4202560 2490 0 1 0 623 1 0 0 20 0 19 0 106274766 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631532666560 140631405422183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12578] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12578/stat : 12578 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631376525480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12579] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12579/stat : 12579 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631375472936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12580] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12580/stat : 12580 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631374420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12581] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12581/stat : 12581 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631373367848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12582] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12582/stat : 12582 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631372315304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12583] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12583/stat : 12583 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631371262760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12584] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12584/stat : 12584 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631370210216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12585] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12585/stat : 12585 (java) S 12572 12575 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106274767 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631369157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12586] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12586/stat : 12586 (java) S 12572 12575 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106274768 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631356745832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12587] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12587/stat : 12587 (java) S 12572 12575 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631355692152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12588] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12588/stat : 12588 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631354639496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12589] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12589/stat : 12589 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631353588240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12590] ppid=12572 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12575/task/12590/stat : 12590 (java) S 12572 12575 9891 0 -1 4202560 1415 0 0 0 14 0 0 0 20 0 19 0 106274771 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631352535608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12591] ppid=12572 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/12575/task/12591/stat : 12591 (java) S 12572 12575 9891 0 -1 4202560 4169 0 0 0 31 0 0 0 20 0 19 0 106274771 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631351483064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12592] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12592/stat : 12592 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631350430712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12593] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12593/stat : 12593 (java) S 12572 12575 9891 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631349378376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12594] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12594/stat : 12594 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274782 9856040960 12526 33554432000 1073741824 1073778376 140736946746608 140631348323112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=12575/tid=12594] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12594/stat : 12594 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274782 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631348323112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1663.56
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.22 2.18 3/215 12767
/proc/meminfo: memFree=29872196/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=1723.58 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 10273 0 1 0 172316 42 0 0 20 0 19 0 106274765 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 73258 2272 9 0 2396937 0
[pid=12575/tid=12577] ppid=12572 vsize=9625040 CPUtime=1717.65 cores=0,2,4,6
/proc/12575/task/12577/stat : 12577 (java) R 12572 12575 9891 0 -1 4202560 2553 0 1 0 171736 29 0 0 20 0 19 0 106274766 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631532666544 140631405422183 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12578] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12578/stat : 12578 (java) S 12572 12575 9891 0 -1 4202560 167 0 0 0 5 3 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631376525480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12579] ppid=12572 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/12575/task/12579/stat : 12579 (java) S 12572 12575 9891 0 -1 4202560 141 0 0 0 5 1 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631375472936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12580] ppid=12572 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12575/task/12580/stat : 12580 (java) S 12572 12575 9891 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631374420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12581] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12581/stat : 12581 (java) S 12572 12575 9891 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631373367848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12582] ppid=12572 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12575/task/12582/stat : 12582 (java) S 12572 12575 9891 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631372315304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12583] ppid=12572 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12575/task/12583/stat : 12583 (java) S 12572 12575 9891 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631371262760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12584] ppid=12572 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/12575/task/12584/stat : 12584 (java) S 12572 12575 9891 0 -1 4202560 152 0 0 0 9 3 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631370210216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12585] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12585/stat : 12585 (java) S 12572 12575 9891 0 -1 4202560 148 0 0 0 6 2 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631369157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12586] ppid=12572 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12575/task/12586/stat : 12586 (java) S 12572 12575 9891 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 106274768 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631356745832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12587] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12587/stat : 12587 (java) S 12572 12575 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631355692152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12588] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12588/stat : 12588 (java) S 12572 12575 9891 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631354639496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12589] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12589/stat : 12589 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631353588240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12590] ppid=12572 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12575/task/12590/stat : 12590 (java) S 12572 12575 9891 0 -1 4202560 1415 0 0 0 14 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631352535608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12591] ppid=12572 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12575/task/12591/stat : 12591 (java) S 12572 12575 9891 0 -1 4202560 4174 0 0 0 35 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631351483064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12592] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12592/stat : 12592 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631350430712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12593] ppid=12572 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12575/task/12593/stat : 12593 (java) S 12572 12575 9891 0 -1 4202560 100 0 0 0 34 33 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631349378376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12594] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12594/stat : 12594 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274782 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631348323112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/215 12768
/proc/meminfo: memFree=29871780/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=1783.59 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 10277 0 1 0 178316 43 0 0 20 0 19 0 106274765 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 73258 2272 9 0 2396937 0
[pid=12575/tid=12577] ppid=12572 vsize=9625040 CPUtime=1777.49 cores=0,2,4,6
/proc/12575/task/12577/stat : 12577 (java) R 12572 12575 9891 0 -1 4202560 2553 0 1 0 177719 30 0 0 20 0 19 0 106274766 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631532666544 140631405375363 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12578] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12578/stat : 12578 (java) S 12572 12575 9891 0 -1 4202560 167 0 0 0 5 3 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631376525480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12579] ppid=12572 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/12575/task/12579/stat : 12579 (java) S 12572 12575 9891 0 -1 4202560 141 0 0 0 5 1 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631375472936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12580] ppid=12572 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12575/task/12580/stat : 12580 (java) S 12572 12575 9891 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631374420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12581] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12581/stat : 12581 (java) S 12572 12575 9891 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631373367848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12582] ppid=12572 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12575/task/12582/stat : 12582 (java) S 12572 12575 9891 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631372315304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12583] ppid=12572 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12575/task/12583/stat : 12583 (java) S 12572 12575 9891 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631371262760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12584] ppid=12572 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/12575/task/12584/stat : 12584 (java) S 12572 12575 9891 0 -1 4202560 152 0 0 0 9 3 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631370210216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12585] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12585/stat : 12585 (java) S 12572 12575 9891 0 -1 4202560 148 0 0 0 6 2 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631369157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12586] ppid=12572 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12575/task/12586/stat : 12586 (java) S 12572 12575 9891 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 106274768 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631356745832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12587] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12587/stat : 12587 (java) S 12572 12575 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631355692152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12588] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12588/stat : 12588 (java) S 12572 12575 9891 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631354639496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12589] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12589/stat : 12589 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631353588240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12590] ppid=12572 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12575/task/12590/stat : 12590 (java) S 12572 12575 9891 0 -1 4202560 1415 0 0 0 14 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631352535608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12591] ppid=12572 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12575/task/12591/stat : 12591 (java) S 12572 12575 9891 0 -1 4202560 4174 0 0 0 35 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631351483064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12592] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12592/stat : 12592 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631350430712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12593] ppid=12572 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/12575/task/12593/stat : 12593 (java) S 12572 12575 9891 0 -1 4202560 104 0 0 0 36 34 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631349378376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12594] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12594/stat : 12594 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274782 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631348323112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.20 2.21 2.18 3/215 12768
/proc/meminfo: memFree=29871832/32872528 swapFree=20720/1686580
[pid=12575] ppid=12572 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/12575/stat : 12575 (java) S 12572 12575 9891 0 -1 4202496 10277 0 1 0 179966 43 0 0 20 0 19 0 106274765 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140736946737744 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/12575/statm: 2406260 73258 2272 9 0 2396937 0
[pid=12575/tid=12577] ppid=12572 vsize=9625040 CPUtime=1793.95 cores=0,2,4,6
/proc/12575/task/12577/stat : 12577 (java) R 12572 12575 9891 0 -1 4202560 2553 0 1 0 179365 30 0 0 20 0 19 0 106274766 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631532666544 140631405376356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12578] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12578/stat : 12578 (java) S 12572 12575 9891 0 -1 4202560 167 0 0 0 5 3 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631376525480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12579] ppid=12572 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/12575/task/12579/stat : 12579 (java) S 12572 12575 9891 0 -1 4202560 141 0 0 0 5 1 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631375472936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12580] ppid=12572 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12575/task/12580/stat : 12580 (java) S 12572 12575 9891 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631374420392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12575/tid=12581] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12581/stat : 12581 (java) S 12572 12575 9891 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631373367848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12575/tid=12582] ppid=12572 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/12575/task/12582/stat : 12582 (java) S 12572 12575 9891 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631372315304 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12583] ppid=12572 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/12575/task/12583/stat : 12583 (java) S 12572 12575 9891 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631371262760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12584] ppid=12572 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/12575/task/12584/stat : 12584 (java) S 12572 12575 9891 0 -1 4202560 152 0 0 0 9 3 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631370210216 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12585] ppid=12572 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/12575/task/12585/stat : 12585 (java) S 12572 12575 9891 0 -1 4202560 148 0 0 0 6 2 0 0 20 0 19 0 106274767 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631369157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12586] ppid=12572 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/12575/task/12586/stat : 12586 (java) S 12572 12575 9891 0 -1 4202560 61 0 0 0 1 1 0 0 20 0 19 0 106274768 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631356745832 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12587] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12587/stat : 12587 (java) S 12572 12575 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631355692152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12588] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12588/stat : 12588 (java) S 12572 12575 9891 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106274769 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631354639496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12589] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12589/stat : 12589 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631353588240 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12590] ppid=12572 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/12575/task/12590/stat : 12590 (java) S 12572 12575 9891 0 -1 4202560 1415 0 0 0 14 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631352535608 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12591] ppid=12572 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/12575/task/12591/stat : 12591 (java) S 12572 12575 9891 0 -1 4202560 4174 0 0 0 35 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631351483064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12592] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12592/stat : 12592 (java) S 12572 12575 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631350430712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12575/tid=12593] ppid=12572 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/12575/task/12593/stat : 12593 (java) S 12572 12575 9891 0 -1 4202560 104 0 0 0 36 35 0 0 20 0 19 0 106274771 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631349378376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12575/tid=12594] ppid=12572 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12575/task/12594/stat : 12594 (java) S 12572 12575 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106274782 9856040960 73258 33554432000 1073741824 1073778376 140736946746608 140631348323112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 12575 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 12575 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=149095
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=920860
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.09
#
# 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.09
CPU user time (s): 1799.66
CPU system time (s): 0.43
CPU usage (%): 100.07
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.15
system time used= 0.92086
maximum resident set size= 293236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10344
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= 38166
involuntary context switches= 2769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3434 second user time and 13.7209 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-06 22:03:47
IDJOB=4085447
IDBENCH=2898
IDSOLVER=2546
FILE ID=node135/4085447-1465243427
RUNJOBID= node135-1465226821-9907
PBS_JOBID= 19843238
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= ccdf85c0efcf9b688264aa74ef25462f
RANDOM SEED=1767134948

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29827176 kB
Buffers:           33552 kB
Cached:            90536 kB
SwapCached:         1824 kB
Active:           594772 kB
Inactive:          63504 kB
Active(anon):     534636 kB
Inactive(anon):     2052 kB
Active(file):      60136 kB
Inactive(file):    61452 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098252 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       2219900 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             566932 kB
SReclaimable:      10688 kB
SUnreclaim:       556244 kB
KernelStack:        1648 kB
PageTables:         8592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2367632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2187264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node135 at 2016-06-06 22:33:46