Trace number 4103652

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.91 1797.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-bnl1.opb
MD5SUM6c2572528741ab95a20df4da6c9423f7
Bench CategoryOPT-BIGINT (optimisation, big 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables35250
Total number of constraints624
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 constraints624
Minimum length of a constraint30
Maximum length of a constraint2280
Number of terms in the objective function 29490
Biggest coefficient in the objective function 12938266856652800
Number of bits for the biggest coefficient in the objective function 54
Sum of the numbers in the objective function 1063579760735919966
Number of bits of the sum of numbers in the objective function 60
Biggest number in a constraint 12938266856652800
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 1063579760735919966
Number of bits of the biggest sum of numbers60
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4103652-1466246708.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
1.27/0.73	c ... done. Wall clock time 0.632s.
1.27/0.73	c declared #vars     35250
1.27/0.73	c #constraints  855
1.27/0.73	c constraints type 
1.27/0.73	c org.sat4j.specs.Constr$1 => 6
1.27/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 849
1.27/0.73	c 855 constraints processed.
1.27/0.73	c objective function length is 29490 literals
2.87/1.88	c cleaning 2496 clauses out of 4998 with flag 13978/5000
3.65/2.51	c cleaning 4249 clauses out of 8503 with flag 27092/11001
4.35/3.22	c cleaning 5622 clauses out of 11253 with flag 41090/18000
5.25/4.14	c cleaning 6810 clauses out of 13631 with flag 57090/26000
6.28/5.13	c cleaning 7903 clauses out of 15821 with flag 75094/35000
7.58/6.32	c cleaning 8960 clauses out of 17923 with flag 95471/45005
8.88/7.65	c cleaning 9976 clauses out of 19958 with flag 118029/56000
10.48/9.25	c cleaning 10990 clauses out of 21983 with flag 142703/68001
12.39/11.13	c cleaning 11994 clauses out of 23992 with flag 169479/81000
14.49/13.25	c cleaning 12999 clauses out of 25998 with flag 198003/95000
17.18/15.99	c cleaning 13994 clauses out of 28002 with flag 228009/110003
20.28/19.04	c cleaning 15002 clauses out of 30005 with flag 260003/126000
23.98/22.75	c cleaning 16002 clauses out of 32004 with flag 294005/143001
27.98/26.73	c cleaning 17001 clauses out of 34002 with flag 330005/161001
31.78/30.54	c cleaning 18000 clauses out of 36000 with flag 368014/180000
36.18/34.95	c cleaning 18997 clauses out of 38001 with flag 408016/200001
40.99/39.74	c cleaning 19999 clauses out of 40003 with flag 450014/221000
46.18/44.94	c cleaning 20998 clauses out of 42004 with flag 494014/243000
51.78/50.56	c cleaning 22004 clauses out of 44007 with flag 540016/266001
58.09/56.89	c cleaning 23001 clauses out of 46003 with flag 588016/290001
64.68/63.35	c cleaning 24002 clauses out of 48003 with flag 638018/315002
71.58/70.22	c cleaning 24997 clauses out of 50000 with flag 690016/341001
78.78/77.43	c cleaning 25999 clauses out of 52003 with flag 744016/368001
86.89/85.58	c cleaning 27001 clauses out of 54004 with flag 800016/396001
94.99/93.64	c cleaning 27999 clauses out of 56002 with flag 858014/425000
104.49/103.11	c cleaning 29001 clauses out of 58003 with flag 918014/455000
114.89/113.55	c cleaning 30003 clauses out of 60006 with flag 980022/486004
125.59/124.22	c cleaning 30996 clauses out of 62001 with flag 1044018/518002
137.29/135.94	c cleaning 32004 clauses out of 64007 with flag 1110022/551004
149.10/147.73	c cleaning 32998 clauses out of 66000 with flag 1178016/585001
162.14/160.62	c cleaning 34001 clauses out of 68002 with flag 1248016/620001
176.44/174.95	c cleaning 35001 clauses out of 70001 with flag 1320016/656001
191.74/190.20	c cleaning 35995 clauses out of 71999 with flag 1394014/693000
208.15/206.62	c cleaning 37001 clauses out of 74006 with flag 1470018/731002
225.85/224.31	c cleaning 38000 clauses out of 76003 with flag 1548014/770000
241.85/240.36	c cleaning 38999 clauses out of 78003 with flag 1628014/810000
258.96/257.48	c cleaning 40002 clauses out of 80005 with flag 1710016/851001
277.66/276.17	c cleaning 40998 clauses out of 82002 with flag 1794014/893000
297.47/295.92	c cleaning 41999 clauses out of 84004 with flag 1880014/936000
316.97/315.48	c cleaning 43001 clauses out of 86005 with flag 1968014/980000
338.98/337.43	c cleaning 43999 clauses out of 88004 with flag 2058014/1025000
361.28/359.72	c cleaning 45002 clauses out of 90006 with flag 2150016/1071001
385.28/383.70	c cleaning 46002 clauses out of 92003 with flag 2244014/1118000
411.15/409.50	c cleaning 47001 clauses out of 94001 with flag 2340014/1166000
439.56/437.89	c cleaning 48000 clauses out of 96000 with flag 2438014/1215000
471.47/469.80	c cleaning 48994 clauses out of 98000 with flag 2538014/1265000
504.49/502.79	c cleaning 50000 clauses out of 100007 with flag 2640016/1316001
540.18/538.40	c cleaning 50999 clauses out of 102006 with flag 2744014/1368000
581.60/579.88	c cleaning 51999 clauses out of 104007 with flag 2850014/1421000
617.50/615.74	c cleaning 53003 clauses out of 106009 with flag 2958016/1475001
656.22/654.47	c cleaning 53999 clauses out of 108006 with flag 3068016/1530001
695.63/693.84	c cleaning 54995 clauses out of 110006 with flag 3180014/1586000
738.64/736.83	c cleaning 56003 clauses out of 112012 with flag 3294016/1643001
783.96/782.17	c cleaning 57003 clauses out of 114009 with flag 3410016/1701001
832.47/830.43	c cleaning 58003 clauses out of 116006 with flag 3528016/1760001
882.19/880.18	c cleaning 58999 clauses out of 118003 with flag 3648016/1820001
932.59/930.51	c cleaning 59997 clauses out of 120003 with flag 3770014/1881000
984.20/982.17	c cleaning 61002 clauses out of 122007 with flag 3894016/1943001
1036.43/1034.40	c cleaning 62001 clauses out of 124004 with flag 4020014/2006000
1090.44/1088.38	c cleaning 63000 clauses out of 126003 with flag 4148014/2070000
1146.06/1143.95	c cleaning 63999 clauses out of 128003 with flag 4278014/2135000
1202.97/1200.84	c cleaning 64998 clauses out of 130004 with flag 4410014/2201000
1263.58/1261.42	c cleaning 66001 clauses out of 132006 with flag 4544014/2268000
1325.24/1322.80	c cleaning 67001 clauses out of 134005 with flag 4680014/2336000
1388.76/1386.36	c cleaning 68001 clauses out of 136006 with flag 4818018/2405002
1454.59/1452.11	c cleaning 69002 clauses out of 138003 with flag 4958014/2475000
1523.69/1521.23	c cleaning 69994 clauses out of 140001 with flag 5100014/2546000
1601.61/1599.12	c cleaning 71004 clauses out of 142009 with flag 5244018/2618002
1683.63/1681.16	c cleaning 72001 clauses out of 144004 with flag 5390016/2691001
1771.07/1768.59	c cleaning 72997 clauses out of 146002 with flag 5538014/2765000
1800.08/1797.59	c starts		: 65
1800.08/1797.59	c conflicts		: 2798601
1800.08/1797.59	c decisions		: 2828991
1800.08/1797.59	c propagations		: 16128723
1800.08/1797.59	c inspects		: 33075338658
1800.08/1797.59	c shortcuts		: 0
1800.08/1797.59	c learnt literals	: 2
1800.08/1797.59	c learnt binary clauses	: 5
1800.08/1797.59	c learnt ternary clauses	: 1
1800.08/1797.59	c learnt constraints	: 2798599
1800.08/1797.59	c ignored constraints	: 0
1800.08/1797.59	c root simplifications	: 0
1800.08/1797.59	c removed literals (reason simplification)	: 0
1800.08/1797.59	c reason swapping (by a shorter reason)	: 0
1800.08/1797.59	c Calls to reduceDB	: 70
1800.08/1797.59	c Number of update (reduction) of LBD	: 1635
1800.08/1797.59	c Imported unit clauses	: 0
1800.08/1797.59	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.59	c number of learned constraints concerned by reduction	: 0
1800.08/1797.59	c number of learning phase by resolution	: 0
1800.08/1797.59	c number of learning phase by cutting planes	: 0
1800.08/1797.59	c speed (assignments/second)	: 8976.59500220676
1800.08/1797.59	c non guided choices	144
1800.08/1797.59	c timeout
1800.42/1797.62	c learnt constraints type 
1800.42/1797.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
1800.42/1797.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106602
1800.42/1797.62	s UNKNOWN
1800.42/1797.62	c Total wall clock time (in seconds): 1797.515

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-4103652-1466246708/watcher-4103652-1466246708 -o /tmp/evaluation-result-4103652-1466246708/solver-4103652-1466246708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103652-1466246708.opb 

pid=17199
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.04 2.03 2.00 2/194 17202
/proc/meminfo: memFree=31122424/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 26716465 98570240 977 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 24065 977 743 9 0 16771 0
[pid=17202/tid=17203] ppid=17199 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 26716466 98570240 977 33554432000 1073741824 1073778376 140736539367296 140659205459496 206629062016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.04 2.03 2.00 2/194 17202
/proc/meminfo: memFree=31122424/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 4485 0 1 0 11 0 0 0 20 0 18 0 26716465 9787879424 6122 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2389619 6122 2157 9 0 2380296 0
[pid=17202/tid=17203] ppid=17199 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 26716466 9787879424 6122 33554432000 1073741824 1073778376 140736539367296 140659205462944 206632445197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 2.04 2.03 2.00 2/194 17202
/proc/meminfo: memFree=31122424/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 5271 0 1 0 31 0 0 0 20 0 18 0 26716465 9787879424 7549 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2389619 7549 2228 9 0 2380296 0
[pid=17202/tid=17203] ppid=17199 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 26716466 9787879424 7549 33554432000 1073741824 1073778376 140736539367296 140659205462944 140659055301863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 2.04 2.03 2.00 2/194 17202
/proc/meminfo: memFree=31122424/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 5897 0 1 0 50 1 0 0 20 0 18 0 26716465 9787879424 12037 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2389619 12037 2231 9 0 2380296 0
[pid=17202/tid=17203] ppid=17199 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2412 0 1 0 27 0 0 0 20 0 18 0 26716466 9787879424 12037 33554432000 1073741824 1073778376 140736539367296 140659205460632 140659054933564 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700348 s]
/proc/loadavg: 2.04 2.03 2.00 2/194 17202
/proc/meminfo: memFree=31122424/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9558476 CPUtime=1.27 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 10904 0 1 0 121 6 0 0 20 0 18 0 26716465 9787879424 46924 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2389619 46924 2263 9 0 2380296 0
[pid=17202/tid=17203] ppid=17199 vsize=9558476 CPUtime=0.64 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2467 0 1 0 62 2 0 0 20 0 18 0 26716466 9787879424 46924 33554432000 1073741824 1073778376 140736539367296 140659205463384 140659054893389 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 17221
/proc/meminfo: memFree=30939812/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9625040 CPUtime=2.56 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 14677 0 1 0 250 6 0 0 20 0 19 0 26716465 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2406260 47584 2275 9 0 2396937 0
[pid=17202/tid=17203] ppid=17199 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2477 0 1 0 142 3 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659205464136 140659055740220 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17205] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17205/stat : 17205 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659177917224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17206] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17206/stat : 17206 (java) S 17199 17202 16325 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659176864424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17207] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17207/stat : 17207 (java) S 17199 17202 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659175812136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17208] ppid=17199 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17202/task/17208/stat : 17208 (java) S 17199 17202 16325 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659174759336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17209] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17209/stat : 17209 (java) S 17199 17202 16325 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659173706024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17210] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17210/stat : 17210 (java) S 17199 17202 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659043903656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17211] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17211/stat : 17211 (java) S 17199 17202 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659042851368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17212] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17212/stat : 17212 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140659041798568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17213] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17213/stat : 17213 (java) S 17199 17202 16325 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 26716467 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658558851816 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17214] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17214/stat : 17214 (java) S 17199 17202 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658557797880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17215] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17215/stat : 17215 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658556745480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17216] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17216/stat : 17216 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658555693968 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17217] ppid=17199 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/17202/task/17217/stat : 17217 (java) S 17199 17202 16325 0 -1 4202560 6290 0 0 0 57 0 0 0 20 0 19 0 26716470 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658554640568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17218] ppid=17199 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/17202/task/17218/stat : 17218 (java) S 17199 17202 16325 0 -1 4202560 4506 0 0 0 39 0 0 0 20 0 19 0 26716470 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658553587768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17219] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17219/stat : 17219 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658552535672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17220] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17220/stat : 17220 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658551483080 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17221] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17221/stat : 17221 (java) S 17199 17202 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26716549 9856040960 47584 33554432000 1073741824 1073778376 140736539367296 140658550429096 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 17221
/proc/meminfo: memFree=30939316/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 14914 0 1 0 418 7 0 0 20 0 19 0 26716465 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2406260 47589 2279 9 0 2396937 0
[pid=17202/tid=17203] ppid=17199 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2479 0 1 0 302 3 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659205462496 140659055735622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17205] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17205/stat : 17205 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659177917224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17206] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17206/stat : 17206 (java) S 17199 17202 16325 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659176864424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17207] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17207/stat : 17207 (java) S 17199 17202 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659175812136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17208] ppid=17199 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17202/task/17208/stat : 17208 (java) S 17199 17202 16325 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659174759336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17209] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17209/stat : 17209 (java) S 17199 17202 16325 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659173706024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17210] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17210/stat : 17210 (java) S 17199 17202 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659043903656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17211] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17211/stat : 17211 (java) S 17199 17202 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659042851368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17212] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17212/stat : 17212 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716466 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140659041798568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17213] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17213/stat : 17213 (java) S 17199 17202 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26716467 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658558851816 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17214] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17214/stat : 17214 (java) S 17199 17202 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658557797880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17215] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17215/stat : 17215 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658556745480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17216] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17216/stat : 17216 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658555693968 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17217] ppid=17199 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/17202/task/17217/stat : 17217 (java) S 17199 17202 16325 0 -1 4202560 6524 0 0 0 62 0 0 0 20 0 19 0 26716470 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658554640568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17218] ppid=17199 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/17202/task/17218/stat : 17218 (java) S 17199 17202 16325 0 -1 4202560 4506 0 0 0 42 0 0 0 20 0 19 0 26716470 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658553587768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17219] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17219/stat : 17219 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658552535672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17220] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17220/stat : 17220 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658551483080 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17221] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17221/stat : 17221 (java) S 17199 17202 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26716549 9856040960 47589 33554432000 1073741824 1073778376 140736539367296 140658550429096 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.04 2.03 2.00 3/213 17221
/proc/meminfo: memFree=30892216/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9625040 CPUtime=7.58 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 15328 0 1 0 748 10 0 0 20 0 19 0 26716465 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2406260 55067 2279 9 0 2396937 0
[pid=17202/tid=17203] ppid=17199 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2481 0 1 0 618 3 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659205463296 140659055795646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17205] ppid=17199 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17202/task/17205/stat : 17205 (java) S 17199 17202 16325 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659177917224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17206] ppid=17199 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17202/task/17206/stat : 17206 (java) S 17199 17202 16325 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659176864424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17207] ppid=17199 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17202/task/17207/stat : 17207 (java) S 17199 17202 16325 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659175812136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17208] ppid=17199 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/17202/task/17208/stat : 17208 (java) S 17199 17202 16325 0 -1 4202560 103 0 0 0 3 2 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659174759336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17209] ppid=17199 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17202/task/17209/stat : 17209 (java) S 17199 17202 16325 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659173706024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17210] ppid=17199 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17202/task/17210/stat : 17210 (java) S 17199 17202 16325 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659043903656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17211] ppid=17199 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17202/task/17211/stat : 17211 (java) S 17199 17202 16325 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659042851368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17212] ppid=17199 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/17202/task/17212/stat : 17212 (java) S 17199 17202 16325 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 19 0 26716466 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140659041798568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17213] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17213/stat : 17213 (java) S 17199 17202 16325 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 26716467 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140658558851816 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17214] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17214/stat : 17214 (java) S 17199 17202 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140658557797880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17215] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17215/stat : 17215 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140658556745480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17216] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17216/stat : 17216 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140658555693968 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17217] ppid=17199 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/17202/task/17217/stat : 17217 (java) S 17199 17202 16325 0 -1 4202560 6524 0 0 0 63 0 0 0 20 0 19 0 26716470 9856040960 55067 33554432000 1073741824 1073778376 140736539367296 140658554640568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17218] ppid=17199 vsize=9625040 CPUtime=0.45 cores=1,3,5,7

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

[pid=17202/tid=17213] ppid=17199 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17202/task/17213/stat : 17213 (java) S 17199 17202 16325 0 -1 4202560 496 0 0 0 0 2 0 0 20 0 19 0 26716467 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658558851816 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17214] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17214/stat : 17214 (java) S 17199 17202 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658557797880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17215] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17215/stat : 17215 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658556745480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17216] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17216/stat : 17216 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658555693968 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17217] ppid=17199 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/17202/task/17217/stat : 17217 (java) S 17199 17202 16325 0 -1 4202560 6524 0 0 0 63 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658554640568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17218] ppid=17199 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/17202/task/17218/stat : 17218 (java) S 17199 17202 16325 0 -1 4202560 4522 0 0 0 47 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658553587768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17219] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17219/stat : 17219 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658552535672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17220] ppid=17199 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/17202/task/17220/stat : 17220 (java) S 17199 17202 16325 0 -1 4202560 99 0 0 0 33 41 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658551483080 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17221] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17221/stat : 17221 (java) S 17199 17202 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26716549 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658550429096 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 17354
/proc/meminfo: memFree=30331348/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9625040 CPUtime=1784.87 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 17475 0 1 0 178403 84 0 0 20 0 19 0 26716465 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2406260 199558 2280 9 0 2396937 0
[pid=17202/tid=17203] ppid=17199 vsize=9625040 CPUtime=1781.89 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2819 0 1 0 178154 35 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659205455552 140659055705153 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17205] ppid=17199 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17202/task/17205/stat : 17205 (java) S 17199 17202 16325 0 -1 4202560 216 0 0 0 14 6 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659177917224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17206] ppid=17199 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/17202/task/17206/stat : 17206 (java) S 17199 17202 16325 0 -1 4202560 105 0 0 0 8 2 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659176864424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17207] ppid=17199 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17202/task/17207/stat : 17207 (java) S 17199 17202 16325 0 -1 4202560 285 0 0 0 14 6 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659175812136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17208] ppid=17199 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/17202/task/17208/stat : 17208 (java) S 17199 17202 16325 0 -1 4202560 212 0 0 0 13 5 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659174759336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17209] ppid=17199 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17202/task/17209/stat : 17209 (java) S 17199 17202 16325 0 -1 4202560 400 0 0 0 14 6 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659173706024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17210] ppid=17199 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/17202/task/17210/stat : 17210 (java) S 17199 17202 16325 0 -1 4202560 119 0 0 0 10 4 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659043903656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17211] ppid=17199 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/17202/task/17211/stat : 17211 (java) S 17199 17202 16325 0 -1 4202560 71 0 0 0 6 4 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659042851368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17212] ppid=17199 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/17202/task/17212/stat : 17212 (java) S 17199 17202 16325 0 -1 4202560 345 0 0 0 10 4 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659041798568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17213] ppid=17199 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17202/task/17213/stat : 17213 (java) S 17199 17202 16325 0 -1 4202560 496 0 0 0 0 2 0 0 20 0 19 0 26716467 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658558851816 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17214] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17214/stat : 17214 (java) S 17199 17202 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658557797880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17215] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17215/stat : 17215 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658556745480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17216] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17216/stat : 17216 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658555693968 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17217] ppid=17199 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/17202/task/17217/stat : 17217 (java) S 17199 17202 16325 0 -1 4202560 6524 0 0 0 63 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658554640568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17218] ppid=17199 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/17202/task/17218/stat : 17218 (java) S 17199 17202 16325 0 -1 4202560 4522 0 0 0 47 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658553587768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17219] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17219/stat : 17219 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658552535672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17220] ppid=17199 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/17202/task/17220/stat : 17220 (java) S 17199 17202 16325 0 -1 4202560 103 0 0 0 35 42 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658551483080 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17221] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17221/stat : 17221 (java) S 17199 17202 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26716549 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658550429096 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 17354
/proc/meminfo: memFree=30309956/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 17475 0 1 0 179923 85 0 0 20 0 19 0 26716465 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2406260 199558 2280 9 0 2396937 0
[pid=17202/tid=17203] ppid=17199 vsize=9625040 CPUtime=1797.1 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) R 17199 17202 16325 0 -1 4202560 2819 0 1 0 179675 35 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659205455552 140659055735296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17205] ppid=17199 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17202/task/17205/stat : 17205 (java) S 17199 17202 16325 0 -1 4202560 216 0 0 0 14 6 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659177917224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17206] ppid=17199 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/17202/task/17206/stat : 17206 (java) S 17199 17202 16325 0 -1 4202560 105 0 0 0 8 2 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659176864424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17207] ppid=17199 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17202/task/17207/stat : 17207 (java) S 17199 17202 16325 0 -1 4202560 285 0 0 0 14 6 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659175812136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17208] ppid=17199 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/17202/task/17208/stat : 17208 (java) S 17199 17202 16325 0 -1 4202560 212 0 0 0 13 5 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659174759336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17209] ppid=17199 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17202/task/17209/stat : 17209 (java) S 17199 17202 16325 0 -1 4202560 400 0 0 0 14 6 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659173706024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17210] ppid=17199 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/17202/task/17210/stat : 17210 (java) S 17199 17202 16325 0 -1 4202560 119 0 0 0 10 4 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659043903656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17211] ppid=17199 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/17202/task/17211/stat : 17211 (java) S 17199 17202 16325 0 -1 4202560 71 0 0 0 6 4 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659042851368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17212] ppid=17199 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/17202/task/17212/stat : 17212 (java) S 17199 17202 16325 0 -1 4202560 345 0 0 0 10 4 0 0 20 0 19 0 26716466 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140659041798568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17202/tid=17213] ppid=17199 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/17202/task/17213/stat : 17213 (java) S 17199 17202 16325 0 -1 4202560 496 0 0 0 0 2 0 0 20 0 19 0 26716467 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658558851816 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17214] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17214/stat : 17214 (java) S 17199 17202 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658557797880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17215] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17215/stat : 17215 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26716468 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658556745480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17216] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17216/stat : 17216 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658555693968 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17217] ppid=17199 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/17202/task/17217/stat : 17217 (java) S 17199 17202 16325 0 -1 4202560 6524 0 0 0 63 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658554640568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17218] ppid=17199 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/17202/task/17218/stat : 17218 (java) S 17199 17202 16325 0 -1 4202560 4522 0 0 0 47 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658553587768 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17219] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17219/stat : 17219 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658552535672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17220] ppid=17199 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/17202/task/17220/stat : 17220 (java) S 17199 17202 16325 0 -1 4202560 103 0 0 0 35 43 0 0 20 0 19 0 26716470 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658551483080 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17221] ppid=17199 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17221/stat : 17221 (java) S 17199 17202 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26716549 9856040960 199558 33554432000 1073741824 1073778376 140736539367296 140658550429096 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 17202 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.61 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 17354
/proc/meminfo: memFree=30309956/32872528 swapFree=534252/566956
[pid=17202] ppid=17199 vsize=9758168 CPUtime=1800.42 cores=1,3,5,7
/proc/17202/stat : 17202 (java) S 17199 17202 16325 0 -1 4202496 17711 0 1 0 179945 97 0 0 20 0 20 0 26716465 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140736539358432 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17202/statm: 2439542 225704 2284 9 0 2430219 0
[pid=17202/tid=17203] ppid=17199 vsize=9758168 CPUtime=1797.11 cores=1,3,5,7
/proc/17202/task/17203/stat : 17203 (java) S 17199 17202 16325 0 -1 4202560 2819 0 1 0 179676 35 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659205465496 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17205] ppid=17199 vsize=9758168 CPUtime=0.23 cores=1,3,5,7
/proc/17202/task/17205/stat : 17205 (java) S 17199 17202 16325 0 -1 4202560 237 0 0 0 16 7 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659177917224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17206] ppid=17199 vsize=9758168 CPUtime=0.13 cores=1,3,5,7
/proc/17202/task/17206/stat : 17206 (java) S 17199 17202 16325 0 -1 4202560 119 0 0 0 9 4 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659176864424 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17207] ppid=17199 vsize=9758168 CPUtime=0.28 cores=1,3,5,7
/proc/17202/task/17207/stat : 17207 (java) S 17199 17202 16325 0 -1 4202560 335 0 0 0 19 9 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659175812136 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17208] ppid=17199 vsize=9758168 CPUtime=0.2 cores=1,3,5,7
/proc/17202/task/17208/stat : 17208 (java) S 17199 17202 16325 0 -1 4202560 228 0 0 0 14 6 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659174759336 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17209] ppid=17199 vsize=9758168 CPUtime=0.23 cores=1,3,5,7
/proc/17202/task/17209/stat : 17209 (java) S 17199 17202 16325 0 -1 4202560 416 0 0 0 15 8 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659173706024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17210] ppid=17199 vsize=9758168 CPUtime=0.17 cores=1,3,5,7
/proc/17202/task/17210/stat : 17210 (java) S 17199 17202 16325 0 -1 4202560 135 0 0 0 12 5 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659043903656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17211] ppid=17199 vsize=9758168 CPUtime=0.12 cores=1,3,5,7
/proc/17202/task/17211/stat : 17211 (java) S 17199 17202 16325 0 -1 4202560 88 0 0 0 8 4 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659042851368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17212] ppid=17199 vsize=9758168 CPUtime=0.22 cores=1,3,5,7
/proc/17202/task/17212/stat : 17212 (java) S 17199 17202 16325 0 -1 4202560 395 0 0 0 15 7 0 0 20 0 20 0 26716466 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140659041798568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17213] ppid=17199 vsize=9758168 CPUtime=0.02 cores=1,3,5,7
/proc/17202/task/17213/stat : 17213 (java) S 17199 17202 16325 0 -1 4202560 497 0 0 0 0 2 0 0 20 0 20 0 26716467 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658558851816 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17214] ppid=17199 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17214/stat : 17214 (java) S 17199 17202 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 26716468 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658557797880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17215] ppid=17199 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17215/stat : 17215 (java) S 17199 17202 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 26716468 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658556745480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17216] ppid=17199 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17216/stat : 17216 (java) S 17199 17202 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 26716470 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658555693968 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17217] ppid=17199 vsize=9758168 CPUtime=0.63 cores=1,3,5,7
/proc/17202/task/17217/stat : 17217 (java) S 17199 17202 16325 0 -1 4202560 6524 0 0 0 63 0 0 0 20 0 20 0 26716470 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658554640568 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17202/tid=17218] ppid=17199 vsize=9758168 CPUtime=0.48 cores=1,3,5,7
/proc/17202/task/17218/stat : 17218 (java) R 17199 17202 16325 0 -1 4202560 4526 0 0 0 48 0 0 0 20 0 20 0 26716470 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658553587768 140659209038204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17202/tid=17219] ppid=17199 vsize=9758168 CPUtime=0 cores=1,3,5,7
/proc/17202/task/17219/stat : 17219 (java) S 17199 17202 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 26716470 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658552535672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17202/tid=17220] ppid=17199 vsize=9758168 CPUtime=0.78 cores=1,3,5,7
/proc/17202/task/17220/stat : 17220 (java) S 17199 17202 16325 0 -1 4202560 103 0 0 0 35 43 0 0 20 0 20 0 26716470 9992364032 225704 33554432000 1073741824 1073778376 140736539367296 140658551483080 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 9758168

Child status: 143
Real time (s): 1797.62
CPU time (s): 1800.91
CPU user time (s): 1799.46
CPU system time (s): 1.44978
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 9758168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 1.44978
maximum resident set size= 902860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17724
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38167
involuntary context switches= 3006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7199 second user time and 10.7054 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 12:45:08
IDJOB=4103652
IDBENCH=2421
IDSOLVER=2546
FILE ID=node138/4103652-1466246708
RUNJOBID= node138-1466241309-16342
PBS_JOBID= 19918205
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-bnl1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103652-1466246708/watcher-4103652-1466246708 -o /tmp/evaluation-result-4103652-1466246708/solver-4103652-1466246708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16342 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103652-1466246708.opb

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

MD5SUM BENCH= 6c2572528741ab95a20df4da6c9423f7
RANDOM SEED=1438252503

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31122844 kB
Buffers:          123860 kB
Cached:           141492 kB
SwapCached:         1060 kB
Active:           266176 kB
Inactive:         179216 kB
Active(anon):     180496 kB
Inactive(anon):     1692 kB
Active(file):      85680 kB
Inactive(file):   177524 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:              6240 kB
Writeback:             0 kB
AnonPages:        830368 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             605180 kB
SReclaimable:      48532 kB
SUnreclaim:       556648 kB
KernelStack:        1760 kB
PageTables:         6072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1255452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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= 71728 MiB
End job on node138 at 2016-06-18 13:15:06