Trace number 4089915

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.66 1798.24

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v081-n1.opb
MD5SUM94376ea1dd48759fe6e4de659e600113
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.52092
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables243
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4089915-1466035315.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.027s.
0.09/0.14	c declared #vars     243
0.09/0.14	c #constraints  162
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.09/0.14	c 162 constraints processed.
0.73/0.57	c cleaning 2493 clauses out of 5001 with flag 42376/5001
1.36/1.07	c cleaning 4248 clauses out of 8507 with flag 112422/11000
2.07/1.77	c cleaning 5626 clauses out of 11259 with flag 204679/18000
2.93/2.57	c cleaning 6811 clauses out of 13634 with flag 297369/26001
4.04/3.61	c cleaning 7908 clauses out of 15823 with flag 398596/35001
5.34/4.99	c cleaning 8950 clauses out of 17914 with flag 524829/45000
6.94/6.50	c cleaning 9974 clauses out of 19964 with flag 650858/56000
8.74/8.40	c cleaning 10988 clauses out of 21990 with flag 806040/68000
10.95/10.53	c cleaning 11997 clauses out of 24002 with flag 957438/81000
13.55/13.11	c cleaning 12997 clauses out of 26005 with flag 1122806/95000
16.45/16.09	c cleaning 14000 clauses out of 28009 with flag 1317303/110001
19.84/19.40	c cleaning 14998 clauses out of 30009 with flag 1498920/126001
23.44/23.07	c cleaning 15998 clauses out of 32011 with flag 1704427/143001
27.54/27.11	c cleaning 17000 clauses out of 34013 with flag 1918357/161001
31.94/31.53	c cleaning 17997 clauses out of 36012 with flag 2150639/180000
36.85/36.46	c cleaning 19001 clauses out of 38017 with flag 2392083/200002
42.26/41.90	c cleaning 20000 clauses out of 40015 with flag 2642623/221001
48.35/47.94	c cleaning 20998 clauses out of 42014 with flag 2911130/243000
55.05/54.64	c cleaning 22003 clauses out of 44019 with flag 3213918/266003
61.94/61.60	c cleaning 23003 clauses out of 46015 with flag 3525032/290002
69.86/69.41	c cleaning 24001 clauses out of 48010 with flag 3847612/315000
78.06/77.63	c cleaning 24998 clauses out of 50011 with flag 4199844/341002
86.96/86.55	c cleaning 25999 clauses out of 52012 with flag 4551912/368001
96.46/96.02	c cleaning 26996 clauses out of 54013 with flag 4927520/396001
106.55/106.11	c cleaning 27997 clauses out of 56017 with flag 5318644/425001
116.65/116.29	c cleaning 29004 clauses out of 58019 with flag 5717345/455000
127.95/127.53	c cleaning 30000 clauses out of 60015 with flag 6140783/486000
139.76/139.34	c cleaning 31001 clauses out of 62015 with flag 6565446/518000
152.96/152.53	c cleaning 32001 clauses out of 64014 with flag 7015756/551000
166.68/166.27	c cleaning 33001 clauses out of 66013 with flag 7481511/585000
182.39/181.94	c cleaning 34002 clauses out of 68013 with flag 7975253/620001
198.40/197.98	c cleaning 35001 clauses out of 70012 with flag 8473510/656002
214.80/214.40	c cleaning 36000 clauses out of 72009 with flag 8978931/693000
232.20/231.79	c cleaning 37001 clauses out of 74011 with flag 9494152/731002
251.50/251.02	c cleaning 37999 clauses out of 76009 with flag 10014931/770001
271.41/270.99	c cleaning 39000 clauses out of 78011 with flag 10543758/810002
292.01/291.53	c cleaning 39993 clauses out of 80009 with flag 11109157/851000
314.00/313.41	c cleaning 41002 clauses out of 82016 with flag 11706149/893000
336.21/335.68	c cleaning 42002 clauses out of 84015 with flag 12301006/936001
360.10/359.54	c cleaning 43000 clauses out of 86013 with flag 12930666/980001
385.62/385.05	c cleaning 44002 clauses out of 88013 with flag 13573523/1025001
411.61/411.02	c cleaning 44997 clauses out of 90011 with flag 14201566/1071001
439.01/438.46	c cleaning 45998 clauses out of 92013 with flag 14847704/1118000
467.53/466.93	c cleaning 47003 clauses out of 94018 with flag 15504340/1166003
496.39/495.72	c cleaning 48000 clauses out of 96013 with flag 16183440/1215001
527.99/527.31	c cleaning 49002 clauses out of 98014 with flag 16849073/1265002
559.28/558.68	c cleaning 49992 clauses out of 100010 with flag 17517446/1316000
594.69/594.01	c cleaning 51002 clauses out of 102018 with flag 18221997/1368000
630.78/630.16	c cleaning 51997 clauses out of 104016 with flag 18938276/1421000
666.87/666.01	c cleaning 53005 clauses out of 106019 with flag 19674425/1475000
706.86/706.05	c cleaning 53999 clauses out of 108014 with flag 20433512/1530000
749.07/748.28	c cleaning 55003 clauses out of 110016 with flag 21175269/1586001
790.88/790.07	c cleaning 56001 clauses out of 112012 with flag 21930327/1643000
834.49/833.62	c cleaning 56997 clauses out of 114011 with flag 22737449/1701000
881.28/880.22	c cleaning 58001 clauses out of 116014 with flag 23547271/1760000
935.69/934.64	c cleaning 58999 clauses out of 118013 with flag 24387306/1820000
990.20/989.14	c cleaning 59998 clauses out of 120015 with flag 25264864/1881001
1049.91/1048.83	c cleaning 61006 clauses out of 122017 with flag 26156625/1943001
1110.33/1109.22	c cleaning 62001 clauses out of 124011 with flag 27044501/2006001
1170.99/1169.72	c cleaning 63001 clauses out of 126009 with flag 27920304/2070000
1232.61/1231.37	c cleaning 63996 clauses out of 128010 with flag 28819386/2135002
1294.02/1292.77	c cleaning 65002 clauses out of 130012 with flag 29743117/2201000
1354.50/1353.08	c cleaning 65999 clauses out of 132010 with flag 30631594/2268000
1421.12/1419.63	c cleaning 66997 clauses out of 134012 with flag 31477083/2336001
1489.64/1488.13	c cleaning 68002 clauses out of 136014 with flag 32382622/2405000
1560.72/1559.01	c cleaning 69001 clauses out of 138013 with flag 33326522/2475001
1635.61/1633.99	c cleaning 69996 clauses out of 140012 with flag 34265008/2546001
1717.80/1716.14	c cleaning 71001 clauses out of 142016 with flag 35231575/2618001
1800.03/1798.20	c starts		: 40
1800.03/1798.20	c conflicts		: 2691001
1800.03/1798.20	c decisions		: 2860214
1800.03/1798.20	c propagations		: 71261090
1800.03/1798.20	c inspects		: 32957354756
1800.03/1798.20	c shortcuts		: 0
1800.03/1798.20	c learnt literals	: 0
1800.03/1798.20	c learnt binary clauses	: 0
1800.03/1798.20	c learnt ternary clauses	: 0
1800.03/1798.20	c learnt constraints	: 2691001
1800.03/1798.20	c ignored constraints	: 0
1800.03/1798.20	c root simplifications	: 0
1800.03/1798.20	c removed literals (reason simplification)	: 0
1800.03/1798.20	c reason swapping (by a shorter reason)	: 0
1800.03/1798.20	c Calls to reduceDB	: 69
1800.03/1798.20	c Number of update (reduction) of LBD	: 697612
1800.03/1798.20	c Imported unit clauses	: 0
1800.03/1798.20	c number of reductions to clauses (during analyze)	: 0
1800.03/1798.20	c number of learned constraints concerned by reduction	: 0
1800.03/1798.20	c number of learning phase by resolution	: 0
1800.03/1798.20	c number of learning phase by cutting planes	: 0
1800.03/1798.20	c speed (assignments/second)	: 39632.29732555604
1800.03/1798.20	c non guided choices	78
1800.03/1798.23	c learnt constraints type 
1800.03/1798.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144015
1800.03/1798.23	s UNKNOWN
1800.03/1798.23	c Total wall clock time (in seconds): 1798.114

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-4089915-1466035315/watcher-4089915-1466035315 -o /tmp/evaluation-result-4089915-1466035315/solver-4089915-1466035315 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089915-1466035315.opb 

pid=11234
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.23 2.20 2.18 4/195 11237
/proc/meminfo: memFree=30425144/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9488 CPUtime=0 cores=1,3,5,7
/proc/11237/stat : 11237 (java) R 11234 11237 5929 0 -1 4202496 275 0 0 0 0 0 0 0 20 0 1 0 5580138 9715712 134 33554432000 1073741824 1073778376 140733300413504 140733300410632 272886522807 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11237/statm: 2323 142 104 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.23 2.20 2.18 4/195 11237
/proc/meminfo: memFree=30425144/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 4412 0 1 0 8 1 0 0 20 0 18 0 5580138 9787879424 6032 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.23 2.20 2.18 4/195 11237
/proc/meminfo: memFree=30425144/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 6616 0 1 0 24 1 0 0 20 0 19 0 5580138 9856040960 7566 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 7550 2208 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300331 s]
/proc/loadavg: 2.23 2.20 2.18 4/195 11237
/proc/meminfo: memFree=30425144/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 7349 0 1 0 49 1 0 0 20 0 19 0 5580138 9856040960 7552 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 7552 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700185 s]
/proc/loadavg: 2.23 2.20 2.18 4/195 11237
/proc/meminfo: memFree=30425144/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 8397 0 1 0 99 2 0 0 20 0 19 0 5580138 9856040960 8890 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 8890 2237 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.23 2.20 2.18 4/214 11256
/proc/meminfo: memFree=30395324/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 8877 0 1 0 185 2 0 0 20 0 19 0 5580138 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 9448 2240 9 0 2396937 0
[pid=11237/tid=11239] ppid=11234 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/11237/task/11239/stat : 11239 (java) R 11234 11237 5929 0 -1 4202560 2400 0 1 0 146 0 0 0 20 0 19 0 5580139 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139892415693304 139892269472029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11240] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11240/stat : 11240 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139892388145576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11241] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11241/stat : 11241 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139892258023976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11242] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11242/stat : 11242 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139892256970920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11243] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11243/stat : 11243 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139892255918376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11244] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11244/stat : 11244 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139892254866344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11245] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11245/stat : 11245 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139892253813800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11246] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11246/stat : 11246 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891916663464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11247] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11247/stat : 11247 (java) S 11234 11237 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891915610920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11248] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11248/stat : 11248 (java) S 11234 11237 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891903412584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11249] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11249/stat : 11249 (java) S 11234 11237 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891902358904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11250] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11250/stat : 11250 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891901305736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11251] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11251/stat : 11251 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891900254480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11252] ppid=11234 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/11237/task/11252/stat : 11252 (java) S 11234 11237 5929 0 -1 4202560 1694 0 0 0 14 0 0 0 20 0 19 0 5580145 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891899202360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11253] ppid=11234 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11237/task/11253/stat : 11253 (java) S 11234 11237 5929 0 -1 4202560 3512 0 0 0 23 0 0 0 20 0 19 0 5580145 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891898149816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11254] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11254/stat : 11254 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891897096952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11255] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11255/stat : 11255 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891896044616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11256] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11256/stat : 11256 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580153 9856040960 9448 33554432000 1073741824 1073778376 140736001860944 139891894989864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.23 2.20 2.18 4/214 11256
/proc/meminfo: memFree=30389368/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 9970 0 1 0 352 2 0 0 20 0 19 0 5580138 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 11851 2241 9 0 2396937 0
[pid=11237/tid=11239] ppid=11234 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11237/task/11239/stat : 11239 (java) R 11234 11237 5929 0 -1 4202560 2404 0 1 0 305 1 0 0 20 0 19 0 5580139 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139892415693176 139892269455455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11240] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11240/stat : 11240 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139892388145576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11241] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11241/stat : 11241 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139892258023976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11242] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11242/stat : 11242 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139892256970920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11243] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11243/stat : 11243 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139892255918376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11244] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11244/stat : 11244 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139892254866344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11245] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11245/stat : 11245 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139892253813800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11246] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11246/stat : 11246 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891916663464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11247] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11247/stat : 11247 (java) S 11234 11237 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891915610920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11248] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11248/stat : 11248 (java) S 11234 11237 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891903412584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11249] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11249/stat : 11249 (java) S 11234 11237 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891902358904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11250] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11250/stat : 11250 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891901305736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11251] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11251/stat : 11251 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891900254480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11252] ppid=11234 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11237/task/11252/stat : 11252 (java) S 11234 11237 5929 0 -1 4202560 2783 0 0 0 22 0 0 0 20 0 19 0 5580145 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891899202360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11253] ppid=11234 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11237/task/11253/stat : 11253 (java) S 11234 11237 5929 0 -1 4202560 3512 0 0 0 23 0 0 0 20 0 19 0 5580145 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891898149816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11254] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11254/stat : 11254 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891897096952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11255] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11255/stat : 11255 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891896044616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11256] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11256/stat : 11256 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580153 9856040960 11851 33554432000 1073741824 1073778376 140736001860944 139891894989864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.22 2.20 2.18 3/214 11256
/proc/meminfo: memFree=30377212/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=6.74 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 9977 0 1 0 672 2 0 0 20 0 19 0 5580138 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 14389 2242 9 0 2396937 0
[pid=11237/tid=11239] ppid=11234 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/11237/task/11239/stat : 11239 (java) R 11234 11237 5929 0 -1 4202560 2410 0 1 0 625 2 0 0 20 0 19 0 5580139 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139892415684288 139892269455392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11240] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11240/stat : 11240 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139892388145576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11241] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11241/stat : 11241 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139892258023976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11242] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11242/stat : 11242 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139892256970920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11243] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11243/stat : 11243 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139892255918376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11244] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11244/stat : 11244 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139892254866344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11245] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11245/stat : 11245 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139892253813800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11246] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11246/stat : 11246 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891916663464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11247] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11247/stat : 11247 (java) S 11234 11237 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5580141 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891915610920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11248] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11248/stat : 11248 (java) S 11234 11237 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891903412584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11249] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11249/stat : 11249 (java) S 11234 11237 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891902358904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11250] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11250/stat : 11250 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891901305736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11251] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11251/stat : 11251 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891900254480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11252] ppid=11234 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11237/task/11252/stat : 11252 (java) S 11234 11237 5929 0 -1 4202560 2783 0 0 0 22 0 0 0 20 0 19 0 5580145 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891899202360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11253] ppid=11234 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/11237/task/11253/stat : 11253 (java) S 11234 11237 5929 0 -1 4202560 3512 0 0 0 23 0 0 0 20 0 19 0 5580145 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891898149816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11254] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11254/stat : 11254 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891897096952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11255] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11255/stat : 11255 (java) S 11234 11237 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891896044616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11256] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11256/stat : 11256 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580153 9856040960 14389 33554432000 1073741824 1073778376 140736001860944 139891894989864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=11237/tid=11249] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11249/stat : 11249 (java) S 11234 11237 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891902358904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11250] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11250/stat : 11250 (java) S 11234 11237 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891901305736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11251] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11251/stat : 11251 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891900254480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11252] ppid=11234 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11237/task/11252/stat : 11252 (java) S 11234 11237 5929 0 -1 4202560 2783 0 0 0 22 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891899202360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11253] ppid=11234 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11237/task/11253/stat : 11253 (java) S 11234 11237 5929 0 -1 4202560 3514 0 0 0 25 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891898149816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11254] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11254/stat : 11254 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891897096952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11255] ppid=11234 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/11237/task/11255/stat : 11255 (java) S 11234 11237 5929 0 -1 4202560 98 0 0 0 25 39 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891896044616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11256] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11256/stat : 11256 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580153 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891894989864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.01
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.15 2.17 3/214 11365
/proc/meminfo: memFree=29761328/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=1723.99 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 11975 0 1 0 172324 75 0 0 20 0 19 0 5580138 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 124265 2257 9 0 2396937 0
[pid=11237/tid=11239] ppid=11234 vsize=9625040 CPUtime=1721.82 cores=1,3,5,7
/proc/11237/task/11239/stat : 11239 (java) R 11234 11237 5929 0 -1 4202560 2471 0 1 0 172151 31 0 0 20 0 19 0 5580139 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139892415684288 139892269455455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11240] ppid=11234 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/11237/task/11240/stat : 11240 (java) S 11234 11237 5929 0 -1 4202560 176 0 0 0 9 4 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139892388145576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11241] ppid=11234 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/11237/task/11241/stat : 11241 (java) S 11234 11237 5929 0 -1 4202560 91 0 0 0 12 4 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139892258023976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11242] ppid=11234 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11237/task/11242/stat : 11242 (java) S 11234 11237 5929 0 -1 4202560 291 0 0 0 15 7 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139892256970920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11243] ppid=11234 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/11237/task/11243/stat : 11243 (java) S 11234 11237 5929 0 -1 4202560 305 0 0 0 10 3 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139892255918376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11244] ppid=11234 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11237/task/11244/stat : 11244 (java) S 11234 11237 5929 0 -1 4202560 307 0 0 0 15 4 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139892254866344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11245] ppid=11234 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11237/task/11245/stat : 11245 (java) S 11234 11237 5929 0 -1 4202560 180 0 0 0 11 4 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139892253813800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11246] ppid=11234 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/11237/task/11246/stat : 11246 (java) S 11234 11237 5929 0 -1 4202560 215 0 0 0 12 6 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891916663464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11247] ppid=11234 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/11237/task/11247/stat : 11247 (java) S 11234 11237 5929 0 -1 4202560 157 0 0 0 11 3 0 0 20 0 19 0 5580141 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891915610920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11248] ppid=11234 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11237/task/11248/stat : 11248 (java) S 11234 11237 5929 0 -1 4202560 125 0 0 0 0 2 0 0 20 0 19 0 5580142 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891903412584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11249] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11249/stat : 11249 (java) S 11234 11237 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891902358904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11250] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11250/stat : 11250 (java) S 11234 11237 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891901305736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11251] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11251/stat : 11251 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891900254480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11252] ppid=11234 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11237/task/11252/stat : 11252 (java) S 11234 11237 5929 0 -1 4202560 2783 0 0 0 22 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891899202360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11253] ppid=11234 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11237/task/11253/stat : 11253 (java) S 11234 11237 5929 0 -1 4202560 3514 0 0 0 25 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891898149816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11254] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11254/stat : 11254 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891897096952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11255] ppid=11234 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/11237/task/11255/stat : 11255 (java) S 11234 11237 5929 0 -1 4202560 100 0 0 0 27 40 0 0 20 0 19 0 5580145 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891896044616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11256] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11256/stat : 11256 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580153 9856040960 124265 33554432000 1073741824 1073778376 140736001860944 139891894989864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.99
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.15 2.17 4/213 11366
/proc/meminfo: memFree=29709568/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=1784.12 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 12061 0 1 0 178330 82 0 0 20 0 19 0 5580138 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 137058 2257 9 0 2396937 0
[pid=11237/tid=11239] ppid=11234 vsize=9625040 CPUtime=1781.74 cores=1,3,5,7
/proc/11237/task/11239/stat : 11239 (java) R 11234 11237 5929 0 -1 4202560 2472 0 1 0 178142 32 0 0 20 0 19 0 5580139 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892415691984 139892269455460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11240] ppid=11234 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/11237/task/11240/stat : 11240 (java) S 11234 11237 5929 0 -1 4202560 189 0 0 0 12 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892388145576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11241] ppid=11234 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/11237/task/11241/stat : 11241 (java) S 11234 11237 5929 0 -1 4202560 98 0 0 0 13 5 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892258023976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11242] ppid=11234 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11237/task/11242/stat : 11242 (java) S 11234 11237 5929 0 -1 4202560 298 0 0 0 16 8 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892256970920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11243] ppid=11234 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11237/task/11243/stat : 11243 (java) S 11234 11237 5929 0 -1 4202560 307 0 0 0 11 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892255918376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11244] ppid=11234 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/11237/task/11244/stat : 11244 (java) S 11234 11237 5929 0 -1 4202560 313 0 0 0 16 5 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892254866344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11245] ppid=11234 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/11237/task/11245/stat : 11245 (java) S 11234 11237 5929 0 -1 4202560 198 0 0 0 14 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892253813800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11246] ppid=11234 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11237/task/11246/stat : 11246 (java) S 11234 11237 5929 0 -1 4202560 221 0 0 0 13 6 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891916663464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11247] ppid=11234 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/11237/task/11247/stat : 11247 (java) S 11234 11237 5929 0 -1 4202560 177 0 0 0 16 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891915610920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11248] ppid=11234 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11237/task/11248/stat : 11248 (java) S 11234 11237 5929 0 -1 4202560 127 0 0 0 0 2 0 0 20 0 19 0 5580142 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891903412584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11249] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11249/stat : 11249 (java) S 11234 11237 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891902358904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11250] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11250/stat : 11250 (java) S 11234 11237 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891901305736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11251] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11251/stat : 11251 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891900254480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11252] ppid=11234 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11237/task/11252/stat : 11252 (java) S 11234 11237 5929 0 -1 4202560 2783 0 0 0 22 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891899202360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11253] ppid=11234 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11237/task/11253/stat : 11253 (java) S 11234 11237 5929 0 -1 4202560 3514 0 0 0 25 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891898149816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11254] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11254/stat : 11254 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891897096952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11255] ppid=11234 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11237/task/11255/stat : 11255 (java) S 11234 11237 5929 0 -1 4202560 104 0 0 0 27 41 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891896044616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11256] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11256/stat : 11256 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580153 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891894989864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.12
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.2 s]
/proc/loadavg: 2.09 2.14 2.16 3/213 11366
/proc/meminfo: memFree=29709868/32872528 swapFree=1243664/1390832
[pid=11237] ppid=11234 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/11237/stat : 11237 (java) S 11234 11237 5929 0 -1 4202496 12063 0 1 0 179920 83 0 0 20 0 19 0 5580138 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 140736001852080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/11237/statm: 2406260 137058 2257 9 0 2396937 0
[pid=11237/tid=11239] ppid=11234 vsize=9625040 CPUtime=1797.64 cores=1,3,5,7
/proc/11237/task/11239/stat : 11239 (java) R 11234 11237 5929 0 -1 4202560 2472 0 1 0 179732 32 0 0 20 0 19 0 5580139 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892415691984 139892269589264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11240] ppid=11234 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/11237/task/11240/stat : 11240 (java) S 11234 11237 5929 0 -1 4202560 189 0 0 0 12 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892388145576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11241] ppid=11234 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/11237/task/11241/stat : 11241 (java) S 11234 11237 5929 0 -1 4202560 98 0 0 0 13 5 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892258023976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11242] ppid=11234 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11237/task/11242/stat : 11242 (java) S 11234 11237 5929 0 -1 4202560 298 0 0 0 16 8 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892256970920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11243] ppid=11234 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/11237/task/11243/stat : 11243 (java) S 11234 11237 5929 0 -1 4202560 307 0 0 0 11 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892255918376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11244] ppid=11234 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/11237/task/11244/stat : 11244 (java) S 11234 11237 5929 0 -1 4202560 313 0 0 0 16 5 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892254866344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11245] ppid=11234 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/11237/task/11245/stat : 11245 (java) S 11234 11237 5929 0 -1 4202560 198 0 0 0 14 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139892253813800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11246] ppid=11234 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/11237/task/11246/stat : 11246 (java) S 11234 11237 5929 0 -1 4202560 221 0 0 0 13 6 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891916663464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11247] ppid=11234 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/11237/task/11247/stat : 11247 (java) S 11234 11237 5929 0 -1 4202560 177 0 0 0 16 4 0 0 20 0 19 0 5580141 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891915610920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11237/tid=11248] ppid=11234 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/11237/task/11248/stat : 11248 (java) S 11234 11237 5929 0 -1 4202560 127 0 0 0 0 2 0 0 20 0 19 0 5580142 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891903412584 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11249] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11249/stat : 11249 (java) S 11234 11237 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891902358904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11250] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11250/stat : 11250 (java) S 11234 11237 5929 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 5580142 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891901305736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11251] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11251/stat : 11251 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891900254480 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11252] ppid=11234 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/11237/task/11252/stat : 11252 (java) S 11234 11237 5929 0 -1 4202560 2783 0 0 0 22 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891899202360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11237/tid=11253] ppid=11234 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11237/task/11253/stat : 11253 (java) S 11234 11237 5929 0 -1 4202560 3514 0 0 0 25 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891898149816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11254] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11254/stat : 11254 (java) S 11234 11237 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891897096952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11237/tid=11255] ppid=11234 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/11237/task/11255/stat : 11255 (java) S 11234 11237 5929 0 -1 4202560 106 0 0 0 27 41 0 0 20 0 19 0 5580145 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891896044616 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11237/tid=11256] ppid=11234 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11237/task/11256/stat : 11256 (java) S 11234 11237 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5580153 9856040960 137058 33554432000 1073741824 1073778376 140736001860944 139891894989864 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 11237 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.24
CPU time (s): 1800.66
CPU user time (s): 1799.37
CPU system time (s): 1.2918
CPU usage (%): 100.135
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 1.2918
maximum resident set size= 548384
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= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38224
involuntary context switches= 12548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7734 second user time and 13.341 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 02:01:55
IDJOB=4089915
IDBENCH=107474
IDSOLVER=2546
FILE ID=node119/4089915-1466035315
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v081-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089915-1466035315/watcher-4089915-1466035315 -o /tmp/evaluation-result-4089915-1466035315/solver-4089915-1466035315 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089915-1466035315.opb

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

MD5SUM BENCH= 94376ea1dd48759fe6e4de659e600113
RANDOM SEED=1204239804

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30425144 kB
Buffers:           32404 kB
Cached:            97312 kB
SwapCached:        14188 kB
Active:           239780 kB
Inactive:         116620 kB
Active(anon):     214812 kB
Inactive(anon):    14104 kB
Active(file):      24968 kB
Inactive(file):   102516 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088068 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1675920 kB
Mapped:            15012 kB
Shmem:                 0 kB
Slab:             565716 kB
SReclaimable:       9816 kB
SUnreclaim:       555900 kB
KernelStack:        1768 kB
PageTables:         7588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2074176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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 node119 at 2016-06-16 02:31:53