Trace number 4084288

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-BIGINT/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUMd53007d2869c28e065ccd77bdf635fbe
Bench CategoryDEC-BIGINT (no optimisation, big 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 benchmark6.64399
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables82
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 constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.31	c See www.sat4j.org for details.
0.07/0.31	c version PB16.v20160501
0.07/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.31	c java.vm.version	19.1-b02
0.07/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.31	c sun.arch.data.model	64
0.07/0.31	c java.version		1.6.0_24
0.07/0.31	c os.name		Linux
0.07/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.31	c os.arch		amd64
0.07/0.31	c Free memory 		501472288
0.07/0.31	c Max memory 		7480803328
0.07/0.31	c Total memory 		504102912
0.07/0.31	c Number of processors 	8
0.07/0.34	c Pseudo Boolean Optimization by upper bound
0.07/0.34	c --- Begin Solver configuration ---
0.07/0.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.34	c Learn all clauses as in MiniSAT
0.07/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.34	c No reason simplification
0.07/0.34	c Glucose 2.1 dynamic restart strategy
0.07/0.34	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.07/0.34	c timeout=2147483s
0.07/0.34	c DB Simplification allowed=false
0.07/0.34	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.34	c --- End Solver configuration ---
0.07/0.35	c solving HOME/instance-4084288-1465237111.opb
0.07/0.35	c reading problem ... 
0.07/0.35	c  no objective function found
0.07/0.36	c ... done. Wall clock time 0.016s.
0.07/0.36	c declared #vars     82
0.07/0.36	c #constraints  2
0.07/0.36	c constraints type 
0.07/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.07/0.36	c 2 constraints processed.
0.68/0.78	c cleaning 2501 clauses out of 5001 with flag 10003/5001
1.40/1.25	c cleaning 4250 clauses out of 8499 with flag 22001/11000
2.00/1.82	c cleaning 5625 clauses out of 11250 with flag 36015/18001
2.70/2.59	c cleaning 6812 clauses out of 13624 with flag 52020/26000
3.71/3.52	c cleaning 7907 clauses out of 15813 with flag 70022/35001
4.81/4.64	c cleaning 8952 clauses out of 17905 with flag 90021/45000
6.22/6.06	c cleaning 9974 clauses out of 19955 with flag 112028/56002
7.73/7.59	c cleaning 10991 clauses out of 21981 with flag 136031/68002
9.64/9.40	c cleaning 11992 clauses out of 23988 with flag 162027/81000
11.74/11.54	c cleaning 12998 clauses out of 25996 with flag 190031/95000
14.15/13.95	c cleaning 13997 clauses out of 27998 with flag 220044/110000
16.95/16.71	c cleaning 14999 clauses out of 30002 with flag 252069/126001
19.85/19.67	c cleaning 16000 clauses out of 32004 with flag 286072/143002
23.15/22.94	c cleaning 17001 clauses out of 34003 with flag 322073/161001
26.86/26.65	c cleaning 18001 clauses out of 36002 with flag 360074/180001
31.26/31.07	c cleaning 18995 clauses out of 38000 with flag 400074/200000
35.95/35.78	c cleaning 20000 clauses out of 40005 with flag 442079/221000
41.26/41.08	c cleaning 21002 clauses out of 42005 with flag 486079/243000
46.57/46.32	c cleaning 22002 clauses out of 44003 with flag 532080/266000
52.56/52.38	c cleaning 22998 clauses out of 46001 with flag 580080/290000
58.96/58.78	c cleaning 23998 clauses out of 48003 with flag 630081/315000
65.78/65.57	c cleaning 25003 clauses out of 50005 with flag 682082/341000
73.38/73.10	c cleaning 26001 clauses out of 52003 with flag 736085/368001
82.08/81.85	c cleaning 26995 clauses out of 54001 with flag 792090/396000
91.59/91.32	c cleaning 27996 clauses out of 56006 with flag 850090/425000
101.69/101.46	c cleaning 29005 clauses out of 58010 with flag 910092/455000
111.89/111.68	c cleaning 30001 clauses out of 60006 with flag 972094/486001
122.29/122.09	c cleaning 31001 clauses out of 62004 with flag 1036092/518000
133.40/133.13	c cleaning 32000 clauses out of 64003 with flag 1102093/551000
145.19/144.97	c cleaning 32999 clauses out of 66004 with flag 1170097/585001
157.50/157.27	c cleaning 33999 clauses out of 68005 with flag 1240099/620001
171.10/170.86	c cleaning 34999 clauses out of 70005 with flag 1312100/656000
186.69/186.39	c cleaning 36002 clauses out of 72008 with flag 1386104/693002
202.90/202.58	c cleaning 37000 clauses out of 74006 with flag 1462104/731002
221.40/221.06	c cleaning 37998 clauses out of 76005 with flag 1540102/770001
239.50/239.12	c cleaning 39003 clauses out of 78007 with flag 1620102/810001
260.50/260.13	c cleaning 39999 clauses out of 80003 with flag 1702100/851000
282.42/282.06	c cleaning 40998 clauses out of 82004 with flag 1786111/893000
305.01/304.60	c cleaning 42004 clauses out of 84007 with flag 1872115/936001
329.91/329.50	c cleaning 43002 clauses out of 86004 with flag 1960117/980002
358.12/357.73	c cleaning 43998 clauses out of 88001 with flag 2050119/1025001
386.51/386.10	c cleaning 45000 clauses out of 90003 with flag 2142119/1071001
415.52/415.02	c cleaning 45999 clauses out of 92003 with flag 2236126/1118001
445.92/445.48	c cleaning 47002 clauses out of 94003 with flag 2332124/1166000
476.23/475.71	c cleaning 47999 clauses out of 96001 with flag 2430124/1215000
507.74/507.25	c cleaning 49001 clauses out of 98002 with flag 2530124/1265000
543.84/543.36	c cleaning 50001 clauses out of 100003 with flag 2632129/1316002
581.36/580.81	c cleaning 50996 clauses out of 102000 with flag 2736133/1368000
619.91/619.24	c cleaning 51997 clauses out of 104005 with flag 2842138/1421001
663.30/662.67	c cleaning 53004 clauses out of 106009 with flag 2950145/1475002
709.39/708.79	c cleaning 54003 clauses out of 108005 with flag 3060146/1530002
758.39/757.78	c cleaning 54996 clauses out of 110001 with flag 3172144/1586001
810.78/810.13	c cleaning 55998 clauses out of 112004 with flag 3286145/1643000
864.18/863.55	c cleaning 57003 clauses out of 114006 with flag 3402145/1701000
920.56/919.95	c cleaning 57998 clauses out of 116004 with flag 3520154/1760001
984.63/983.97	c cleaning 59001 clauses out of 118005 with flag 3640166/1820000
1047.51/1046.80	c cleaning 59999 clauses out of 120004 with flag 3762168/1881000
1111.01/1110.32	c cleaning 60995 clauses out of 122006 with flag 3886172/1943001
1169.63/1168.97	c cleaning 62002 clauses out of 124010 with flag 4012177/2006000
1229.65/1228.97	c cleaning 62997 clauses out of 126008 with flag 4140181/2070000
1294.58/1293.66	c cleaning 64004 clauses out of 128012 with flag 4270183/2135001
1360.60/1359.65	c cleaning 64999 clauses out of 130007 with flag 4402181/2201000
1430.21/1429.21	c cleaning 65999 clauses out of 132009 with flag 4536183/2268001
1502.04/1501.01	c cleaning 67002 clauses out of 134009 with flag 4672181/2336000
1579.75/1578.75	c cleaning 68004 clauses out of 136007 with flag 4810182/2405000
1661.54/1660.35	c cleaning 68997 clauses out of 138005 with flag 4950187/2475002
1750.67/1749.42	c cleaning 70003 clauses out of 140009 with flag 5092190/2546003
1800.08/1798.81	c starts		: 1
1800.08/1798.81	c conflicts		: 2595468
1800.08/1798.81	c decisions		: 2595546
1800.08/1798.81	c propagations		: 15701800
1800.08/1798.81	c inspects		: 34057050345
1800.08/1798.81	c shortcuts		: 0
1800.08/1798.81	c learnt literals	: 0
1800.08/1798.81	c learnt binary clauses	: 0
1800.08/1798.81	c learnt ternary clauses	: 0
1800.08/1798.81	c learnt constraints	: 2595468
1800.08/1798.81	c ignored constraints	: 0
1800.08/1798.81	c root simplifications	: 0
1800.08/1798.81	c removed literals (reason simplification)	: 0
1800.08/1798.81	c reason swapping (by a shorter reason)	: 0
1800.08/1798.81	c Calls to reduceDB	: 67
1800.08/1798.81	c Number of update (reduction) of LBD	: 78
1800.08/1798.81	c Imported unit clauses	: 0
1800.08/1798.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.81	c number of learned constraints concerned by reduction	: 0
1800.08/1798.81	c number of learning phase by resolution	: 0
1800.08/1798.81	c number of learning phase by cutting planes	: 0
1800.08/1798.81	c speed (assignments/second)	: 8730.794316626807
1800.08/1798.81	c non guided choices	69
1800.08/1798.81	c timeout
1800.08/1798.83	c learnt constraints type 
1800.08/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119472
1800.08/1798.83	s UNKNOWN
1800.08/1798.83	c Total wall clock time (in seconds): 1798.486

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

pid=7037
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: 1.26 1.68 1.96 3/176 7040
/proc/meminfo: memFree=30405776/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/7040/stat : 7040 (java) D 7037 7040 4042 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 105644470 3653632 49 33554432000 1073741824 1073778376 140736261453056 140736261450136 239863950631 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/7040/statm: 892 49 38 9 0 30 0

[startup+0.100064 s]
/proc/loadavg: 1.26 1.68 1.96 3/176 7040
/proc/meminfo: memFree=30405776/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 1278 0 15 0 0 0 0 0 20 0 2 0 105644470 96370688 927 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 23528 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 94112

[startup+0.200207 s]
/proc/loadavg: 1.26 1.68 1.96 3/176 7040
/proc/meminfo: memFree=30405776/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 3049 0 21 0 2 0 0 0 20 0 13 0 105644470 9446973440 3690 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2306390 3690 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.30021 s]
/proc/loadavg: 1.26 1.68 1.96 3/176 7040
/proc/meminfo: memFree=30405776/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 3461 0 21 0 6 1 0 0 20 0 18 0 105644470 9787879424 4613 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2389619 4613 1787 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.700147 s]
/proc/loadavg: 1.26 1.68 1.96 3/176 7040
/proc/meminfo: memFree=30405776/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 6547 0 23 0 66 2 0 0 20 0 19 0 105644470 9856040960 10282 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2406260 10282 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 1.26 1.68 1.96 3/213 7077
/proc/meminfo: memFree=30249628/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 12165 0 23 0 167 3 0 0 20 0 19 0 105644470 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2406260 15332 2246 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 4042 0 -1 4202560 2400 0 7 0 120 1 0 0 20 0 19 0 105644479 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467075424608 140466922676941 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467047877672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467046824872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467045772072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467044719272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467043666472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467042613672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140467041560872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466911226024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7060] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7060/stat : 7060 (java) S 7037 7040 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644488 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466428279784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7063] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7063/stat : 7063 (java) S 7037 7040 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466427225848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7065] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7065/stat : 7065 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466426172936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7067] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7067/stat : 7067 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466425121424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7069] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7069/stat : 7069 (java) S 7037 7040 4042 0 -1 4202560 1665 0 1 0 14 0 0 0 20 0 19 0 105644495 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466424068536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7072] ppid=7037 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7040/task/7072/stat : 7072 (java) S 7037 7040 4042 0 -1 4202560 6845 0 1 0 28 2 0 0 20 0 19 0 105644495 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466423015736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7074] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7074/stat : 7074 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466421963128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7075] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7075/stat : 7075 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466420910536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7076] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7076/stat : 7076 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644507 9856040960 15332 33554432000 1073741824 1073778376 140736261453056 140466419857064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 1.32 1.68 1.96 3/213 7077
/proc/meminfo: memFree=30213944/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 12169 0 23 0 328 3 0 0 20 0 19 0 105644470 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2406260 16868 2246 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 4042 0 -1 4202560 2404 0 7 0 279 1 0 0 20 0 19 0 105644479 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467075424384 140466922659666 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467047877672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467046824872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467045772072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467044719272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467043666472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467042613672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140467041560872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466911226024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7060] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7060/stat : 7060 (java) S 7037 7040 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644488 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466428279784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7063] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7063/stat : 7063 (java) S 7037 7040 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466427225848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7065] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7065/stat : 7065 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466426172936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7067] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7067/stat : 7067 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466425121424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7069] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7069/stat : 7069 (java) S 7037 7040 4042 0 -1 4202560 1665 0 1 0 14 0 0 0 20 0 19 0 105644495 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466424068536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7072] ppid=7037 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7040/task/7072/stat : 7072 (java) S 7037 7040 4042 0 -1 4202560 6845 0 1 0 30 2 0 0 20 0 19 0 105644495 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466423015736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7074] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7074/stat : 7074 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466421963128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7075] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7075/stat : 7075 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466420910536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7076] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7076/stat : 7076 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644507 9856040960 16868 33554432000 1073741824 1073778376 140736261453056 140466419857064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.32 1.68 1.96 3/213 7077
/proc/meminfo: memFree=30121484/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9625040 CPUtime=6.53 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 12175 0 23 0 649 4 0 0 20 0 19 0 105644470 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2406260 18820 2247 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=5.99 cores=1,3,5,7
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 4042 0 -1 4202560 2409 0 7 0 597 2 0 0 20 0 19 0 105644479 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467075415760 140466922610165 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467047877672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467046824872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467045772072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467044719272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467043666472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467042613672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140467041560872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466911226024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7060] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7060/stat : 7060 (java) S 7037 7040 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644488 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466428279784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7063] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7063/stat : 7063 (java) S 7037 7040 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466427225848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7065] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7065/stat : 7065 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466426172936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7067] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7067/stat : 7067 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466425121424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7069] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7069/stat : 7069 (java) S 7037 7040 4042 0 -1 4202560 1665 0 1 0 14 0 0 0 20 0 19 0 105644495 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466424068536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7072] ppid=7037 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7040/task/7072/stat : 7072 (java) S 7037 7040 4042 0 -1 4202560 6845 0 1 0 31 2 0 0 20 0 19 0 105644495 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466423015736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7074] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7074/stat : 7074 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466421963128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7075] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7075/stat : 7075 (java) S 7037 7040 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466420910536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7076] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7076/stat : 7076 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644507 9856040960 18820 33554432000 1073741824 1073778376 140736261453056 140466419857064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 9625040


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

[pid=7040/tid=7076] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7076/stat : 7076 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644507 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466419857064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.54
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.45 2.27 2.16 3/213 7120
/proc/meminfo: memFree=29515060/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9625040 CPUtime=1723.56 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 13535 0 23 0 172284 72 0 0 20 0 19 0 105644470 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2406260 106192 2262 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=1717.09 cores=1,3,5,7
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 4042 0 -1 4202560 2464 0 7 0 171678 31 0 0 20 0 19 0 105644479 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467075415760 140466922872885 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 4042 0 -1 4202560 215 0 0 0 9 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467047877672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 4042 0 -1 4202560 122 0 0 0 7 2 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467046824872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 4042 0 -1 4202560 36 0 0 0 7 2 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467045772072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 4042 0 -1 4202560 226 0 0 0 15 6 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467044719272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 4042 0 -1 4202560 78 0 0 0 10 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467043666472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 4042 0 -1 4202560 62 0 0 0 8 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467042613672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 4042 0 -1 4202560 149 0 0 0 4 3 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467041560872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 4042 0 -1 4202560 200 0 0 0 8 3 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466911226024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7060] ppid=7037 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7040/task/7060/stat : 7060 (java) S 7037 7040 4042 0 -1 4202560 98 0 0 0 0 2 0 0 20 0 19 0 105644488 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466428279784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7063] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7063/stat : 7063 (java) S 7037 7040 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466427225848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7065] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7065/stat : 7065 (java) S 7037 7040 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466426172936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7067] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7067/stat : 7067 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466425121424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7069] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7069/stat : 7069 (java) S 7037 7040 4042 0 -1 4202560 1665 0 1 0 14 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466424068536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7072] ppid=7037 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7040/task/7072/stat : 7072 (java) S 7037 7040 4042 0 -1 4202560 6876 0 1 0 36 2 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466423015736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7074] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7074/stat : 7074 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466421963128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7075] ppid=7037 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/7040/task/7075/stat : 7075 (java) S 7037 7040 4042 0 -1 4202560 100 0 0 0 30 40 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466420910536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7076] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7076/stat : 7076 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644507 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466419857064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.56
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.44 2.29 2.17 3/213 7252
/proc/meminfo: memFree=29948068/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9625040 CPUtime=1783.58 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 13539 0 23 0 178284 74 0 0 20 0 19 0 105644470 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2406260 106192 2262 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=1776.93 cores=1,3,5,7
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 4042 0 -1 4202560 2464 0 7 0 177661 32 0 0 20 0 19 0 105644479 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467075415760 140466922873503 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 4042 0 -1 4202560 215 0 0 0 9 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467047877672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 4042 0 -1 4202560 122 0 0 0 7 2 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467046824872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 4042 0 -1 4202560 36 0 0 0 7 2 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467045772072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 4042 0 -1 4202560 226 0 0 0 15 6 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467044719272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 4042 0 -1 4202560 78 0 0 0 10 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467043666472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 4042 0 -1 4202560 62 0 0 0 8 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467042613672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 4042 0 -1 4202560 149 0 0 0 4 3 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467041560872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 4042 0 -1 4202560 200 0 0 0 8 3 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466911226024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7060] ppid=7037 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7040/task/7060/stat : 7060 (java) S 7037 7040 4042 0 -1 4202560 98 0 0 0 0 2 0 0 20 0 19 0 105644488 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466428279784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7063] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7063/stat : 7063 (java) S 7037 7040 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466427225848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7065] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7065/stat : 7065 (java) S 7037 7040 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466426172936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7067] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7067/stat : 7067 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466425121424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7069] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7069/stat : 7069 (java) S 7037 7040 4042 0 -1 4202560 1665 0 1 0 14 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466424068536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7072] ppid=7037 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7040/task/7072/stat : 7072 (java) S 7037 7040 4042 0 -1 4202560 6876 0 1 0 36 2 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466423015736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7074] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7074/stat : 7074 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466421963128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7075] ppid=7037 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/7040/task/7075/stat : 7075 (java) S 7037 7040 4042 0 -1 4202560 104 0 0 0 31 41 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466420910536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7076] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7076/stat : 7076 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644507 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466419857064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.41 2.29 2.17 3/213 7252
/proc/meminfo: memFree=29904692/32872528 swapFree=15272/1656604
[pid=7040] ppid=7037 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/7040/stat : 7040 (java) S 7037 7040 4042 0 -1 4202496 13539 0 23 0 179934 74 0 0 20 0 19 0 105644470 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140736261444192 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 7 0 0
/proc/7040/statm: 2406260 106192 2262 9 0 2396937 0
[pid=7040/tid=7042] ppid=7037 vsize=9625040 CPUtime=1793.39 cores=1,3,5,7
/proc/7040/task/7042/stat : 7042 (java) R 7037 7040 4042 0 -1 4202560 2464 0 7 0 179307 32 0 0 20 0 19 0 105644479 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467075415760 140466922872885 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0
[pid=7040/tid=7044] ppid=7037 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7040/task/7044/stat : 7044 (java) S 7037 7040 4042 0 -1 4202560 215 0 0 0 9 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467047877672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7046] ppid=7037 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7040/task/7046/stat : 7046 (java) S 7037 7040 4042 0 -1 4202560 122 0 0 0 7 2 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467046824872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7048] ppid=7037 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7040/task/7048/stat : 7048 (java) S 7037 7040 4042 0 -1 4202560 36 0 0 0 7 2 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467045772072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7050] ppid=7037 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7040/task/7050/stat : 7050 (java) S 7037 7040 4042 0 -1 4202560 226 0 0 0 15 6 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467044719272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7053] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7053/stat : 7053 (java) S 7037 7040 4042 0 -1 4202560 78 0 0 0 10 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467043666472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7056] ppid=7037 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7040/task/7056/stat : 7056 (java) S 7037 7040 4042 0 -1 4202560 62 0 0 0 8 4 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467042613672 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7040/tid=7058] ppid=7037 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/7040/task/7058/stat : 7058 (java) S 7037 7040 4042 0 -1 4202560 149 0 0 0 4 3 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140467041560872 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7059] ppid=7037 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7040/task/7059/stat : 7059 (java) S 7037 7040 4042 0 -1 4202560 200 0 0 0 8 3 0 0 20 0 19 0 105644484 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466911226024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7040/tid=7060] ppid=7037 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7040/task/7060/stat : 7060 (java) S 7037 7040 4042 0 -1 4202560 98 0 0 0 0 2 0 0 20 0 19 0 105644488 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466428279784 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7063] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7063/stat : 7063 (java) S 7037 7040 4042 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466427225848 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7065] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7065/stat : 7065 (java) S 7037 7040 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466426172936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7067] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7067/stat : 7067 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466425121424 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7069] ppid=7037 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7040/task/7069/stat : 7069 (java) S 7037 7040 4042 0 -1 4202560 1665 0 1 0 14 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466424068536 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7040/tid=7072] ppid=7037 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7040/task/7072/stat : 7072 (java) S 7037 7040 4042 0 -1 4202560 6876 0 1 0 36 2 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466423015736 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7074] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7074/stat : 7074 (java) S 7037 7040 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466421963128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7075] ppid=7037 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/7040/task/7075/stat : 7075 (java) S 7037 7040 4042 0 -1 4202560 104 0 0 0 32 41 0 0 20 0 19 0 105644495 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466420910536 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7040/tid=7076] ppid=7037 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7040/task/7076/stat : 7076 (java) S 7037 7040 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644507 9856040960 106192 33554432000 1073741824 1073778376 140736261453056 140466419857064 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 7040 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 7040 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=750156
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=192818
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1799.34
CPU system time (s): 0.74
CPU usage (%): 100.069
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.19282
maximum resident set size= 424924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13585
page faults= 23
swaps= 0
block input operations= 9320
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38490
involuntary context switches= 14238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1482 second user time and 17.2754 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 20:18:31
IDJOB=4084288
IDBENCH=2275
IDSOLVER=2546
FILE ID=node136/4084288-1465237111
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-BIGINT/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084288-1465237111/watcher-4084288-1465237111 -o /tmp/evaluation-result-4084288-1465237111/solver-4084288-1465237111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7011 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084288-1465237111.opb

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

MD5SUM BENCH= d53007d2869c28e065ccd77bdf635fbe
RANDOM SEED=409520893

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:        30407080 kB
Buffers:           19084 kB
Cached:            86484 kB
SwapCached:          804 kB
Active:            39516 kB
Inactive:          68228 kB
Active(anon):       3732 kB
Inactive(anon):     1208 kB
Active(file):      35784 kB
Inactive(file):    67020 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       1626224 kB
Mapped:             7048 kB
Shmem:                 0 kB
Slab:             566124 kB
SReclaimable:      10668 kB
SUnreclaim:       555456 kB
KernelStack:        1416 kB
PageTables:         7116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1755636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1611776 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 20:48:30