Trace number 4102021

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.06 1796.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0548.opb
MD5SUM38a2c469f9dc1120b8fe634a693ac03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10087
Best CPU time to get the best result obtained on this benchmark1800.65
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10829
Optimality of the best value was proved NO
Number of variables548
Total number of constraints166
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints126
Minimum length of a constraint2
Maximum length of a constraint143
Number of terms in the objective function 416
Biggest coefficient in the objective function 11000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 96797
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 11000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 96797
Number of bits of the biggest sum of numbers17
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-4102021-1466228087.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.18	c ... done. Wall clock time 0.078s.
0.11/0.18	c declared #vars     548
0.11/0.18	c #constraints  166
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 104
0.11/0.18	c 166 constraints processed.
0.11/0.18	c objective function length is 416 literals
0.80/0.54	c cleaning 2500 clauses out of 5000 with flag 11080/5000
1.24/0.85	c cleaning 4251 clauses out of 8501 with flag 23540/11001
1.83/1.13	c cleaning 5623 clauses out of 11249 with flag 37924/18000
2.61/1.68	c cleaning 6814 clauses out of 13627 with flag 54260/26001
3.34/2.38	c cleaning 7905 clauses out of 15813 with flag 72518/35001
4.14/3.10	c cleaning 8955 clauses out of 17909 with flag 92917/45002
4.84/3.85	c cleaning 9974 clauses out of 19952 with flag 115556/56000
5.74/4.75	c cleaning 10986 clauses out of 21979 with flag 140653/68001
6.74/5.76	c cleaning 11995 clauses out of 23993 with flag 167424/81001
7.84/6.90	c cleaning 12995 clauses out of 25997 with flag 196321/95000
9.23/8.24	c cleaning 14001 clauses out of 28002 with flag 226979/110000
10.94/9.96	c cleaning 14996 clauses out of 30002 with flag 259742/126001
12.83/11.80	c cleaning 16000 clauses out of 32006 with flag 294435/143001
14.63/13.62	c cleaning 17001 clauses out of 34006 with flag 331470/161001
16.63/15.61	c cleaning 18000 clauses out of 36005 with flag 370675/180001
18.83/17.89	c cleaning 19000 clauses out of 38004 with flag 411760/200000
21.44/20.48	c cleaning 20003 clauses out of 40006 with flag 454963/221002
24.14/23.13	c cleaning 20998 clauses out of 42001 with flag 499933/243000
26.34/25.37	c cleaning 21999 clauses out of 44003 with flag 547199/266000
28.83/27.84	c cleaning 23001 clauses out of 46004 with flag 596534/290000
31.43/30.45	c cleaning 24000 clauses out of 48003 with flag 647725/315000
34.43/33.49	c cleaning 25002 clauses out of 50003 with flag 701287/341000
38.08/37.09	c cleaning 25994 clauses out of 52001 with flag 756774/368000
41.68/40.62	c cleaning 27002 clauses out of 54008 with flag 814233/396001
45.58/44.51	c cleaning 28000 clauses out of 56006 with flag 874142/425001
50.08/49.01	c cleaning 29001 clauses out of 58005 with flag 936603/455000
53.99/52.93	c cleaning 29998 clauses out of 60005 with flag 1000264/486001
57.88/56.84	c cleaning 31002 clauses out of 62007 with flag 1066059/518001
61.78/60.78	c cleaning 31996 clauses out of 64004 with flag 1133904/551000
66.19/65.13	c cleaning 33003 clauses out of 66010 with flag 1203993/585002
70.69/69.61	c cleaning 34001 clauses out of 68006 with flag 1275996/620001
75.28/74.27	c cleaning 35002 clauses out of 70006 with flag 1350109/656002
80.29/79.29	c cleaning 35997 clauses out of 72004 with flag 1425739/693002
85.58/84.51	c cleaning 36998 clauses out of 74005 with flag 1503717/731000
91.34/90.22	c cleaning 38001 clauses out of 76007 with flag 1584048/770000
96.94/95.83	c cleaning 39002 clauses out of 78007 with flag 1666248/810001
102.83/101.75	c cleaning 39999 clauses out of 80004 with flag 1750543/851000
108.83/107.78	c cleaning 41002 clauses out of 82006 with flag 1836475/893001
115.24/114.17	c cleaning 42002 clauses out of 84004 with flag 1925253/936001
122.25/121.18	c cleaning 43001 clauses out of 86002 with flag 2015453/980001
130.34/129.21	c cleaning 43996 clauses out of 88000 with flag 2108080/1025000
138.34/137.20	c cleaning 45005 clauses out of 90009 with flag 2202401/1071005
147.55/146.40	c cleaning 45997 clauses out of 92000 with flag 2298837/1118001
156.57/155.45	c cleaning 46997 clauses out of 94003 with flag 2397433/1166001
165.36/164.26	c cleaning 48003 clauses out of 96007 with flag 2497684/1215002
174.87/173.73	c cleaning 48998 clauses out of 98003 with flag 2600917/1265001
184.66/183.51	c cleaning 50000 clauses out of 100005 with flag 2705510/1316001
194.96/193.90	c cleaning 50995 clauses out of 102004 with flag 2812599/1368000
205.36/204.29	c cleaning 52005 clauses out of 104009 with flag 2921338/1421000
216.36/215.28	c cleaning 53000 clauses out of 106005 with flag 3032378/1475001
226.82/225.68	c cleaning 53998 clauses out of 108005 with flag 3145373/1530001
237.62/236.44	c cleaning 54999 clauses out of 110006 with flag 3259938/1586000
249.22/248.06	c cleaning 56001 clauses out of 112007 with flag 3377082/1643000
263.43/262.29	c cleaning 57001 clauses out of 114008 with flag 3496508/1701002
277.03/275.80	c cleaning 57999 clauses out of 116007 with flag 3617412/1760002
292.84/291.61	c cleaning 59001 clauses out of 118006 with flag 3739958/1820000
309.54/308.20	c cleaning 59997 clauses out of 120005 with flag 3865164/1881000
324.74/323.50	c cleaning 61000 clauses out of 122008 with flag 3992205/1943000
341.84/340.50	c cleaning 62002 clauses out of 124008 with flag 4120693/2006000
361.95/360.63	c cleaning 62997 clauses out of 126006 with flag 4250329/2070000
377.65/376.37	c cleaning 64006 clauses out of 128011 with flag 4383784/2135002
395.06/393.74	c cleaning 64995 clauses out of 130004 with flag 4518762/2201001
416.00/414.52	c cleaning 66003 clauses out of 132008 with flag 4656059/2268000
436.22/434.78	c cleaning 67000 clauses out of 134006 with flag 4795431/2336001
456.52/455.09	c cleaning 68003 clauses out of 136005 with flag 4936490/2405000
478.22/476.71	c cleaning 68997 clauses out of 138002 with flag 5080362/2475000
503.93/502.40	c cleaning 70001 clauses out of 140007 with flag 5226306/2546002
527.46/525.83	c cleaning 71000 clauses out of 142005 with flag 5373906/2618001
555.76/554.15	c cleaning 72000 clauses out of 144004 with flag 5523730/2691000
583.27/581.61	c cleaning 72995 clauses out of 146005 with flag 5674991/2765001
608.18/606.56	c cleaning 73999 clauses out of 148010 with flag 5828714/2840001
633.65/631.87	c cleaning 75002 clauses out of 150010 with flag 5984531/2916000
657.15/655.36	c cleaning 76000 clauses out of 152008 with flag 6143330/2993000
681.86/680.04	c cleaning 77004 clauses out of 154009 with flag 6303384/3071001
709.46/707.62	c cleaning 78001 clauses out of 156005 with flag 6465564/3150001
740.47/738.51	c cleaning 78997 clauses out of 158004 with flag 6630402/3230001
768.78/766.85	c cleaning 80003 clauses out of 160006 with flag 6796524/3311000
798.49/796.58	c cleaning 81001 clauses out of 162003 with flag 6965082/3393000
827.41/825.35	c cleaning 82000 clauses out of 164003 with flag 7135656/3476001
860.02/857.95	c cleaning 83003 clauses out of 166005 with flag 7309196/3560003
890.21/888.17	c cleaning 83997 clauses out of 167999 with flag 7483974/3645000
923.12/920.98	c cleaning 84999 clauses out of 170003 with flag 7660347/3731001
950.12/947.94	c cleaning 86000 clauses out of 172005 with flag 7869120/3818002
980.42/978.14	c cleaning 87002 clauses out of 174006 with flag 8086358/3906003
1012.83/1010.57	c cleaning 87999 clauses out of 176001 with flag 8309793/3995000
1046.03/1043.72	c cleaning 88996 clauses out of 178002 with flag 8534875/4085000
1090.44/1088.06	c cleaning 89992 clauses out of 180006 with flag 8764142/4176000
1139.05/1136.69	c cleaning 91003 clauses out of 182016 with flag 8994165/4268002
1185.03/1182.45	c cleaning 92000 clauses out of 184011 with flag 9226185/4361000
1225.24/1222.67	c cleaning 93000 clauses out of 186013 with flag 9461082/4455002
1269.36/1266.79	c cleaning 94001 clauses out of 188013 with flag 9700812/4550002
1312.61/1309.90	c cleaning 95003 clauses out of 190011 with flag 9944663/4646001
1361.22/1358.54	c cleaning 95998 clauses out of 192008 with flag 10188729/4743001
1405.10/1402.37	c cleaning 97002 clauses out of 194010 with flag 10403990/4841001
1454.51/1451.73	c cleaning 97997 clauses out of 196008 with flag 10650867/4940001
1514.01/1511.19	c cleaning 99004 clauses out of 198011 with flag 10905798/5040001
1564.82/1561.97	c cleaning 100000 clauses out of 200008 with flag 11173286/5141002
1617.94/1615.01	c cleaning 100999 clauses out of 202007 with flag 11431812/5243001
1687.49/1684.45	c cleaning 102000 clauses out of 204008 with flag 11694493/5346001
1745.20/1742.19	c cleaning 103000 clauses out of 206007 with flag 11966358/5450000
1800.06/1796.90	c starts		: 1
1800.06/1796.90	c conflicts		: 5532013
1800.06/1796.90	c decisions		: 6335169
1800.06/1796.90	c propagations		: 69154376
1800.06/1796.90	c inspects		: 36406008400
1800.06/1796.90	c shortcuts		: 0
1800.06/1796.90	c learnt literals	: 0
1800.06/1796.90	c learnt binary clauses	: 1
1800.06/1796.90	c learnt ternary clauses	: 1
1800.06/1796.90	c learnt constraints	: 5532013
1800.06/1796.90	c ignored constraints	: 0
1800.06/1796.90	c root simplifications	: 0
1800.06/1796.90	c removed literals (reason simplification)	: 0
1800.06/1796.90	c reason swapping (by a shorter reason)	: 0
1800.06/1796.90	c Calls to reduceDB	: 100
1800.06/1796.90	c timeout
1800.06/1796.90	c Number of update (reduction) of LBD	: 146577
1800.06/1796.90	c Imported unit clauses	: 0
1800.06/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.90	c number of learned constraints concerned by reduction	: 0
1800.06/1796.90	c number of learning phase by resolution	: 0
1800.06/1796.90	c number of learning phase by cutting planes	: 0
1800.06/1796.90	c speed (assignments/second)	: 38489.23705418763
1800.06/1796.90	c non guided choices	12
1800.06/1796.93	c learnt constraints type 
1800.06/1796.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.06/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 185019
1800.06/1796.93	s UNKNOWN
1800.06/1796.93	c Total wall clock time (in seconds): 1796.832

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-4102021-1466228087/watcher-4102021-1466228087 -o /tmp/evaluation-result-4102021-1466228087/solver-4102021-1466228087 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102021-1466228087.opb 

pid=15246
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.10 2.05 2.01 3/192 15249
/proc/meminfo: memFree=31128996/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 24858827 98570240 978 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 24065 978 744 9 0 16771 0
[pid=15249/tid=15250] ppid=15246 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 24858827 98570240 978 33554432000 1073741824 1073778376 140735464507920 140697899433512 235374724480 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100194 s]
/proc/loadavg: 2.10 2.05 2.01 3/192 15249
/proc/meminfo: memFree=31128996/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 4563 0 1 0 10 1 0 0 20 0 18 0 24858827 9787879424 5683 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2389619 5683 2157 9 0 2380296 0
[pid=15249/tid=15250] ppid=15246 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2430 0 1 0 6 2 0 0 20 0 18 0 24858827 9787879424 5683 33554432000 1073741824 1073778376 140735464507920 140697899436960 235378107661 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.200283 s]
/proc/loadavg: 2.10 2.05 2.01 3/192 15249
/proc/meminfo: memFree=31128996/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 4785 0 1 0 24 1 0 0 20 0 19 0 24858827 9856040960 6877 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 6877 2207 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2459 0 1 0 16 2 0 0 20 0 19 0 24858827 9856040960 6877 33554432000 1073741824 1073778376 140735464507920 140697899438488 140697771371625 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300302 s]
/proc/loadavg: 2.10 2.05 2.01 3/192 15249
/proc/meminfo: memFree=31128996/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 7056 0 1 0 51 2 0 0 20 0 19 0 24858827 9856040960 8206 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 8206 2244 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2460 0 1 0 26 2 0 0 20 0 19 0 24858827 9856040960 8206 33554432000 1073741824 1073778376 140735464507920 140697899438248 140697771707111 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700212 s]
/proc/loadavg: 2.10 2.05 2.01 3/192 15249
/proc/meminfo: memFree=31128996/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 8776 0 1 0 111 2 0 0 20 0 19 0 24858827 9856040960 8788 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 8788 2254 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2461 0 1 0 66 2 0 0 20 0 19 0 24858827 9856040960 8788 33554432000 1073741824 1073778376 140735464507920 140697899438360 140697771786884 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.10 2.05 2.01 3/211 15268
/proc/meminfo: memFree=31084332/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=2.51 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 18359 0 1 0 248 3 0 0 20 0 19 0 24858827 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 13859 2256 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2465 0 1 0 145 2 0 0 20 0 19 0 24858827 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697899438392 140697771885497 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15252] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15252/stat : 15252 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697743518632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15253] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15253/stat : 15253 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697742466088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15254] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15254/stat : 15254 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697741413032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15255] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15255/stat : 15255 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697740360488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15256] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15256/stat : 15256 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697739307432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15257] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15257/stat : 15257 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697738254888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15258] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15258/stat : 15258 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697737201832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15259] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15259/stat : 15259 (java) S 15246 15249 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697736149288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15260] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15260/stat : 15260 (java) S 15246 15249 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697723738984 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15261] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15261/stat : 15261 (java) S 15246 15249 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697722685304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15262] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15262/stat : 15262 (java) S 15246 15249 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697721632136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15263] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15263/stat : 15263 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697720580880 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15264] ppid=15246 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/15249/task/15264/stat : 15264 (java) S 15246 15249 11879 0 -1 4202560 12956 0 0 0 78 2 0 0 20 0 19 0 24858831 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697719527736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15265] ppid=15246 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15249/task/15265/stat : 15265 (java) S 15246 15249 11879 0 -1 4202560 1661 0 0 0 21 0 0 0 20 0 19 0 24858831 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697718475192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15266] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15266/stat : 15266 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697717422328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15267] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15267/stat : 15267 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697716369992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15268] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15268/stat : 15268 (java) S 15246 15249 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24858845 9856040960 13859 33554432000 1073741824 1073778376 140735464507920 140697715217960 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.09 2.05 2.01 3/211 15268
/proc/meminfo: memFree=31077196/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 18364 0 1 0 410 4 0 0 20 0 19 0 24858827 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 15908 2256 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2469 0 1 0 303 2 0 0 20 0 19 0 24858827 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697899429568 140697771968472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15252] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15252/stat : 15252 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697743518632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15253] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15253/stat : 15253 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697742466088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15254] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15254/stat : 15254 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697741413032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15255] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15255/stat : 15255 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697740360488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15256] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15256/stat : 15256 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697739307432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15257] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15257/stat : 15257 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697738254888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15258] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15258/stat : 15258 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697737201832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15259] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15259/stat : 15259 (java) S 15246 15249 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697736149288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15260] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15260/stat : 15260 (java) S 15246 15249 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697723738984 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15261] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15261/stat : 15261 (java) S 15246 15249 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697722685304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15262] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15262/stat : 15262 (java) S 15246 15249 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697721632136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15263] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15263/stat : 15263 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697720580880 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15264] ppid=15246 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/15249/task/15264/stat : 15264 (java) S 15246 15249 11879 0 -1 4202560 12957 0 0 0 81 2 0 0 20 0 19 0 24858831 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697719527736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15265] ppid=15246 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15249/task/15265/stat : 15265 (java) S 15246 15249 11879 0 -1 4202560 1661 0 0 0 21 0 0 0 20 0 19 0 24858831 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697718475192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15266] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15266/stat : 15266 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697717422328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15267] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15267/stat : 15267 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697716369992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15268] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15268/stat : 15268 (java) S 15246 15249 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24858845 9856040960 15908 33554432000 1073741824 1073778376 140735464507920 140697715217960 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.09 2.05 2.01 3/211 15268
/proc/meminfo: memFree=31062584/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=7.34 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 18373 0 1 0 730 4 0 0 20 0 19 0 24858827 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 19450 2257 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2477 0 1 0 623 2 0 0 20 0 19 0 24858827 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697899429568 140697771787525 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15252] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15252/stat : 15252 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697743518632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15253] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15253/stat : 15253 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697742466088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15254] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15254/stat : 15254 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697741413032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15255] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15255/stat : 15255 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697740360488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15256] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15256/stat : 15256 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697739307432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15257] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15257/stat : 15257 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697738254888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15258] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15258/stat : 15258 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697737201832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15259] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15259/stat : 15259 (java) S 15246 15249 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24858828 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697736149288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15260] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15260/stat : 15260 (java) S 15246 15249 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697723738984 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15261] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15261/stat : 15261 (java) S 15246 15249 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697722685304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15262] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15262/stat : 15262 (java) S 15246 15249 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697721632136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15263] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15263/stat : 15263 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697720580880 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15264] ppid=15246 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/15249/task/15264/stat : 15264 (java) S 15246 15249 11879 0 -1 4202560 12957 0 0 0 81 2 0 0 20 0 19 0 24858831 9856040960 19450 33554432000 1073741824 1073778376 140735464507920 140697719527736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15265] ppid=15246 vsize=9625040 CPUtime=0.21 cores=1,3,5,7

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

[pid=15249/tid=15268] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15268/stat : 15268 (java) S 15246 15249 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24858845 9856040960 133650 33554432000 1073741824 1073778376 140735464507920 140697715217960 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/211 15466
/proc/meminfo: memFree=30307604/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=1785.46 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 21564 0 1 0 178471 75 0 0 20 0 19 0 24858827 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 135371 2271 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=1777.01 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2545 0 1 0 177671 30 0 0 20 0 19 0 24858827 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697899437232 140697771782573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15252] ppid=15246 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/15249/task/15252/stat : 15252 (java) S 15246 15249 11879 0 -1 4202560 252 0 0 0 19 4 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697743518632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15253] ppid=15246 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15249/task/15253/stat : 15253 (java) S 15246 15249 11879 0 -1 4202560 303 0 0 0 21 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697742466088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15254] ppid=15246 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15249/task/15254/stat : 15254 (java) S 15246 15249 11879 0 -1 4202560 471 0 0 0 25 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697741413032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15255] ppid=15246 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15249/task/15255/stat : 15255 (java) S 15246 15249 11879 0 -1 4202560 200 0 0 0 22 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697740360488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15256] ppid=15246 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15249/task/15256/stat : 15256 (java) S 15246 15249 11879 0 -1 4202560 302 0 0 0 26 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697739307432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15257] ppid=15246 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15249/task/15257/stat : 15257 (java) S 15246 15249 11879 0 -1 4202560 263 0 0 0 26 4 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697738254888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15258] ppid=15246 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15249/task/15258/stat : 15258 (java) S 15246 15249 11879 0 -1 4202560 618 0 0 0 30 7 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697737201832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15259] ppid=15246 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15249/task/15259/stat : 15259 (java) S 15246 15249 11879 0 -1 4202560 508 0 0 0 26 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697736149288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15260] ppid=15246 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/15249/task/15260/stat : 15260 (java) S 15246 15249 11879 0 -1 4202560 111 0 0 0 1 1 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697723738984 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15261] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15261/stat : 15261 (java) S 15246 15249 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697722685304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15262] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15262/stat : 15262 (java) S 15246 15249 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697721632136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15263] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15263/stat : 15263 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697720580880 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15264] ppid=15246 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/15249/task/15264/stat : 15264 (java) S 15246 15249 11879 0 -1 4202560 12963 0 0 0 83 2 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697719527736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15265] ppid=15246 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15249/task/15265/stat : 15265 (java) S 15246 15249 11879 0 -1 4202560 1661 0 0 0 21 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697718475192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15266] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15266/stat : 15266 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697717422328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15267] ppid=15246 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/15249/task/15267/stat : 15267 (java) S 15246 15249 11879 0 -1 4202560 104 0 0 0 33 32 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697716369992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15268] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15268/stat : 15268 (java) S 15246 15249 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24858845 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697715217960 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.02 2.05 2.00 3/211 15466
/proc/meminfo: memFree=30309472/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 21564 0 1 0 179931 75 0 0 20 0 19 0 24858827 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 135371 2271 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=1791.57 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2545 0 1 0 179127 30 0 0 20 0 19 0 24858827 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697899437232 140697771782573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15252] ppid=15246 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/15249/task/15252/stat : 15252 (java) S 15246 15249 11879 0 -1 4202560 252 0 0 0 19 4 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697743518632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15253] ppid=15246 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15249/task/15253/stat : 15253 (java) S 15246 15249 11879 0 -1 4202560 303 0 0 0 21 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697742466088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15254] ppid=15246 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15249/task/15254/stat : 15254 (java) S 15246 15249 11879 0 -1 4202560 471 0 0 0 25 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697741413032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15255] ppid=15246 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15249/task/15255/stat : 15255 (java) S 15246 15249 11879 0 -1 4202560 200 0 0 0 22 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697740360488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15256] ppid=15246 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15249/task/15256/stat : 15256 (java) S 15246 15249 11879 0 -1 4202560 302 0 0 0 26 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697739307432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15257] ppid=15246 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15249/task/15257/stat : 15257 (java) S 15246 15249 11879 0 -1 4202560 263 0 0 0 26 4 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697738254888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15258] ppid=15246 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15249/task/15258/stat : 15258 (java) S 15246 15249 11879 0 -1 4202560 618 0 0 0 30 7 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697737201832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15259] ppid=15246 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15249/task/15259/stat : 15259 (java) S 15246 15249 11879 0 -1 4202560 508 0 0 0 26 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697736149288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15260] ppid=15246 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/15249/task/15260/stat : 15260 (java) S 15246 15249 11879 0 -1 4202560 111 0 0 0 1 1 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697723738984 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15261] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15261/stat : 15261 (java) S 15246 15249 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697722685304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15262] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15262/stat : 15262 (java) S 15246 15249 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697721632136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15263] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15263/stat : 15263 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697720580880 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15264] ppid=15246 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/15249/task/15264/stat : 15264 (java) S 15246 15249 11879 0 -1 4202560 12963 0 0 0 83 2 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697719527736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15265] ppid=15246 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15249/task/15265/stat : 15265 (java) S 15246 15249 11879 0 -1 4202560 1661 0 0 0 21 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697718475192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15266] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15266/stat : 15266 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697717422328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15267] ppid=15246 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/15249/task/15267/stat : 15267 (java) S 15246 15249 11879 0 -1 4202560 104 0 0 0 33 32 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697716369992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15268] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15268/stat : 15268 (java) S 15246 15249 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24858845 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697715217960 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 15249 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.02 2.05 2.00 3/211 15466
/proc/meminfo: memFree=30309472/32872528 swapFree=447868/480572
[pid=15249] ppid=15246 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/15249/stat : 15249 (java) S 15246 15249 11879 0 -1 4202496 21564 0 1 0 179931 75 0 0 20 0 19 0 24858827 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140735464499056 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/15249/statm: 2406260 135371 2271 9 0 2396937 0
[pid=15249/tid=15250] ppid=15246 vsize=9625040 CPUtime=1791.57 cores=1,3,5,7
/proc/15249/task/15250/stat : 15250 (java) R 15246 15249 11879 0 -1 4202560 2545 0 1 0 179127 30 0 0 20 0 19 0 24858827 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697899437232 140697771782573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15252] ppid=15246 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/15249/task/15252/stat : 15252 (java) S 15246 15249 11879 0 -1 4202560 252 0 0 0 19 4 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697743518632 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15253] ppid=15246 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15249/task/15253/stat : 15253 (java) S 15246 15249 11879 0 -1 4202560 303 0 0 0 21 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697742466088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15254] ppid=15246 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15249/task/15254/stat : 15254 (java) S 15246 15249 11879 0 -1 4202560 471 0 0 0 25 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697741413032 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15255] ppid=15246 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15249/task/15255/stat : 15255 (java) S 15246 15249 11879 0 -1 4202560 200 0 0 0 22 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697740360488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15249/tid=15256] ppid=15246 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15249/task/15256/stat : 15256 (java) S 15246 15249 11879 0 -1 4202560 302 0 0 0 26 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697739307432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15257] ppid=15246 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/15249/task/15257/stat : 15257 (java) S 15246 15249 11879 0 -1 4202560 263 0 0 0 26 4 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697738254888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15258] ppid=15246 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/15249/task/15258/stat : 15258 (java) S 15246 15249 11879 0 -1 4202560 618 0 0 0 30 7 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697737201832 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15259] ppid=15246 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/15249/task/15259/stat : 15259 (java) S 15246 15249 11879 0 -1 4202560 508 0 0 0 26 5 0 0 20 0 19 0 24858828 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697736149288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15260] ppid=15246 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/15249/task/15260/stat : 15260 (java) S 15246 15249 11879 0 -1 4202560 111 0 0 0 1 1 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697723738984 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15261] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15261/stat : 15261 (java) S 15246 15249 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697722685304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15262] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15262/stat : 15262 (java) S 15246 15249 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24858829 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697721632136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15263] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15263/stat : 15263 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697720580880 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15264] ppid=15246 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/15249/task/15264/stat : 15264 (java) S 15246 15249 11879 0 -1 4202560 12963 0 0 0 83 2 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697719527736 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15249/tid=15265] ppid=15246 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15249/task/15265/stat : 15265 (java) S 15246 15249 11879 0 -1 4202560 1661 0 0 0 21 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697718475192 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15266] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15266/stat : 15266 (java) S 15246 15249 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697717422328 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15249/tid=15267] ppid=15246 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/15249/task/15267/stat : 15267 (java) S 15246 15249 11879 0 -1 4202560 104 0 0 0 33 32 0 0 20 0 19 0 24858831 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697716369992 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15249/tid=15268] ppid=15246 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15249/task/15268/stat : 15268 (java) S 15246 15249 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24858845 9856040960 135371 33554432000 1073741824 1073778376 140735464507920 140697715217960 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.94
CPU time (s): 1800.06
CPU user time (s): 1799.31
CPU system time (s): 0.75
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.78
system time used= 1.18982
maximum resident set size= 542832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21609
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38441
involuntary context switches= 4936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8815 second user time and 13.7339 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 07:34:47
IDJOB=4102021
IDBENCH=1866
IDSOLVER=2546
FILE ID=node104/4102021-1466228087
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0548.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102021-1466228087/watcher-4102021-1466228087 -o /tmp/evaluation-result-4102021-1466228087/solver-4102021-1466228087 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102021-1466228087.opb

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

MD5SUM BENCH= 38a2c469f9dc1120b8fe634a693ac03d
RANDOM SEED=1646253456

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        31130168 kB
Buffers:          105452 kB
Cached:           122864 kB
SwapCached:        40452 kB
Active:           319128 kB
Inactive:         207700 kB
Active(anon):     261156 kB
Inactive(anon):    39968 kB
Active(file):      57972 kB
Inactive(file):   167732 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:        739944 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             602500 kB
SReclaimable:      46108 kB
SUnreclaim:       556392 kB
KernelStack:        1568 kB
PageTables:         6332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     880620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 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= 71700 MiB
End job on node104 at 2016-06-18 08:04:44