Trace number 4084473

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.84 1783.66

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUMa451a3aa708ebb54c76171e0e43da9df
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.015997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084473-1465240447.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  no objective function found
0.08/0.19	c ... done. Wall clock time 0.067s.
0.08/0.19	c declared #vars     1050
0.08/0.19	c #constraints  65
0.08/0.19	c constraints type 
0.08/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
0.08/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.08/0.19	c 65 constraints processed.
0.82/0.65	c cleaning 2482 clauses out of 5000 with flag 30210/5000
1.71/1.28	c cleaning 4143 clauses out of 8518 with flag 82231/11000
3.11/2.65	c cleaning 5685 clauses out of 11375 with flag 166805/18000
4.52/4.07	c cleaning 6845 clauses out of 13691 with flag 259288/26001
6.23/5.78	c cleaning 7923 clauses out of 15845 with flag 364061/35000
7.93/7.47	c cleaning 8958 clauses out of 17924 with flag 450571/45002
10.32/9.78	c cleaning 9976 clauses out of 19964 with flag 549698/56000
12.92/12.38	c cleaning 10989 clauses out of 21988 with flag 639154/68000
15.82/15.25	c cleaning 11994 clauses out of 24000 with flag 755994/81001
19.02/18.45	c cleaning 12995 clauses out of 26005 with flag 860090/95000
22.95/22.20	c cleaning 14003 clauses out of 28011 with flag 980925/110001
27.05/26.38	c cleaning 14998 clauses out of 30008 with flag 1113672/126001
31.76/31.05	c cleaning 15998 clauses out of 32009 with flag 1252128/143000
37.31/36.47	c cleaning 17003 clauses out of 34014 with flag 1399207/161003
43.40/42.51	c cleaning 17998 clauses out of 36009 with flag 1544130/180001
50.15/49.03	c cleaning 19004 clauses out of 38012 with flag 1708919/200002
57.05/55.94	c cleaning 20000 clauses out of 40009 with flag 1878955/221003
65.15/63.92	c cleaning 20998 clauses out of 42006 with flag 2063998/243000
72.85/71.65	c cleaning 22001 clauses out of 44010 with flag 2277793/266002
82.54/81.14	c cleaning 22998 clauses out of 46007 with flag 2520059/290000
91.75/90.36	c cleaning 23998 clauses out of 48011 with flag 2852016/315002
101.10/99.41	c cleaning 25001 clauses out of 50013 with flag 3127151/341002
110.89/109.23	c cleaning 25999 clauses out of 52011 with flag 3425482/368001
122.29/120.23	c cleaning 27001 clauses out of 54014 with flag 3749684/396003
133.96/131.80	c cleaning 28000 clauses out of 56011 with flag 3993782/425001
149.26/147.03	c cleaning 28999 clauses out of 58010 with flag 4213518/455000
164.30/161.90	c cleaning 30000 clauses out of 60012 with flag 4441884/486001
178.92/176.50	c cleaning 30998 clauses out of 62012 with flag 4664324/518001
194.66/192.11	c cleaning 32002 clauses out of 64013 with flag 4905841/551000
212.72/210.03	c cleaning 32994 clauses out of 66012 with flag 5205851/585001
229.63/226.82	c cleaning 34000 clauses out of 68017 with flag 5497870/620000
246.99/244.02	c cleaning 35002 clauses out of 70019 with flag 5810099/656002
265.21/262.13	c cleaning 36000 clauses out of 72015 with flag 6118269/693000
284.13/280.89	c cleaning 37001 clauses out of 74015 with flag 6414237/731000
304.55/301.16	c cleaning 38001 clauses out of 76014 with flag 6713409/770000
328.25/324.64	c cleaning 38999 clauses out of 78013 with flag 7045392/810000
351.04/347.32	c cleaning 40000 clauses out of 80014 with flag 7387035/851000
379.07/375.15	c cleaning 41001 clauses out of 82014 with flag 7799344/893000
406.92/402.84	c cleaning 42000 clauses out of 84013 with flag 8156489/936000
435.21/430.95	c cleaning 43000 clauses out of 86014 with flag 8550376/980001
466.57/462.10	c cleaning 44001 clauses out of 88014 with flag 8904217/1025001
497.11/492.44	c cleaning 45002 clauses out of 90014 with flag 9306495/1071002
533.93/529.10	c cleaning 46002 clauses out of 92012 with flag 9721438/1118002
573.37/568.22	c cleaning 47000 clauses out of 94010 with flag 10175318/1166002
615.06/609.66	c cleaning 48000 clauses out of 96009 with flag 10608806/1215001
662.30/656.67	c cleaning 49000 clauses out of 98008 with flag 11066353/1265000
703.30/697.30	c cleaning 50000 clauses out of 100010 with flag 11506248/1316002
742.73/736.52	c cleaning 50999 clauses out of 102008 with flag 11929422/1368000
785.91/779.45	c cleaning 52002 clauses out of 104009 with flag 12351630/1421000
829.46/822.66	c cleaning 52999 clauses out of 106009 with flag 12788238/1475002
874.72/867.55	c cleaning 53999 clauses out of 108012 with flag 13180661/1530004
923.19/915.51	c cleaning 54998 clauses out of 110009 with flag 13582108/1586000
969.94/961.89	c cleaning 55998 clauses out of 112012 with flag 13962824/1643001
1024.67/1016.06	c cleaning 57001 clauses out of 114014 with flag 14389275/1701001
1071.18/1062.09	c cleaning 58004 clauses out of 116016 with flag 14789335/1760004
1130.68/1120.92	c cleaning 58993 clauses out of 118011 with flag 15205251/1820003
1181.73/1171.41	c cleaning 59999 clauses out of 120015 with flag 15627754/1881000
1241.99/1231.29	c cleaning 61004 clauses out of 122017 with flag 16096256/1943001
1300.18/1288.81	c cleaning 61997 clauses out of 124012 with flag 16537533/2006000
1358.86/1346.93	c cleaning 63002 clauses out of 126015 with flag 16947838/2070000
1424.06/1411.45	c cleaning 64002 clauses out of 128014 with flag 17371141/2135001
1490.74/1477.48	c cleaning 65002 clauses out of 130011 with flag 17888491/2201000
1567.42/1553.48	c cleaning 66001 clauses out of 132009 with flag 18440720/2268000
1644.65/1629.89	c cleaning 66999 clauses out of 134008 with flag 18991326/2336000
1734.54/1718.90	c cleaning 68001 clauses out of 136010 with flag 19518071/2405001
1800.00/1783.63	c starts		: 546
1800.00/1783.63	c conflicts		: 2463631
1800.00/1783.63	c decisions		: 3096322
1800.00/1783.63	c propagations		: 43922817
1800.00/1783.63	c inspects		: 24598414762
1800.00/1783.63	c shortcuts		: 0
1800.00/1783.63	c learnt literals	: 0
1800.00/1783.63	c learnt binary clauses	: 0
1800.00/1783.63	c learnt ternary clauses	: 0
1800.00/1783.63	c learnt constraints	: 2463631
1800.00/1783.63	c ignored constraints	: 0
1800.00/1783.63	c root simplifications	: 0
1800.00/1783.63	c removed literals (reason simplification)	: 0
1800.00/1783.63	c reason swapping (by a shorter reason)	: 0
1800.00/1783.63	c Calls to reduceDB	: 65
1800.00/1783.63	c Number of update (reduction) of LBD	: 1394778
1800.00/1783.63	c Imported unit clauses	: 0
1800.00/1783.63	c number of reductions to clauses (during analyze)	: 0
1800.00/1783.63	c number of learned constraints concerned by reduction	: 0
1800.00/1783.63	c number of learning phase by resolution	: 0
1800.00/1783.63	c number of learning phase by cutting planes	: 0
1800.00/1783.63	c speed (assignments/second)	: 24628.26933029649
1800.00/1783.63	c non guided choices	699
1800.00/1783.63	c timeout
1800.00/1783.65	c learnt constraints type 
1800.00/1783.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126640
1800.00/1783.65	s UNKNOWN
1800.00/1783.65	c Total wall clock time (in seconds): 1783.529

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-4084473-1465240447/watcher-4084473-1465240447 -o /tmp/evaluation-result-4084473-1465240447/solver-4084473-1465240447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084473-1465240447.opb 

pid=9887
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.25 2.18 2.17 3/194 9890
/proc/meminfo: memFree=30242468/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=252 CPUtime=0 cores=1,3,5,7
/proc/9890/stat : 9890 (java) R 9887 9890 5873 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 105977248 258048 2 33554432000 0 0 140736662627887 140733527042296 214537235895 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/9890/statm: 67 7 2 9 0 24 0

[startup+0.100061 s]
/proc/loadavg: 2.25 2.18 2.17 3/194 9890
/proc/meminfo: memFree=30242468/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 4309 0 1 0 7 1 0 0 20 0 18 0 105977248 9787879424 5430 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2389619 5430 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.25 2.18 2.17 3/194 9890
/proc/meminfo: memFree=30242468/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 4847 0 1 0 24 1 0 0 20 0 19 0 105977248 9856040960 6883 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 6883 2208 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300218 s]
/proc/loadavg: 2.25 2.18 2.17 3/194 9890
/proc/meminfo: memFree=30242468/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 6785 0 1 0 49 1 0 0 20 0 19 0 105977248 9856040960 7655 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 7655 2246 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700178 s]
/proc/loadavg: 2.25 2.18 2.17 3/194 9890
/proc/meminfo: memFree=30242468/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 13300 0 1 0 103 2 0 0 20 0 19 0 105977248 9856040960 13108 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 13108 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.25 2.18 2.17 3/212 9909
/proc/meminfo: memFree=30188548/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=2 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 15127 0 1 0 198 2 0 0 20 0 19 0 105977248 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 17518 2257 9 0 2396937 0
[pid=9890/tid=9892] ppid=9887 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/9890/task/9892/stat : 9892 (java) R 9887 9890 5873 0 -1 4202560 2427 0 1 0 145 1 0 0 20 0 19 0 105977249 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815123439944 139814960116850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9893] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9893/stat : 9893 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815084931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9894] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9894/stat : 9894 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815083879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9895] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9895/stat : 9895 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815082826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9896] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9896/stat : 9896 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815081773992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9897] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9897/stat : 9897 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815080720680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9898] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9898/stat : 9898 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815079667880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9899] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9899/stat : 9899 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139815078615592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9900] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9900/stat : 9900 (java) S 9887 9890 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814959573416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9901] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9901/stat : 9901 (java) S 9887 9890 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814947375848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9902] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9902/stat : 9902 (java) S 9887 9890 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814946321912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9903] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9903/stat : 9903 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814945269512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9904] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9904/stat : 9904 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814944218000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9905] ppid=9887 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/9890/task/9905/stat : 9905 (java) S 9887 9890 5873 0 -1 4202560 2615 0 0 0 19 0 0 0 20 0 19 0 105977255 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814204598456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9906] ppid=9887 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9890/task/9906/stat : 9906 (java) S 9887 9890 5873 0 -1 4202560 8813 0 0 0 32 0 0 0 20 0 19 0 105977255 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814203545656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9907] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9907/stat : 9907 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814202493560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9908] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9908/stat : 9908 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814201440968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9909] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9909/stat : 9909 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977268 9856040960 17518 33554432000 1073741824 1073778376 140736662624784 139814200386984 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.25 2.18 2.17 3/212 9909
/proc/meminfo: memFree=30170124/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=3.61 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 15139 0 1 0 359 2 0 0 20 0 19 0 105977248 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 23150 2257 9 0 2396937 0
[pid=9890/tid=9892] ppid=9887 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/9890/task/9892/stat : 9892 (java) R 9887 9890 5873 0 -1 4202560 2439 0 1 0 305 1 0 0 20 0 19 0 105977249 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815123437840 139814960093831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9893] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9893/stat : 9893 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815084931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9894] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9894/stat : 9894 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815083879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9895] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9895/stat : 9895 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815082826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9896] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9896/stat : 9896 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815081773992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9897] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9897/stat : 9897 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815080720680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9898] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9898/stat : 9898 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815079667880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9899] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9899/stat : 9899 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139815078615592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9900] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9900/stat : 9900 (java) S 9887 9890 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814959573416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9901] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9901/stat : 9901 (java) S 9887 9890 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814947375848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9902] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9902/stat : 9902 (java) S 9887 9890 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814946321912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9903] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9903/stat : 9903 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814945269512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9904] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9904/stat : 9904 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814944218000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9905] ppid=9887 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9890/task/9905/stat : 9905 (java) S 9887 9890 5873 0 -1 4202560 2615 0 0 0 20 0 0 0 20 0 19 0 105977255 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814204598456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9906] ppid=9887 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/9890/task/9906/stat : 9906 (java) S 9887 9890 5873 0 -1 4202560 8813 0 0 0 32 0 0 0 20 0 19 0 105977255 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814203545656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9907] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9907/stat : 9907 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814202493560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9908] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9908/stat : 9908 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814201440968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9909] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9909/stat : 9909 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977268 9856040960 23150 33554432000 1073741824 1073778376 140736662624784 139814200386984 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.23 2.18 2.17 3/213 9910
/proc/meminfo: memFree=30125528/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=6.83 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 15167 0 1 0 680 3 0 0 20 0 19 0 105977248 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 36275 2258 9 0 2396937 0
[pid=9890/tid=9892] ppid=9887 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/9890/task/9892/stat : 9892 (java) R 9887 9890 5873 0 -1 4202560 2466 0 1 0 624 2 0 0 20 0 19 0 105977249 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815123431104 139814960083010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9893] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9893/stat : 9893 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815084931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9894] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9894/stat : 9894 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815083879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9895] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9895/stat : 9895 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815082826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9896] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9896/stat : 9896 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815081773992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9897] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9897/stat : 9897 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815080720680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9898] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9898/stat : 9898 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815079667880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9899] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9899/stat : 9899 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139815078615592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9900] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9900/stat : 9900 (java) S 9887 9890 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105977250 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814959573416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9901] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9901/stat : 9901 (java) S 9887 9890 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814947375848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9902] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9902/stat : 9902 (java) S 9887 9890 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814946321912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9903] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9903/stat : 9903 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814945269512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9904] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9904/stat : 9904 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814944218000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9905] ppid=9887 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9890/task/9905/stat : 9905 (java) S 9887 9890 5873 0 -1 4202560 2615 0 0 0 20 0 0 0 20 0 19 0 105977255 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814204598456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9906] ppid=9887 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/9890/task/9906/stat : 9906 (java) S 9887 9890 5873 0 -1 4202560 8813 0 0 0 33 0 0 0 20 0 19 0 105977255 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814203545656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9907] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9907/stat : 9907 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814202493560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9908] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9908/stat : 9908 (java) S 9887 9890 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814201440968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9909] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9909/stat : 9909 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977268 9856040960 36275 33554432000 1073741824 1073778376 140736662624784 139814200386984 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 9625040


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

[pid=9890/tid=9902] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9902/stat : 9902 (java) S 9887 9890 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814946321912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9903] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9903/stat : 9903 (java) S 9887 9890 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814945269512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9904] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9904/stat : 9904 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814944218000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9905] ppid=9887 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9890/task/9905/stat : 9905 (java) S 9887 9890 5873 0 -1 4202560 2615 0 0 0 20 0 0 0 20 0 19 0 105977255 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814204598456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9906] ppid=9887 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/9890/task/9906/stat : 9906 (java) S 9887 9890 5873 0 -1 4202560 8813 0 0 0 34 0 0 0 20 0 19 0 105977255 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814203545656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9907] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9907/stat : 9907 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814202493560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9908] ppid=9887 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/9890/task/9908/stat : 9908 (java) S 9887 9890 5873 0 -1 4202560 95 0 0 0 37 33 0 0 20 0 19 0 105977255 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814201440968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9909] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9909/stat : 9909 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977268 9856040960 82424 33554432000 1073741824 1073778376 140736662624784 139814200386984 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1677.54
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.16 2.15 3/213 10019
/proc/meminfo: memFree=29433012/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=1738.01 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 38784 0 1 0 173557 244 0 0 20 0 19 0 105977248 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 101662 2280 9 0 2396937 0
[pid=9890/tid=9892] ppid=9887 vsize=9625040 CPUtime=1710.85 cores=1,3,5,7
/proc/9890/task/9892/stat : 9892 (java) R 9887 9890 5873 0 -1 4202560 2915 0 1 0 171053 32 0 0 20 0 19 0 105977249 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815123438816 139814960038529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9893] ppid=9887 vsize=9625040 CPUtime=2.72 cores=1,3,5,7
/proc/9890/task/9893/stat : 9893 (java) S 9887 9890 5873 0 -1 4202560 3129 0 0 0 244 28 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815084931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9894] ppid=9887 vsize=9625040 CPUtime=2.69 cores=1,3,5,7
/proc/9890/task/9894/stat : 9894 (java) S 9887 9890 5873 0 -1 4202560 1653 0 0 0 244 25 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815083879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9895] ppid=9887 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/9890/task/9895/stat : 9895 (java) S 9887 9890 5873 0 -1 4202560 1786 0 0 0 249 29 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815082826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9896] ppid=9887 vsize=9625040 CPUtime=2.69 cores=1,3,5,7
/proc/9890/task/9896/stat : 9896 (java) S 9887 9890 5873 0 -1 4202560 2457 0 0 0 245 24 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815081773992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9897] ppid=9887 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/9890/task/9897/stat : 9897 (java) S 9887 9890 5873 0 -1 4202560 1838 0 0 0 239 23 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815080720680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9898] ppid=9887 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/9890/task/9898/stat : 9898 (java) S 9887 9890 5873 0 -1 4202560 1959 0 0 0 250 24 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815079667880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9899] ppid=9887 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/9890/task/9899/stat : 9899 (java) S 9887 9890 5873 0 -1 4202560 2549 0 0 0 236 25 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139815078615592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9900] ppid=9887 vsize=9625040 CPUtime=2.64 cores=1,3,5,7
/proc/9890/task/9900/stat : 9900 (java) S 9887 9890 5873 0 -1 4202560 3778 0 0 0 240 24 0 0 20 0 19 0 105977250 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814959573416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9901] ppid=9887 vsize=9625040 CPUtime=4.83 cores=1,3,5,7
/proc/9890/task/9901/stat : 9901 (java) S 9887 9890 5873 0 -1 4202560 3932 0 0 0 474 9 0 0 20 0 19 0 105977252 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814947375848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9902] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9902/stat : 9902 (java) S 9887 9890 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814946321912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9903] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9903/stat : 9903 (java) S 9887 9890 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814945269512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9904] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9904/stat : 9904 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814944218000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9905] ppid=9887 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9890/task/9905/stat : 9905 (java) S 9887 9890 5873 0 -1 4202560 2615 0 0 0 20 0 0 0 20 0 19 0 105977255 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814204598456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9906] ppid=9887 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9890/task/9906/stat : 9906 (java) S 9887 9890 5873 0 -1 4202560 8815 0 0 0 35 0 0 0 20 0 19 0 105977255 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814203545656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9907] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9907/stat : 9907 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814202493560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9908] ppid=9887 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/9890/task/9908/stat : 9908 (java) S 9887 9890 5873 0 -1 4202560 99 0 0 0 38 35 0 0 20 0 19 0 105977255 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814201440968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9909] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9909/stat : 9909 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977268 9856040960 101662 33554432000 1073741824 1073778376 140736662624784 139814200386984 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1738.01
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.14 2.14 3/213 10020
/proc/meminfo: memFree=29209776/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=1798.7 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 40150 0 1 0 179617 253 0 0 20 0 19 0 105977248 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 91747 2280 9 0 2396937 0
[pid=9890/tid=9892] ppid=9887 vsize=9625040 CPUtime=1770.25 cores=1,3,5,7
/proc/9890/task/9892/stat : 9892 (java) R 9887 9890 5873 0 -1 4202560 2942 0 1 0 176992 33 0 0 20 0 19 0 105977249 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815123438816 139814960093831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9893] ppid=9887 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/9890/task/9893/stat : 9893 (java) S 9887 9890 5873 0 -1 4202560 3371 0 0 0 256 29 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815084931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9894] ppid=9887 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/9890/task/9894/stat : 9894 (java) S 9887 9890 5873 0 -1 4202560 1675 0 0 0 254 26 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815083879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9895] ppid=9887 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/9890/task/9895/stat : 9895 (java) S 9887 9890 5873 0 -1 4202560 1941 0 0 0 260 30 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815082826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9896] ppid=9887 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/9890/task/9896/stat : 9896 (java) S 9887 9890 5873 0 -1 4202560 2490 0 0 0 261 25 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815081773992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9897] ppid=9887 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/9890/task/9897/stat : 9897 (java) S 9887 9890 5873 0 -1 4202560 2199 0 0 0 251 23 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815080720680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9898] ppid=9887 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/9890/task/9898/stat : 9898 (java) S 9887 9890 5873 0 -1 4202560 2117 0 0 0 261 25 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815079667880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9899] ppid=9887 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/9890/task/9899/stat : 9899 (java) S 9887 9890 5873 0 -1 4202560 2592 0 0 0 250 26 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815078615592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9900] ppid=9887 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/9890/task/9900/stat : 9900 (java) S 9887 9890 5873 0 -1 4202560 3787 0 0 0 250 25 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814959573416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9901] ppid=9887 vsize=9625040 CPUtime=5.09 cores=1,3,5,7
/proc/9890/task/9901/stat : 9901 (java) S 9887 9890 5873 0 -1 4202560 4244 0 0 0 500 9 0 0 20 0 19 0 105977252 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814947375848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9902] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9902/stat : 9902 (java) S 9887 9890 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814946321912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9903] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9903/stat : 9903 (java) S 9887 9890 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814945269512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9904] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9904/stat : 9904 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814944218000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9905] ppid=9887 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9890/task/9905/stat : 9905 (java) S 9887 9890 5873 0 -1 4202560 2615 0 0 0 20 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814204598456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9906] ppid=9887 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9890/task/9906/stat : 9906 (java) S 9887 9890 5873 0 -1 4202560 8815 0 0 0 35 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814203545656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9907] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9907/stat : 9907 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814202493560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9908] ppid=9887 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/9890/task/9908/stat : 9908 (java) S 9887 9890 5873 0 -1 4202560 103 0 0 0 39 36 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814201440968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9909] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9909/stat : 9909 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977268 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814200386984 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1798.7
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.6 s]
/proc/loadavg: 2.14 2.14 2.14 3/213 10020
/proc/meminfo: memFree=29209776/32872528 swapFree=16740/1306504
[pid=9890] ppid=9887 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/9890/stat : 9890 (java) S 9887 9890 5873 0 -1 4202496 40150 0 1 0 179747 253 0 0 20 0 19 0 105977248 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 140736662615920 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9890/statm: 2406260 91747 2280 9 0 2396937 0
[pid=9890/tid=9892] ppid=9887 vsize=9625040 CPUtime=1771.55 cores=1,3,5,7
/proc/9890/task/9892/stat : 9892 (java) R 9887 9890 5873 0 -1 4202560 2942 0 1 0 177122 33 0 0 20 0 19 0 105977249 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815123438816 139814960093826 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9893] ppid=9887 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/9890/task/9893/stat : 9893 (java) S 9887 9890 5873 0 -1 4202560 3371 0 0 0 256 29 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815084931880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9894] ppid=9887 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/9890/task/9894/stat : 9894 (java) S 9887 9890 5873 0 -1 4202560 1675 0 0 0 254 26 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815083879080 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9890/tid=9895] ppid=9887 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/9890/task/9895/stat : 9895 (java) S 9887 9890 5873 0 -1 4202560 1941 0 0 0 260 30 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815082826792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9896] ppid=9887 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/9890/task/9896/stat : 9896 (java) S 9887 9890 5873 0 -1 4202560 2490 0 0 0 261 25 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815081773992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9897] ppid=9887 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/9890/task/9897/stat : 9897 (java) S 9887 9890 5873 0 -1 4202560 2199 0 0 0 251 23 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815080720680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9898] ppid=9887 vsize=9625040 CPUtime=2.86 cores=1,3,5,7
/proc/9890/task/9898/stat : 9898 (java) S 9887 9890 5873 0 -1 4202560 2117 0 0 0 261 25 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815079667880 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9899] ppid=9887 vsize=9625040 CPUtime=2.76 cores=1,3,5,7
/proc/9890/task/9899/stat : 9899 (java) S 9887 9890 5873 0 -1 4202560 2592 0 0 0 250 26 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139815078615592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9900] ppid=9887 vsize=9625040 CPUtime=2.75 cores=1,3,5,7
/proc/9890/task/9900/stat : 9900 (java) S 9887 9890 5873 0 -1 4202560 3787 0 0 0 250 25 0 0 20 0 19 0 105977250 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814959573416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9901] ppid=9887 vsize=9625040 CPUtime=5.09 cores=1,3,5,7
/proc/9890/task/9901/stat : 9901 (java) S 9887 9890 5873 0 -1 4202560 4244 0 0 0 500 9 0 0 20 0 19 0 105977252 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814947375848 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9902] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9902/stat : 9902 (java) S 9887 9890 5873 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814946321912 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9903] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9903/stat : 9903 (java) S 9887 9890 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105977252 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814945269512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9904] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9904/stat : 9904 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814944218000 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9905] ppid=9887 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/9890/task/9905/stat : 9905 (java) S 9887 9890 5873 0 -1 4202560 2615 0 0 0 20 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814204598456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9890/tid=9906] ppid=9887 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/9890/task/9906/stat : 9906 (java) S 9887 9890 5873 0 -1 4202560 8815 0 0 0 35 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814203545656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9907] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9907/stat : 9907 (java) S 9887 9890 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814202493560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9890/tid=9908] ppid=9887 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/9890/task/9908/stat : 9908 (java) S 9887 9890 5873 0 -1 4202560 103 0 0 0 39 36 0 0 20 0 19 0 105977255 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814201440968 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9890/tid=9909] ppid=9887 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9890/task/9909/stat : 9909 (java) S 9887 9890 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105977268 9856040960 91747 33554432000 1073741824 1073778376 140736662624784 139814200386984 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 9890 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1783.66
CPU time (s): 1800.84
CPU user time (s): 1797.83
CPU system time (s): 3.01154
CPU usage (%): 100.963
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.83
system time used= 3.01154
maximum resident set size= 943924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40202
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51658
involuntary context switches= 47816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3914 second user time and 14.0129 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 21:14:07
IDJOB=4084473
IDBENCH=2600
IDSOLVER=2546
FILE ID=node127/4084473-1465240447
RUNJOBID= node127-1465216773-5890
PBS_JOBID= 19843202
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084473-1465240447/watcher-4084473-1465240447 -o /tmp/evaluation-result-4084473-1465240447/solver-4084473-1465240447 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084473-1465240447.opb

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

MD5SUM BENCH= a451a3aa708ebb54c76171e0e43da9df
RANDOM SEED=1334799459

node127.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.227
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.45
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.227
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.227
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.56
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.227
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.227
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.227
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.54
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.227
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.54
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.227
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:        30243012 kB
Buffers:           29340 kB
Cached:            49572 kB
SwapCached:         1748 kB
Active:           567768 kB
Inactive:          53344 kB
Active(anon):     543400 kB
Inactive(anon):      900 kB
Active(file):      24368 kB
Inactive(file):    52444 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098488 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1796720 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             566636 kB
SReclaimable:      10568 kB
SUnreclaim:       556068 kB
KernelStack:        1760 kB
PageTables:         8072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2022056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1740800 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= 71732 MiB
End job on node127 at 2016-06-06 21:43:50