Trace number 4101485

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.68 1798.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-vpm1.opb
MD5SUM7d8a1496a778abf94cc39a37abc46ff3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark67.7647
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 51
Optimality of the best value was proved NO
Number of variables2754
Total number of constraints444
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 constraints444
Minimum length of a constraint11
Maximum length of a constraint82
Number of terms in the objective function 168
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 168
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 204800
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524341
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.10	c See www.sat4j.org for details.
0.05/0.11	c version PB16.v20160501
0.05/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.11	c java.vm.version	19.1-b02
0.05/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.11	c sun.arch.data.model	64
0.05/0.11	c java.version		1.6.0_24
0.05/0.11	c os.name		Linux
0.05/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.11	c os.arch		amd64
0.05/0.11	c Free memory 		501472288
0.05/0.11	c Max memory 		7480803328
0.05/0.11	c Total memory 		504102912
0.05/0.11	c Number of processors 	8
0.05/0.13	c Pseudo Boolean Optimization by upper bound
0.05/0.13	c --- Begin Solver configuration ---
0.05/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.13	c Learn all clauses as in MiniSAT
0.05/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.13	c No reason simplification
0.05/0.13	c Glucose 2.1 dynamic restart strategy
0.05/0.13	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.05/0.13	c timeout=2147483s
0.05/0.13	c DB Simplification allowed=false
0.05/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.05/0.13	c --- End Solver configuration ---
0.05/0.13	c solving HOME/instance-4101485-1466223947.opb
0.05/0.13	c reading problem ... 
0.05/0.13	c  objective function found
0.52/0.31	c ... done. Wall clock time 0.179s.
0.52/0.31	c declared #vars     2754
0.52/0.31	c #constraints  486
0.52/0.31	c constraints type 
0.52/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 486
0.52/0.31	c 486 constraints processed.
0.52/0.31	c objective function length is 168 literals
1.38/0.71	c cleaning 2501 clauses out of 5001 with flag 10109/5001
1.89/1.17	c cleaning 4248 clauses out of 8499 with flag 22149/11000
2.48/1.78	c cleaning 5624 clauses out of 11252 with flag 36189/18001
3.29/2.60	c cleaning 6812 clauses out of 13627 with flag 52251/26000
4.32/3.59	c cleaning 7904 clauses out of 15815 with flag 70335/35000
5.62/4.81	c cleaning 8953 clauses out of 17911 with flag 90423/45000
7.02/6.29	c cleaning 9974 clauses out of 19958 with flag 112547/56000
8.82/8.00	c cleaning 10990 clauses out of 21986 with flag 136644/68002
10.83/10.04	c cleaning 11996 clauses out of 23996 with flag 162733/81002
13.03/12.23	c cleaning 12996 clauses out of 25998 with flag 190822/95000
15.73/14.91	c cleaning 13994 clauses out of 28002 with flag 220925/110000
18.63/17.89	c cleaning 14996 clauses out of 30008 with flag 253067/126000
21.93/21.11	c cleaning 16002 clauses out of 32012 with flag 287293/143000
25.73/24.96	c cleaning 17003 clauses out of 34010 with flag 323421/161000
30.13/29.32	c cleaning 18001 clauses out of 36008 with flag 361546/180001
34.83/34.09	c cleaning 19001 clauses out of 38006 with flag 401664/200000
39.83/39.09	c cleaning 19996 clauses out of 40005 with flag 443809/221000
45.33/44.57	c cleaning 20997 clauses out of 42010 with flag 487969/243001
51.54/50.79	c cleaning 22001 clauses out of 44012 with flag 534131/266000
58.43/57.65	c cleaning 23004 clauses out of 46011 with flag 582310/290000
65.84/65.07	c cleaning 23998 clauses out of 48007 with flag 632485/315000
74.93/74.14	c cleaning 25005 clauses out of 50013 with flag 684696/341004
83.78/82.95	c cleaning 25998 clauses out of 52006 with flag 738886/368002
92.78/91.91	c cleaning 27001 clauses out of 54007 with flag 795075/396001
102.38/101.57	c cleaning 27997 clauses out of 56006 with flag 853317/425001
112.87/112.09	c cleaning 28995 clauses out of 58008 with flag 913862/455000
124.77/123.98	c cleaning 29997 clauses out of 60013 with flag 976116/486000
136.98/136.15	c cleaning 31003 clauses out of 62016 with flag 1040305/518000
150.18/149.32	c cleaning 32004 clauses out of 64013 with flag 1106643/551000
165.78/164.90	c cleaning 32995 clauses out of 66010 with flag 1174787/585001
181.08/180.27	c cleaning 34007 clauses out of 68017 with flag 1245045/620003
197.80/196.96	c cleaning 35000 clauses out of 70008 with flag 1317293/656001
216.50/215.64	c cleaning 36001 clauses out of 72008 with flag 1391569/693001
235.89/235.04	c cleaning 37000 clauses out of 74006 with flag 1467975/731000
255.64/254.79	c cleaning 37998 clauses out of 76006 with flag 1546262/770000
277.25/276.39	c cleaning 38997 clauses out of 78008 with flag 1626610/810000
299.85/298.93	c cleaning 40001 clauses out of 80011 with flag 1708944/851000
323.95/323.07	c cleaning 41000 clauses out of 82012 with flag 1793369/893002
349.06/348.14	c cleaning 42002 clauses out of 84011 with flag 1879874/936001
374.67/373.74	c cleaning 42999 clauses out of 86008 with flag 1968126/980000
402.48/401.57	c cleaning 43998 clauses out of 88009 with flag 2058618/1025000
433.39/432.45	c cleaning 45001 clauses out of 90011 with flag 2151006/1071000
466.88/465.95	c cleaning 46001 clauses out of 92011 with flag 2245275/1118001
502.08/501.02	c cleaning 47003 clauses out of 94009 with flag 2341736/1166000
538.29/537.22	c cleaning 47997 clauses out of 96006 with flag 2440059/1215000
575.51/574.48	c cleaning 49000 clauses out of 98009 with flag 2540715/1265000
616.02/614.93	c cleaning 49995 clauses out of 100010 with flag 2643182/1316001
655.92/654.86	c cleaning 51002 clauses out of 102017 with flag 2747654/1368003
698.04/696.92	c cleaning 51998 clauses out of 104012 with flag 2854317/1421000
742.35/741.28	c cleaning 53002 clauses out of 106014 with flag 2962853/1475000
791.55/790.44	c cleaning 54003 clauses out of 108012 with flag 3073301/1530000
844.09/842.82	c cleaning 55001 clauses out of 110010 with flag 3185630/1586001
895.71/894.48	c cleaning 55997 clauses out of 112009 with flag 3300345/1643001
953.93/952.64	c cleaning 56995 clauses out of 114011 with flag 3416720/1701000
1011.34/1010.04	c cleaning 58001 clauses out of 116018 with flag 3535119/1760002
1072.15/1070.86	c cleaning 59006 clauses out of 118017 with flag 3655332/1820002
1134.67/1133.32	c cleaning 60003 clauses out of 120011 with flag 3777511/1881002
1200.88/1199.53	c cleaning 60998 clauses out of 122007 with flag 3901705/1943001
1271.88/1270.46	c cleaning 61998 clauses out of 124010 with flag 4027968/2006002
1347.77/1346.38	c cleaning 62995 clauses out of 126012 with flag 4156063/2070002
1422.55/1421.20	c cleaning 64002 clauses out of 128015 with flag 4286295/2135000
1496.35/1494.95	c cleaning 65005 clauses out of 130015 with flag 4418589/2201002
1576.05/1574.64	c cleaning 65995 clauses out of 132008 with flag 4552831/2268000
1654.89/1653.42	c cleaning 67002 clauses out of 134013 with flag 4689095/2336000
1736.34/1734.76	c cleaning 68000 clauses out of 136011 with flag 4827636/2405000
1800.04/1798.40	c starts		: 8
1800.04/1798.40	c conflicts		: 2462315
1800.04/1798.40	c decisions		: 2477250
1800.04/1798.40	c propagations		: 14596291
1800.04/1798.40	c inspects		: 32651058989
1800.04/1798.40	c shortcuts		: 0
1800.04/1798.40	c learnt literals	: 0
1800.04/1798.40	c learnt binary clauses	: 0
1800.04/1798.40	c learnt ternary clauses	: 1
1800.04/1798.40	c learnt constraints	: 2462315
1800.04/1798.40	c ignored constraints	: 0
1800.04/1798.40	c root simplifications	: 0
1800.04/1798.40	c removed literals (reason simplification)	: 0
1800.04/1798.40	c reason swapping (by a shorter reason)	: 0
1800.04/1798.40	c Calls to reduceDB	: 65
1800.04/1798.40	c Number of update (reduction) of LBD	: 14329
1800.04/1798.40	c Imported unit clauses	: 0
1800.04/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.40	c number of learned constraints concerned by reduction	: 0
1800.04/1798.40	c number of learning phase by resolution	: 0
1800.04/1798.40	c number of learning phase by cutting planes	: 0
1800.04/1798.40	c speed (assignments/second)	: 8117.682357796012
1800.04/1798.40	c non guided choices	29
1800.04/1798.40	c timeout
1800.04/1798.43	c learnt constraints type 
1800.04/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125327
1800.04/1798.43	s UNKNOWN
1800.04/1798.43	c Total wall clock time (in seconds): 1798.303

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-4101485-1466223947/watcher-4101485-1466223947 -o /tmp/evaluation-result-4101485-1466223947/solver-4101485-1466223947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101485-1466223947.opb 

pid=14699
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.37 2.33 2.27 4/194 14702
/proc/meminfo: memFree=29791448/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/14702/stat : 14702 (java) D 14699 14702 10680 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 24440481 2560000 46 33554432000 1073741824 1073778376 140734409137072 140734409134200 248781040935 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/14702/statm: 625 46 37 9 0 29 0

[startup+0.100162 s]
/proc/loadavg: 2.37 2.33 2.27 4/194 14702
/proc/meminfo: memFree=29791448/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 3635 0 1 0 5 0 0 0 20 0 18 0 24440481 9787879424 4766 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2389619 4787 1866 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.200381 s]
/proc/loadavg: 2.37 2.33 2.27 4/194 14702
/proc/meminfo: memFree=29791448/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 4728 0 1 0 22 1 0 0 20 0 18 0 24440481 9787879424 6791 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2389619 6791 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.37 2.33 2.27 4/194 14702
/proc/meminfo: memFree=29791448/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 10776 0 1 0 50 2 0 0 20 0 18 0 24440481 9787879424 11318 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2389619 11318 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.37 2.33 2.27 4/194 14702
/proc/meminfo: memFree=29791448/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 10953 0 1 0 135 3 0 0 20 0 19 0 24440481 9856040960 13028 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2406260 13028 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.37 2.33 2.27 3/213 14721
/proc/meminfo: memFree=29745672/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9625040 CPUtime=2.28 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 10973 0 1 0 225 3 0 0 20 0 19 0 24440481 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2406260 14069 2261 9 0 2396937 0
[pid=14702/tid=14704] ppid=14699 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14702/task/14704/stat : 14704 (java) R 14699 14702 10680 0 -1 4202560 2419 0 1 0 144 2 0 0 20 0 19 0 24440483 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929349675576 139929179341218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14705] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14705/stat : 14705 (java) S 14699 14702 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929311168808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14706] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14706/stat : 14706 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929310116008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14707] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14707/stat : 14707 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929309063720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14708] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14708/stat : 14708 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929308010920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14709] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14709/stat : 14709 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929306958632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14710] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14710/stat : 14710 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929305905832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14711] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14711/stat : 14711 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929304853544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14712] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14712/stat : 14712 (java) S 14699 14702 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929303800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14713] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14713/stat : 14713 (java) S 14699 14702 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24440485 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929173596392 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14714] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14714/stat : 14714 (java) S 14699 14702 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929172542456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14715] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14715/stat : 14715 (java) S 14699 14702 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929171490056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14716] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14716/stat : 14716 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929170438544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14717] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14717/stat : 14717 (java) S 14699 14702 10680 0 -1 4202560 4110 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929169386168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14718] ppid=14699 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14702/task/14718/stat : 14718 (java) S 14699 14702 10680 0 -1 4202560 3166 0 0 0 38 0 0 0 20 0 19 0 24440488 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929168333368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14719] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14719/stat : 14719 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929167281272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14720] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14720/stat : 14720 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929166228680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14721] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14721/stat : 14721 (java) S 14699 14702 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24440513 9856040960 14069 33554432000 1073741824 1073778376 140737326149392 139929165173672 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.37 2.33 2.27 3/213 14721
/proc/meminfo: memFree=29740956/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 10975 0 1 0 389 3 0 0 20 0 19 0 24440481 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2406260 15093 2261 9 0 2396937 0
[pid=14702/tid=14704] ppid=14699 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/14702/task/14704/stat : 14704 (java) R 14699 14702 10680 0 -1 4202560 2421 0 1 0 304 2 0 0 20 0 19 0 24440483 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929349677336 139929179341201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14705] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14705/stat : 14705 (java) S 14699 14702 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929311168808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14706] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14706/stat : 14706 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929310116008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14707] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14707/stat : 14707 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929309063720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14708] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14708/stat : 14708 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929308010920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14709] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14709/stat : 14709 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929306958632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14710] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14710/stat : 14710 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929305905832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14711] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14711/stat : 14711 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929304853544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14712] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14712/stat : 14712 (java) S 14699 14702 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929303800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14713] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14713/stat : 14713 (java) S 14699 14702 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24440485 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929173596392 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14714] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14714/stat : 14714 (java) S 14699 14702 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929172542456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14715] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14715/stat : 14715 (java) S 14699 14702 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929171490056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14716] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14716/stat : 14716 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929170438544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14717] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14717/stat : 14717 (java) S 14699 14702 10680 0 -1 4202560 4110 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929169386168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14718] ppid=14699 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/14702/task/14718/stat : 14718 (java) S 14699 14702 10680 0 -1 4202560 3166 0 0 0 41 0 0 0 20 0 19 0 24440488 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929168333368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14719] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14719/stat : 14719 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929167281272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14720] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14720/stat : 14720 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929166228680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14721] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14721/stat : 14721 (java) S 14699 14702 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24440513 9856040960 15093 33554432000 1073741824 1073778376 140737326149392 139929165173672 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.42 2.34 2.27 3/213 14721
/proc/meminfo: memFree=29736188/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9625040 CPUtime=7.12 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 10981 0 1 0 709 3 0 0 20 0 19 0 24440481 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2406260 15595 2262 9 0 2396937 0
[pid=14702/tid=14704] ppid=14699 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14702/task/14704/stat : 14704 (java) R 14699 14702 10680 0 -1 4202560 2426 0 1 0 623 2 0 0 20 0 19 0 24440483 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929349668544 139929179497701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14705] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14705/stat : 14705 (java) S 14699 14702 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929311168808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14706] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14706/stat : 14706 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929310116008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14707] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14707/stat : 14707 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929309063720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14708] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14708/stat : 14708 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929308010920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14709] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14709/stat : 14709 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929306958632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14710] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14710/stat : 14710 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929305905832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14711] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14711/stat : 14711 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929304853544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14712] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14712/stat : 14712 (java) S 14699 14702 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24440484 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929303800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14713] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14713/stat : 14713 (java) S 14699 14702 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24440485 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929173596392 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14714] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14714/stat : 14714 (java) S 14699 14702 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929172542456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14715] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14715/stat : 14715 (java) S 14699 14702 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929171490056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14716] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14716/stat : 14716 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929170438544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14717] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14717/stat : 14717 (java) S 14699 14702 10680 0 -1 4202560 4110 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929169386168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14718] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14718/stat : 14718 (java) S 14699 14702 10680 0 -1 4202560 3166 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929168333368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14719] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14719/stat : 14719 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929167281272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14720] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14720/stat : 14720 (java) S 14699 14702 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929166228680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14721] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14721/stat : 14721 (java) S 14699 14702 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24440513 9856040960 15595 33554432000 1073741824 1073778376 140737326149392 139929165173672 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625040


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

[pid=14702/tid=14714] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14714/stat : 14714 (java) S 14699 14702 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929172542456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14715] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14715/stat : 14715 (java) S 14699 14702 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929171490056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14716] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14716/stat : 14716 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929170438544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14717] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14717/stat : 14717 (java) S 14699 14702 10680 0 -1 4202560 4110 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929169386168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14718] ppid=14699 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14702/task/14718/stat : 14718 (java) S 14699 14702 10680 0 -1 4202560 3169 0 0 0 43 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929168333368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14719] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14719/stat : 14719 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929167281272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14720] ppid=14699 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/14702/task/14720/stat : 14720 (java) S 14699 14702 10680 0 -1 4202560 96 0 0 0 30 39 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929166228680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14721] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14721/stat : 14721 (java) S 14699 14702 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24440513 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929165173672 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.91
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.29 2.27 3/213 14831
/proc/meminfo: memFree=29782444/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9625040 CPUtime=1723.92 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 12059 0 1 0 172333 59 0 0 20 0 19 0 24440481 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2406260 85059 2276 9 0 2396937 0
[pid=14702/tid=14704] ppid=14699 vsize=9625040 CPUtime=1722.04 cores=1,3,5,7
/proc/14702/task/14704/stat : 14704 (java) R 14699 14702 10680 0 -1 4202560 2484 0 1 0 172174 30 0 0 20 0 19 0 24440483 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929349676240 139929179498182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14705] ppid=14699 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14702/task/14705/stat : 14705 (java) S 14699 14702 10680 0 -1 4202560 187 0 0 0 5 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929311168808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14706] ppid=14699 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14702/task/14706/stat : 14706 (java) S 14699 14702 10680 0 -1 4202560 175 0 0 0 5 1 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929310116008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14707] ppid=14699 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14702/task/14707/stat : 14707 (java) S 14699 14702 10680 0 -1 4202560 71 0 0 0 3 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929309063720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14708] ppid=14699 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14702/task/14708/stat : 14708 (java) S 14699 14702 10680 0 -1 4202560 164 0 0 0 5 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929308010920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14709] ppid=14699 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14702/task/14709/stat : 14709 (java) S 14699 14702 10680 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929306958632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14710] ppid=14699 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14702/task/14710/stat : 14710 (java) S 14699 14702 10680 0 -1 4202560 162 0 0 0 8 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929305905832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14711] ppid=14699 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14702/task/14711/stat : 14711 (java) S 14699 14702 10680 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929304853544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14712] ppid=14699 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14702/task/14712/stat : 14712 (java) S 14699 14702 10680 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929303800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14713] ppid=14699 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14702/task/14713/stat : 14713 (java) S 14699 14702 10680 0 -1 4202560 66 0 0 0 1 1 0 0 20 0 19 0 24440485 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929173596392 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14714] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14714/stat : 14714 (java) S 14699 14702 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929172542456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14715] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14715/stat : 14715 (java) S 14699 14702 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929171490056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14716] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14716/stat : 14716 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929170438544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14717] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14717/stat : 14717 (java) S 14699 14702 10680 0 -1 4202560 4110 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929169386168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14718] ppid=14699 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14702/task/14718/stat : 14718 (java) S 14699 14702 10680 0 -1 4202560 3169 0 0 0 43 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929168333368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14719] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14719/stat : 14719 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929167281272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14720] ppid=14699 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14702/task/14720/stat : 14720 (java) S 14699 14702 10680 0 -1 4202560 100 0 0 0 32 41 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929166228680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14721] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14721/stat : 14721 (java) S 14699 14702 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24440513 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929165173672 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.92
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.30 2.27 3/213 14832
/proc/meminfo: memFree=29783184/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9625040 CPUtime=1783.94 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 12063 0 1 0 178333 61 0 0 20 0 19 0 24440481 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2406260 85059 2276 9 0 2396937 0
[pid=14702/tid=14704] ppid=14699 vsize=9625040 CPUtime=1782.05 cores=1,3,5,7
/proc/14702/task/14704/stat : 14704 (java) R 14699 14702 10680 0 -1 4202560 2484 0 1 0 178174 31 0 0 20 0 19 0 24440483 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929349668544 139929179341177 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14705] ppid=14699 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14702/task/14705/stat : 14705 (java) S 14699 14702 10680 0 -1 4202560 187 0 0 0 5 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929311168808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14706] ppid=14699 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14702/task/14706/stat : 14706 (java) S 14699 14702 10680 0 -1 4202560 175 0 0 0 5 1 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929310116008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14707] ppid=14699 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14702/task/14707/stat : 14707 (java) S 14699 14702 10680 0 -1 4202560 71 0 0 0 3 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929309063720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14708] ppid=14699 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14702/task/14708/stat : 14708 (java) S 14699 14702 10680 0 -1 4202560 164 0 0 0 5 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929308010920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14709] ppid=14699 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14702/task/14709/stat : 14709 (java) S 14699 14702 10680 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929306958632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14710] ppid=14699 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14702/task/14710/stat : 14710 (java) S 14699 14702 10680 0 -1 4202560 162 0 0 0 8 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929305905832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14711] ppid=14699 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14702/task/14711/stat : 14711 (java) S 14699 14702 10680 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929304853544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14712] ppid=14699 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14702/task/14712/stat : 14712 (java) S 14699 14702 10680 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929303800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14713] ppid=14699 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14702/task/14713/stat : 14713 (java) S 14699 14702 10680 0 -1 4202560 66 0 0 0 1 2 0 0 20 0 19 0 24440485 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929173596392 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14714] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14714/stat : 14714 (java) S 14699 14702 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929172542456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14715] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14715/stat : 14715 (java) S 14699 14702 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929171490056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14716] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14716/stat : 14716 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929170438544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14717] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14717/stat : 14717 (java) S 14699 14702 10680 0 -1 4202560 4110 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929169386168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14718] ppid=14699 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14702/task/14718/stat : 14718 (java) S 14699 14702 10680 0 -1 4202560 3169 0 0 0 43 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929168333368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14719] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14719/stat : 14719 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929167281272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14720] ppid=14699 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/14702/task/14720/stat : 14720 (java) S 14699 14702 10680 0 -1 4202560 104 0 0 0 32 43 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929166228680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14721] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14721/stat : 14721 (java) S 14699 14702 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24440513 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929165173672 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.94
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.39 2.31 2.28 4/213 14832
/proc/meminfo: memFree=29783060/32872528 swapFree=1402776/1580604
[pid=14702] ppid=14699 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/14702/stat : 14702 (java) S 14699 14702 10680 0 -1 4202496 12063 0 1 0 179943 61 0 0 20 0 19 0 24440481 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 140737326140528 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14702/statm: 2406260 85059 2276 9 0 2396937 0
[pid=14702/tid=14704] ppid=14699 vsize=9625040 CPUtime=1798.15 cores=1,3,5,7
/proc/14702/task/14704/stat : 14704 (java) R 14699 14702 10680 0 -1 4202560 2484 0 1 0 179784 31 0 0 20 0 19 0 24440483 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929349668544 139929179498182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14702/tid=14705] ppid=14699 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14702/task/14705/stat : 14705 (java) S 14699 14702 10680 0 -1 4202560 187 0 0 0 5 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929311168808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14706] ppid=14699 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/14702/task/14706/stat : 14706 (java) S 14699 14702 10680 0 -1 4202560 175 0 0 0 5 1 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929310116008 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14707] ppid=14699 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14702/task/14707/stat : 14707 (java) S 14699 14702 10680 0 -1 4202560 71 0 0 0 3 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929309063720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14708] ppid=14699 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14702/task/14708/stat : 14708 (java) S 14699 14702 10680 0 -1 4202560 164 0 0 0 5 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929308010920 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14709] ppid=14699 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14702/task/14709/stat : 14709 (java) S 14699 14702 10680 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929306958632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14710] ppid=14699 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14702/task/14710/stat : 14710 (java) S 14699 14702 10680 0 -1 4202560 162 0 0 0 8 3 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929305905832 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14711] ppid=14699 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14702/task/14711/stat : 14711 (java) S 14699 14702 10680 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929304853544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14712] ppid=14699 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/14702/task/14712/stat : 14712 (java) S 14699 14702 10680 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 24440484 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929303800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14713] ppid=14699 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14702/task/14713/stat : 14713 (java) S 14699 14702 10680 0 -1 4202560 66 0 0 0 1 2 0 0 20 0 19 0 24440485 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929173596392 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14714] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14714/stat : 14714 (java) S 14699 14702 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929172542456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14715] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14715/stat : 14715 (java) S 14699 14702 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24440486 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929171490056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14716] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14716/stat : 14716 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929170438544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14717] ppid=14699 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14702/task/14717/stat : 14717 (java) S 14699 14702 10680 0 -1 4202560 4110 0 0 0 42 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929169386168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14702/tid=14718] ppid=14699 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/14702/task/14718/stat : 14718 (java) S 14699 14702 10680 0 -1 4202560 3169 0 0 0 43 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929168333368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14719] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14719/stat : 14719 (java) S 14699 14702 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929167281272 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14702/tid=14720] ppid=14699 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14702/task/14720/stat : 14720 (java) S 14699 14702 10680 0 -1 4202560 104 0 0 0 34 43 0 0 20 0 19 0 24440488 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929166228680 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14702/tid=14721] ppid=14699 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14702/task/14721/stat : 14721 (java) S 14699 14702 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24440513 9856040960 85059 33554432000 1073741824 1073778376 140737326149392 139929165173672 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14702 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.44
CPU time (s): 1800.68
CPU user time (s): 1799.62
CPU system time (s): 1.06184
CPU usage (%): 100.125
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 1.06184
maximum resident set size= 340392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12108
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38130
involuntary context switches= 8551

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5741 second user time and 15.7236 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 06:25:48
IDJOB=4101485
IDBENCH=1755
IDSOLVER=2546
FILE ID=node139/4101485-1466223947
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71592 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-vpm1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101485-1466223947/watcher-4101485-1466223947 -o /tmp/evaluation-result-4101485-1466223947/solver-4101485-1466223947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101485-1466223947.opb

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

MD5SUM BENCH= 7d8a1496a778abf94cc39a37abc46ff3
RANDOM SEED=552577803

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.500
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:        29791612 kB
Buffers:          111592 kB
Cached:            93764 kB
SwapCached:         1900 kB
Active:           615796 kB
Inactive:         146096 kB
Active(anon):     557556 kB
Inactive(anon):     1472 kB
Active(file):      58240 kB
Inactive(file):   144624 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       2136428 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             603080 kB
SReclaimable:      46832 kB
SUnreclaim:       556248 kB
KernelStack:        1592 kB
PageTables:         8552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2337908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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= 71592 MiB
End job on node139 at 2016-06-18 06:55:46