Trace number 4090153

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.63 1796.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l065-r064-n1.opb
MD5SUMc5dfcd16fc9fb411b2665e42ac80c753
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3543
Total number of constraints7544
Number of constraints which are clauses6363
Number of constraints which are cardinality constraints (but not clauses)1181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@6443226
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@b61d36b
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090153-1466037771.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.46/0.36	c ... done. Wall clock time 0.256s.
0.46/0.36	c declared #vars     3543
0.46/0.36	c #constraints  8725
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1181
0.46/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 1181
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6363
0.46/0.36	c 8725 constraints processed.
2.31/1.53	c cleaning 2490 clauses out of 5000 with flag 241094/5000
3.47/2.64	c cleaning 4251 clauses out of 8510 with flag 507129/11000
4.87/4.09	c cleaning 5627 clauses out of 11260 with flag 768306/18001
6.50/5.69	c cleaning 6807 clauses out of 13634 with flag 1053236/26002
8.51/7.61	c cleaning 7910 clauses out of 15827 with flag 1337858/35002
10.81/9.96	c cleaning 8952 clauses out of 17916 with flag 1570954/45001
13.40/12.52	c cleaning 9978 clauses out of 19963 with flag 1836217/56000
16.41/15.56	c cleaning 10986 clauses out of 21985 with flag 2126741/68000
20.10/19.20	c cleaning 11998 clauses out of 24001 with flag 2444649/81002
23.93/23.03	c cleaning 12996 clauses out of 26004 with flag 2754430/95003
28.13/27.24	c cleaning 13995 clauses out of 28005 with flag 3097208/110000
32.43/31.56	c cleaning 15004 clauses out of 30011 with flag 3454683/126001
37.43/36.57	c cleaning 15995 clauses out of 32007 with flag 3867187/143001
43.13/42.29	c cleaning 17000 clauses out of 34011 with flag 4324254/161000
49.63/48.75	c cleaning 17998 clauses out of 36013 with flag 4832331/180002
56.53/55.63	c cleaning 19001 clauses out of 38015 with flag 5317188/200002
64.43/63.50	c cleaning 20001 clauses out of 40012 with flag 5861495/221000
72.25/71.36	c cleaning 20999 clauses out of 42012 with flag 6420777/243001
80.35/79.46	c cleaning 22003 clauses out of 44015 with flag 6931045/266003
87.15/86.27	c cleaning 22997 clauses out of 46010 with flag 7386530/290001
94.16/93.26	c cleaning 24000 clauses out of 48012 with flag 7968640/315000
102.07/101.20	c cleaning 24989 clauses out of 50012 with flag 8600331/341000
110.97/110.10	c cleaning 26008 clauses out of 52026 with flag 9248085/368003
121.20/120.22	c cleaning 27004 clauses out of 54016 with flag 9925879/396001
131.30/130.31	c cleaning 27997 clauses out of 56013 with flag 10673133/425002
142.10/141.17	c cleaning 28998 clauses out of 58014 with flag 11415984/455000
153.20/152.26	c cleaning 30007 clauses out of 60017 with flag 12159502/486001
164.01/163.05	c cleaning 31001 clauses out of 62010 with flag 12644340/518001
177.35/176.37	c cleaning 32000 clauses out of 64008 with flag 13176711/551000
191.05/190.00	c cleaning 32999 clauses out of 66009 with flag 13735119/585001
203.15/202.11	c cleaning 34001 clauses out of 68010 with flag 14325183/620001
215.85/214.88	c cleaning 35000 clauses out of 70009 with flag 14861243/656001
228.84/227.76	c cleaning 35998 clauses out of 72010 with flag 15435299/693002
242.13/241.01	c cleaning 36997 clauses out of 74010 with flag 16035236/731000
256.84/255.73	c cleaning 37999 clauses out of 76016 with flag 16681692/770003
272.24/271.14	c cleaning 38996 clauses out of 78016 with flag 17329746/810002
289.59/288.38	c cleaning 40001 clauses out of 80019 with flag 18028489/851001
306.99/305.76	c cleaning 41001 clauses out of 82018 with flag 18754696/893001
326.55/325.14	c cleaning 42002 clauses out of 84016 with flag 19518226/936000
345.25/343.89	c cleaning 42999 clauses out of 86014 with flag 20230233/980000
364.85/363.46	c cleaning 43998 clauses out of 88015 with flag 20942039/1025000
386.82/385.28	c cleaning 45002 clauses out of 90017 with flag 21674255/1071000
411.43/409.88	c cleaning 46000 clauses out of 92015 with flag 22503182/1118000
436.86/435.14	c cleaning 47003 clauses out of 94015 with flag 23357185/1166000
462.96/461.22	c cleaning 48000 clauses out of 96014 with flag 24244475/1215002
489.35/487.49	c cleaning 48990 clauses out of 98013 with flag 25172879/1265001
518.33/516.22	c cleaning 49999 clauses out of 100027 with flag 26108526/1316005
546.63/544.59	c cleaning 51005 clauses out of 102024 with flag 26987456/1368001
578.17/575.97	c cleaning 52004 clauses out of 104018 with flag 27984283/1421000
610.44/608.16	c cleaning 53003 clauses out of 106014 with flag 28997635/1475000
642.56/640.21	c cleaning 53997 clauses out of 108011 with flag 30039870/1530000
678.24/675.82	c cleaning 55006 clauses out of 110016 with flag 31089488/1586002
715.90/713.48	c cleaning 55994 clauses out of 112008 with flag 32101698/1643000
756.47/753.94	c cleaning 57001 clauses out of 114014 with flag 33115382/1701000
796.88/794.39	c cleaning 57998 clauses out of 116014 with flag 34260044/1760001
835.53/832.93	c cleaning 59000 clauses out of 118015 with flag 35396180/1820000
878.09/875.44	c cleaning 60003 clauses out of 120015 with flag 36497834/1881000
920.36/917.65	c cleaning 60996 clauses out of 122013 with flag 37616469/1943001
967.08/964.38	c cleaning 62004 clauses out of 124016 with flag 38763269/2006000
1015.15/1012.36	c cleaning 62998 clauses out of 126012 with flag 39962071/2070000
1070.17/1067.31	c cleaning 63998 clauses out of 128014 with flag 41188804/2135000
1123.11/1120.28	c cleaning 65002 clauses out of 130017 with flag 42504454/2201001
1178.49/1175.46	c cleaning 65994 clauses out of 132014 with flag 43844032/2268000
1235.93/1232.89	c cleaning 67004 clauses out of 134021 with flag 45128031/2336001
1293.52/1290.39	c cleaning 68005 clauses out of 136016 with flag 46407289/2405000
1354.90/1351.63	c cleaning 69000 clauses out of 138011 with flag 47780767/2475000
1419.53/1416.20	c cleaning 69996 clauses out of 140013 with flag 49225901/2546002
1486.85/1483.48	c cleaning 71004 clauses out of 142016 with flag 50623252/2618001
1556.21/1552.68	c cleaning 71998 clauses out of 144011 with flag 52043227/2691000
1622.79/1619.15	c cleaning 73001 clauses out of 146013 with flag 53440410/2765000
1693.08/1689.38	c cleaning 74004 clauses out of 148013 with flag 54862263/2840001
1765.71/1761.82	c cleaning 74998 clauses out of 150009 with flag 56366766/2916001
1800.03/1796.00	c starts		: 2331
1800.03/1796.00	c conflicts		: 2960982
1800.03/1796.00	c decisions		: 3748576
1800.03/1796.00	c propagations		: 915634023
1800.03/1796.00	c inspects		: 29262233379
1800.03/1796.00	c shortcuts		: 0
1800.03/1796.00	c learnt literals	: 0
1800.03/1796.00	c learnt binary clauses	: 0
1800.03/1796.00	c learnt ternary clauses	: 2761
1800.03/1796.00	c timeout
1800.03/1796.00	c learnt constraints	: 2960982
1800.03/1796.00	c ignored constraints	: 0
1800.03/1796.00	c root simplifications	: 0
1800.03/1796.00	c removed literals (reason simplification)	: 0
1800.03/1796.00	c reason swapping (by a shorter reason)	: 0
1800.03/1796.00	c Calls to reduceDB	: 72
1800.03/1796.00	c Number of update (reduction) of LBD	: 1045947
1800.03/1796.00	c Imported unit clauses	: 0
1800.03/1796.00	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.00	c number of learned constraints concerned by reduction	: 0
1800.03/1796.00	c number of learning phase by resolution	: 0
1800.03/1796.00	c number of learning phase by cutting planes	: 0
1800.03/1796.00	c speed (assignments/second)	: 509922.69745543774
1800.03/1796.00	c non guided choices	24856
1800.03/1796.03	c learnt constraints type 
1800.03/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 119992
1800.03/1796.03	s UNKNOWN
1800.03/1796.03	c Total wall clock time (in seconds): 1795.921

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

pid=11621
running on 4 cores: 0,2,4,6

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

[startup+0 s]
/proc/loadavg: 2.37 2.19 2.15 3/194 11624
/proc/meminfo: memFree=30146640/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/11624/stat : 11624 (runsolver) R 11621 5929 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 1 0 5825765 24911872 49 33554432000 4194304 4338465 140737314474656 140737314472192 272886295462 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/11624/statm: 6082 49 3 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100161 s]
/proc/loadavg: 2.37 2.19 2.15 3/194 11624
/proc/meminfo: memFree=30146640/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 4471 0 1 0 9 1 0 0 20 0 18 0 5825765 9787879424 5585 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2389619 5585 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200233 s]
/proc/loadavg: 2.37 2.19 2.15 3/194 11624
/proc/meminfo: memFree=30146640/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 4761 0 1 0 24 1 0 0 20 0 18 0 5825765 9787879424 10422 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2389619 10422 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 2.37 2.19 2.15 3/194 11624
/proc/meminfo: memFree=30146640/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 5513 0 1 0 45 1 0 0 20 0 18 0 5825765 9787879424 16146 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2389619 16146 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 2.37 2.19 2.15 3/194 11624
/proc/meminfo: memFree=30146640/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 8846 0 1 0 129 2 0 0 20 0 19 0 5825765 9856040960 19456 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2406260 19456 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.37 2.19 2.15 4/213 11643
/proc/meminfo: memFree=30077368/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 9386 0 1 0 229 2 0 0 20 0 19 0 5825765 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2406260 20055 2263 9 0 2396937 0
[pid=11624/tid=11626] ppid=11621 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11624/task/11626/stat : 11626 (java) R 11621 11624 5929 0 -1 4202560 2484 0 1 0 145 2 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173774141920 140173714447721 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11627] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11627/stat : 11627 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173712874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11628] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11628/stat : 11628 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173711821736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11629] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11629/stat : 11629 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173710768936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11630] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11630/stat : 11630 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173709716136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11631] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11631/stat : 11631 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173708663336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11632] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11632/stat : 11632 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173612104104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11633] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11633/stat : 11633 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173611051304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11634] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11634/stat : 11634 (java) S 11621 11624 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173609998504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11635] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11635/stat : 11635 (java) S 11621 11624 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5825768 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173597801448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11636] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11636/stat : 11636 (java) S 11621 11624 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173596747512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11637] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11637/stat : 11637 (java) S 11621 11624 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173595694600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11638] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11638/stat : 11638 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173594643088 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11639] ppid=11621 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/11624/task/11639/stat : 11639 (java) S 11621 11624 5929 0 -1 4202560 1913 0 0 0 33 0 0 0 20 0 19 0 5825771 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173593590200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11640] ppid=11621 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11624/task/11640/stat : 11640 (java) S 11621 11624 5929 0 -1 4202560 3710 0 0 0 48 0 0 0 20 0 19 0 5825771 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173592537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11641] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11641/stat : 11641 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173591484792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11642] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11642/stat : 11642 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173590432200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11643] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11643/stat : 11643 (java) S 11621 11624 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5825803 9856040960 20055 33554432000 1073741824 1073778376 140733681249616 140173589378728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.37 2.19 2.15 3/213 11643
/proc/meminfo: memFree=30068300/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 9405 0 1 0 395 2 0 0 20 0 19 0 5825765 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2406260 22626 2267 9 0 2396937 0
[pid=11624/tid=11626] ppid=11621 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11624/task/11626/stat : 11626 (java) R 11621 11624 5929 0 -1 4202560 2491 0 1 0 305 2 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173774141920 140173714631977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11627] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11627/stat : 11627 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173712874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11628] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11628/stat : 11628 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173711821736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11629] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11629/stat : 11629 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173710768936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11630] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11630/stat : 11630 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173709716136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11631] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11631/stat : 11631 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173708663336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11632] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11632/stat : 11632 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173612104104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11633] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11633/stat : 11633 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173611051304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11634] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11634/stat : 11634 (java) S 11621 11624 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173609998504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11635] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11635/stat : 11635 (java) S 11621 11624 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5825768 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173597801448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11636] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11636/stat : 11636 (java) S 11621 11624 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173596747512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11637] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11637/stat : 11637 (java) S 11621 11624 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173595694600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11638] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11638/stat : 11638 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173594643088 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11639] ppid=11621 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/11624/task/11639/stat : 11639 (java) S 11621 11624 5929 0 -1 4202560 1916 0 0 0 35 0 0 0 20 0 19 0 5825771 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173593590200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11640] ppid=11621 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/11624/task/11640/stat : 11640 (java) S 11621 11624 5929 0 -1 4202560 3719 0 0 0 52 0 0 0 20 0 19 0 5825771 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173592537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11641] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11641/stat : 11641 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173591484792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11642] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11642/stat : 11642 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173590432200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11643] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11643/stat : 11643 (java) S 11621 11624 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5825803 9856040960 22626 33554432000 1073741824 1073778376 140733681249616 140173589378728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.34 2.18 2.15 3/213 11643
/proc/meminfo: memFree=30058052/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9625040 CPUtime=7.21 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 9418 0 1 0 718 3 0 0 20 0 19 0 5825765 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2406260 25126 2268 9 0 2396937 0
[pid=11624/tid=11626] ppid=11621 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/11624/task/11626/stat : 11626 (java) R 11621 11624 5929 0 -1 4202560 2498 0 1 0 625 2 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173774143768 140173714631729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11627] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11627/stat : 11627 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173712874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11628] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11628/stat : 11628 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173711821736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11629] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11629/stat : 11629 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173710768936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11630] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11630/stat : 11630 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173709716136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11631] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11631/stat : 11631 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173708663336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11632] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11632/stat : 11632 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173612104104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11633] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11633/stat : 11633 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173611051304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11634] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11634/stat : 11634 (java) S 11621 11624 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5825767 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173609998504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11635] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11635/stat : 11635 (java) S 11621 11624 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5825768 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173597801448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11636] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11636/stat : 11636 (java) S 11621 11624 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173596747512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11637] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11637/stat : 11637 (java) S 11621 11624 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173595694600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11638] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11638/stat : 11638 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173594643088 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11639] ppid=11621 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11624/task/11639/stat : 11639 (java) S 11621 11624 5929 0 -1 4202560 1921 0 0 0 37 0 0 0 20 0 19 0 5825771 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173593590200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11640] ppid=11621 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11624/task/11640/stat : 11640 (java) S 11621 11624 5929 0 -1 4202560 3719 0 0 0 53 0 0 0 20 0 19 0 5825771 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173592537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11641] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11641/stat : 11641 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173591484792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11642] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11642/stat : 11642 (java) S 11621 11624 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173590432200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11643] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11643/stat : 11643 (java) S 11621 11624 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5825803 9856040960 25126 33554432000 1073741824 1073778376 140733681249616 140173589378728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 9625040


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

[pid=11624/tid=11636] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11636/stat : 11636 (java) S 11621 11624 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173596747512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11637] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11637/stat : 11637 (java) S 11621 11624 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173595694600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11638] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11638/stat : 11638 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173594643088 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11639] ppid=11621 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11624/task/11639/stat : 11639 (java) S 11621 11624 5929 0 -1 4202560 1921 0 0 0 37 0 0 0 20 0 19 0 5825771 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173593590200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11640] ppid=11621 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11624/task/11640/stat : 11640 (java) S 11621 11624 5929 0 -1 4202560 3846 0 0 0 55 0 0 0 20 0 19 0 5825771 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173592537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11641] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11641/stat : 11641 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173591484792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11642] ppid=11621 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11624/task/11642/stat : 11642 (java) S 11621 11624 5929 0 -1 4202560 96 0 0 0 31 28 0 0 20 0 19 0 5825771 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173590432200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11643] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11643/stat : 11643 (java) S 11621 11624 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5825803 9856040960 122748 33554432000 1073741824 1073778376 140733681249616 140173589378728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.07
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.18 1.32 1.70 2/189 11741
/proc/meminfo: memFree=30147960/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9625040 CPUtime=1726.2 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 12295 0 1 0 172544 76 0 0 20 0 19 0 5825765 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2406260 122554 2290 9 0 2396937 0
[pid=11624/tid=11626] ppid=11621 vsize=9625040 CPUtime=1720.58 cores=0,2,4,6
/proc/11624/task/11626/stat : 11626 (java) R 11621 11624 5929 0 -1 4202560 2568 0 1 0 172028 30 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173774142672 140173714408111 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11627] ppid=11621 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11624/task/11627/stat : 11627 (java) S 11621 11624 5929 0 -1 4202560 360 0 0 0 49 8 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173712874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11628] ppid=11621 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11624/task/11628/stat : 11628 (java) S 11621 11624 5929 0 -1 4202560 220 0 0 0 44 6 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173711821736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11629] ppid=11621 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11624/task/11629/stat : 11629 (java) S 11621 11624 5929 0 -1 4202560 182 0 0 0 37 6 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173710768936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11630] ppid=11621 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/11624/task/11630/stat : 11630 (java) S 11621 11624 5929 0 -1 4202560 285 0 0 0 41 5 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173709716136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11631] ppid=11621 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11624/task/11631/stat : 11631 (java) S 11621 11624 5929 0 -1 4202560 509 0 0 0 46 10 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173708663336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11632] ppid=11621 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11624/task/11632/stat : 11632 (java) S 11621 11624 5929 0 -1 4202560 216 0 0 0 47 6 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173612104104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11633] ppid=11621 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11624/task/11633/stat : 11633 (java) S 11621 11624 5929 0 -1 4202560 253 0 0 0 35 4 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173611051304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11634] ppid=11621 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11624/task/11634/stat : 11634 (java) S 11621 11624 5929 0 -1 4202560 334 0 0 0 45 8 0 0 20 0 19 0 5825767 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173609998504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11635] ppid=11621 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11624/task/11635/stat : 11635 (java) S 11621 11624 5929 0 -1 4202560 236 0 0 0 37 2 0 0 20 0 19 0 5825768 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173597801448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11636] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11636/stat : 11636 (java) S 11621 11624 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173596747512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11637] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11637/stat : 11637 (java) S 11621 11624 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173595694600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11638] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11638/stat : 11638 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173594643088 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11639] ppid=11621 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11624/task/11639/stat : 11639 (java) S 11621 11624 5929 0 -1 4202560 1921 0 0 0 37 0 0 0 20 0 19 0 5825771 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173593590200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11640] ppid=11621 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11624/task/11640/stat : 11640 (java) S 11621 11624 5929 0 -1 4202560 3846 0 0 0 55 0 0 0 20 0 19 0 5825771 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173592537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11641] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11641/stat : 11641 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173591484792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11642] ppid=11621 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/11624/task/11642/stat : 11642 (java) S 11621 11624 5929 0 -1 4202560 100 0 0 0 32 30 0 0 20 0 19 0 5825771 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173590432200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11643] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11643/stat : 11643 (java) S 11621 11624 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5825803 9856040960 122554 33554432000 1073741824 1073778376 140733681249616 140173589378728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.15 1.29 1.67 3/188 11742
/proc/meminfo: memFree=30147288/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9625040 CPUtime=1786.24 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 12303 0 1 0 178547 77 0 0 20 0 19 0 5825765 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2406260 122987 2290 9 0 2396937 0
[pid=11624/tid=11626] ppid=11621 vsize=9625040 CPUtime=1780.57 cores=0,2,4,6
/proc/11624/task/11626/stat : 11626 (java) R 11621 11624 5929 0 -1 4202560 2569 0 1 0 178026 31 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173774142672 140173714631977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11627] ppid=11621 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11624/task/11627/stat : 11627 (java) S 11621 11624 5929 0 -1 4202560 360 0 0 0 49 8 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173712874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11628] ppid=11621 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/11624/task/11628/stat : 11628 (java) S 11621 11624 5929 0 -1 4202560 220 0 0 0 44 6 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173711821736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11629] ppid=11621 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/11624/task/11629/stat : 11629 (java) S 11621 11624 5929 0 -1 4202560 182 0 0 0 38 6 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173710768936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11630] ppid=11621 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/11624/task/11630/stat : 11630 (java) S 11621 11624 5929 0 -1 4202560 285 0 0 0 42 5 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173709716136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11631] ppid=11621 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11624/task/11631/stat : 11631 (java) S 11621 11624 5929 0 -1 4202560 509 0 0 0 46 10 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173708663336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11632] ppid=11621 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11624/task/11632/stat : 11632 (java) S 11621 11624 5929 0 -1 4202560 216 0 0 0 47 6 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173612104104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11633] ppid=11621 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11624/task/11633/stat : 11633 (java) S 11621 11624 5929 0 -1 4202560 253 0 0 0 35 4 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173611051304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11634] ppid=11621 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/11624/task/11634/stat : 11634 (java) S 11621 11624 5929 0 -1 4202560 334 0 0 0 45 8 0 0 20 0 19 0 5825767 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173609998504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11635] ppid=11621 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11624/task/11635/stat : 11635 (java) S 11621 11624 5929 0 -1 4202560 239 0 0 0 37 2 0 0 20 0 19 0 5825768 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173597801448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11636] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11636/stat : 11636 (java) S 11621 11624 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173596747512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11637] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11637/stat : 11637 (java) S 11621 11624 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173595694600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11638] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11638/stat : 11638 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173594643088 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11639] ppid=11621 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11624/task/11639/stat : 11639 (java) S 11621 11624 5929 0 -1 4202560 1921 0 0 0 37 0 0 0 20 0 19 0 5825771 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173593590200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11640] ppid=11621 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11624/task/11640/stat : 11640 (java) S 11621 11624 5929 0 -1 4202560 3846 0 0 0 55 0 0 0 20 0 19 0 5825771 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173592537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11641] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11641/stat : 11641 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173591484792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11642] ppid=11621 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11624/task/11642/stat : 11642 (java) S 11621 11624 5929 0 -1 4202560 104 0 0 0 34 30 0 0 20 0 19 0 5825771 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173590432200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11643] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11643/stat : 11643 (java) S 11621 11624 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5825803 9856040960 122987 33554432000 1073741824 1073778376 140733681249616 140173589378728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.24
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.19 1.29 1.66 2/188 11742
/proc/meminfo: memFree=30147788/32872528 swapFree=1243664/1390832
[pid=11624] ppid=11621 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/11624/stat : 11624 (java) S 11621 11624 5929 0 -1 4202496 12306 0 1 0 179926 77 0 0 20 0 19 0 5825765 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140733681240752 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/11624/statm: 2406260 122874 2290 9 0 2396937 0
[pid=11624/tid=11626] ppid=11621 vsize=9625040 CPUtime=1794.24 cores=0,2,4,6
/proc/11624/task/11626/stat : 11626 (java) R 11621 11624 5929 0 -1 4202560 2570 0 1 0 179393 31 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173774142672 140173714631977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11624/tid=11627] ppid=11621 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11624/task/11627/stat : 11627 (java) S 11621 11624 5929 0 -1 4202560 360 0 0 0 50 8 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173712874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11628] ppid=11621 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/11624/task/11628/stat : 11628 (java) S 11621 11624 5929 0 -1 4202560 220 0 0 0 46 6 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173711821736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11629] ppid=11621 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/11624/task/11629/stat : 11629 (java) S 11621 11624 5929 0 -1 4202560 182 0 0 0 39 6 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173710768936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11630] ppid=11621 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/11624/task/11630/stat : 11630 (java) S 11621 11624 5929 0 -1 4202560 285 0 0 0 43 5 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173709716136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11631] ppid=11621 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/11624/task/11631/stat : 11631 (java) S 11621 11624 5929 0 -1 4202560 509 0 0 0 47 10 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173708663336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11632] ppid=11621 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11624/task/11632/stat : 11632 (java) S 11621 11624 5929 0 -1 4202560 216 0 0 0 49 6 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173612104104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11624/tid=11633] ppid=11621 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/11624/task/11633/stat : 11633 (java) S 11621 11624 5929 0 -1 4202560 253 0 0 0 36 4 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173611051304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11634] ppid=11621 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/11624/task/11634/stat : 11634 (java) S 11621 11624 5929 0 -1 4202560 334 0 0 0 48 8 0 0 20 0 19 0 5825767 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173609998504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11635] ppid=11621 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11624/task/11635/stat : 11635 (java) S 11621 11624 5929 0 -1 4202560 241 0 0 0 37 2 0 0 20 0 19 0 5825768 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173597801448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11636] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11636/stat : 11636 (java) S 11621 11624 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173596747512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11637] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11637/stat : 11637 (java) S 11621 11624 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5825769 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173595694600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11638] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11638/stat : 11638 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173594643088 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11639] ppid=11621 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/11624/task/11639/stat : 11639 (java) S 11621 11624 5929 0 -1 4202560 1921 0 0 0 37 0 0 0 20 0 19 0 5825771 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173593590200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11624/tid=11640] ppid=11621 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/11624/task/11640/stat : 11640 (java) S 11621 11624 5929 0 -1 4202560 3846 0 0 0 55 0 0 0 20 0 19 0 5825771 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173592537400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11641] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11641/stat : 11641 (java) S 11621 11624 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5825771 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173591484792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11642] ppid=11621 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11624/task/11642/stat : 11642 (java) S 11621 11624 5929 0 -1 4202560 104 0 0 0 35 30 0 0 20 0 19 0 5825771 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173590432200 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11624/tid=11643] ppid=11621 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11624/task/11643/stat : 11643 (java) S 11621 11624 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5825803 9856040960 122874 33554432000 1073741824 1073778376 140733681249616 140173589378728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1796.04
CPU time (s): 1800.63
CPU user time (s): 1799.33
CPU system time (s): 1.3028
CPU usage (%): 100.256
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 1.3028
maximum resident set size= 606344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12368
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39125
involuntary context switches= 18817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6634 second user time and 13.5929 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 02:42:51
IDJOB=4090153
IDBENCH=107508
IDSOLVER=2546
FILE ID=node119/4090153-1466037771
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l065-r064-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090153-1466037771/watcher-4090153-1466037771 -o /tmp/evaluation-result-4090153-1466037771/solver-4090153-1466037771 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090153-1466037771.opb

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

MD5SUM BENCH= c5dfcd16fc9fb411b2665e42ac80c753
RANDOM SEED=935094234

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30146796 kB
Buffers:           34956 kB
Cached:            98396 kB
SwapCached:        14188 kB
Active:           486884 kB
Inactive:         119708 kB
Active(anon):     461520 kB
Inactive(anon):    14104 kB
Active(file):      25364 kB
Inactive(file):   105604 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088068 kB
Dirty:               768 kB
Writeback:             0 kB
AnonPages:       1947448 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             565956 kB
SReclaimable:       9988 kB
SUnreclaim:       555968 kB
KernelStack:        1760 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2326628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-16 03:12:48