Trace number 4101685

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.66 1780.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-qiu.opb
MD5SUM644f01bea590fadfbdc9e969c95da3cf
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23808
Total number of constraints1192
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1192
Minimum length of a constraint31
Maximum length of a constraint5940
Number of terms in the objective function 7968
Biggest coefficient in the objective function 993
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 530424
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530424
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.12	c See www.sat4j.org for details.
0.04/0.12	c version PB16.v20160501
0.04/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.12	c java.vm.version	19.1-b02
0.04/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.12	c sun.arch.data.model	64
0.04/0.12	c java.version		1.6.0_24
0.04/0.12	c os.name		Linux
0.04/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.12	c os.arch		amd64
0.04/0.12	c Free memory 		501472288
0.04/0.12	c Max memory 		7480803328
0.04/0.12	c Total memory 		504102912
0.04/0.12	c Number of processors 	8
0.04/0.15	c Pseudo Boolean Optimization by upper bound
0.04/0.15	c --- Begin Solver configuration ---
0.04/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.04/0.15	c Learn all clauses as in MiniSAT
0.04/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.15	c No reason simplification
0.04/0.15	c Glucose 2.1 dynamic restart strategy
0.04/0.15	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.04/0.15	c timeout=2147483s
0.04/0.15	c DB Simplification allowed=false
0.04/0.15	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.04/0.15	c --- End Solver configuration ---
0.04/0.15	c solving HOME/instance-4101685-1466225746.opb
0.04/0.15	c reading problem ... 
0.04/0.15	c  objective function found
1.02/0.54	c ... done. Wall clock time 0.39s.
1.02/0.54	c declared #vars     23808
1.02/0.55	c #constraints  1324
1.02/0.55	c constraints type 
1.02/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 128
1.02/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 78
1.02/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1118
1.02/0.55	c 1324 constraints processed.
1.02/0.55	c objective function length is 7968 literals
2.87/1.86	c cleaning 2480 clauses out of 4996 with flag 11073/5004
6.60/5.17	c cleaning 4255 clauses out of 8512 with flag 28651/11000
10.56/9.07	c cleaning 5628 clauses out of 11257 with flag 48294/18000
14.96/13.48	c cleaning 6810 clauses out of 13629 with flag 67981/26000
19.77/18.28	c cleaning 7900 clauses out of 15819 with flag 89472/35000
25.29/23.61	c cleaning 8959 clauses out of 17920 with flag 113793/45001
31.69/30.07	c cleaning 9971 clauses out of 19966 with flag 140888/56006
38.89/37.26	c cleaning 10988 clauses out of 21992 with flag 169748/68003
47.20/45.48	c cleaning 11998 clauses out of 24001 with flag 201619/81000
54.71/52.99	c cleaning 12996 clauses out of 26006 with flag 235676/95003
62.96/61.02	c cleaning 13991 clauses out of 28007 with flag 271231/110000
71.17/69.24	c cleaning 14991 clauses out of 30016 with flag 308395/126000
80.38/78.30	c cleaning 16009 clauses out of 32026 with flag 348965/143001
91.50/89.25	c cleaning 16995 clauses out of 34017 with flag 392691/161001
103.93/101.49	c cleaning 18009 clauses out of 36021 with flag 437393/180000
115.95/113.48	c cleaning 19004 clauses out of 38012 with flag 484642/200000
129.07/126.53	c cleaning 19997 clauses out of 40008 with flag 534548/221000
142.36/139.76	c cleaning 20999 clauses out of 42011 with flag 587061/243000
156.96/154.07	c cleaning 22002 clauses out of 44012 with flag 642805/266000
171.82/168.89	c cleaning 22999 clauses out of 46010 with flag 699385/290000
189.11/186.05	c cleaning 24003 clauses out of 48014 with flag 759419/315003
205.28/202.19	c cleaning 24993 clauses out of 50009 with flag 822120/341001
222.50/219.17	c cleaning 26005 clauses out of 52016 with flag 885853/368001
240.78/237.33	c cleaning 27004 clauses out of 54013 with flag 952476/396003
261.54/257.92	c cleaning 28000 clauses out of 56006 with flag 1022074/425000
281.60/277.81	c cleaning 28996 clauses out of 58009 with flag 1092998/455003
304.57/300.74	c cleaning 30006 clauses out of 60011 with flag 1167346/486001
326.12/322.11	c cleaning 30997 clauses out of 62004 with flag 1243418/518000
348.37/344.21	c cleaning 31998 clauses out of 64008 with flag 1321551/551001
373.05/368.77	c cleaning 33000 clauses out of 66009 with flag 1403110/585000
396.59/392.18	c cleaning 34001 clauses out of 68014 with flag 1484908/620005
422.11/417.46	c cleaning 34993 clauses out of 70014 with flag 1571132/656006
447.87/443.08	c cleaning 36009 clauses out of 72018 with flag 1659088/693003
477.99/472.95	c cleaning 36989 clauses out of 74006 with flag 1750575/731000
509.07/503.79	c cleaning 38000 clauses out of 76017 with flag 1844640/770000
536.34/530.89	c cleaning 39013 clauses out of 78025 with flag 1939841/810008
561.11/555.34	c cleaning 40002 clauses out of 80004 with flag 2036827/851000
591.26/585.25	c cleaning 40986 clauses out of 82002 with flag 2138061/893000
624.77/618.51	c cleaning 42004 clauses out of 84018 with flag 2240899/936002
662.51/656.02	c cleaning 43005 clauses out of 86014 with flag 2345797/980002
701.68/694.81	c cleaning 43997 clauses out of 88011 with flag 2452949/1025004
737.36/730.23	c cleaning 45001 clauses out of 90010 with flag 2562351/1071000
777.62/770.10	c cleaning 46002 clauses out of 92009 with flag 2674419/1118000
821.10/813.20	c cleaning 47003 clauses out of 94007 with flag 2789461/1166000
860.61/852.30	c cleaning 48003 clauses out of 96005 with flag 2906654/1215001
893.94/885.06	c cleaning 48998 clauses out of 98002 with flag 3026289/1265001
932.43/922.83	c cleaning 49971 clauses out of 100003 with flag 3149718/1316000
972.98/962.79	c cleaning 51004 clauses out of 102034 with flag 3274538/1368002
1016.15/1005.49	c cleaning 52002 clauses out of 104029 with flag 3401754/1421001
1056.66/1045.40	c cleaning 53006 clauses out of 106026 with flag 3532163/1475000
1103.72/1092.07	c cleaning 54007 clauses out of 108020 with flag 3664674/1530000
1146.63/1134.44	c cleaning 55003 clauses out of 110015 with flag 3799519/1586002
1189.63/1176.98	c cleaning 56000 clauses out of 112011 with flag 3935257/1643001
1235.03/1221.81	c cleaning 56997 clauses out of 114011 with flag 4074730/1701001
1281.49/1267.84	c cleaning 58004 clauses out of 116013 with flag 4217093/1760000
1329.26/1315.01	c cleaning 58995 clauses out of 118009 with flag 4359944/1820000
1377.18/1362.31	c cleaning 59988 clauses out of 120014 with flag 4506372/1881000
1428.10/1412.74	c cleaning 61000 clauses out of 122026 with flag 4655494/1943000
1485.88/1469.93	c cleaning 62012 clauses out of 124027 with flag 4807086/2006001
1544.37/1527.76	c cleaning 63008 clauses out of 126018 with flag 4962537/2070004
1593.63/1576.25	c cleaning 64002 clauses out of 128006 with flag 5117201/2135000
1646.04/1627.90	c cleaning 64984 clauses out of 130004 with flag 5276104/2201000
1699.26/1680.53	c cleaning 66009 clauses out of 132020 with flag 5435624/2268000
1750.06/1730.75	c cleaning 67006 clauses out of 134011 with flag 5598400/2336000
1800.06/1780.00	c starts		: 263
1800.06/1780.00	c conflicts		: 2399707
1800.06/1780.00	c decisions		: 5536864
1800.06/1780.00	c propagations		: 1433190463
1800.06/1780.00	c inspects		: 15110147910
1800.06/1780.00	c shortcuts		: 0
1800.06/1780.00	c learnt literals	: 8
1800.06/1780.00	c learnt binary clauses	: 190
1800.06/1780.00	c learnt ternary clauses	: 270
1800.06/1780.00	c learnt constraints	: 2399698
1800.06/1780.00	c ignored constraints	: 0
1800.06/1780.00	c root simplifications	: 0
1800.06/1780.00	c removed literals (reason simplification)	: 0
1800.06/1780.00	c reason swapping (by a shorter reason)	: 0
1800.06/1780.00	c Calls to reduceDB	: 64
1800.06/1780.00	c Number of update (reduction) of LBD	: 642110
1800.06/1780.00	c Imported unit clauses	: 0
1800.06/1780.00	c number of reductions to clauses (during analyze)	: 0
1800.06/1780.00	c number of learned constraints concerned by reduction	: 0
1800.06/1780.00	c number of learning phase by resolution	: 0
1800.06/1780.00	c number of learning phase by cutting planes	: 0
1800.06/1780.00	c speed (assignments/second)	: 805435.1289396026
1800.06/1780.00	c non guided choices	0
1800.06/1780.00	c timeout
1800.06/1780.03	c learnt constraints type 
1800.06/1780.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 190
1800.06/1780.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130522
1800.06/1780.03	s UNKNOWN
1800.06/1780.03	c Total wall clock time (in seconds): 1779.879

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

pid=14876
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.39 2.31 2.28 3/194 14879
/proc/meminfo: memFree=30115348/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14879/stat : 14879 (java) D 14876 14879 10680 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 24620374 9515008 175 33554432000 1073741824 1073778376 140733844789184 140733844771912 248790205328 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/14879/statm: 2323 175 133 9 0 71 0

[startup+0.100121 s]
/proc/loadavg: 2.39 2.31 2.28 3/194 14879
/proc/meminfo: memFree=30115348/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 3369 0 1 0 4 0 0 0 20 0 18 0 24620374 9787879424 4500 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2389619 4500 1788 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.39 2.31 2.28 3/194 14879
/proc/meminfo: memFree=30115348/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 4800 0 1 0 21 1 0 0 20 0 18 0 24620374 9787879424 6823 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2389619 6823 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300261 s]
/proc/loadavg: 2.39 2.31 2.28 3/194 14879
/proc/meminfo: memFree=30115348/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9558476 CPUtime=0.43 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 5747 0 1 0 42 1 0 0 20 0 18 0 24620374 9787879424 8791 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2389619 8791 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.700209 s]
/proc/loadavg: 2.39 2.31 2.28 3/194 14879
/proc/meminfo: memFree=30115348/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 11174 0 1 0 146 3 0 0 20 0 19 0 24620374 9856040960 30740 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2406260 30740 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.52 2.34 2.29 3/213 14898
/proc/meminfo: memFree=29998372/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9625040 CPUtime=2.57 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 12119 0 1 0 254 3 0 0 20 0 19 0 24620374 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2406260 32306 2268 9 0 2396937 0
[pid=14879/tid=14881] ppid=14876 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/14879/task/14881/stat : 14881 (java) R 14876 14879 10680 0 -1 4202560 2433 0 1 0 140 3 0 0 20 0 19 0 24620375 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752917842336 139752750403277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14882] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14882/stat : 14882 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752879335592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14883] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14883/stat : 14883 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752878283048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14884] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14884/stat : 14884 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752877230504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14885] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14885/stat : 14885 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752876177960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14886] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14886/stat : 14886 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752875125416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14887] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14887/stat : 14887 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752874072872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14888] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14888/stat : 14888 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752873020328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14889] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14889/stat : 14889 (java) S 14876 14879 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752871967784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14890] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14890/stat : 14890 (java) S 14876 14879 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752741234792 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14891] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14891/stat : 14891 (java) S 14876 14879 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752740181112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14892] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14892/stat : 14892 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752739128456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14893] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14893/stat : 14893 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752738077200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14894] ppid=14876 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14879/task/14894/stat : 14894 (java) S 14876 14879 10680 0 -1 4202560 4170 0 0 0 53 0 0 0 20 0 19 0 24620381 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752737024568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14895] ppid=14876 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14879/task/14895/stat : 14895 (java) S 14876 14879 10680 0 -1 4202560 4244 0 0 0 58 0 0 0 20 0 19 0 24620381 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752735972024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14896] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14896/stat : 14896 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139752734919672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14897] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14897/stat : 14897 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139751726247240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14898] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14898/stat : 14898 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620435 9856040960 32306 33554432000 1073741824 1073778376 140733301989568 139751725191976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.52 2.34 2.29 5/213 14898
/proc/meminfo: memFree=29975296/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9625040 CPUtime=4.58 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 16897 0 1 0 454 4 0 0 20 0 19 0 24620374 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2406260 39267 2272 9 0 2396937 0
[pid=14879/tid=14881] ppid=14876 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/14879/task/14881/stat : 14881 (java) R 14876 14879 10680 0 -1 4202560 2442 0 1 0 299 3 0 0 20 0 19 0 24620375 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752917844232 139752750400004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14882] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14882/stat : 14882 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752879335592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14883] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14883/stat : 14883 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752878283048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14884] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14884/stat : 14884 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752877230504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14885] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14885/stat : 14885 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752876177960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14886] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14886/stat : 14886 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752875125416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14887] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14887/stat : 14887 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752874072872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14888] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14888/stat : 14888 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752873020328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14889] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14889/stat : 14889 (java) S 14876 14879 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752871967784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14890] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14890/stat : 14890 (java) S 14876 14879 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752741234792 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14891] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14891/stat : 14891 (java) S 14876 14879 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752740181112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14892] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14892/stat : 14892 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752739128456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14893] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14893/stat : 14893 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752738077200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14894] ppid=14876 vsize=9625040 CPUtime=0.92 cores=1,3,5,7
/proc/14879/task/14894/stat : 14894 (java) S 14876 14879 10680 0 -1 4202560 8937 0 0 0 91 1 0 0 20 0 19 0 24620381 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752737024568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14895] ppid=14876 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/14879/task/14895/stat : 14895 (java) S 14876 14879 10680 0 -1 4202560 4246 0 0 0 60 0 0 0 20 0 19 0 24620381 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752735972024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14896] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14896/stat : 14896 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139752734919672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14897] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14897/stat : 14897 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139751726247240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14898] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14898/stat : 14898 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620435 9856040960 39267 33554432000 1073741824 1073778376 140733301989568 139751725191976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.48 2.33 2.28 4/213 14898
/proc/meminfo: memFree=29928152/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9625040 CPUtime=7.86 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 16973 0 1 0 779 7 0 0 20 0 19 0 24620374 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2406260 48859 2286 9 0 2396937 0
[pid=14879/tid=14881] ppid=14876 vsize=9625040 CPUtime=6.2 cores=1,3,5,7
/proc/14879/task/14881/stat : 14881 (java) R 14876 14879 10680 0 -1 4202560 2458 0 1 0 616 4 0 0 20 0 19 0 24620375 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752917844304 139752750479337 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14882] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14882/stat : 14882 (java) S 14876 14879 10680 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752879335592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14883] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14883/stat : 14883 (java) S 14876 14879 10680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752878283048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14884] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14884/stat : 14884 (java) S 14876 14879 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752877230504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14885] ppid=14876 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14879/task/14885/stat : 14885 (java) S 14876 14879 10680 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752876177960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14886] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14886/stat : 14886 (java) S 14876 14879 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752875125416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14887] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14887/stat : 14887 (java) S 14876 14879 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752874072872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14888] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14888/stat : 14888 (java) S 14876 14879 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752873020328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14889] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14889/stat : 14889 (java) S 14876 14879 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24620377 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752871967784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14890] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14890/stat : 14890 (java) S 14876 14879 10680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752741234792 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14891] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14891/stat : 14891 (java) S 14876 14879 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752740181112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14892] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14892/stat : 14892 (java) S 14876 14879 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752739128456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14893] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14893/stat : 14893 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752738077200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14894] ppid=14876 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/14879/task/14894/stat : 14894 (java) S 14876 14879 10680 0 -1 4202560 8937 0 0 0 93 1 0 0 20 0 19 0 24620381 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752737024568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14895] ppid=14876 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/14879/task/14895/stat : 14895 (java) S 14876 14879 10680 0 -1 4202560 4246 0 0 0 61 0 0 0 20 0 19 0 24620381 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752735972024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14896] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14896/stat : 14896 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139752734919672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14897] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14897/stat : 14897 (java) S 14876 14879 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139751726247240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14898] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14898/stat : 14898 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620435 9856040960 48859 33554432000 1073741824 1073778376 140733301989568 139751725191976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 9625040


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

[pid=14879/tid=14891] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14891/stat : 14891 (java) S 14876 14879 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139752740181112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14892] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14892/stat : 14892 (java) S 14876 14879 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139752739128456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14893] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14893/stat : 14893 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139752738077200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14894] ppid=14876 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/14879/task/14894/stat : 14894 (java) S 14876 14879 10680 0 -1 4202560 8938 0 0 0 94 1 0 0 20 0 19 0 24620381 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139752737024568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14895] ppid=14876 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14879/task/14895/stat : 14895 (java) S 14876 14879 10680 0 -1 4202560 4246 0 0 0 63 0 0 0 20 0 19 0 24620381 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139752735972024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14896] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14896/stat : 14896 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139752734919672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14897] ppid=14876 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14879/task/14897/stat : 14897 (java) S 14876 14879 10680 0 -1 4202560 94 0 0 0 14 20 0 0 20 0 19 0 24620381 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139751726247240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14898] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14898/stat : 14898 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620435 9856040960 153049 33554432000 1073741824 1073778376 140733301989568 139751725191976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1620.16
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.28 2.26 2.26 3/213 15029
/proc/meminfo: memFree=28192640/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9625040 CPUtime=1680.82 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 42441 0 1 0 167803 279 0 0 20 0 19 0 24620374 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2406260 147444 2294 9 0 2396937 0
[pid=14879/tid=14881] ppid=14876 vsize=9625040 CPUtime=1649.6 cores=1,3,5,7
/proc/14879/task/14881/stat : 14881 (java) R 14876 14879 10680 0 -1 4202560 2823 0 1 0 164929 31 0 0 20 0 19 0 24620375 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752917843168 139752750529102 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14882] ppid=14876 vsize=9625040 CPUtime=2.91 cores=1,3,5,7
/proc/14879/task/14882/stat : 14882 (java) S 14876 14879 10680 0 -1 4202560 3185 0 0 0 262 29 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752879335592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14883] ppid=14876 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/14879/task/14883/stat : 14883 (java) S 14876 14879 10680 0 -1 4202560 1762 0 0 0 266 30 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752878283048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14884] ppid=14876 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/14879/task/14884/stat : 14884 (java) S 14876 14879 10680 0 -1 4202560 3467 0 0 0 274 33 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752877230504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14885] ppid=14876 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/14879/task/14885/stat : 14885 (java) S 14876 14879 10680 0 -1 4202560 3330 0 0 0 270 37 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752876177960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14886] ppid=14876 vsize=9625040 CPUtime=2.94 cores=1,3,5,7
/proc/14879/task/14886/stat : 14886 (java) S 14876 14879 10680 0 -1 4202560 2990 0 0 0 266 28 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752875125416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14887] ppid=14876 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/14879/task/14887/stat : 14887 (java) S 14876 14879 10680 0 -1 4202560 2324 0 0 0 267 33 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752874072872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14888] ppid=14876 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/14879/task/14888/stat : 14888 (java) S 14876 14879 10680 0 -1 4202560 2087 0 0 0 271 32 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752873020328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14889] ppid=14876 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/14879/task/14889/stat : 14889 (java) S 14876 14879 10680 0 -1 4202560 2889 0 0 0 276 28 0 0 20 0 19 0 24620377 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752871967784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14890] ppid=14876 vsize=9625040 CPUtime=5.51 cores=1,3,5,7
/proc/14879/task/14890/stat : 14890 (java) S 14876 14879 10680 0 -1 4202560 3044 0 0 0 543 8 0 0 20 0 19 0 24620378 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752741234792 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14891] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14891/stat : 14891 (java) S 14876 14879 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752740181112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14892] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14892/stat : 14892 (java) S 14876 14879 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752739128456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14893] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14893/stat : 14893 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752738077200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14894] ppid=14876 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/14879/task/14894/stat : 14894 (java) S 14876 14879 10680 0 -1 4202560 8938 0 0 0 94 1 0 0 20 0 19 0 24620381 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752737024568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14895] ppid=14876 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14879/task/14895/stat : 14895 (java) S 14876 14879 10680 0 -1 4202560 4246 0 0 0 63 0 0 0 20 0 19 0 24620381 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752735972024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14896] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14896/stat : 14896 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139752734919672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14897] ppid=14876 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/14879/task/14897/stat : 14897 (java) S 14876 14879 10680 0 -1 4202560 98 0 0 0 15 21 0 0 20 0 19 0 24620381 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139751726247240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14898] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14898/stat : 14898 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620435 9856040960 147444 33554432000 1073741824 1073778376 140733301989568 139751725191976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1680.82
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.23 2.25 3/213 15030
/proc/meminfo: memFree=28156440/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9625040 CPUtime=1741.55 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 42915 0 1 0 173862 293 0 0 20 0 19 0 24620374 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2406260 160984 2294 9 0 2396937 0
[pid=14879/tid=14881] ppid=14876 vsize=9625040 CPUtime=1709.1 cores=1,3,5,7
/proc/14879/task/14881/stat : 14881 (java) R 14876 14879 10680 0 -1 4202560 2840 0 1 0 170879 31 0 0 20 0 19 0 24620375 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752917843168 139752750382239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14882] ppid=14876 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/14879/task/14882/stat : 14882 (java) S 14876 14879 10680 0 -1 4202560 3222 0 0 0 275 30 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752879335592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14883] ppid=14876 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/14879/task/14883/stat : 14883 (java) S 14876 14879 10680 0 -1 4202560 1818 0 0 0 279 32 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752878283048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14884] ppid=14876 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/14879/task/14884/stat : 14884 (java) S 14876 14879 10680 0 -1 4202560 3496 0 0 0 284 34 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752877230504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14885] ppid=14876 vsize=9625040 CPUtime=3.18 cores=1,3,5,7
/proc/14879/task/14885/stat : 14885 (java) S 14876 14879 10680 0 -1 4202560 3351 0 0 0 280 38 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752876177960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14886] ppid=14876 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/14879/task/14886/stat : 14886 (java) S 14876 14879 10680 0 -1 4202560 3032 0 0 0 277 30 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752875125416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14887] ppid=14876 vsize=9625040 CPUtime=3.16 cores=1,3,5,7
/proc/14879/task/14887/stat : 14887 (java) S 14876 14879 10680 0 -1 4202560 2379 0 0 0 281 35 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752874072872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14888] ppid=14876 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/14879/task/14888/stat : 14888 (java) S 14876 14879 10680 0 -1 4202560 2138 0 0 0 283 34 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752873020328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14889] ppid=14876 vsize=9625040 CPUtime=3.16 cores=1,3,5,7
/proc/14879/task/14889/stat : 14889 (java) S 14876 14879 10680 0 -1 4202560 2928 0 0 0 286 30 0 0 20 0 19 0 24620377 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752871967784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14890] ppid=14876 vsize=9625040 CPUtime=5.72 cores=1,3,5,7
/proc/14879/task/14890/stat : 14890 (java) S 14876 14879 10680 0 -1 4202560 3167 0 0 0 564 8 0 0 20 0 19 0 24620378 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752741234792 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14891] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14891/stat : 14891 (java) S 14876 14879 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752740181112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14892] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14892/stat : 14892 (java) S 14876 14879 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752739128456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14893] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14893/stat : 14893 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752738077200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14894] ppid=14876 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/14879/task/14894/stat : 14894 (java) S 14876 14879 10680 0 -1 4202560 8938 0 0 0 94 1 0 0 20 0 19 0 24620381 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752737024568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14895] ppid=14876 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14879/task/14895/stat : 14895 (java) S 14876 14879 10680 0 -1 4202560 4246 0 0 0 63 0 0 0 20 0 19 0 24620381 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752735972024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14896] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14896/stat : 14896 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139752734919672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14897] ppid=14876 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/14879/task/14897/stat : 14897 (java) S 14876 14879 10680 0 -1 4202560 102 0 0 0 16 21 0 0 20 0 19 0 24620381 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139751726247240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14898] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14898/stat : 14898 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620435 9856040960 160984 33554432000 1073741824 1073778376 140733301989568 139751725191976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1741.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.18 2.22 2.24 3/213 15031
/proc/meminfo: memFree=28537788/32872528 swapFree=1402776/1580604
[pid=14879] ppid=14876 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14879/stat : 14879 (java) S 14876 14879 10680 0 -1 4202496 43476 0 1 0 179697 309 0 0 20 0 19 0 24620374 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 140733301980704 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14879/statm: 2406260 161194 2295 9 0 2396937 0
[pid=14879/tid=14881] ppid=14876 vsize=9625040 CPUtime=1766.25 cores=1,3,5,7
/proc/14879/task/14881/stat : 14881 (java) R 14876 14879 10680 0 -1 4202560 2859 0 1 0 176593 32 0 0 20 0 19 0 24620375 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752917843168 139752750376479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14882] ppid=14876 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/14879/task/14882/stat : 14882 (java) S 14876 14879 10680 0 -1 4202560 3240 0 0 0 286 31 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752879335592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14883] ppid=14876 vsize=9625040 CPUtime=3.26 cores=1,3,5,7
/proc/14879/task/14883/stat : 14883 (java) S 14876 14879 10680 0 -1 4202560 1927 0 0 0 291 35 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752878283048 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14884] ppid=14876 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/14879/task/14884/stat : 14884 (java) S 14876 14879 10680 0 -1 4202560 3585 0 0 0 296 35 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752877230504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14885] ppid=14876 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/14879/task/14885/stat : 14885 (java) S 14876 14879 10680 0 -1 4202560 3378 0 0 0 291 39 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752876177960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14886] ppid=14876 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/14879/task/14886/stat : 14886 (java) S 14876 14879 10680 0 -1 4202560 3048 0 0 0 286 31 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752875125416 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14879/tid=14887] ppid=14876 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/14879/task/14887/stat : 14887 (java) S 14876 14879 10680 0 -1 4202560 2413 0 0 0 293 37 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752874072872 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14888] ppid=14876 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/14879/task/14888/stat : 14888 (java) S 14876 14879 10680 0 -1 4202560 2210 0 0 0 299 37 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752873020328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14889] ppid=14876 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/14879/task/14889/stat : 14889 (java) S 14876 14879 10680 0 -1 4202560 2972 0 0 0 300 33 0 0 20 0 19 0 24620377 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752871967784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14890] ppid=14876 vsize=9625040 CPUtime=5.93 cores=1,3,5,7
/proc/14879/task/14890/stat : 14890 (java) S 14876 14879 10680 0 -1 4202560 3296 0 0 0 585 8 0 0 20 0 19 0 24620378 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752741234792 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14891] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14891/stat : 14891 (java) S 14876 14879 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752740181112 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14892] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14892/stat : 14892 (java) S 14876 14879 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24620378 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752739128456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14893] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14893/stat : 14893 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752738077200 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14894] ppid=14876 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/14879/task/14894/stat : 14894 (java) S 14876 14879 10680 0 -1 4202560 8940 0 0 0 95 1 0 0 20 0 19 0 24620381 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752737024568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14879/tid=14895] ppid=14876 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/14879/task/14895/stat : 14895 (java) S 14876 14879 10680 0 -1 4202560 4246 0 0 0 63 0 0 0 20 0 19 0 24620381 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752735972024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14896] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14896/stat : 14896 (java) S 14876 14879 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24620381 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139752734919672 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14879/tid=14897] ppid=14876 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/14879/task/14897/stat : 14897 (java) S 14876 14879 10680 0 -1 4202560 104 0 0 0 16 23 0 0 20 0 19 0 24620381 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139751726247240 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14879/tid=14898] ppid=14876 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14879/task/14898/stat : 14898 (java) S 14876 14879 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24620435 9856040960 161194 33554432000 1073741824 1073778376 140733301989568 139751725191976 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 14879 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1780.04
CPU time (s): 1800.66
CPU user time (s): 1797.1
CPU system time (s): 3.56146
CPU usage (%): 101.159
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.1
system time used= 3.56146
maximum resident set size= 791216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43508
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50311
involuntary context switches= 46567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1425 second user time and 13.163 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 06:55:46
IDJOB=4101685
IDBENCH=1781
IDSOLVER=2546
FILE ID=node139/4101685-1466225746
RUNJOBID= node139-1466206053-10697
PBS_JOBID= 19918138
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= 644f01bea590fadfbdc9e969c95da3cf
RANDOM SEED=192862671

node139.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30116248 kB
Buffers:          113532 kB
Cached:            94820 kB
SwapCached:         1900 kB
Active:           288408 kB
Inactive:         148588 kB
Active(anon):     229564 kB
Inactive(anon):     1472 kB
Active(file):      58844 kB
Inactive(file):   147116 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       1808756 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             603148 kB
SReclaimable:      46844 kB
SUnreclaim:       556304 kB
KernelStack:        1592 kB
PageTables:         8152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1938936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71592 MiB
End job on node139 at 2016-06-18 07:25:27