Trace number 4090223

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.54 1795.43

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l070-r069-n1.opb
MD5SUMd76c96017b581f63aaf0b7b87bca4e40
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 variables3831
Total number of constraints8138
Number of constraints which are clauses6861
Number of constraints which are cardinality constraints (but not clauses)1277
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.08	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@587bd9f2
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@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090223-1466038190.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.259s.
0.46/0.36	c declared #vars     3831
0.46/0.36	c #constraints  9415
0.46/0.36	c constraints type 
0.46/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1277
0.46/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 1277
0.46/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6861
0.46/0.37	c 9415 constraints processed.
2.11/1.56	c cleaning 2494 clauses out of 5000 with flag 271387/5000
3.26/2.60	c cleaning 4249 clauses out of 8507 with flag 493287/11001
4.58/3.94	c cleaning 5621 clauses out of 11257 with flag 744210/18000
6.30/5.65	c cleaning 6812 clauses out of 13636 with flag 899433/26000
7.91/7.25	c cleaning 7904 clauses out of 15824 with flag 1036265/35000
9.81/9.19	c cleaning 8955 clauses out of 17921 with flag 1200394/45001
12.11/11.45	c cleaning 9977 clauses out of 19967 with flag 1389987/56002
14.91/14.23	c cleaning 10990 clauses out of 21990 with flag 1581843/68002
18.10/17.42	c cleaning 11994 clauses out of 23998 with flag 1799524/81000
21.43/20.70	c cleaning 12989 clauses out of 26005 with flag 2036590/95001
25.04/24.31	c cleaning 13998 clauses out of 28015 with flag 2303299/110000
28.73/28.09	c cleaning 14991 clauses out of 30018 with flag 2571990/126001
33.33/32.68	c cleaning 16008 clauses out of 32027 with flag 2878545/143001
38.33/37.62	c cleaning 16998 clauses out of 34018 with flag 3201407/161000
43.84/43.19	c cleaning 18002 clauses out of 36021 with flag 3554352/180001
49.84/49.17	c cleaning 18999 clauses out of 38020 with flag 3896523/200002
56.34/55.68	c cleaning 20003 clauses out of 40019 with flag 4278253/221000
63.08/62.34	c cleaning 21001 clauses out of 42018 with flag 4666136/243002
70.28/69.59	c cleaning 22002 clauses out of 44016 with flag 5074455/266001
78.18/77.43	c cleaning 23000 clauses out of 46014 with flag 5494823/290001
86.18/85.42	c cleaning 23997 clauses out of 48013 with flag 5888178/315000
94.69/93.99	c cleaning 24997 clauses out of 50017 with flag 6353175/341001
104.69/103.90	c cleaning 26004 clauses out of 52020 with flag 6845525/368001
114.91/114.15	c cleaning 27002 clauses out of 54015 with flag 7354604/396000
126.01/125.20	c cleaning 28000 clauses out of 56015 with flag 7913400/425002
138.11/137.36	c cleaning 28998 clauses out of 58013 with flag 8497613/455000
150.81/150.00	c cleaning 30001 clauses out of 60016 with flag 9076475/486001
164.35/163.51	c cleaning 31001 clauses out of 62016 with flag 9674595/518002
179.25/178.42	c cleaning 31999 clauses out of 64015 with flag 10288870/551002
193.75/192.98	c cleaning 33003 clauses out of 66015 with flag 10907644/585001
209.25/208.31	c cleaning 34000 clauses out of 68012 with flag 11551558/620001
226.55/225.65	c cleaning 34996 clauses out of 70011 with flag 12232489/656000
242.86/241.99	c cleaning 36002 clauses out of 72018 with flag 12916058/693003
263.22/262.11	c cleaning 36996 clauses out of 74013 with flag 13700512/731000
284.82/283.74	c cleaning 37997 clauses out of 76018 with flag 14528438/770001
305.69/304.55	c cleaning 39004 clauses out of 78020 with flag 15264323/810000
327.29/326.14	c cleaning 39994 clauses out of 80016 with flag 16048643/851000
350.27/348.97	c cleaning 41004 clauses out of 82023 with flag 16877753/893001
376.00/374.59	c cleaning 42000 clauses out of 84018 with flag 17762266/936000
402.47/400.80	c cleaning 43003 clauses out of 86019 with flag 18682381/980001
430.97/429.36	c cleaning 43998 clauses out of 88016 with flag 19607099/1025001
461.30/459.52	c cleaning 44997 clauses out of 90019 with flag 20562737/1071002
494.70/492.87	c cleaning 46001 clauses out of 92020 with flag 21590102/1118000
527.48/525.54	c cleaning 46996 clauses out of 94019 with flag 22622522/1166000
561.26/559.24	c cleaning 48004 clauses out of 96023 with flag 23683352/1215000
595.53/593.41	c cleaning 49002 clauses out of 98019 with flag 24693682/1265000
632.69/630.58	c cleaning 50002 clauses out of 100018 with flag 25648516/1316001
673.68/671.45	c cleaning 50998 clauses out of 102018 with flag 26717852/1368003
717.07/714.78	c cleaning 51996 clauses out of 104017 with flag 27809846/1421000
759.61/757.23	c cleaning 53004 clauses out of 106023 with flag 28858002/1475002
804.78/802.34	c cleaning 53997 clauses out of 108018 with flag 29936621/1530001
850.31/847.82	c cleaning 55004 clauses out of 110020 with flag 31119146/1586000
898.41/895.86	c cleaning 56001 clauses out of 112020 with flag 32287813/1643004
945.94/943.26	c cleaning 56992 clauses out of 114016 with flag 33396264/1701001
994.70/991.93	c cleaning 57999 clauses out of 116023 with flag 34601523/1760000
1048.14/1045.34	c cleaning 59005 clauses out of 118026 with flag 35809298/1820002
1102.15/1099.29	c cleaning 60002 clauses out of 120020 with flag 37068395/1881001
1160.64/1157.61	c cleaning 60997 clauses out of 122019 with flag 38353201/1943002
1224.07/1220.99	c cleaning 62004 clauses out of 124021 with flag 39682311/2006001
1296.26/1292.97	c cleaning 62998 clauses out of 126017 with flag 41061119/2070001
1370.04/1366.65	c cleaning 64001 clauses out of 128018 with flag 42460486/2135000
1422.79/1419.20	c cleaning 65000 clauses out of 130018 with flag 43657443/2201001
1461.20/1457.58	c cleaning 66009 clauses out of 132017 with flag 44784749/2268000
1511.84/1508.02	c cleaning 66998 clauses out of 134008 with flag 45815581/2336000
1557.50/1553.69	c cleaning 67994 clauses out of 136010 with flag 46904798/2405000
1606.29/1602.39	c cleaning 69004 clauses out of 138018 with flag 48223881/2475002
1647.93/1643.88	c cleaning 69995 clauses out of 140013 with flag 49440879/2546001
1681.43/1677.27	c cleaning 70993 clauses out of 142017 with flag 50617465/2618000
1717.51/1713.29	c cleaning 72000 clauses out of 144024 with flag 51752811/2691000
1766.46/1762.06	c cleaning 73005 clauses out of 146024 with flag 53000612/2765000
1800.01/1795.40	c starts		: 1582
1800.01/1795.40	c conflicts		: 2824689
1800.01/1795.40	c decisions		: 3628781
1800.01/1795.40	c propagations		: 906420303
1800.01/1795.40	c inspects		: 29774767428
1800.01/1795.40	c shortcuts		: 0
1800.01/1795.40	c learnt literals	: 0
1800.01/1795.40	c learnt binary clauses	: 0
1800.01/1795.40	c learnt ternary clauses	: 2954
1800.01/1795.40	c learnt constraints	: 2824689
1800.01/1795.40	c ignored constraints	: 0
1800.01/1795.40	c timeout
1800.01/1795.40	c root simplifications	: 0
1800.01/1795.40	c removed literals (reason simplification)	: 0
1800.01/1795.40	c reason swapping (by a shorter reason)	: 0
1800.01/1795.40	c Calls to reduceDB	: 70
1800.01/1795.40	c Number of update (reduction) of LBD	: 1064833
1800.01/1795.40	c Imported unit clauses	: 0
1800.01/1795.40	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.40	c number of learned constraints concerned by reduction	: 0
1800.01/1795.40	c number of learning phase by resolution	: 0
1800.01/1795.40	c number of learning phase by cutting planes	: 0
1800.01/1795.40	c speed (assignments/second)	: 504960.52605190326
1800.01/1795.40	c non guided choices	29472
1800.01/1795.43	c learnt constraints type 
1800.01/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132708
1800.01/1795.43	s UNKNOWN
1800.01/1795.43	c Total wall clock time (in seconds): 1795.322

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-4090223-1466038190/watcher-4090223-1466038190 -o /tmp/evaluation-result-4090223-1466038190/solver-4090223-1466038190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12393 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090223-1466038190.opb 

pid=13267
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.13 2.03 3/194 13270
/proc/meminfo: memFree=30878348/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13270/stat : 13270 (java) R 13267 13270 6207 0 -1 4202496 856 0 0 0 0 0 0 0 20 0 1 0 5865849 23793664 505 33554432000 1073741824 1073778376 140735510953280 140735510942344 242158189121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 5809 518 391 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.22 2.13 2.03 3/194 13270
/proc/meminfo: memFree=30878348/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 4412 0 1 0 9 1 0 0 20 0 18 0 5865849 9787879424 6048 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2389619 6048 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 2.22 2.13 2.03 3/194 13270
/proc/meminfo: memFree=30878348/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 4723 0 1 0 24 2 0 0 20 0 18 0 5865849 9787879424 11396 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2389619 11396 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300359 s]
/proc/loadavg: 2.22 2.13 2.03 3/194 13270
/proc/meminfo: memFree=30878348/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 5564 0 1 0 44 2 0 0 20 0 18 0 5865849 9787879424 18034 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2389619 18034 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700294 s]
/proc/loadavg: 2.22 2.13 2.03 3/194 13270
/proc/meminfo: memFree=30878348/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 7574 0 1 0 117 3 0 0 20 0 19 0 5865849 9856040960 20618 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2406260 20618 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.22 2.13 2.03 3/213 13289
/proc/meminfo: memFree=30800780/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 8642 0 1 0 208 3 0 0 20 0 19 0 5865849 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2406260 21369 2266 9 0 2396937 0
[pid=13270/tid=13272] ppid=13267 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) R 13267 13270 6207 0 -1 4202560 2430 0 1 0 145 3 0 0 20 0 19 0 5865850 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712268949920 140712138700525 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13273] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712258013480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13274] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712256960680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13275] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712110406184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13276] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712109353384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13277] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712108301096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13278] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712107248296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13279] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712106196008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13280] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13267 13270 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712105143208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13281] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13267 13270 6207 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5865852 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712092944616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13282] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13267 13270 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712091890680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13283] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13267 13270 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712090838280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13284] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712089786768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13285] ppid=13267 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13267 13270 6207 0 -1 4202560 2238 0 0 0 24 0 0 0 20 0 19 0 5865855 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712088734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13286] ppid=13267 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13267 13270 6207 0 -1 4202560 2695 0 0 0 36 0 0 0 20 0 19 0 5865855 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712087681592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13287] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712086629496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13288] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712085576904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13289] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13289/stat : 13289 (java) S 13267 13270 6207 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5865887 9856040960 21369 33554432000 1073741824 1073778376 140735510953280 140712084521896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.22 2.13 2.03 3/213 13289
/proc/meminfo: memFree=30794388/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 8653 0 1 0 374 3 0 0 20 0 19 0 5865849 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2406260 23421 2270 9 0 2396937 0
[pid=13270/tid=13272] ppid=13267 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) R 13267 13270 6207 0 -1 4202560 2435 0 1 0 304 3 0 0 20 0 19 0 5865850 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712268950104 140712138700957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13273] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712258013480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13274] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712256960680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13275] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712110406184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13276] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712109353384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13277] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712108301096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13278] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712107248296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13279] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712106196008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13280] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13267 13270 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712105143208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13281] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13267 13270 6207 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5865852 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712092944616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13282] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13267 13270 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712091890680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13283] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13267 13270 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712090838280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13284] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712089786768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13285] ppid=13267 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13267 13270 6207 0 -1 4202560 2240 0 0 0 28 0 0 0 20 0 19 0 5865855 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712088734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13286] ppid=13267 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13267 13270 6207 0 -1 4202560 2699 0 0 0 39 0 0 0 20 0 19 0 5865855 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712087681592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13287] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712086629496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13288] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712085576904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13289] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13289/stat : 13289 (java) S 13267 13270 6207 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5865887 9856040960 23421 33554432000 1073741824 1073778376 140735510953280 140712084521896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.20 2.13 2.03 3/213 13289
/proc/meminfo: memFree=30784156/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9625040 CPUtime=7.01 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 8661 0 1 0 697 4 0 0 20 0 19 0 5865849 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2406260 26478 2271 9 0 2396937 0
[pid=13270/tid=13272] ppid=13267 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) R 13267 13270 6207 0 -1 4202560 2442 0 1 0 624 3 0 0 20 0 19 0 5865850 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712268951832 140712138700994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13273] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712258013480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13274] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712256960680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13275] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712110406184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13276] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712109353384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13277] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712108301096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13278] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712107248296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13279] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712106196008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13280] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13267 13270 6207 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5865851 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712105143208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13281] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13267 13270 6207 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5865852 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712092944616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13282] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13267 13270 6207 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712091890680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13283] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13267 13270 6207 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712090838280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13284] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712089786768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13285] ppid=13267 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13267 13270 6207 0 -1 4202560 2240 0 0 0 30 0 0 0 20 0 19 0 5865855 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712088734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13286] ppid=13267 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13267 13270 6207 0 -1 4202560 2699 0 0 0 40 0 0 0 20 0 19 0 5865855 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712087681592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13287] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712086629496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13288] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13267 13270 6207 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712085576904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13289] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13289/stat : 13289 (java) S 13267 13270 6207 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5865887 9856040960 26478 33554432000 1073741824 1073778376 140735510953280 140712084521896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 9625040


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

[pid=13270/tid=13282] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13267 13270 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712091890680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13283] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13267 13270 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712090838280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13284] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712089786768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13285] ppid=13267 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13267 13270 6207 0 -1 4202560 2567 0 0 0 32 0 0 0 20 0 19 0 5865855 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712088734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13286] ppid=13267 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13267 13270 6207 0 -1 4202560 2699 0 0 0 40 0 0 0 20 0 19 0 5865855 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712087681592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13287] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712086629496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13288] ppid=13267 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13267 13270 6207 0 -1 4202560 96 0 0 0 28 38 0 0 20 0 19 0 5865855 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712085576904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13289] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13289/stat : 13289 (java) S 13267 13270 6207 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5865887 9856040960 100047 33554432000 1073741824 1073778376 140735510953280 140712084521896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.52
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.11 2.03 3/214 13422
/proc/meminfo: memFree=30515120/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9625040 CPUtime=1726.67 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 11437 0 1 0 172572 95 0 0 20 0 19 0 5865849 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2406260 98844 2293 9 0 2396937 0
[pid=13270/tid=13272] ppid=13267 vsize=9625040 CPUtime=1720.16 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) R 13267 13270 6207 0 -1 4202560 2518 0 1 0 171982 34 0 0 20 0 19 0 5865850 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712268950720 140712138700999 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13273] ppid=13267 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13267 13270 6207 0 -1 4202560 282 0 0 0 48 6 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712258013480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13274] ppid=13267 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13267 13270 6207 0 -1 4202560 90 0 0 0 53 6 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712256960680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13275] ppid=13267 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13267 13270 6207 0 -1 4202560 127 0 0 0 53 7 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712110406184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13276] ppid=13267 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13267 13270 6207 0 -1 4202560 194 0 0 0 53 6 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712109353384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13277] ppid=13267 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13267 13270 6207 0 -1 4202560 111 0 0 0 48 7 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712108301096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13278] ppid=13267 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13267 13270 6207 0 -1 4202560 519 0 0 0 57 7 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712107248296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13279] ppid=13267 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13267 13270 6207 0 -1 4202560 344 0 0 0 58 7 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712106196008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13280] ppid=13267 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13267 13270 6207 0 -1 4202560 349 0 0 0 53 9 0 0 20 0 19 0 5865851 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712105143208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13281] ppid=13267 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13267 13270 6207 0 -1 4202560 272 0 0 0 51 3 0 0 20 0 19 0 5865852 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712092944616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13282] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13267 13270 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712091890680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13283] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13267 13270 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712090838280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13284] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712089786768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13285] ppid=13267 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13267 13270 6207 0 -1 4202560 2567 0 0 0 32 0 0 0 20 0 19 0 5865855 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712088734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13286] ppid=13267 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13267 13270 6207 0 -1 4202560 2699 0 0 0 40 0 0 0 20 0 19 0 5865855 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712087681592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13287] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712086629496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13288] ppid=13267 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13267 13270 6207 0 -1 4202560 100 0 0 0 28 40 0 0 20 0 19 0 5865855 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712085576904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13289] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13289/stat : 13289 (java) S 13267 13270 6207 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5865887 9856040960 98844 33554432000 1073741824 1073778376 140735510953280 140712084521896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.11 2.03 3/214 13423
/proc/meminfo: memFree=30526532/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9625040 CPUtime=1786.82 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 11445 0 1 0 178585 97 0 0 20 0 19 0 5865849 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2406260 98139 2293 9 0 2396937 0
[pid=13270/tid=13272] ppid=13267 vsize=9625040 CPUtime=1780.07 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) R 13267 13270 6207 0 -1 4202560 2520 0 1 0 177971 36 0 0 20 0 19 0 5865850 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712268950752 140712138700994 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13273] ppid=13267 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13267 13270 6207 0 -1 4202560 282 0 0 0 54 6 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712258013480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13274] ppid=13267 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13267 13270 6207 0 -1 4202560 90 0 0 0 54 6 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712256960680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13275] ppid=13267 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13267 13270 6207 0 -1 4202560 127 0 0 0 55 7 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712110406184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13276] ppid=13267 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13267 13270 6207 0 -1 4202560 194 0 0 0 56 6 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712109353384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13277] ppid=13267 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13267 13270 6207 0 -1 4202560 111 0 0 0 49 7 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712108301096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13278] ppid=13267 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13267 13270 6207 0 -1 4202560 519 0 0 0 60 7 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712107248296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13279] ppid=13267 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13267 13270 6207 0 -1 4202560 344 0 0 0 61 7 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712106196008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13280] ppid=13267 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13267 13270 6207 0 -1 4202560 349 0 0 0 55 9 0 0 20 0 19 0 5865851 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712105143208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13281] ppid=13267 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13267 13270 6207 0 -1 4202560 274 0 0 0 51 3 0 0 20 0 19 0 5865852 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712092944616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13282] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13267 13270 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712091890680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13283] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13267 13270 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712090838280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13284] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712089786768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13285] ppid=13267 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13267 13270 6207 0 -1 4202560 2567 0 0 0 32 0 0 0 20 0 19 0 5865855 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712088734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13286] ppid=13267 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13267 13270 6207 0 -1 4202560 2699 0 0 0 40 0 0 0 20 0 19 0 5865855 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712087681592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13287] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712086629496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13288] ppid=13267 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13267 13270 6207 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 5865855 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712085576904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13289] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13289/stat : 13289 (java) S 13267 13270 6207 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5865887 9856040960 98139 33554432000 1073741824 1073778376 140735510953280 140712084521896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.82
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.10 2.10 2.03 3/214 13423
/proc/meminfo: memFree=30533180/32872528 swapFree=337904/354256
[pid=13270] ppid=13267 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/13270/stat : 13270 (java) S 13267 13270 6207 0 -1 4202496 11458 0 1 0 179904 97 0 0 20 0 19 0 5865849 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140735510944416 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/13270/statm: 2406260 97604 2293 9 0 2396937 0
[pid=13270/tid=13272] ppid=13267 vsize=9625040 CPUtime=1793.04 cores=1,3,5,7
/proc/13270/task/13272/stat : 13272 (java) R 13267 13270 6207 0 -1 4202560 2521 0 1 0 179268 36 0 0 20 0 19 0 5865850 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712268950752 140712138657199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13273] ppid=13267 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/13270/task/13273/stat : 13273 (java) S 13267 13270 6207 0 -1 4202560 282 0 0 0 55 6 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712258013480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13274] ppid=13267 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/13270/task/13274/stat : 13274 (java) S 13267 13270 6207 0 -1 4202560 90 0 0 0 56 6 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712256960680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13270/tid=13275] ppid=13267 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13270/task/13275/stat : 13275 (java) S 13267 13270 6207 0 -1 4202560 127 0 0 0 57 7 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712110406184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13276] ppid=13267 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13270/task/13276/stat : 13276 (java) S 13267 13270 6207 0 -1 4202560 194 0 0 0 58 6 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712109353384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13277] ppid=13267 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/13270/task/13277/stat : 13277 (java) S 13267 13270 6207 0 -1 4202560 111 0 0 0 51 7 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712108301096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13278] ppid=13267 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/13270/task/13278/stat : 13278 (java) S 13267 13270 6207 0 -1 4202560 519 0 0 0 61 7 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712107248296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13279] ppid=13267 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/13270/task/13279/stat : 13279 (java) S 13267 13270 6207 0 -1 4202560 344 0 0 0 62 7 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712106196008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13280] ppid=13267 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13270/task/13280/stat : 13280 (java) S 13267 13270 6207 0 -1 4202560 349 0 0 0 57 9 0 0 20 0 19 0 5865851 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712105143208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13281] ppid=13267 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13270/task/13281/stat : 13281 (java) S 13267 13270 6207 0 -1 4202560 286 0 0 0 61 3 0 0 20 0 19 0 5865852 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712092944616 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13282] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13282/stat : 13282 (java) S 13267 13270 6207 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712091890680 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13283] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13283/stat : 13283 (java) S 13267 13270 6207 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5865853 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712090838280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13284] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13284/stat : 13284 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712089786768 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13285] ppid=13267 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/13270/task/13285/stat : 13285 (java) S 13267 13270 6207 0 -1 4202560 2567 0 0 0 32 0 0 0 20 0 19 0 5865855 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712088734392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13270/tid=13286] ppid=13267 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/13270/task/13286/stat : 13286 (java) S 13267 13270 6207 0 -1 4202560 2699 0 0 0 40 0 0 0 20 0 19 0 5865855 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712087681592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13287] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13287/stat : 13287 (java) S 13267 13270 6207 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5865855 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712086629496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13270/tid=13288] ppid=13267 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/13270/task/13288/stat : 13288 (java) S 13267 13270 6207 0 -1 4202560 104 0 0 0 31 40 0 0 20 0 19 0 5865855 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712085576904 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13270/tid=13289] ppid=13267 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13270/task/13289/stat : 13289 (java) S 13267 13270 6207 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 5865887 9856040960 97604 33554432000 1073741824 1073778376 140735510953280 140712084521896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 13270 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.43
CPU time (s): 1800.54
CPU user time (s): 1799.06
CPU system time (s): 1.48177
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 1.48177
maximum resident set size= 600396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11491
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39467
involuntary context switches= 20091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7511 second user time and 16.6125 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 02:49:50
IDJOB=4090223
IDBENCH=107518
IDSOLVER=2546
FILE ID=node126/4090223-1466038190
RUNJOBID= node126-1466034510-12393
PBS_JOBID= 19902818
Free space on /tmp= 71740 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-l070-r069-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090223-1466038190/watcher-4090223-1466038190 -o /tmp/evaluation-result-4090223-1466038190/solver-4090223-1466038190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466034510-12393 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090223-1466038190.opb

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

MD5SUM BENCH= d76c96017b581f63aaf0b7b87bca4e40
RANDOM SEED=1971634253

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        30878248 kB
Buffers:          107208 kB
Cached:           279140 kB
SwapCached:            0 kB
Active:           656468 kB
Inactive:         263460 kB
Active(anon):     525456 kB
Inactive(anon):    10680 kB
Active(file):     131012 kB
Inactive(file):   252780 kB
Unevictable:      354256 kB
Mlocked:          337904 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               636 kB
Writeback:            44 kB
AnonPages:        920504 kB
Mapped:            21072 kB
Shmem:               204 kB
Slab:             574936 kB
SReclaimable:      18544 kB
SUnreclaim:       556392 kB
KernelStack:        1760 kB
PageTables:         5716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1103752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 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= 71740 MiB
End job on node126 at 2016-06-16 03:19:46