Trace number 4089726

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.69 1799.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v100-n1.opb
MD5SUM252dbddb8cf95ef49566c954f0fe0e66
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.78066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables199
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089726-1466032352.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.025s.
0.09/0.14	c declared #vars     199
0.09/0.14	c #constraints  200
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 198
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.14	c 200 constraints processed.
0.82/0.53	c cleaning 2495 clauses out of 5001 with flag 38223/5001
1.18/0.88	c cleaning 4253 clauses out of 8508 with flag 92016/11003
1.71/1.35	c cleaning 5624 clauses out of 11253 with flag 167373/18001
2.22/1.86	c cleaning 6809 clauses out of 13628 with flag 233382/26000
3.14/2.76	c cleaning 7901 clauses out of 15819 with flag 338814/35000
4.04/3.64	c cleaning 8956 clauses out of 17920 with flag 457218/45002
5.14/4.71	c cleaning 9972 clauses out of 19962 with flag 595313/56000
6.34/5.93	c cleaning 10984 clauses out of 21990 with flag 735171/68000
7.74/7.35	c cleaning 11994 clauses out of 24006 with flag 900770/81000
9.25/8.88	c cleaning 13000 clauses out of 26014 with flag 1081252/95002
11.14/10.76	c cleaning 13990 clauses out of 28012 with flag 1278269/110000
13.04/12.65	c cleaning 14985 clauses out of 30022 with flag 1440880/126000
15.24/14.87	c cleaning 16007 clauses out of 32039 with flag 1655759/143002
17.84/17.48	c cleaning 17009 clauses out of 34030 with flag 1937588/161000
20.64/20.27	c cleaning 18004 clauses out of 36023 with flag 2166034/180002
23.64/23.24	c cleaning 19003 clauses out of 38017 with flag 2410535/200000
27.04/26.64	c cleaning 19995 clauses out of 40015 with flag 2693229/221001
30.94/30.51	c cleaning 20998 clauses out of 42021 with flag 2986307/243002
35.05/34.61	c cleaning 21989 clauses out of 44021 with flag 3324101/266000
39.25/38.82	c cleaning 23013 clauses out of 46033 with flag 3679919/290001
44.15/43.74	c cleaning 23992 clauses out of 48019 with flag 4075171/315000
49.25/48.83	c cleaning 25004 clauses out of 50027 with flag 4456342/341000
54.85/54.45	c cleaning 25996 clauses out of 52023 with flag 4818274/368000
61.44/61.09	c cleaning 26996 clauses out of 54027 with flag 5226515/396000
67.74/67.35	c cleaning 28004 clauses out of 56032 with flag 5681170/425001
75.74/75.38	c cleaning 28992 clauses out of 58027 with flag 6220856/455000
83.14/82.76	c cleaning 30009 clauses out of 60035 with flag 6701714/486000
90.84/90.43	c cleaning 30997 clauses out of 62026 with flag 7149634/518000
98.94/98.54	c cleaning 31995 clauses out of 64029 with flag 7650491/551000
106.83/106.45	c cleaning 32996 clauses out of 66035 with flag 8110786/585001
115.86/115.45	c cleaning 34009 clauses out of 68039 with flag 8660177/620001
123.85/123.46	c cleaning 34999 clauses out of 70033 with flag 9097647/656004
133.35/132.98	c cleaning 36014 clauses out of 72031 with flag 9609910/693001
143.56/143.16	c cleaning 36998 clauses out of 74016 with flag 10134596/731000
154.35/153.92	c cleaning 37984 clauses out of 76018 with flag 10705511/770000
165.45/165.05	c cleaning 38987 clauses out of 78037 with flag 11284570/810003
177.34/176.99	c cleaning 39999 clauses out of 80047 with flag 11814676/851000
190.75/190.35	c cleaning 41001 clauses out of 82050 with flag 12306711/893002
205.65/205.24	c cleaning 42000 clauses out of 84047 with flag 12794838/936000
219.45/219.10	c cleaning 43003 clauses out of 86048 with flag 13383134/980001
233.44/233.07	c cleaning 44017 clauses out of 88045 with flag 13976824/1025001
247.94/247.56	c cleaning 45006 clauses out of 90027 with flag 14477587/1071000
263.74/263.39	c cleaning 46002 clauses out of 92023 with flag 15013932/1118002
281.23/280.80	c cleaning 46997 clauses out of 94020 with flag 15574418/1166001
298.69/298.27	c cleaning 47997 clauses out of 96024 with flag 16135741/1215002
316.99/316.56	c cleaning 48998 clauses out of 98025 with flag 16732772/1265000
334.59/334.11	c cleaning 50006 clauses out of 100030 with flag 17355579/1316003
352.88/352.47	c cleaning 50993 clauses out of 102022 with flag 18007507/1368001
371.88/371.41	c cleaning 51990 clauses out of 104028 with flag 18695890/1421000
389.58/389.13	c cleaning 53003 clauses out of 106039 with flag 19367914/1475001
410.30/409.86	c cleaning 54014 clauses out of 108037 with flag 20087310/1530002
434.20/433.70	c cleaning 55006 clauses out of 110021 with flag 20949531/1586000
455.69/455.30	c cleaning 56001 clauses out of 112015 with flag 21673718/1643000
479.11/478.62	c cleaning 57004 clauses out of 114014 with flag 22453556/1701000
501.70/501.28	c cleaning 57989 clauses out of 116010 with flag 23207624/1760000
527.37/526.85	c cleaning 59010 clauses out of 118023 with flag 24036661/1820002
551.78/551.29	c cleaning 59995 clauses out of 120012 with flag 24807126/1881001
578.78/578.24	c cleaning 60986 clauses out of 122016 with flag 25539132/1943000
609.08/608.53	c cleaning 61987 clauses out of 124031 with flag 26270744/2006001
636.18/635.61	c cleaning 63013 clauses out of 126044 with flag 26991275/2070001
666.10/665.52	c cleaning 64001 clauses out of 128030 with flag 27913975/2135000
694.11/693.51	c cleaning 65006 clauses out of 130029 with flag 28618421/2201000
725.02/724.40	c cleaning 65993 clauses out of 132023 with flag 29481862/2268000
757.03/756.40	c cleaning 67010 clauses out of 134031 with flag 30375236/2336001
790.54/789.93	c cleaning 68003 clauses out of 136021 with flag 31258937/2405001
826.12/825.49	c cleaning 68991 clauses out of 138018 with flag 32189588/2475001
857.72/857.09	c cleaning 69998 clauses out of 140027 with flag 32957024/2546001
891.83/891.19	c cleaning 71007 clauses out of 142030 with flag 33765659/2618002
928.62/927.90	c cleaning 71995 clauses out of 144021 with flag 34585742/2691000
962.53/961.85	c cleaning 72992 clauses out of 146026 with flag 35331737/2765000
1003.03/1002.39	c cleaning 74008 clauses out of 148035 with flag 36249205/2840001
1041.94/1041.27	c cleaning 74992 clauses out of 150027 with flag 37097766/2916001
1093.15/1092.41	c cleaning 75994 clauses out of 152035 with flag 37902873/2993001
1142.14/1141.39	c cleaning 76997 clauses out of 154042 with flag 38681453/3071002
1190.55/1189.76	c cleaning 78006 clauses out of 156043 with flag 39491756/3150000
1248.27/1247.47	c cleaning 79004 clauses out of 158038 with flag 40394362/3230001
1305.77/1304.92	c cleaning 79996 clauses out of 160033 with flag 41255709/3311000
1361.78/1360.91	c cleaning 81005 clauses out of 162041 with flag 42148803/3393004
1422.28/1421.44	c cleaning 81996 clauses out of 164032 with flag 43114108/3476000
1487.59/1486.77	c cleaning 82996 clauses out of 166038 with flag 44100549/3560002
1554.35/1553.35	c cleaning 84004 clauses out of 168041 with flag 45024992/3645001
1612.16/1611.12	c cleaning 85008 clauses out of 170036 with flag 45963724/3731000
1670.57/1669.55	c cleaning 86007 clauses out of 172028 with flag 47068745/3818000
1725.28/1724.25	c cleaning 87003 clauses out of 174021 with flag 48061770/3906000
1786.29/1785.22	c cleaning 87996 clauses out of 176018 with flag 49198156/3995000
1800.09/1799.00	c starts		: 3696
1800.09/1799.00	c conflicts		: 4024318
1800.09/1799.00	c decisions		: 4893269
1800.09/1799.00	c propagations		: 141683652
1800.09/1799.00	c inspects		: 39770046477
1800.09/1799.00	c shortcuts		: 0
1800.09/1799.00	c learnt literals	: 0
1800.09/1799.00	c learnt binary clauses	: 0
1800.09/1799.00	c learnt ternary clauses	: 0
1800.09/1799.00	c learnt constraints	: 4024318
1800.09/1799.00	c ignored constraints	: 0
1800.09/1799.00	c root simplifications	: 0
1800.09/1799.00	c removed literals (reason simplification)	: 0
1800.09/1799.00	c reason swapping (by a shorter reason)	: 0
1800.09/1799.00	c Calls to reduceDB	: 85
1800.09/1799.00	c Number of update (reduction) of LBD	: 1390511
1800.09/1799.00	c Imported unit clauses	: 0
1800.09/1799.00	c number of reductions to clauses (during analyze)	: 0
1800.09/1799.00	c number of learned constraints concerned by reduction	: 0
1800.09/1799.00	c number of learning phase by resolution	: 0
1800.09/1799.00	c number of learning phase by cutting planes	: 0
1800.09/1799.00	c speed (assignments/second)	: 78762.89967607317
1800.09/1799.00	c non guided choices	68
1800.09/1799.00	c timeout
1800.09/1799.03	c learnt constraints type 
1800.09/1799.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117340
1800.09/1799.03	s UNKNOWN
1800.09/1799.03	c Total wall clock time (in seconds): 1798.916

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

pid=10875
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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.29 2.25 2.19 3/194 10878
/proc/meminfo: memFree=30444816/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/10878/stat : 10878 (java) D 10875 10878 5929 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 5283862 2560000 46 33554432000 1073741824 1073778376 140735143368880 140735143366008 272877317415 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.29 2.25 2.19 3/194 10878
/proc/meminfo: memFree=30444816/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 4453 0 1 0 8 1 0 0 20 0 18 0 5283862 9787879424 5584 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2389619 5584 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.29 2.25 2.19 3/194 10878
/proc/meminfo: memFree=30444816/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 6858 0 1 0 27 1 0 0 20 0 19 0 5283862 9856040960 7014 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 7014 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300226 s]
/proc/loadavg: 2.29 2.25 2.19 3/194 10878
/proc/meminfo: memFree=30444816/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 8305 0 1 0 54 1 0 0 20 0 19 0 5283862 9856040960 7522 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 7522 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.70016 s]
/proc/loadavg: 2.29 2.25 2.19 3/194 10878
/proc/meminfo: memFree=30444816/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 9111 0 1 0 107 1 0 0 20 0 19 0 5283862 9856040960 8066 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 8066 2244 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.29 2.25 2.19 3/213 10897
/proc/meminfo: memFree=30419016/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 9126 0 1 0 191 1 0 0 20 0 19 0 5283862 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 9102 2248 9 0 2396937 0
[pid=10878/tid=10880] ppid=10875 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10878/task/10880/stat : 10880 (java) R 10875 10878 5929 0 -1 4202560 2470 0 1 0 146 0 0 0 20 0 19 0 5283863 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117330792744 140117271107899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10881] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10881/stat : 10881 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117269522728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10882] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10882/stat : 10882 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117173549224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10883] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10883/stat : 10883 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117172496936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10884] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10884/stat : 10884 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117171444136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10885] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10885/stat : 10885 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117170391848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10886] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10886/stat : 10886 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117169339048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10887] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10887/stat : 10887 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117168286760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10888] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10888/stat : 10888 (java) S 10875 10878 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117167233960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10889] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10889/stat : 10889 (java) S 10875 10878 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5283865 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117155035368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10890] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10890/stat : 10890 (java) S 10875 10878 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117153981432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10891] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10891/stat : 10891 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117152929032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10892] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10892/stat : 10892 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117151877520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10893] ppid=10875 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10878/task/10893/stat : 10893 (java) S 10875 10878 5929 0 -1 4202560 2991 0 0 0 24 0 0 0 20 0 19 0 5283868 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117150825144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10894] ppid=10875 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10878/task/10894/stat : 10894 (java) S 10875 10878 5929 0 -1 4202560 2394 0 0 0 20 0 0 0 20 0 19 0 5283868 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117149772344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10895] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10895/stat : 10895 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117148720248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10896] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10896/stat : 10896 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117147667656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10897] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10897/stat : 10897 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283877 9856040960 9102 33554432000 1073741824 1073778376 140735143368880 140117146563496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 10897
/proc/meminfo: memFree=30414428/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 9132 0 1 0 352 2 0 0 20 0 19 0 5283862 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 10130 2248 9 0 2396937 0
[pid=10878/tid=10880] ppid=10875 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10878/task/10880/stat : 10880 (java) R 10875 10878 5929 0 -1 4202560 2472 0 1 0 306 0 0 0 20 0 19 0 5283863 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117330783952 140117270960018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10881] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10881/stat : 10881 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117269522728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10882] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10882/stat : 10882 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117173549224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10883] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10883/stat : 10883 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117172496936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10884] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10884/stat : 10884 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117171444136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10885] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10885/stat : 10885 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117170391848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10886] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10886/stat : 10886 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117169339048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10887] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10887/stat : 10887 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117168286760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10888] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10888/stat : 10888 (java) S 10875 10878 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117167233960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10889] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10889/stat : 10889 (java) S 10875 10878 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5283865 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117155035368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10890] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10890/stat : 10890 (java) S 10875 10878 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117153981432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10891] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10891/stat : 10891 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117152929032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10892] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10892/stat : 10892 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117151877520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10893] ppid=10875 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10878/task/10893/stat : 10893 (java) S 10875 10878 5929 0 -1 4202560 2995 0 0 0 25 0 0 0 20 0 19 0 5283868 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117150825144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10894] ppid=10875 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10878/task/10894/stat : 10894 (java) S 10875 10878 5929 0 -1 4202560 2394 0 0 0 21 0 0 0 20 0 19 0 5283868 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117149772344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10895] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10895/stat : 10895 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117148720248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10896] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10896/stat : 10896 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117147667656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10897] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10897/stat : 10897 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283877 9856040960 10130 33554432000 1073741824 1073778376 140735143368880 140117146563496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.27 2.25 2.19 3/213 10897
/proc/meminfo: memFree=30409340/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 9137 0 1 0 672 2 0 0 20 0 19 0 5283862 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 11339 2249 9 0 2396937 0
[pid=10878/tid=10880] ppid=10875 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10878/task/10880/stat : 10880 (java) R 10875 10878 5929 0 -1 4202560 2475 0 1 0 624 2 0 0 20 0 19 0 5283863 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117330783952 140117271107899 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10881] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10881/stat : 10881 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117269522728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10882] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10882/stat : 10882 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117173549224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10883] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10883/stat : 10883 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117172496936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10884] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10884/stat : 10884 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117171444136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10885] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10885/stat : 10885 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117170391848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10886] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10886/stat : 10886 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117169339048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10887] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10887/stat : 10887 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117168286760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10888] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10888/stat : 10888 (java) S 10875 10878 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5283864 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117167233960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10889] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10889/stat : 10889 (java) S 10875 10878 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5283865 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117155035368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10890] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10890/stat : 10890 (java) S 10875 10878 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117153981432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10891] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10891/stat : 10891 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117152929032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10892] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10892/stat : 10892 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117151877520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10893] ppid=10875 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10878/task/10893/stat : 10893 (java) S 10875 10878 5929 0 -1 4202560 2995 0 0 0 25 0 0 0 20 0 19 0 5283868 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117150825144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10894] ppid=10875 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10878/task/10894/stat : 10894 (java) S 10875 10878 5929 0 -1 4202560 2395 0 0 0 21 0 0 0 20 0 19 0 5283868 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117149772344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10895] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10895/stat : 10895 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117148720248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10896] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10896/stat : 10896 (java) S 10875 10878 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117147667656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10897] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10897/stat : 10897 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283877 9856040960 11339 33554432000 1073741824 1073778376 140735143368880 140117146563496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=10878/tid=10890] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10890/stat : 10890 (java) S 10875 10878 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117153981432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10891] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10891/stat : 10891 (java) S 10875 10878 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117152929032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10892] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10892/stat : 10892 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117151877520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10893] ppid=10875 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10878/task/10893/stat : 10893 (java) S 10875 10878 5929 0 -1 4202560 2995 0 0 0 25 0 0 0 20 0 19 0 5283868 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117150825144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10894] ppid=10875 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10878/task/10894/stat : 10894 (java) S 10875 10878 5929 0 -1 4202560 2531 0 0 0 24 0 0 0 20 0 19 0 5283868 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117149772344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10895] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10895/stat : 10895 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117148720248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10896] ppid=10875 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/10878/task/10896/stat : 10896 (java) S 10875 10878 5929 0 -1 4202560 96 0 0 0 29 29 0 0 20 0 19 0 5283868 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117147667656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10897] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10897/stat : 10897 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283877 9856040960 73803 33554432000 1073741824 1073778376 140735143368880 140117146563496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1663.37
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.24 2.19 3/213 11006
/proc/meminfo: memFree=30154048/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=1723.38 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 10575 0 1 0 172297 41 0 0 20 0 19 0 5283862 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 73840 2263 9 0 2396937 0
[pid=10878/tid=10880] ppid=10875 vsize=9625040 CPUtime=1721.99 cores=0,2,4,6
/proc/10878/task/10880/stat : 10880 (java) R 10875 10878 5929 0 -1 4202560 2537 0 1 0 172169 30 0 0 20 0 19 0 5283863 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117330783952 140117271107968 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10881] ppid=10875 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/10878/task/10881/stat : 10881 (java) S 10875 10878 5929 0 -1 4202560 293 0 0 0 10 3 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117269522728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10882] ppid=10875 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10878/task/10882/stat : 10882 (java) S 10875 10878 5929 0 -1 4202560 124 0 0 0 4 1 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117173549224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10883] ppid=10875 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10878/task/10883/stat : 10883 (java) S 10875 10878 5929 0 -1 4202560 145 0 0 0 4 0 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117172496936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10884] ppid=10875 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10878/task/10884/stat : 10884 (java) S 10875 10878 5929 0 -1 4202560 183 0 0 0 6 2 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117171444136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10885] ppid=10875 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10878/task/10885/stat : 10885 (java) S 10875 10878 5929 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117170391848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10886] ppid=10875 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10878/task/10886/stat : 10886 (java) S 10875 10878 5929 0 -1 4202560 115 0 0 0 6 2 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117169339048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10887] ppid=10875 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10878/task/10887/stat : 10887 (java) S 10875 10878 5929 0 -1 4202560 68 0 0 0 4 2 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117168286760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10888] ppid=10875 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10878/task/10888/stat : 10888 (java) S 10875 10878 5929 0 -1 4202560 121 0 0 0 4 0 0 0 20 0 19 0 5283864 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117167233960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10889] ppid=10875 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10878/task/10889/stat : 10889 (java) S 10875 10878 5929 0 -1 4202560 57 0 0 0 2 0 0 0 20 0 19 0 5283865 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117155035368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10890] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10890/stat : 10890 (java) S 10875 10878 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117153981432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10891] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10891/stat : 10891 (java) S 10875 10878 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117152929032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10892] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10892/stat : 10892 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117151877520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10893] ppid=10875 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10878/task/10893/stat : 10893 (java) S 10875 10878 5929 0 -1 4202560 2995 0 0 0 25 0 0 0 20 0 19 0 5283868 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117150825144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10894] ppid=10875 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10878/task/10894/stat : 10894 (java) S 10875 10878 5929 0 -1 4202560 2531 0 0 0 24 0 0 0 20 0 19 0 5283868 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117149772344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10895] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10895/stat : 10895 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117148720248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10896] ppid=10875 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/10878/task/10896/stat : 10896 (java) S 10875 10878 5929 0 -1 4202560 100 0 0 0 30 31 0 0 20 0 19 0 5283868 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117147667656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10897] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10897/stat : 10897 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283877 9856040960 73840 33554432000 1073741824 1073778376 140735143368880 140117146563496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.21 2.18 3/213 11007
/proc/meminfo: memFree=30152368/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=1783.39 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 10579 0 1 0 178297 42 0 0 20 0 19 0 5283862 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 74187 2263 9 0 2396937 0
[pid=10878/tid=10880] ppid=10875 vsize=9625040 CPUtime=1781.99 cores=0,2,4,6
/proc/10878/task/10880/stat : 10880 (java) R 10875 10878 5929 0 -1 4202560 2537 0 1 0 178168 31 0 0 20 0 19 0 5283863 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117330783952 140117271107899 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10881] ppid=10875 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/10878/task/10881/stat : 10881 (java) S 10875 10878 5929 0 -1 4202560 293 0 0 0 10 3 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117269522728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10882] ppid=10875 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10878/task/10882/stat : 10882 (java) S 10875 10878 5929 0 -1 4202560 124 0 0 0 4 1 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117173549224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10883] ppid=10875 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10878/task/10883/stat : 10883 (java) S 10875 10878 5929 0 -1 4202560 145 0 0 0 4 0 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117172496936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10884] ppid=10875 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10878/task/10884/stat : 10884 (java) S 10875 10878 5929 0 -1 4202560 183 0 0 0 6 2 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117171444136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10885] ppid=10875 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10878/task/10885/stat : 10885 (java) S 10875 10878 5929 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117170391848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10886] ppid=10875 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10878/task/10886/stat : 10886 (java) S 10875 10878 5929 0 -1 4202560 115 0 0 0 6 2 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117169339048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10887] ppid=10875 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10878/task/10887/stat : 10887 (java) S 10875 10878 5929 0 -1 4202560 68 0 0 0 4 2 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117168286760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10888] ppid=10875 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10878/task/10888/stat : 10888 (java) S 10875 10878 5929 0 -1 4202560 121 0 0 0 4 0 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117167233960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10889] ppid=10875 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10878/task/10889/stat : 10889 (java) S 10875 10878 5929 0 -1 4202560 57 0 0 0 2 0 0 0 20 0 19 0 5283865 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117155035368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10890] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10890/stat : 10890 (java) S 10875 10878 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117153981432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10891] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10891/stat : 10891 (java) S 10875 10878 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117152929032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10892] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10892/stat : 10892 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117151877520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10893] ppid=10875 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10878/task/10893/stat : 10893 (java) S 10875 10878 5929 0 -1 4202560 2995 0 0 0 25 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117150825144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10894] ppid=10875 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10878/task/10894/stat : 10894 (java) S 10875 10878 5929 0 -1 4202560 2531 0 0 0 24 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117149772344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10895] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10895/stat : 10895 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117148720248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10896] ppid=10875 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/10878/task/10896/stat : 10896 (java) S 10875 10878 5929 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117147667656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10897] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10897/stat : 10897 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283877 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117146563496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.19 2.21 2.18 3/213 11007
/proc/meminfo: memFree=30152552/32872528 swapFree=1243664/1390832
[pid=10878] ppid=10875 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/10878/stat : 10878 (java) S 10875 10878 5929 0 -1 4202496 10579 0 1 0 179967 42 0 0 20 0 19 0 5283862 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140735143360016 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10878/statm: 2406260 74187 2263 9 0 2396937 0
[pid=10878/tid=10880] ppid=10875 vsize=9625040 CPUtime=1798.69 cores=0,2,4,6
/proc/10878/task/10880/stat : 10880 (java) R 10875 10878 5929 0 -1 4202560 2537 0 1 0 179838 31 0 0 20 0 19 0 5283863 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117330783952 140117270960898 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10881] ppid=10875 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/10878/task/10881/stat : 10881 (java) S 10875 10878 5929 0 -1 4202560 293 0 0 0 10 3 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117269522728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10882] ppid=10875 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10878/task/10882/stat : 10882 (java) S 10875 10878 5929 0 -1 4202560 124 0 0 0 4 1 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117173549224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10883] ppid=10875 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10878/task/10883/stat : 10883 (java) S 10875 10878 5929 0 -1 4202560 145 0 0 0 4 0 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117172496936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10884] ppid=10875 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10878/task/10884/stat : 10884 (java) S 10875 10878 5929 0 -1 4202560 183 0 0 0 6 2 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117171444136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10885] ppid=10875 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/10878/task/10885/stat : 10885 (java) S 10875 10878 5929 0 -1 4202560 49 0 0 0 5 0 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117170391848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10886] ppid=10875 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/10878/task/10886/stat : 10886 (java) S 10875 10878 5929 0 -1 4202560 115 0 0 0 6 2 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117169339048 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10878/tid=10887] ppid=10875 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/10878/task/10887/stat : 10887 (java) S 10875 10878 5929 0 -1 4202560 68 0 0 0 4 2 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117168286760 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10888] ppid=10875 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/10878/task/10888/stat : 10888 (java) S 10875 10878 5929 0 -1 4202560 121 0 0 0 4 0 0 0 20 0 19 0 5283864 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117167233960 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10878/tid=10889] ppid=10875 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/10878/task/10889/stat : 10889 (java) S 10875 10878 5929 0 -1 4202560 57 0 0 0 2 0 0 0 20 0 19 0 5283865 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117155035368 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10890] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10890/stat : 10890 (java) S 10875 10878 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117153981432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10891] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10891/stat : 10891 (java) S 10875 10878 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5283866 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117152929032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10892] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10892/stat : 10892 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117151877520 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10893] ppid=10875 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/10878/task/10893/stat : 10893 (java) S 10875 10878 5929 0 -1 4202560 2995 0 0 0 25 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117150825144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10894] ppid=10875 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10878/task/10894/stat : 10894 (java) S 10875 10878 5929 0 -1 4202560 2531 0 0 0 24 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117149772344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10895] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10895/stat : 10895 (java) S 10875 10878 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117148720248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10878/tid=10896] ppid=10875 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/10878/task/10896/stat : 10896 (java) S 10875 10878 5929 0 -1 4202560 104 0 0 0 32 32 0 0 20 0 19 0 5283868 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117147667656 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10878/tid=10897] ppid=10875 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10878/task/10897/stat : 10897 (java) S 10875 10878 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5283877 9856040960 74187 33554432000 1073741824 1073778376 140735143368880 140117146563496 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 10878 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.04
CPU time (s): 1800.69
CPU user time (s): 1799.82
CPU system time (s): 0.871867
CPU usage (%): 100.092
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.871867
maximum resident set size= 296912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10627
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38157
involuntary context switches= 10288

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3634 second user time and 13.6019 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 01:12:32
IDJOB=4089726
IDBENCH=107447
IDSOLVER=2546
FILE ID=node119/4089726-1466032352
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/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v100-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089726-1466032352/watcher-4089726-1466032352 -o /tmp/evaluation-result-4089726-1466032352/solver-4089726-1466032352 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089726-1466032352.opb

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

MD5SUM BENCH= 252dbddb8cf95ef49566c954f0fe0e66
RANDOM SEED=1998421176

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:        30445344 kB
Buffers:           29344 kB
Cached:            96336 kB
SwapCached:        14188 kB
Active:           224120 kB
Inactive:         112972 kB
Active(anon):     199808 kB
Inactive(anon):    14104 kB
Active(file):      24312 kB
Inactive(file):    98868 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088068 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1682720 kB
Mapped:            15472 kB
Shmem:                 0 kB
Slab:             565600 kB
SReclaimable:       9684 kB
SUnreclaim:       555916 kB
KernelStack:        1760 kB
PageTables:         7464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2079296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 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 01:42:31