Trace number 4084293

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1798.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUM2d610c35d7c8dd61a03deef28cf982c0
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark16.2365
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
Number of bits of the biggest sum of numbers30
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084293-1465238911.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.12	c ... done. Wall clock time 0.013s.
0.09/0.12	c declared #vars     86
0.09/0.12	c #constraints  2
0.09/0.12	c constraints type 
0.09/0.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.12	c 2 constraints processed.
0.71/0.53	c cleaning 2501 clauses out of 5001 with flag 10004/5001
1.20/0.96	c cleaning 4250 clauses out of 8499 with flag 22010/11000
1.81/1.56	c cleaning 5624 clauses out of 11250 with flag 36053/18001
2.62/2.37	c cleaning 6812 clauses out of 13625 with flag 52052/26000
3.66/3.33	c cleaning 7907 clauses out of 15814 with flag 70074/35001
4.75/4.47	c cleaning 8952 clauses out of 17906 with flag 90088/45000
6.15/5.83	c cleaning 9976 clauses out of 19954 with flag 112117/56000
7.74/7.41	c cleaning 10988 clauses out of 21978 with flag 136127/68000
9.45/9.18	c cleaning 11996 clauses out of 23992 with flag 162131/81002
11.54/11.25	c cleaning 12994 clauses out of 25995 with flag 190129/95001
14.15/13.83	c cleaning 13997 clauses out of 28001 with flag 220131/110001
17.05/16.73	c cleaning 14999 clauses out of 30004 with flag 252135/126001
20.15/19.90	c cleaning 16001 clauses out of 32004 with flag 286134/143000
23.56/23.21	c cleaning 17002 clauses out of 34004 with flag 322142/161001
27.05/26.72	c cleaning 18001 clauses out of 36002 with flag 360148/180001
31.25/30.92	c cleaning 19001 clauses out of 38002 with flag 400168/200002
36.44/36.19	c cleaning 19999 clauses out of 40000 with flag 442178/221001
42.16/41.86	c cleaning 20996 clauses out of 42000 with flag 486213/243000
48.45/48.19	c cleaning 22000 clauses out of 44005 with flag 532229/266001
55.45/55.11	c cleaning 22999 clauses out of 46004 with flag 580234/290000
63.35/63.03	c cleaning 23999 clauses out of 48006 with flag 630260/315001
71.92/71.55	c cleaning 25003 clauses out of 50007 with flag 682302/341001
82.41/82.04	c cleaning 25999 clauses out of 52003 with flag 736320/368000
92.91/92.55	c cleaning 27001 clauses out of 54004 with flag 792360/396000
102.71/102.35	c cleaning 28003 clauses out of 56005 with flag 850389/425002
113.30/112.94	c cleaning 28999 clauses out of 58000 with flag 910424/455000
124.90/124.56	c cleaning 29996 clauses out of 60003 with flag 972445/486002
138.70/138.35	c cleaning 30998 clauses out of 62006 with flag 1036469/518001
152.80/152.45	c cleaning 32003 clauses out of 64007 with flag 1102501/551000
169.31/168.93	c cleaning 32998 clauses out of 66004 with flag 1170540/585000
187.42/187.07	c cleaning 34000 clauses out of 68006 with flag 1240571/620000
205.61/205.24	c cleaning 35004 clauses out of 70007 with flag 1312606/656001
226.88/226.50	c cleaning 36001 clauses out of 72003 with flag 1386648/693001
246.88/246.41	c cleaning 36995 clauses out of 74001 with flag 1462672/731000
270.19/269.75	c cleaning 38001 clauses out of 76006 with flag 1540686/770000
299.10/298.64	c cleaning 39001 clauses out of 78006 with flag 1620776/810001
330.40/329.97	c cleaning 39995 clauses out of 80005 with flag 1702854/851001
362.91/362.43	c cleaning 41000 clauses out of 82010 with flag 1786892/893001
393.91/393.49	c cleaning 42000 clauses out of 84009 with flag 1872944/936000
428.32/427.83	c cleaning 42994 clauses out of 86009 with flag 1961013/980000
465.84/465.32	c cleaning 44003 clauses out of 88015 with flag 2051257/1025000
500.88/500.36	c cleaning 45006 clauses out of 90013 with flag 2143358/1071001
535.28/534.73	c cleaning 46002 clauses out of 92006 with flag 2237465/1118000
573.68/573.17	c cleaning 47002 clauses out of 94004 with flag 2333574/1166000
613.87/613.34	c cleaning 47998 clauses out of 96002 with flag 2431644/1215000
659.39/658.80	c cleaning 48999 clauses out of 98004 with flag 2531690/1265000
706.50/705.93	c cleaning 50003 clauses out of 100006 with flag 2633751/1316001
753.41/752.85	c cleaning 51001 clauses out of 102002 with flag 2737845/1368000
804.88/804.19	c cleaning 52000 clauses out of 104001 with flag 2843875/1421000
849.68/848.90	c cleaning 53001 clauses out of 106002 with flag 2951889/1475001
899.30/898.59	c cleaning 54001 clauses out of 108002 with flag 3061906/1530002
950.51/949.73	c cleaning 54994 clauses out of 109999 with flag 3173910/1586000
1002.73/1001.92	c cleaning 55999 clauses out of 112006 with flag 3287913/1643001
1058.85/1058.02	c cleaning 57000 clauses out of 114008 with flag 3403920/1701002
1115.48/1114.53	c cleaning 58001 clauses out of 116008 with flag 3521929/1760002
1177.40/1176.42	c cleaning 58999 clauses out of 118005 with flag 3641936/1820000
1242.31/1241.31	c cleaning 60000 clauses out of 120007 with flag 3763946/1881001
1307.33/1306.30	c cleaning 61002 clauses out of 122009 with flag 3887953/1943003
1371.15/1370.13	c cleaning 62003 clauses out of 124005 with flag 4013977/2006001
1442.98/1441.99	c cleaning 63001 clauses out of 126001 with flag 4141990/2070000
1513.98/1512.82	c cleaning 64000 clauses out of 128001 with flag 4272054/2135001
1596.32/1595.15	c cleaning 64994 clauses out of 130000 with flag 4404147/2201000
1682.54/1681.31	c cleaning 66003 clauses out of 132006 with flag 4538165/2268000
1774.87/1773.62	c cleaning 66999 clauses out of 134005 with flag 4674185/2336002
1800.07/1798.80	c starts		: 1
1800.07/1798.80	c conflicts		: 2364791
1800.07/1798.80	c decisions		: 2365167
1800.07/1798.80	c propagations		: 15631722
1800.07/1798.80	c inspects		: 35870258844
1800.07/1798.80	c shortcuts		: 0
1800.07/1798.80	c learnt literals	: 0
1800.07/1798.80	c learnt binary clauses	: 0
1800.07/1798.80	c learnt ternary clauses	: 0
1800.07/1798.80	c learnt constraints	: 2364791
1800.07/1798.80	c ignored constraints	: 0
1800.07/1798.80	c root simplifications	: 0
1800.07/1798.80	c removed literals (reason simplification)	: 0
1800.07/1798.80	c reason swapping (by a shorter reason)	: 0
1800.07/1798.80	c Calls to reduceDB	: 64
1800.07/1798.80	c Number of update (reduction) of LBD	: 943
1800.07/1798.80	c Imported unit clauses	: 0
1800.07/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.80	c number of learned constraints concerned by reduction	: 0
1800.07/1798.80	c number of learning phase by resolution	: 0
1800.07/1798.80	c number of learning phase by cutting planes	: 0
1800.07/1798.80	c speed (assignments/second)	: 8690.68247977957
1800.07/1798.80	c non guided choices	74
1800.07/1798.82	c timeout
1800.07/1798.83	c learnt constraints type 
1800.07/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95796
1800.07/1798.83	s UNKNOWN
1800.07/1798.83	c Total wall clock time (in seconds): 1798.719

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.41 2.29 2.17 4/194 7299
/proc/meminfo: memFree=30322424/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7299/stat : 7299 (java) D 7296 7299 4042 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 105824397 9515008 185 33554432000 1073741824 1073778376 140735671658928 140735671647992 239863950631 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2323 185 143 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.41 2.29 2.17 4/194 7299
/proc/meminfo: memFree=30322424/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 4466 0 1 0 8 1 0 0 20 0 18 0 105824397 9787879424 5581 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2389619 5581 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.41 2.29 2.17 4/194 7299
/proc/meminfo: memFree=30322424/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 6537 0 1 0 31 2 0 0 20 0 19 0 105824397 9856040960 6771 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 6796 2215 9 0 2396937 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.300234 s]
/proc/loadavg: 2.41 2.29 2.17 4/194 7299
/proc/meminfo: memFree=30322424/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 6907 0 1 0 48 2 0 0 20 0 19 0 105824397 9856040960 7219 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 7219 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700149 s]
/proc/loadavg: 2.41 2.29 2.17 4/194 7299
/proc/meminfo: memFree=30322424/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 8351 0 1 0 95 2 0 0 20 0 19 0 105824397 9856040960 8363 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 8363 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.41 2.29 2.17 4/213 7318
/proc/meminfo: memFree=30290076/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 8512 0 1 0 179 2 0 0 20 0 19 0 105824397 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 9414 2246 9 0 2396937 0
[pid=7299/tid=7301] ppid=7296 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7299/task/7301/stat : 7301 (java) R 7296 7299 4042 0 -1 4202560 2461 0 1 0 145 2 0 0 20 0 19 0 105824398 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178610782656 140178483343575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7302] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7302/stat : 7302 (java) S 7296 7299 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178454510248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7303] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7303/stat : 7303 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178453457704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7304] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7304/stat : 7304 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178452405160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7305] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7305/stat : 7305 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178451352616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7306] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7306/stat : 7306 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178450299048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7307] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7307/stat : 7307 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178449246504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7308] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7308/stat : 7308 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178448193960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7309] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7309/stat : 7309 (java) S 7296 7299 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178447141416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7310] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7310/stat : 7310 (java) S 7296 7299 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178434943592 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7311] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7311/stat : 7311 (java) S 7296 7299 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178433889912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7312] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7312/stat : 7312 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178432837256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7313] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7313/stat : 7313 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178431786000 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7314] ppid=7296 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7299/task/7314/stat : 7314 (java) S 7296 7299 4042 0 -1 4202560 1601 0 0 0 13 0 0 0 20 0 19 0 105824403 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178430732344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7315] ppid=7296 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7299/task/7315/stat : 7315 (java) S 7296 7299 4042 0 -1 4202560 3179 0 0 0 18 0 0 0 20 0 19 0 105824403 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178429679800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7316] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7316/stat : 7316 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178428627448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7317] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7317/stat : 7317 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178427575112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7318] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7318/stat : 7318 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824410 9856040960 9414 33554432000 1073741824 1073778376 140735671658928 140178426520872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.41 2.29 2.17 4/213 7318
/proc/meminfo: memFree=30283056/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=3.45 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 8537 0 1 0 342 3 0 0 20 0 19 0 105824397 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 10972 2246 9 0 2396937 0
[pid=7299/tid=7301] ppid=7296 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7299/task/7301/stat : 7301 (java) R 7296 7299 4042 0 -1 4202560 2464 0 1 0 304 2 0 0 20 0 19 0 105824398 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178610782336 140178483465620 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7302] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7302/stat : 7302 (java) S 7296 7299 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178454510248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7303] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7303/stat : 7303 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178453457704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7304] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7304/stat : 7304 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178452405160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7305] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7305/stat : 7305 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178451352616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7306] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7306/stat : 7306 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178450299048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7307] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7307/stat : 7307 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178449246504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7308] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7308/stat : 7308 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178448193960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7309] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7309/stat : 7309 (java) S 7296 7299 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178447141416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7310] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7310/stat : 7310 (java) S 7296 7299 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178434943592 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7311] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7311/stat : 7311 (java) S 7296 7299 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178433889912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7312] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7312/stat : 7312 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178432837256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7313] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7313/stat : 7313 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178431786000 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7314] ppid=7296 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7299/task/7314/stat : 7314 (java) S 7296 7299 4042 0 -1 4202560 1602 0 0 0 13 0 0 0 20 0 19 0 105824403 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178430732344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7315] ppid=7296 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7299/task/7315/stat : 7315 (java) S 7296 7299 4042 0 -1 4202560 3200 0 0 0 21 0 0 0 20 0 19 0 105824403 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178429679800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7316] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7316/stat : 7316 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178428627448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7317] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7317/stat : 7317 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178427575112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7318] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7318/stat : 7318 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824410 9856040960 10972 33554432000 1073741824 1073778376 140735671658928 140178426520872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.38 2.29 2.17 4/213 7318
/proc/meminfo: memFree=30266552/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=6.65 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 8546 0 1 0 662 3 0 0 20 0 19 0 105824397 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 13493 2248 9 0 2396937 0
[pid=7299/tid=7301] ppid=7296 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/7299/task/7301/stat : 7301 (java) R 7296 7299 4042 0 -1 4202560 2470 0 1 0 623 2 0 0 20 0 19 0 105824398 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178610773712 140178483465625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7302] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7302/stat : 7302 (java) S 7296 7299 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178454510248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7303] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7303/stat : 7303 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178453457704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7304] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7304/stat : 7304 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178452405160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7305] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7305/stat : 7305 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178451352616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7306] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7306/stat : 7306 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178450299048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7307] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7307/stat : 7307 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178449246504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7308] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7308/stat : 7308 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178448193960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7309] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7309/stat : 7309 (java) S 7296 7299 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105824399 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178447141416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7310] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7310/stat : 7310 (java) S 7296 7299 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178434943592 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7311] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7311/stat : 7311 (java) S 7296 7299 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178433889912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7312] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7312/stat : 7312 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178432837256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7313] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7313/stat : 7313 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178431786000 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7314] ppid=7296 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7299/task/7314/stat : 7314 (java) S 7296 7299 4042 0 -1 4202560 1602 0 0 0 13 0 0 0 20 0 19 0 105824403 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178430732344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7315] ppid=7296 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7299/task/7315/stat : 7315 (java) S 7296 7299 4042 0 -1 4202560 3200 0 0 0 21 0 0 0 20 0 19 0 105824403 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178429679800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7316] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7316/stat : 7316 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178428627448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7317] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7317/stat : 7317 (java) S 7296 7299 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178427575112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7318] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7318/stat : 7318 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824410 9856040960 13493 33554432000 1073741824 1073778376 140735671658928 140178426520872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 9625040


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

[pid=7299/tid=7318] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7318/stat : 7318 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824410 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178426520872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.53
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.21 2.18 4/213 7384
/proc/meminfo: memFree=29710712/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=1723.55 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 9582 0 1 0 172295 60 0 0 20 0 19 0 105824397 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 83371 2261 9 0 2396937 0
[pid=7299/tid=7301] ppid=7296 vsize=9625040 CPUtime=1717.53 cores=1,3,5,7
/proc/7299/task/7301/stat : 7301 (java) R 7296 7299 4042 0 -1 4202560 2528 0 1 0 171724 29 0 0 20 0 19 0 105824398 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178610773712 140178483465620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7302] ppid=7296 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7299/task/7302/stat : 7302 (java) S 7296 7299 4042 0 -1 4202560 193 0 0 0 7 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178454510248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7303] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7303/stat : 7303 (java) S 7296 7299 4042 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178453457704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7304] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7304/stat : 7304 (java) S 7296 7299 4042 0 -1 4202560 41 0 0 0 3 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178452405160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7305] ppid=7296 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7299/task/7305/stat : 7305 (java) S 7296 7299 4042 0 -1 4202560 152 0 0 0 6 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178451352616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7306] ppid=7296 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7299/task/7306/stat : 7306 (java) S 7296 7299 4042 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178450299048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7307] ppid=7296 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7299/task/7307/stat : 7307 (java) S 7296 7299 4042 0 -1 4202560 177 0 0 0 6 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178449246504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7308] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7308/stat : 7308 (java) S 7296 7299 4042 0 -1 4202560 150 0 0 0 3 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178448193960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7309] ppid=7296 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7299/task/7309/stat : 7309 (java) S 7296 7299 4042 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178447141416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7310] ppid=7296 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7299/task/7310/stat : 7310 (java) S 7296 7299 4042 0 -1 4202560 75 0 0 0 0 2 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178434943592 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7311] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7311/stat : 7311 (java) S 7296 7299 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178433889912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7312] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7312/stat : 7312 (java) S 7296 7299 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178432837256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7313] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7313/stat : 7313 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178431786000 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7314] ppid=7296 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7299/task/7314/stat : 7314 (java) S 7296 7299 4042 0 -1 4202560 1605 0 0 0 13 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178430732344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7315] ppid=7296 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7299/task/7315/stat : 7315 (java) S 7296 7299 4042 0 -1 4202560 3200 0 0 0 21 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178429679800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7316] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7316/stat : 7316 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178428627448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7317] ppid=7296 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/7299/task/7317/stat : 7317 (java) S 7296 7299 4042 0 -1 4202560 100 0 0 0 37 37 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178427575112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7318] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7318/stat : 7318 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824410 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178426520872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.55
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.18 2.17 3/213 7451
/proc/meminfo: memFree=30034032/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=1783.57 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 9586 0 1 0 178296 61 0 0 20 0 19 0 105824397 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 83371 2261 9 0 2396937 0
[pid=7299/tid=7301] ppid=7296 vsize=9625040 CPUtime=1777.37 cores=1,3,5,7
/proc/7299/task/7301/stat : 7301 (java) R 7296 7299 4042 0 -1 4202560 2528 0 1 0 177707 30 0 0 20 0 19 0 105824398 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178610773712 140178483343708 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7302] ppid=7296 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7299/task/7302/stat : 7302 (java) S 7296 7299 4042 0 -1 4202560 193 0 0 0 7 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178454510248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7303] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7303/stat : 7303 (java) S 7296 7299 4042 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178453457704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7304] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7304/stat : 7304 (java) S 7296 7299 4042 0 -1 4202560 41 0 0 0 3 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178452405160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7305] ppid=7296 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7299/task/7305/stat : 7305 (java) S 7296 7299 4042 0 -1 4202560 152 0 0 0 6 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178451352616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7306] ppid=7296 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7299/task/7306/stat : 7306 (java) S 7296 7299 4042 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178450299048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7307] ppid=7296 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7299/task/7307/stat : 7307 (java) S 7296 7299 4042 0 -1 4202560 177 0 0 0 6 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178449246504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7308] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7308/stat : 7308 (java) S 7296 7299 4042 0 -1 4202560 150 0 0 0 3 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178448193960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7309] ppid=7296 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7299/task/7309/stat : 7309 (java) S 7296 7299 4042 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178447141416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7310] ppid=7296 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7299/task/7310/stat : 7310 (java) S 7296 7299 4042 0 -1 4202560 75 0 0 0 0 2 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178434943592 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7311] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7311/stat : 7311 (java) S 7296 7299 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178433889912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7312] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7312/stat : 7312 (java) S 7296 7299 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178432837256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7313] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7313/stat : 7313 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178431786000 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7314] ppid=7296 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7299/task/7314/stat : 7314 (java) S 7296 7299 4042 0 -1 4202560 1605 0 0 0 13 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178430732344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7315] ppid=7296 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7299/task/7315/stat : 7315 (java) S 7296 7299 4042 0 -1 4202560 3200 0 0 0 21 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178429679800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7316] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7316/stat : 7316 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178428627448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7317] ppid=7296 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/7299/task/7317/stat : 7317 (java) S 7296 7299 4042 0 -1 4202560 104 0 0 0 39 38 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178427575112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7318] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7318/stat : 7318 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824410 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178426520872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.57
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.23 2.20 2.18 4/213 7451
/proc/meminfo: memFree=29862084/32872528 swapFree=15272/1656604
[pid=7299] ppid=7296 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/7299/stat : 7299 (java) S 7296 7299 4042 0 -1 4202496 9586 0 1 0 179946 61 0 0 20 0 19 0 105824397 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140735671650064 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7299/statm: 2406260 83371 2261 9 0 2396937 0
[pid=7299/tid=7301] ppid=7296 vsize=9625040 CPUtime=1793.83 cores=1,3,5,7
/proc/7299/task/7301/stat : 7301 (java) R 7296 7299 4042 0 -1 4202560 2528 0 1 0 179353 30 0 0 20 0 19 0 105824398 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178610773712 140178483343601 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7302] ppid=7296 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7299/task/7302/stat : 7302 (java) S 7296 7299 4042 0 -1 4202560 193 0 0 0 7 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178454510248 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7303] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7303/stat : 7303 (java) S 7296 7299 4042 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178453457704 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7304] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7304/stat : 7304 (java) S 7296 7299 4042 0 -1 4202560 41 0 0 0 3 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178452405160 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7305] ppid=7296 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7299/task/7305/stat : 7305 (java) S 7296 7299 4042 0 -1 4202560 152 0 0 0 6 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178451352616 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7306] ppid=7296 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7299/task/7306/stat : 7306 (java) S 7296 7299 4042 0 -1 4202560 26 0 0 0 5 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178450299048 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7307] ppid=7296 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7299/task/7307/stat : 7307 (java) S 7296 7299 4042 0 -1 4202560 177 0 0 0 6 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178449246504 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7299/tid=7308] ppid=7296 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/7299/task/7308/stat : 7308 (java) S 7296 7299 4042 0 -1 4202560 150 0 0 0 3 3 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178448193960 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7309] ppid=7296 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7299/task/7309/stat : 7309 (java) S 7296 7299 4042 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 105824399 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178447141416 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7299/tid=7310] ppid=7296 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7299/task/7310/stat : 7310 (java) S 7296 7299 4042 0 -1 4202560 75 0 0 0 0 2 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178434943592 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7311] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7311/stat : 7311 (java) S 7296 7299 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178433889912 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7312] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7312/stat : 7312 (java) S 7296 7299 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105824400 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178432837256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7313] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7313/stat : 7313 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178431786000 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7314] ppid=7296 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7299/task/7314/stat : 7314 (java) S 7296 7299 4042 0 -1 4202560 1605 0 0 0 13 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178430732344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7299/tid=7315] ppid=7296 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7299/task/7315/stat : 7315 (java) S 7296 7299 4042 0 -1 4202560 3200 0 0 0 21 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178429679800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7316] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7316/stat : 7316 (java) S 7296 7299 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178428627448 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7317] ppid=7296 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/7299/task/7317/stat : 7317 (java) S 7296 7299 4042 0 -1 4202560 104 0 0 0 39 39 0 0 20 0 19 0 105824403 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178427575112 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7299/tid=7318] ppid=7296 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7299/task/7318/stat : 7318 (java) S 7296 7299 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105824410 9856040960 83371 33554432000 1073741824 1073778376 140735671658928 140178426520872 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7299 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 7299 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=868138
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=42841
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.07
#
# 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.07
CPU user time (s): 1799.46
CPU system time (s): 0.61
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 1.04284
maximum resident set size= 335316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10080
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38148
involuntary context switches= 8153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2614 second user time and 14.2738 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 20:48:31
IDJOB=4084293
IDBENCH=2556
IDSOLVER=2546
FILE ID=node136/4084293-1465238911
RUNJOBID= node136-1465237111-7011
PBS_JOBID= 19843227
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084293-1465238911/watcher-4084293-1465238911 -o /tmp/evaluation-result-4084293-1465238911/solver-4084293-1465238911 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7011 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084293-1465238911.opb

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

MD5SUM BENCH= 2d610c35d7c8dd61a03deef28cf982c0
RANDOM SEED=1861474715

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:        30322424 kB
Buffers:           20704 kB
Cached:           100972 kB
SwapCached:          804 kB
Active:           104308 kB
Inactive:          74332 kB
Active(anon):      58380 kB
Inactive(anon):     1208 kB
Active(file):      45928 kB
Inactive(file):    73124 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:              1840 kB
Writeback:             0 kB
AnonPages:       1727604 kB
Mapped:            15168 kB
Shmem:                 0 kB
Slab:             567044 kB
SReclaimable:      10916 kB
SUnreclaim:       556128 kB
KernelStack:        1584 kB
PageTables:         7768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2345500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1699840 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 21:18:30