Trace number 4101509

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.08 1796.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-dcmulti.opb
MD5SUM99a4e5b0ce7b98bffc278cf1f6704eb9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark922
Best CPU time to get the best result obtained on this benchmark1800.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14265
Total number of constraints290
Number of constraints which are clauses27
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint2
Maximum length of a constraint420
Number of terms in the objective function 14235
Biggest coefficient in the objective function 5488
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 535829
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262125
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 535829
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4101509-1466223998.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.56/0.39	c ... done. Wall clock time 0.29s.
0.56/0.39	c declared #vars     14265
0.56/0.39	c #constraints  368
0.56/0.39	c constraints type 
0.56/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12
0.56/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.56/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17
0.56/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 328
0.56/0.39	c 368 constraints processed.
0.56/0.39	c objective function length is 14235 literals
1.74/1.04	c cleaning 2485 clauses out of 5000 with flag 12973/5000
2.44/1.60	c cleaning 4253 clauses out of 8516 with flag 28049/11001
3.25/2.42	c cleaning 5627 clauses out of 11263 with flag 42049/18001
4.89/4.00	c cleaning 6818 clauses out of 13646 with flag 58069/26011
6.40/5.60	c cleaning 7908 clauses out of 15825 with flag 76063/35008
7.99/7.18	c cleaning 8944 clauses out of 17911 with flag 96051/45002
10.13/9.27	c cleaning 9976 clauses out of 19965 with flag 118047/56000
12.63/11.78	c cleaning 10993 clauses out of 21995 with flag 142059/68006
15.64/14.71	c cleaning 11995 clauses out of 24004 with flag 168063/81008
19.24/18.37	c cleaning 12996 clauses out of 26001 with flag 196047/95000
23.54/22.62	c cleaning 13999 clauses out of 28008 with flag 226053/110003
26.83/25.99	c cleaning 14997 clauses out of 30008 with flag 258051/126002
31.17/30.27	c cleaning 16001 clauses out of 32015 with flag 292059/143006
36.18/35.22	c cleaning 16997 clauses out of 34009 with flag 328049/161001
41.97/41.07	c cleaning 17998 clauses out of 36011 with flag 366047/180000
48.67/47.78	c cleaning 19006 clauses out of 38021 with flag 406063/200008
54.47/53.59	c cleaning 19997 clauses out of 40010 with flag 448053/221003
61.79/60.87	c cleaning 20994 clauses out of 42016 with flag 492059/243006
70.80/69.88	c cleaning 22004 clauses out of 44018 with flag 538051/266002
78.50/77.58	c cleaning 22996 clauses out of 46012 with flag 586047/290000
87.66/86.63	c cleaning 24004 clauses out of 48018 with flag 636051/315002
96.87/95.87	c cleaning 24997 clauses out of 50013 with flag 688049/341001
106.78/105.72	c cleaning 26000 clauses out of 52018 with flag 742053/368003
116.23/115.15	c cleaning 26999 clauses out of 54016 with flag 798049/396001
127.34/126.25	c cleaning 27994 clauses out of 56017 with flag 856049/425001
139.04/137.96	c cleaning 29005 clauses out of 58023 with flag 916049/455001
150.69/149.56	c cleaning 30004 clauses out of 60017 with flag 978047/486000
162.89/161.79	c cleaning 30999 clauses out of 62014 with flag 1042049/518001
172.69/171.42	c cleaning 32006 clauses out of 64016 with flag 1108058/551002
180.69/179.45	c cleaning 33002 clauses out of 66009 with flag 1176056/585001
190.14/188.83	c cleaning 33994 clauses out of 68008 with flag 1246058/620002
202.04/200.71	c cleaning 35000 clauses out of 70013 with flag 1318056/656001
214.61/213.21	c cleaning 36005 clauses out of 72016 with flag 1392062/693004
228.60/227.27	c cleaning 37002 clauses out of 74008 with flag 1468056/731001
244.27/242.89	c cleaning 38001 clauses out of 76006 with flag 1546056/770001
259.13/257.61	c cleaning 38999 clauses out of 78006 with flag 1626058/810002
276.02/274.53	c cleaning 40005 clauses out of 80013 with flag 1708070/851008
294.69/293.12	c cleaning 41000 clauses out of 82004 with flag 1792062/893004
313.43/311.90	c cleaning 42000 clauses out of 84004 with flag 1878062/936004
333.07/331.42	c cleaning 43000 clauses out of 86003 with flag 1966060/980003
355.92/354.25	c cleaning 43998 clauses out of 88002 with flag 2056058/1025002
379.31/377.63	c cleaning 44999 clauses out of 90002 with flag 2148054/1071000
404.83/403.16	c cleaning 45999 clauses out of 92005 with flag 2242058/1118002
431.75/430.02	c cleaning 46998 clauses out of 94006 with flag 2338058/1166002
461.09/459.33	c cleaning 47999 clauses out of 96006 with flag 2436054/1215000
489.42/487.61	c cleaning 48998 clauses out of 98008 with flag 2536056/1265001
511.48/509.60	c cleaning 49995 clauses out of 100011 with flag 2638058/1316002
535.20/533.26	c cleaning 51004 clauses out of 102016 with flag 2742058/1368002
560.72/558.71	c cleaning 52005 clauses out of 104013 with flag 2848060/1421003
587.37/585.34	c cleaning 52994 clauses out of 106007 with flag 2956058/1475002
616.91/614.83	c cleaning 54004 clauses out of 108012 with flag 3066056/1530001
649.62/647.53	c cleaning 54997 clauses out of 110007 with flag 3178054/1586000
680.23/678.15	c cleaning 56000 clauses out of 112014 with flag 3292062/1643004
712.38/710.22	c cleaning 57004 clauses out of 114013 with flag 3408060/1701003
748.14/745.92	c cleaning 57998 clauses out of 116008 with flag 3526058/1760002
782.18/779.99	c cleaning 59000 clauses out of 118009 with flag 3646056/1820001
819.41/817.19	c cleaning 60002 clauses out of 120008 with flag 3768054/1881000
856.80/854.42	c cleaning 60997 clauses out of 122008 with flag 3892058/1943002
897.28/894.82	c cleaning 62002 clauses out of 124009 with flag 4018054/2006000
939.11/936.69	c cleaning 62997 clauses out of 126007 with flag 4146054/2070000
984.70/982.19	c cleaning 63995 clauses out of 128010 with flag 4276054/2135000
1028.98/1026.36	c cleaning 65003 clauses out of 130015 with flag 4408054/2201000
1074.64/1071.94	c cleaning 66004 clauses out of 132014 with flag 4542058/2268002
1128.41/1125.68	c cleaning 67001 clauses out of 134010 with flag 4678058/2336002
1182.11/1179.24	c cleaning 68001 clauses out of 136010 with flag 4816060/2405003
1233.36/1230.47	c cleaning 69000 clauses out of 138007 with flag 4956056/2475001
1287.17/1284.18	c cleaning 70000 clauses out of 140006 with flag 5098054/2546000
1343.87/1340.78	c cleaning 71003 clauses out of 142010 with flag 5242062/2618004
1401.44/1398.22	c cleaning 71992 clauses out of 144003 with flag 5388054/2691000
1470.32/1467.03	c cleaning 73000 clauses out of 146012 with flag 5536056/2765001
1535.73/1532.33	c cleaning 74005 clauses out of 148014 with flag 5686060/2840003
1608.92/1605.46	c cleaning 75000 clauses out of 150009 with flag 5838060/2916003
1688.22/1684.61	c cleaning 75991 clauses out of 152008 with flag 5992058/2993002
1770.62/1766.97	c cleaning 77006 clauses out of 154016 with flag 6148056/3071001
1800.08/1796.31	c starts		: 6
1800.08/1796.31	c conflicts		: 3117475
1800.08/1796.31	c decisions		: 3150086
1800.08/1796.31	c propagations		: 78353798
1800.08/1796.31	c inspects		: 34595689755
1800.08/1796.31	c shortcuts		: 0
1800.08/1796.31	c learnt literals	: 0
1800.08/1796.31	c learnt binary clauses	: 0
1800.08/1796.31	c learnt ternary clauses	: 0
1800.08/1796.31	c learnt constraints	: 3117475
1800.08/1796.31	c ignored constraints	: 0
1800.08/1796.31	c root simplifications	: 0
1800.08/1796.31	c removed literals (reason simplification)	: 0
1800.08/1796.31	c reason swapping (by a shorter reason)	: 0
1800.08/1796.31	c Calls to reduceDB	: 74
1800.08/1796.31	c Number of update (reduction) of LBD	: 4144
1800.08/1796.31	c Imported unit clauses	: 0
1800.08/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.31	c number of learned constraints concerned by reduction	: 0
1800.08/1796.31	c number of learning phase by resolution	: 0
1800.08/1796.31	c number of learning phase by cutting planes	: 0
1800.08/1796.31	c speed (assignments/second)	: 43630.26217537123
1800.08/1796.31	c non guided choices	4056
1800.08/1796.31	c timeout
1800.08/1796.33	c learnt constraints type 
1800.08/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123485
1800.08/1796.33	s UNKNOWN
1800.08/1796.33	c Total wall clock time (in seconds): 1796.234

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

pid=27870
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.41 2.30 2.27 3/194 27873
/proc/meminfo: memFree=28901372/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 24445071 98570240 976 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 24065 976 743 9 0 16771 0
[pid=27873/tid=27874] ppid=27870 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 24445071 98570240 976 33554432000 1073741824 1073778376 140736169271088 139758518832680 213419640192 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10016 s]
/proc/loadavg: 2.41 2.30 2.27 3/194 27873
/proc/meminfo: memFree=28901372/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 4487 0 1 0 10 1 0 0 20 0 18 0 24445071 9787879424 6115 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2389619 6115 2157 9 0 2380296 0
[pid=27873/tid=27874] ppid=27870 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2375 0 1 0 6 2 0 0 20 0 18 0 24445071 9787879424 6115 33554432000 1073741824 1073778376 140736169271088 139758518824096 139758521675191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200374 s]
/proc/loadavg: 2.41 2.30 2.27 3/194 27873
/proc/meminfo: memFree=28901372/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 5219 0 1 0 30 1 0 0 20 0 18 0 24445071 9787879424 7604 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2389619 7604 2227 9 0 2380296 0
[pid=27873/tid=27874] ppid=27870 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2393 0 1 0 16 2 0 0 20 0 18 0 24445071 9787879424 7604 33554432000 1073741824 1073778376 140736169271088 139758518824096 139758386880001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300351 s]
/proc/loadavg: 2.41 2.30 2.27 3/194 27873
/proc/meminfo: memFree=28901372/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 8894 0 1 0 54 2 0 0 20 0 18 0 24445071 9787879424 12280 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2389619 12280 2237 9 0 2380296 0
[pid=27873/tid=27874] ppid=27870 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2401 0 1 0 26 2 0 0 20 0 18 0 24445071 9787879424 12280 33554432000 1073741824 1073778376 140736169271088 139758518819280 139758386922024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700326 s]
/proc/loadavg: 2.41 2.30 2.27 3/194 27873
/proc/meminfo: memFree=28901372/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9625040 CPUtime=1.39 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 10262 0 1 0 137 2 0 0 20 0 19 0 24445071 9856040960 20296 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2406260 20296 2257 9 0 2396937 0
[pid=27873/tid=27874] ppid=27870 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2425 0 1 0 66 2 0 0 20 0 19 0 24445071 9856040960 20296 33554432000 1073741824 1073778376 140736169271088 139758518837888 139758387500491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.41 2.30 2.27 3/213 27892
/proc/meminfo: memFree=28822500/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9625040 CPUtime=2.27 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 11129 0 1 0 225 2 0 0 20 0 19 0 24445071 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2406260 23377 2265 9 0 2396937 0
[pid=27873/tid=27874] ppid=27870 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2432 0 1 0 146 2 0 0 20 0 19 0 24445071 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758518837528 139758387318725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27876] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27876/stat : 27876 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758507899816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27877] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27877/stat : 27877 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758506847272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27878] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27878/stat : 27878 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758505794216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27879] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27879/stat : 27879 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758359231272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27880] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27880/stat : 27880 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758358178216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27881] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27881/stat : 27881 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758357125672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27882] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27882/stat : 27882 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758356072616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27883] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27883/stat : 27883 (java) S 27870 27873 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758355020072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27884] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27884/stat : 27884 (java) S 27870 27873 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758342822760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27885] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27885/stat : 27885 (java) S 27870 27873 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758341769080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27886] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27886/stat : 27886 (java) S 27870 27873 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758340715912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27887] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27887/stat : 27887 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758339664656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27888] ppid=27870 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/27873/task/27888/stat : 27888 (java) S 27870 27873 22937 0 -1 4202560 3872 0 0 0 36 0 0 0 20 0 19 0 24445076 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758338611512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27889] ppid=27870 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/27873/task/27889/stat : 27889 (java) S 27870 27873 22937 0 -1 4202560 3550 0 0 0 40 0 0 0 20 0 19 0 24445076 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758337558968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27890] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27890/stat : 27890 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758336506104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27891] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27891/stat : 27891 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758335453768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27892] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27892/stat : 27892 (java) S 27870 27873 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24445116 9856040960 23377 33554432000 1073741824 1073778376 140736169271088 139758334400040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.41 2.30 2.27 3/213 27892
/proc/meminfo: memFree=28805496/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9625040 CPUtime=3.95 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 11153 0 1 0 393 2 0 0 20 0 19 0 24445071 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2406260 27999 2265 9 0 2396937 0
[pid=27873/tid=27874] ppid=27870 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2442 0 1 0 306 2 0 0 20 0 19 0 24445071 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758518828768 139758387535314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27876] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27876/stat : 27876 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758507899816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27877] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27877/stat : 27877 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758506847272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27878] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27878/stat : 27878 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758505794216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27879] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27879/stat : 27879 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758359231272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27880] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27880/stat : 27880 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758358178216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27881] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27881/stat : 27881 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758357125672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27882] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27882/stat : 27882 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758356072616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27883] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27883/stat : 27883 (java) S 27870 27873 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758355020072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27884] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27884/stat : 27884 (java) S 27870 27873 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758342822760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27885] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27885/stat : 27885 (java) S 27870 27873 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758341769080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27886] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27886/stat : 27886 (java) S 27870 27873 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758340715912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27887] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27887/stat : 27887 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758339664656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27888] ppid=27870 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27873/task/27888/stat : 27888 (java) S 27870 27873 22937 0 -1 4202560 3886 0 0 0 42 0 0 0 20 0 19 0 24445076 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758338611512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27889] ppid=27870 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27873/task/27889/stat : 27889 (java) S 27870 27873 22937 0 -1 4202560 3550 0 0 0 42 0 0 0 20 0 19 0 24445076 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758337558968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27890] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27890/stat : 27890 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758336506104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27891] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27891/stat : 27891 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758335453768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27892] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27892/stat : 27892 (java) S 27870 27873 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24445116 9856040960 27999 33554432000 1073741824 1073778376 140736169271088 139758334400040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.38 2.29 2.27 3/213 27892
/proc/meminfo: memFree=28781980/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9625040 CPUtime=7.19 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 11259 0 1 0 716 3 0 0 20 0 19 0 24445071 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2406260 33704 2266 9 0 2396937 0
[pid=27873/tid=27874] ppid=27870 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2456 0 1 0 624 2 0 0 20 0 19 0 24445071 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758518828752 139758387648535 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27876] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27876/stat : 27876 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758507899816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27877] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27877/stat : 27877 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758506847272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27878] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27878/stat : 27878 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758505794216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27879] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27879/stat : 27879 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758359231272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27880] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27880/stat : 27880 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758358178216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27881] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27881/stat : 27881 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758357125672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27882] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27882/stat : 27882 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758356072616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27883] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27883/stat : 27883 (java) S 27870 27873 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24445072 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758355020072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27884] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27884/stat : 27884 (java) S 27870 27873 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758342822760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27885] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27885/stat : 27885 (java) S 27870 27873 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758341769080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27886] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27886/stat : 27886 (java) S 27870 27873 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758340715912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27887] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27887/stat : 27887 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758339664656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27888] ppid=27870 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27873/task/27888/stat : 27888 (java) S 27870 27873 22937 0 -1 4202560 3886 0 0 0 42 0 0 0 20 0 19 0 24445076 9856040960 33704 33554432000 1073741824 1073778376 140736169271088 139758338611512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27889] ppid=27870 vsize=9625040 CPUtime=0.45 cores=1,3,5,7

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

/proc/27873/task/27892/stat : 27892 (java) S 27870 27873 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24445116 9856040960 77224 33554432000 1073741824 1073778376 140736169271088 139758334400040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.98
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.38 2.31 2.27 4/212 28002
/proc/meminfo: memFree=29518776/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9625040 CPUtime=1786.05 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 13660 0 1 0 178527 78 0 0 20 0 19 0 24445071 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2406260 76646 2288 9 0 2396937 0
[pid=27873/tid=27874] ppid=27870 vsize=9625040 CPUtime=1775.75 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2555 0 1 0 177543 32 0 0 20 0 19 0 24445071 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758518836480 139758387469530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27876] ppid=27870 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/27873/task/27876/stat : 27876 (java) S 27870 27873 22937 0 -1 4202560 297 0 0 0 41 4 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758507899816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27877] ppid=27870 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/27873/task/27877/stat : 27877 (java) S 27870 27873 22937 0 -1 4202560 303 0 0 0 51 5 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758506847272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27878] ppid=27870 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/27873/task/27878/stat : 27878 (java) S 27870 27873 22937 0 -1 4202560 310 0 0 0 47 5 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758505794216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27879] ppid=27870 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27873/task/27879/stat : 27879 (java) S 27870 27873 22937 0 -1 4202560 162 0 0 0 46 4 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758359231272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27880] ppid=27870 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/27873/task/27880/stat : 27880 (java) S 27870 27873 22937 0 -1 4202560 133 0 0 0 42 3 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758358178216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27881] ppid=27870 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/27873/task/27881/stat : 27881 (java) S 27870 27873 22937 0 -1 4202560 202 0 0 0 49 4 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758357125672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27882] ppid=27870 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27873/task/27882/stat : 27882 (java) S 27870 27873 22937 0 -1 4202560 183 0 0 0 46 5 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758356072616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27883] ppid=27870 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27873/task/27883/stat : 27883 (java) S 27870 27873 22937 0 -1 4202560 334 0 0 0 54 4 0 0 20 0 19 0 24445072 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758355020072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27884] ppid=27870 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27873/task/27884/stat : 27884 (java) S 27870 27873 22937 0 -1 4202560 139 0 0 0 12 4 0 0 20 0 19 0 24445073 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758342822760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27885] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27885/stat : 27885 (java) S 27870 27873 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758341769080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27886] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27886/stat : 27886 (java) S 27870 27873 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758340715912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27887] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27887/stat : 27887 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758339664656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27888] ppid=27870 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27873/task/27888/stat : 27888 (java) S 27870 27873 22937 0 -1 4202560 3886 0 0 0 42 0 0 0 20 0 19 0 24445076 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758338611512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27889] ppid=27870 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27873/task/27889/stat : 27889 (java) S 27870 27873 22937 0 -1 4202560 3791 0 0 0 47 0 0 0 20 0 19 0 24445076 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758337558968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27890] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27890/stat : 27890 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758336506104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27891] ppid=27870 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27873/task/27891/stat : 27891 (java) S 27870 27873 22937 0 -1 4202560 104 0 0 0 24 35 0 0 20 0 19 0 24445076 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758335453768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27892] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27892/stat : 27892 (java) S 27870 27873 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24445116 9856040960 76646 33554432000 1073741824 1073778376 140736169271088 139758334400040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.29 2.30 2.27 3/213 28003
/proc/meminfo: memFree=29519384/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 13661 0 1 0 179930 78 0 0 20 0 19 0 24445071 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2406260 76390 2288 9 0 2396937 0
[pid=27873/tid=27874] ppid=27870 vsize=9625040 CPUtime=1789.71 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2556 0 1 0 178938 33 0 0 20 0 19 0 24445071 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758518836480 139758387469530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27876] ppid=27870 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27873/task/27876/stat : 27876 (java) S 27870 27873 22937 0 -1 4202560 297 0 0 0 42 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758507899816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27877] ppid=27870 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27873/task/27877/stat : 27877 (java) S 27870 27873 22937 0 -1 4202560 303 0 0 0 52 5 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758506847272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27878] ppid=27870 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/27873/task/27878/stat : 27878 (java) S 27870 27873 22937 0 -1 4202560 310 0 0 0 48 5 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758505794216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27879] ppid=27870 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27873/task/27879/stat : 27879 (java) S 27870 27873 22937 0 -1 4202560 162 0 0 0 46 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758359231272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27880] ppid=27870 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27873/task/27880/stat : 27880 (java) S 27870 27873 22937 0 -1 4202560 133 0 0 0 43 3 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758358178216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27881] ppid=27870 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/27873/task/27881/stat : 27881 (java) S 27870 27873 22937 0 -1 4202560 202 0 0 0 50 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758357125672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27882] ppid=27870 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27873/task/27882/stat : 27882 (java) S 27870 27873 22937 0 -1 4202560 183 0 0 0 46 5 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758356072616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27883] ppid=27870 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27873/task/27883/stat : 27883 (java) S 27870 27873 22937 0 -1 4202560 334 0 0 0 54 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758355020072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27884] ppid=27870 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27873/task/27884/stat : 27884 (java) S 27870 27873 22937 0 -1 4202560 139 0 0 0 12 4 0 0 20 0 19 0 24445073 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758342822760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27885] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27885/stat : 27885 (java) S 27870 27873 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758341769080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27886] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27886/stat : 27886 (java) S 27870 27873 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758340715912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27887] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27887/stat : 27887 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758339664656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27888] ppid=27870 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27873/task/27888/stat : 27888 (java) S 27870 27873 22937 0 -1 4202560 3886 0 0 0 42 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758338611512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27889] ppid=27870 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27873/task/27889/stat : 27889 (java) S 27870 27873 22937 0 -1 4202560 3791 0 0 0 47 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758337558968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27890] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27890/stat : 27890 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758336506104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27891] ppid=27870 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/27873/task/27891/stat : 27891 (java) S 27870 27873 22937 0 -1 4202560 104 0 0 0 25 35 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758335453768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27892] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27892/stat : 27892 (java) S 27870 27873 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24445116 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758334400040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 27873 sig 9
??? kill -27873 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.29 2.30 2.27 3/213 28003
/proc/meminfo: memFree=29519384/32872528 swapFree=1400172/1569824
[pid=27873] ppid=27870 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/27873/stat : 27873 (java) S 27870 27873 22937 0 -1 4202496 13661 0 1 0 179930 78 0 0 20 0 19 0 24445071 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 140736169262224 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27873/statm: 2406260 76390 2288 9 0 2396937 0
[pid=27873/tid=27874] ppid=27870 vsize=9625040 CPUtime=1789.71 cores=1,3,5,7
/proc/27873/task/27874/stat : 27874 (java) R 27870 27873 22937 0 -1 4202560 2556 0 1 0 178938 33 0 0 20 0 19 0 24445071 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758518836480 139758387469530 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27876] ppid=27870 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27873/task/27876/stat : 27876 (java) S 27870 27873 22937 0 -1 4202560 297 0 0 0 42 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758507899816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27877] ppid=27870 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/27873/task/27877/stat : 27877 (java) S 27870 27873 22937 0 -1 4202560 303 0 0 0 52 5 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758506847272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27878] ppid=27870 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/27873/task/27878/stat : 27878 (java) S 27870 27873 22937 0 -1 4202560 310 0 0 0 48 5 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758505794216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27879] ppid=27870 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27873/task/27879/stat : 27879 (java) S 27870 27873 22937 0 -1 4202560 162 0 0 0 46 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758359231272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27880] ppid=27870 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/27873/task/27880/stat : 27880 (java) S 27870 27873 22937 0 -1 4202560 133 0 0 0 43 3 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758358178216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27881] ppid=27870 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/27873/task/27881/stat : 27881 (java) S 27870 27873 22937 0 -1 4202560 202 0 0 0 50 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758357125672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27882] ppid=27870 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/27873/task/27882/stat : 27882 (java) S 27870 27873 22937 0 -1 4202560 183 0 0 0 46 5 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758356072616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27883] ppid=27870 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/27873/task/27883/stat : 27883 (java) S 27870 27873 22937 0 -1 4202560 334 0 0 0 54 4 0 0 20 0 19 0 24445072 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758355020072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27884] ppid=27870 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/27873/task/27884/stat : 27884 (java) S 27870 27873 22937 0 -1 4202560 139 0 0 0 12 4 0 0 20 0 19 0 24445073 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758342822760 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27873/tid=27885] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27885/stat : 27885 (java) S 27870 27873 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758341769080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27886] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27886/stat : 27886 (java) S 27870 27873 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24445073 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758340715912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27887] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27887/stat : 27887 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758339664656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27888] ppid=27870 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27873/task/27888/stat : 27888 (java) S 27870 27873 22937 0 -1 4202560 3886 0 0 0 42 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758338611512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27889] ppid=27870 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/27873/task/27889/stat : 27889 (java) S 27870 27873 22937 0 -1 4202560 3791 0 0 0 47 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758337558968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27873/tid=27890] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27890/stat : 27890 (java) S 27870 27873 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758336506104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27873/tid=27891] ppid=27870 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/27873/task/27891/stat : 27891 (java) S 27870 27873 22937 0 -1 4202560 104 0 0 0 25 35 0 0 20 0 19 0 24445076 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758335453768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27873/tid=27892] ppid=27870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27873/task/27892/stat : 27892 (java) S 27870 27873 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24445116 9856040960 76390 33554432000 1073741824 1073778376 140736169271088 139758334400040 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27873 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=640173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=200817
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.34
CPU time (s): 1800.08
CPU user time (s): 1799.3
CPU system time (s): 0.78
CPU usage (%): 100.208
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.20082
maximum resident set size= 452112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13703
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40497
involuntary context switches= 31542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4024 second user time and 13.8819 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 06:26:38
IDJOB=4101509
IDBENCH=1758
IDSOLVER=2546
FILE ID=node140/4101509-1466223998
RUNJOBID= node140-1466206052-22954
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/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-dcmulti.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101509-1466223998/watcher-4101509-1466223998 -o /tmp/evaluation-result-4101509-1466223998/solver-4101509-1466223998 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22954 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101509-1466223998.opb

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

MD5SUM BENCH= 99a4e5b0ce7b98bffc278cf1f6704eb9
RANDOM SEED=1588769808

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:        28901668 kB
Buffers:           98680 kB
Cached:           142572 kB
SwapCached:         2476 kB
Active:          1480880 kB
Inactive:         180084 kB
Active(anon):    1419324 kB
Inactive(anon):     2472 kB
Active(file):      61556 kB
Inactive(file):   177612 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       3006560 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             602944 kB
SReclaimable:      46488 kB
SUnreclaim:       556456 kB
KernelStack:        1704 kB
PageTables:         9908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4106616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1587200 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 node140 at 2016-06-18 06:56:35