Trace number 4101077

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.01 1796.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-ship08l.opb
MD5SUMbac9a878c3cd85b78fbd03dede34f379
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables128490
Total number of constraints704
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints704
Minimum length of a constraint30
Maximum length of a constraint2550
Number of terms in the objective function 128490
Biggest coefficient in the objective function 1115
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 634183
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 634183
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.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-4101077-1466220421.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.75/1.19	c ... done. Wall clock time 1.081s.
1.75/1.19	c declared #vars     128490
1.75/1.19	c #constraints  1336
1.75/1.19	c constraints type 
1.75/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 355
1.75/1.19	c org.sat4j.specs.Constr$1 => 213
1.75/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 768
1.75/1.19	c 1336 constraints processed.
1.75/1.19	c objective function length is 128490 literals
3.93/2.79	c cleaning 2482 clauses out of 5000 with flag 12248/5000
5.60/4.39	c cleaning 4236 clauses out of 8518 with flag 26585/11000
7.51/6.20	c cleaning 5609 clauses out of 11282 with flag 43199/18000
9.52/8.28	c cleaning 6816 clauses out of 13673 with flag 62308/26000
12.03/10.74	c cleaning 7894 clauses out of 15858 with flag 84165/35001
15.40/13.94	c cleaning 8940 clauses out of 17963 with flag 107754/45000
18.90/17.40	c cleaning 9956 clauses out of 20023 with flag 134105/56000
22.90/21.47	c cleaning 11015 clauses out of 22068 with flag 162638/68001
41.20/39.74	c cleaning 12022 clauses out of 24084 with flag 201780/81032
53.50/51.94	c cleaning 12992 clauses out of 26030 with flag 241857/95000
61.30/59.76	c cleaning 13987 clauses out of 28039 with flag 293438/110001
74.81/73.25	c cleaning 14998 clauses out of 30052 with flag 386488/126001
84.71/83.11	c cleaning 15994 clauses out of 32054 with flag 441876/143001
94.90/93.38	c cleaning 16998 clauses out of 34060 with flag 483273/161001
104.68/102.95	c cleaning 17997 clauses out of 36064 with flag 600978/180003
114.88/113.16	c cleaning 18997 clauses out of 38064 with flag 779742/200000
126.18/124.46	c cleaning 20002 clauses out of 40072 with flag 960504/221005
138.18/136.48	c cleaning 20998 clauses out of 42066 with flag 1040638/243001
151.02/149.06	c cleaning 21991 clauses out of 44068 with flag 1137384/266001
164.32/162.36	c cleaning 23005 clauses out of 46076 with flag 1206446/290000
174.32/172.38	c cleaning 24037 clauses out of 48073 with flag 1312187/315002
179.42/177.42	c cleaning 25018 clauses out of 50035 with flag 1364766/341001
187.52/185.56	c cleaning 26005 clauses out of 52016 with flag 1419515/368000
201.42/199.49	c cleaning 27001 clauses out of 54012 with flag 1476393/396001
216.21/214.29	c cleaning 28001 clauses out of 56011 with flag 1534897/425001
231.42/229.44	c cleaning 28988 clauses out of 58010 with flag 1595028/455001
247.02/245.05	c cleaning 30008 clauses out of 60021 with flag 1657305/486000
262.02/260.08	c cleaning 31001 clauses out of 62013 with flag 1722094/518000
275.38/273.18	c cleaning 32003 clauses out of 64012 with flag 1790102/551000
286.98/284.75	c cleaning 33002 clauses out of 66009 with flag 1860040/585000
302.78/300.56	c cleaning 33998 clauses out of 68008 with flag 1931056/620001
318.78/316.53	c cleaning 34999 clauses out of 70010 with flag 2003692/656001
334.59/332.35	c cleaning 36002 clauses out of 72010 with flag 2079022/693000
354.29/352.04	c cleaning 36999 clauses out of 74010 with flag 2156088/731002
371.78/369.60	c cleaning 38000 clauses out of 76009 with flag 2235459/770000
392.59/390.37	c cleaning 39003 clauses out of 78009 with flag 2316735/810000
412.09/409.87	c cleaning 40000 clauses out of 80006 with flag 2399341/851000
431.69/429.49	c cleaning 40999 clauses out of 82006 with flag 2484231/893000
457.50/455.04	c cleaning 42000 clauses out of 84008 with flag 2571511/936001
485.31/482.85	c cleaning 42999 clauses out of 86009 with flag 2660230/980002
516.81/514.38	c cleaning 43998 clauses out of 88009 with flag 2750902/1025001
535.42/532.94	c cleaning 45002 clauses out of 90011 with flag 2844060/1071001
555.12/552.68	c cleaning 46000 clauses out of 92009 with flag 2939251/1118001
575.21/572.72	c cleaning 47005 clauses out of 94014 with flag 3035838/1166006
604.52/602.03	c cleaning 48012 clauses out of 96024 with flag 3133868/1215021
633.10/630.70	c cleaning 48990 clauses out of 97991 with flag 3235829/1265000
660.10/657.69	c cleaning 49998 clauses out of 100005 with flag 3346608/1316004
680.70/677.93	c cleaning 51002 clauses out of 102004 with flag 3459720/1368001
698.50/695.75	c cleaning 51998 clauses out of 104003 with flag 3575641/1421002
750.00/747.27	c cleaning 53009 clauses out of 106017 with flag 3702770/1475014
820.50/817.72	c cleaning 54000 clauses out of 108000 with flag 3830116/1530006
881.21/878.41	c cleaning 55001 clauses out of 110001 with flag 3965361/1586007
945.12/942.16	c cleaning 55998 clauses out of 111997 with flag 4102689/1643004
1011.54/1008.57	c cleaning 57005 clauses out of 114009 with flag 4240895/1701014
1077.94/1074.90	c cleaning 58007 clauses out of 116013 with flag 4383589/1760023
1147.16/1144.16	c cleaning 58991 clauses out of 117984 with flag 4527877/1820001
1220.05/1217.03	c cleaning 60000 clauses out of 119999 with flag 4675678/1881007
1295.02/1291.58	c cleaning 60994 clauses out of 122001 with flag 4825840/1943009
1371.22/1367.71	c cleaning 62000 clauses out of 124002 with flag 4979846/2006004
1449.24/1445.73	c cleaning 62999 clauses out of 126000 with flag 5132301/2070002
1529.16/1525.69	c cleaning 63990 clauses out of 128005 with flag 5287795/2135006
1610.37/1606.81	c cleaning 65010 clauses out of 130020 with flag 5446127/2201011
1694.99/1691.41	c cleaning 65991 clauses out of 132001 with flag 5607967/2268002
1785.12/1781.25	c cleaning 66985 clauses out of 134009 with flag 5771894/2336001
1800.01/1796.10	c starts		: 20035
1800.01/1796.10	c conflicts		: 2352264
1800.01/1796.10	c decisions		: 19553570
1800.01/1796.10	c propagations		: 176113378
1800.01/1796.10	c inspects		: 18533948941
1800.01/1796.10	c shortcuts		: 0
1800.01/1796.10	c learnt literals	: 0
1800.01/1796.10	c learnt binary clauses	: 0
1800.01/1796.10	c learnt ternary clauses	: 0
1800.01/1796.10	c learnt constraints	: 2352264
1800.01/1796.10	c ignored constraints	: 0
1800.01/1796.10	c root simplifications	: 0
1800.01/1796.10	c removed literals (reason simplification)	: 0
1800.01/1796.10	c reason swapping (by a shorter reason)	: 0
1800.01/1796.10	c Calls to reduceDB	: 64
1800.01/1796.10	c Number of update (reduction) of LBD	: 125481
1800.01/1796.10	c Imported unit clauses	: 0
1800.01/1796.10	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.10	c number of learned constraints concerned by reduction	: 0
1800.01/1796.10	c number of learning phase by resolution	: 0
1800.01/1796.10	c number of learning phase by cutting planes	: 0
1800.01/1796.10	c speed (assignments/second)	: 98126.42526020193
1800.01/1796.10	c non guided choices	360898
1800.01/1796.10	c timeout
1800.01/1796.12	c learnt constraints type 
1800.01/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83288
1800.01/1796.13	s UNKNOWN
1800.01/1796.13	c Total wall clock time (in seconds): 1796.014

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-4101077-1466220421/watcher-4101077-1466220421 -o /tmp/evaluation-result-4101077-1466220421/solver-4101077-1466220421 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101077-1466220421.opb 

pid=27365
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.49 2.39 2.30 3/194 27368
/proc/meminfo: memFree=30078876/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27368/stat : 27368 (java) D 27365 27368 22937 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 24087395 9515008 185 33554432000 1073741824 1073778376 140735699133072 140735699122136 213410475303 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2323 185 143 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.49 2.39 2.30 3/194 27368
/proc/meminfo: memFree=30078876/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 24087395 9787879424 6033 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200173 s]
/proc/loadavg: 2.49 2.39 2.30 3/194 27368
/proc/meminfo: memFree=30078876/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 5000 0 1 0 27 1 0 0 20 0 18 0 24087395 9787879424 7473 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2389619 7473 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300177 s]
/proc/loadavg: 2.49 2.39 2.30 3/194 27368
/proc/meminfo: memFree=30078876/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 5330 0 1 0 44 2 0 0 20 0 18 0 24087395 9787879424 14310 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2389619 14310 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700231 s]
/proc/loadavg: 2.49 2.39 2.30 3/194 27368
/proc/meminfo: memFree=30078876/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 7196 0 1 0 112 6 0 0 20 0 18 0 24087395 9787879424 46045 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2389619 46045 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.49 2.39 2.30 3/211 27386
/proc/meminfo: memFree=29855172/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9625040 CPUtime=2.44 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 8239 0 1 0 231 13 0 0 20 0 19 0 24087395 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2406260 58742 2273 9 0 2396937 0
[pid=27368/tid=27370] ppid=27365 vsize=9625040 CPUtime=1.37 cores=0,2,4,6
/proc/27368/task/27370/stat : 27370 (java) R 27365 27368 22937 0 -1 4202560 2482 0 1 0 133 4 0 0 20 0 19 0 24087396 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376879501848 140376727963663 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27371] ppid=27365 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27368/task/27371/stat : 27371 (java) S 27365 27368 22937 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376851954728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27372] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27372/stat : 27372 (java) S 27365 27368 22937 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376850901928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27373] ppid=27365 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27368/task/27373/stat : 27373 (java) S 27365 27368 22937 0 -1 4202560 143 0 0 0 4 1 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376849849128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27374] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27374/stat : 27374 (java) S 27365 27368 22937 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376848796328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27375] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27375/stat : 27375 (java) S 27365 27368 22937 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376847743528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27376] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27376/stat : 27376 (java) S 27365 27368 22937 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376846690728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27377] ppid=27365 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27368/task/27377/stat : 27377 (java) S 27365 27368 22937 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376716912936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27378] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27378/stat : 27378 (java) S 27365 27368 22937 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 19 0 24087397 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376715860136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27379] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27379/stat : 27379 (java) S 27365 27368 22937 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24087398 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376232913896 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27380] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27380/stat : 27380 (java) S 27365 27368 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376231859960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27381] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27381/stat : 27381 (java) S 27365 27368 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376230807048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27382] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27382/stat : 27382 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376229755536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27383] ppid=27365 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27368/task/27383/stat : 27383 (java) R 27365 27368 22937 0 -1 4202560 1959 0 0 0 41 0 0 0 20 0 19 0 24087401 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376228702648 213423022517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27384] ppid=27365 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27368/task/27384/stat : 27384 (java) S 27365 27368 22937 0 -1 4202560 1952 0 0 0 27 0 0 0 20 0 19 0 24087401 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376227649848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27385] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27385/stat : 27385 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376226597240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27386] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27386/stat : 27386 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 58742 33554432000 1073741824 1073778376 140735699133072 140376225544648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.49 2.39 2.30 3/212 27387
/proc/meminfo: memFree=29847784/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 10604 0 1 0 423 13 0 0 20 0 19 0 24087395 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2406260 60234 2278 9 0 2396937 0
[pid=27368/tid=27370] ppid=27365 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/27368/task/27370/stat : 27370 (java) R 27365 27368 22937 0 -1 4202560 2485 0 1 0 293 4 0 0 20 0 19 0 24087396 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376879499768 140376728636357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27371] ppid=27365 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27368/task/27371/stat : 27371 (java) S 27365 27368 22937 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376851954728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27372] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27372/stat : 27372 (java) S 27365 27368 22937 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376850901928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27373] ppid=27365 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27368/task/27373/stat : 27373 (java) S 27365 27368 22937 0 -1 4202560 143 0 0 0 4 1 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376849849128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27374] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27374/stat : 27374 (java) S 27365 27368 22937 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376848796328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27375] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27375/stat : 27375 (java) S 27365 27368 22937 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376847743528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27376] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27376/stat : 27376 (java) S 27365 27368 22937 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376846690728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27377] ppid=27365 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27368/task/27377/stat : 27377 (java) S 27365 27368 22937 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376716912936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27378] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27378/stat : 27378 (java) S 27365 27368 22937 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 19 0 24087397 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376715860136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27379] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27379/stat : 27379 (java) S 27365 27368 22937 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24087398 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376232913896 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27380] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27380/stat : 27380 (java) S 27365 27368 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376231859960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27381] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27381/stat : 27381 (java) S 27365 27368 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376230807048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27382] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27382/stat : 27382 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376229755536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27383] ppid=27365 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/27368/task/27383/stat : 27383 (java) S 27365 27368 22937 0 -1 4202560 3345 0 0 0 61 0 0 0 20 0 19 0 24087401 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376228702648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27384] ppid=27365 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27368/task/27384/stat : 27384 (java) S 27365 27368 22937 0 -1 4202560 2927 0 0 0 39 0 0 0 20 0 19 0 24087401 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376227649848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27385] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27385/stat : 27385 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376226597240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27386] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27386/stat : 27386 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376225544648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27387] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27387/stat : 27387 (java) S 27365 27368 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24087530 9856040960 60234 33554432000 1073741824 1073778376 140735699133072 140376224491176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.45 2.39 2.30 3/212 27387
/proc/meminfo: memFree=29822040/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9625040 CPUtime=7.62 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 10623 0 1 0 748 14 0 0 20 0 19 0 24087395 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2406260 68077 2278 9 0 2396937 0
[pid=27368/tid=27370] ppid=27365 vsize=9625040 CPUtime=6.16 cores=0,2,4,6
/proc/27368/task/27370/stat : 27370 (java) R 27365 27368 22937 0 -1 4202560 2504 0 1 0 612 4 0 0 20 0 19 0 24087396 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376879501784 140376728636357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27371] ppid=27365 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27368/task/27371/stat : 27371 (java) S 27365 27368 22937 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376851954728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27372] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27372/stat : 27372 (java) S 27365 27368 22937 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376850901928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27373] ppid=27365 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/27368/task/27373/stat : 27373 (java) S 27365 27368 22937 0 -1 4202560 143 0 0 0 4 1 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376849849128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27374] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27374/stat : 27374 (java) S 27365 27368 22937 0 -1 4202560 30 0 0 0 2 1 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376848796328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27375] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27375/stat : 27375 (java) S 27365 27368 22937 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376847743528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27376] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27376/stat : 27376 (java) S 27365 27368 22937 0 -1 4202560 86 0 0 0 3 0 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376846690728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27377] ppid=27365 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27368/task/27377/stat : 27377 (java) S 27365 27368 22937 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376716912936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27378] ppid=27365 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27368/task/27378/stat : 27378 (java) S 27365 27368 22937 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 19 0 24087397 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376715860136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27379] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27379/stat : 27379 (java) S 27365 27368 22937 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24087398 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376232913896 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27380] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27380/stat : 27380 (java) S 27365 27368 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376231859960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27381] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27381/stat : 27381 (java) S 27365 27368 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376230807048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27382] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27382/stat : 27382 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376229755536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27383] ppid=27365 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/27368/task/27383/stat : 27383 (java) S 27365 27368 22937 0 -1 4202560 3345 0 0 0 63 0 0 0 20 0 19 0 24087401 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376228702648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27384] ppid=27365 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/27368/task/27384/stat : 27384 (java) S 27365 27368 22937 0 -1 4202560 2927 0 0 0 42 0 0 0 20 0 19 0 24087401 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376227649848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27385] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27385/stat : 27385 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376226597240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27386] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27386/stat : 27386 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376225544648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27387] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27387/stat : 27387 (java) S 27365 27368 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24087530 9856040960 68077 33554432000 1073741824 1073778376 140735699133072 140376224491176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.41 2.38 2.30 3/213 27388

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

[pid=27368/tid=27387] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27387/stat : 27387 (java) S 27365 27368 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24087530 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376224491176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.21
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.46 2.37 2.30 3/213 27497
/proc/meminfo: memFree=26700892/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9625040 CPUtime=1786.22 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 79387 0 1 0 178437 185 0 0 20 0 19 0 24087395 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2406260 847653 2287 9 0 2396937 0
[pid=27368/tid=27370] ppid=27365 vsize=9625040 CPUtime=1775.68 cores=0,2,4,6
/proc/27368/task/27370/stat : 27370 (java) R 27365 27368 22937 0 -1 4202560 4124 0 1 0 177514 54 0 0 20 0 19 0 24087396 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376879492880 140376728614616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27371] ppid=27365 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27368/task/27371/stat : 27371 (java) S 27365 27368 22937 0 -1 4202560 6065 0 0 0 27 17 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376851954728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27372] ppid=27365 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/27368/task/27372/stat : 27372 (java) S 27365 27368 22937 0 -1 4202560 7631 0 0 0 27 15 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376850901928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27373] ppid=27365 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27368/task/27373/stat : 27373 (java) S 27365 27368 22937 0 -1 4202560 13864 0 0 0 34 16 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376849849128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27374] ppid=27365 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27368/task/27374/stat : 27374 (java) S 27365 27368 22937 0 -1 4202560 7521 0 0 0 29 16 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376848796328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27375] ppid=27365 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27368/task/27375/stat : 27375 (java) S 27365 27368 22937 0 -1 4202560 6945 0 0 0 30 18 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376847743528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27376] ppid=27365 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27368/task/27376/stat : 27376 (java) S 27365 27368 22937 0 -1 4202560 10068 0 0 0 35 21 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376846690728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27377] ppid=27365 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27368/task/27377/stat : 27377 (java) S 27365 27368 22937 0 -1 4202560 5324 0 0 0 33 18 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376716912936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27378] ppid=27365 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27368/task/27378/stat : 27378 (java) S 27365 27368 22937 0 -1 4202560 8759 0 0 0 22 14 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376715860136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27379] ppid=27365 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/27368/task/27379/stat : 27379 (java) S 27365 27368 22937 0 -1 4202560 1444 0 0 0 85 2 0 0 20 0 19 0 24087398 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376232913896 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27380] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27380/stat : 27380 (java) S 27365 27368 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376231859960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27381] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27381/stat : 27381 (java) S 27365 27368 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376230807048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27382] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27382/stat : 27382 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376229755536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27383] ppid=27365 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/27368/task/27383/stat : 27383 (java) S 27365 27368 22937 0 -1 4202560 3345 0 0 0 64 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376228702648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27384] ppid=27365 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27368/task/27384/stat : 27384 (java) S 27365 27368 22937 0 -1 4202560 2935 0 0 0 45 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376227649848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27385] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27385/stat : 27385 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376226597240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27386] ppid=27365 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27368/task/27386/stat : 27386 (java) S 27365 27368 22937 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376225544648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27387] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27387/stat : 27387 (java) S 27365 27368 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24087530 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376224491176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.44 2.37 2.30 4/189 27528
/proc/meminfo: memFree=26927964/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 79387 0 1 0 179816 185 0 0 20 0 19 0 24087395 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2406260 847653 2287 9 0 2396937 0
[pid=27368/tid=27370] ppid=27365 vsize=9625040 CPUtime=1789.44 cores=0,2,4,6
/proc/27368/task/27370/stat : 27370 (java) R 27365 27368 22937 0 -1 4202560 4124 0 1 0 178889 55 0 0 20 0 19 0 24087396 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376879492880 140376728614659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27371] ppid=27365 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27368/task/27371/stat : 27371 (java) S 27365 27368 22937 0 -1 4202560 6065 0 0 0 27 17 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376851954728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27372] ppid=27365 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/27368/task/27372/stat : 27372 (java) S 27365 27368 22937 0 -1 4202560 7631 0 0 0 27 15 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376850901928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27373] ppid=27365 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27368/task/27373/stat : 27373 (java) S 27365 27368 22937 0 -1 4202560 13864 0 0 0 34 16 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376849849128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27374] ppid=27365 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27368/task/27374/stat : 27374 (java) S 27365 27368 22937 0 -1 4202560 7521 0 0 0 29 16 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376848796328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27375] ppid=27365 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27368/task/27375/stat : 27375 (java) S 27365 27368 22937 0 -1 4202560 6945 0 0 0 30 18 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376847743528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27376] ppid=27365 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27368/task/27376/stat : 27376 (java) S 27365 27368 22937 0 -1 4202560 10068 0 0 0 35 21 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376846690728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27377] ppid=27365 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27368/task/27377/stat : 27377 (java) S 27365 27368 22937 0 -1 4202560 5324 0 0 0 33 18 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376716912936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27378] ppid=27365 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27368/task/27378/stat : 27378 (java) S 27365 27368 22937 0 -1 4202560 8759 0 0 0 22 14 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376715860136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27379] ppid=27365 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/27368/task/27379/stat : 27379 (java) S 27365 27368 22937 0 -1 4202560 1444 0 0 0 85 2 0 0 20 0 19 0 24087398 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376232913896 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27380] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27380/stat : 27380 (java) S 27365 27368 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376231859960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27381] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27381/stat : 27381 (java) S 27365 27368 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376230807048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27382] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27382/stat : 27382 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376229755536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27383] ppid=27365 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/27368/task/27383/stat : 27383 (java) S 27365 27368 22937 0 -1 4202560 3345 0 0 0 64 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376228702648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27384] ppid=27365 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27368/task/27384/stat : 27384 (java) S 27365 27368 22937 0 -1 4202560 2935 0 0 0 45 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376227649848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27385] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27385/stat : 27385 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376226597240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27386] ppid=27365 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27368/task/27386/stat : 27386 (java) S 27365 27368 22937 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376225544648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27387] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27387/stat : 27387 (java) S 27365 27368 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24087530 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376224491176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 27368 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.1 s]
/proc/loadavg: 2.44 2.37 2.30 4/189 27528
/proc/meminfo: memFree=26927964/32872528 swapFree=1400172/1569824
[pid=27368] ppid=27365 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/27368/stat : 27368 (java) S 27365 27368 22937 0 -1 4202496 79387 0 1 0 179816 185 0 0 20 0 19 0 24087395 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140735699124208 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27368/statm: 2406260 847653 2287 9 0 2396937 0
[pid=27368/tid=27370] ppid=27365 vsize=9625040 CPUtime=1789.44 cores=0,2,4,6
/proc/27368/task/27370/stat : 27370 (java) R 27365 27368 22937 0 -1 4202560 4124 0 1 0 178889 55 0 0 20 0 19 0 24087396 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376879492880 140376728614659 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27371] ppid=27365 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27368/task/27371/stat : 27371 (java) S 27365 27368 22937 0 -1 4202560 6065 0 0 0 27 17 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376851954728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27372] ppid=27365 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/27368/task/27372/stat : 27372 (java) S 27365 27368 22937 0 -1 4202560 7631 0 0 0 27 15 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376850901928 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27373] ppid=27365 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27368/task/27373/stat : 27373 (java) S 27365 27368 22937 0 -1 4202560 13864 0 0 0 34 16 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376849849128 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27374] ppid=27365 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27368/task/27374/stat : 27374 (java) S 27365 27368 22937 0 -1 4202560 7521 0 0 0 29 16 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376848796328 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27375] ppid=27365 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27368/task/27375/stat : 27375 (java) S 27365 27368 22937 0 -1 4202560 6945 0 0 0 30 18 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376847743528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27368/tid=27376] ppid=27365 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/27368/task/27376/stat : 27376 (java) S 27365 27368 22937 0 -1 4202560 10068 0 0 0 35 21 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376846690728 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27377] ppid=27365 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27368/task/27377/stat : 27377 (java) S 27365 27368 22937 0 -1 4202560 5324 0 0 0 33 18 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376716912936 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27378] ppid=27365 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27368/task/27378/stat : 27378 (java) S 27365 27368 22937 0 -1 4202560 8759 0 0 0 22 14 0 0 20 0 19 0 24087397 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376715860136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27368/tid=27379] ppid=27365 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/27368/task/27379/stat : 27379 (java) S 27365 27368 22937 0 -1 4202560 1444 0 0 0 85 2 0 0 20 0 19 0 24087398 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376232913896 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27380] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27380/stat : 27380 (java) S 27365 27368 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376231859960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27381] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27381/stat : 27381 (java) S 27365 27368 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24087399 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376230807048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27382] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27382/stat : 27382 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376229755536 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27383] ppid=27365 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/27368/task/27383/stat : 27383 (java) S 27365 27368 22937 0 -1 4202560 3345 0 0 0 64 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376228702648 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27384] ppid=27365 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/27368/task/27384/stat : 27384 (java) S 27365 27368 22937 0 -1 4202560 2935 0 0 0 45 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376227649848 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27385] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27385/stat : 27385 (java) S 27365 27368 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376226597240 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27368/tid=27386] ppid=27365 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27368/task/27386/stat : 27386 (java) S 27365 27368 22937 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 24087401 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376225544648 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27368/tid=27387] ppid=27365 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27368/task/27387/stat : 27387 (java) S 27365 27368 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24087530 9856040960 847653 33554432000 1073741824 1073778376 140735699133072 140376224491176 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27368 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=620328
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=332645
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.15
CPU time (s): 1800.01
CPU user time (s): 1798.16
CPU system time (s): 1.85
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.62
system time used= 2.33264
maximum resident set size= 3413756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79427
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39670
involuntary context switches= 6541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3714 second user time and 13.223 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 05:27:02
IDJOB=4101077
IDBENCH=1697
IDSOLVER=2546
FILE ID=node140/4101077-1466220421
RUNJOBID= node140-1466206052-22953
PBS_JOBID= 19918137
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-ship08l.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101077-1466220421/watcher-4101077-1466220421 -o /tmp/evaluation-result-4101077-1466220421/solver-4101077-1466220421 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101077-1466220421.opb

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

MD5SUM BENCH= bac9a878c3cd85b78fbd03dede34f379
RANDOM SEED=1027666127

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.714
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:        30079140 kB
Buffers:           95048 kB
Cached:           142748 kB
SwapCached:         2476 kB
Active:           311432 kB
Inactive:         174772 kB
Active(anon):     248248 kB
Inactive(anon):     2472 kB
Active(file):      63184 kB
Inactive(file):   172300 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              6240 kB
Writeback:             0 kB
AnonPages:       1816944 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             602568 kB
SReclaimable:      46264 kB
SUnreclaim:       556304 kB
KernelStack:        1624 kB
PageTables:         7792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1936204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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 node140 at 2016-06-18 05:56:58