Trace number 4099829

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.04 1789.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370e.opb
MD5SUMec90eecae558bb98c83f0a39ee76567f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654958
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654958
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4099829-1466207910.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
1.98/1.39	c ... done. Wall clock time 1.274s.
1.98/1.39	c declared #vars     155000
1.98/1.39	c #constraints  5300
1.98/1.39	c constraints type 
1.98/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
1.98/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5266
1.98/1.39	c 5300 constraints processed.
1.98/1.39	c objective function length is 155000 literals
4.80/3.45	c cleaning 2499 clauses out of 5000 with flag 10000/5000
7.07/5.65	c cleaning 4249 clauses out of 8503 with flag 22004/11002
9.86/8.42	c cleaning 5624 clauses out of 11253 with flag 36002/18001
13.12/11.48	c cleaning 6806 clauses out of 13630 with flag 52004/26002
16.54/14.80	c cleaning 7909 clauses out of 15822 with flag 70000/35000
20.34/18.64	c cleaning 8949 clauses out of 17913 with flag 90000/45000
25.53/23.87	c cleaning 9975 clauses out of 19965 with flag 112002/56001
30.34/28.39	c cleaning 10984 clauses out of 21989 with flag 136028/68000
35.84/33.86	c cleaning 11991 clauses out of 24011 with flag 162170/81006
42.47/40.40	c cleaning 12993 clauses out of 26015 with flag 190261/95001
49.67/47.62	c cleaning 13997 clauses out of 28023 with flag 220425/110002
58.43/55.96	c cleaning 14993 clauses out of 30024 with flag 252583/126000
66.94/64.44	c cleaning 15990 clauses out of 32032 with flag 286596/143001
76.54/74.00	c cleaning 17002 clauses out of 34041 with flag 322594/161000
86.84/84.31	c cleaning 17998 clauses out of 36039 with flag 360594/180000
97.94/95.41	c cleaning 19002 clauses out of 38043 with flag 400598/200002
109.04/106.50	c cleaning 20005 clauses out of 40041 with flag 442622/221002
120.59/117.59	c cleaning 20998 clauses out of 42036 with flag 486997/243002
137.10/134.06	c cleaning 21997 clauses out of 44040 with flag 533229/266004
152.50/149.46	c cleaning 23001 clauses out of 46041 with flag 581619/290002
168.30/165.27	c cleaning 23999 clauses out of 48038 with flag 631941/315000
189.58/185.76	c cleaning 25000 clauses out of 50039 with flag 684316/341000
207.98/204.10	c cleaning 25994 clauses out of 52041 with flag 738532/368002
225.38/221.54	c cleaning 27003 clauses out of 54047 with flag 794757/396002
244.18/240.30	c cleaning 28003 clauses out of 56046 with flag 853233/425004
263.38/259.56	c cleaning 28999 clauses out of 58039 with flag 913625/455000
284.19/280.36	c cleaning 29995 clauses out of 60042 with flag 976169/486002
307.37/302.29	c cleaning 31002 clauses out of 62046 with flag 1040511/518001
329.58/324.47	c cleaning 32003 clauses out of 64046 with flag 1106772/551003
353.90/348.70	c cleaning 32996 clauses out of 66041 with flag 1175349/585001
378.89/373.71	c cleaning 34000 clauses out of 68044 with flag 1245813/620000
407.20/402.02	c cleaning 35000 clauses out of 70045 with flag 1318235/656001
438.70/433.08	c cleaning 36003 clauses out of 72046 with flag 1392537/693002
464.51/458.84	c cleaning 36992 clauses out of 74042 with flag 1468678/731001
489.51/483.82	c cleaning 38003 clauses out of 76049 with flag 1546871/770000
519.22/513.57	c cleaning 39004 clauses out of 78052 with flag 1626995/810006
557.22/551.57	c cleaning 39990 clauses out of 80042 with flag 1709388/851000
597.98/591.44	c cleaning 41006 clauses out of 82053 with flag 1793650/893001
633.37/626.89	c cleaning 42003 clauses out of 84046 with flag 1880054/936000
669.55/662.53	c cleaning 42987 clauses out of 86044 with flag 1968691/980001
707.35/700.33	c cleaning 44002 clauses out of 88058 with flag 2059132/1025002
751.56/744.52	c cleaning 45005 clauses out of 90056 with flag 2151817/1071002
798.05/790.31	c cleaning 45992 clauses out of 92053 with flag 2247198/1118004
847.36/839.66	c cleaning 47011 clauses out of 94061 with flag 2343485/1166004
903.31/895.34	c cleaning 47999 clauses out of 96048 with flag 2441770/1215002
955.03/947.09	c cleaning 48994 clauses out of 98047 with flag 2542362/1265000
1005.37/996.88	c cleaning 50002 clauses out of 100053 with flag 2644812/1316000
1052.98/1044.45	c cleaning 50995 clauses out of 102051 with flag 2749466/1368000
1112.41/1103.46	c cleaning 52005 clauses out of 104056 with flag 2855993/1421000
1168.53/1159.54	c cleaning 53004 clauses out of 106052 with flag 2964662/1475001
1253.05/1243.23	c cleaning 53997 clauses out of 108047 with flag 3076309/1530000
1333.56/1323.72	c cleaning 55001 clauses out of 110050 with flag 3189538/1586000
1409.42/1399.35	c cleaning 56001 clauses out of 112049 with flag 3304240/1643000
1475.63/1465.58	c cleaning 56999 clauses out of 114051 with flag 3420933/1701003
1548.59/1538.24	c cleaning 57997 clauses out of 116049 with flag 3539755/1760000
1623.32/1612.61	c cleaning 58999 clauses out of 118052 with flag 3660263/1820000
1693.85/1683.14	c cleaning 60005 clauses out of 120053 with flag 3783173/1881000
1781.23/1770.30	c cleaning 61002 clauses out of 122049 with flag 3907992/1943001
1800.04/1789.10	c starts		: 1
1800.04/1789.10	c conflicts		: 1962988
1800.04/1789.10	c decisions		: 2017253
1800.04/1789.10	c propagations		: 48160049
1800.04/1789.10	c inspects		: 20080757480
1800.04/1789.10	c shortcuts		: 0
1800.04/1789.10	c learnt literals	: 0
1800.04/1789.10	c learnt binary clauses	: 0
1800.04/1789.10	c learnt ternary clauses	: 0
1800.04/1789.10	c learnt constraints	: 1962988
1800.04/1789.10	c ignored constraints	: 0
1800.04/1789.10	c root simplifications	: 0
1800.04/1789.10	c removed literals (reason simplification)	: 0
1800.04/1789.10	c reason swapping (by a shorter reason)	: 0
1800.04/1789.10	c Calls to reduceDB	: 58
1800.04/1789.10	c Number of update (reduction) of LBD	: 1279
1800.04/1789.10	c Imported unit clauses	: 0
1800.04/1789.10	c number of reductions to clauses (during analyze)	: 0
1800.04/1789.10	c number of learned constraints concerned by reduction	: 0
1800.04/1789.10	c number of learning phase by resolution	: 0
1800.04/1789.10	c number of learning phase by cutting planes	: 0
1800.04/1789.10	c speed (assignments/second)	: 26941.569411951616
1800.04/1789.10	c non guided choices	36698
1800.04/1789.13	c learnt constraints type 
1800.04/1789.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 81035
1800.04/1789.13	s UNKNOWN
1800.04/1789.13	c Total wall clock time (in seconds): 1789.008

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-4099829-1466207910/watcher-4099829-1466207910 -o /tmp/evaluation-result-4099829-1466207910/solver-4099829-1466207910 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099829-1466207910.opb 

pid=6575
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

[startup+0 s]
/proc/loadavg: 2.34 2.28 1.94 3/196 6578
/proc/meminfo: memFree=26176996/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/6578/stat : 6578 (runsolver) R 6575 4518 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 1 0 22837494 24911872 50 33554432000 4194304 4338465 140733345671216 140733345668752 273905511362 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/6578/statm: 6082 50 4 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100205 s]
/proc/loadavg: 2.34 2.28 1.94 3/196 6578
/proc/meminfo: memFree=26176996/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 4339 0 1 0 7 1 0 0 20 0 18 0 22837494 9787879424 5461 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2389619 5462 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200334 s]
/proc/loadavg: 2.34 2.28 1.94 3/196 6578
/proc/meminfo: memFree=26176996/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 4989 0 1 0 26 1 0 0 20 0 18 0 22837494 9787879424 7904 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2389619 7904 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300364 s]
/proc/loadavg: 2.34 2.28 1.94 3/196 6578
/proc/meminfo: memFree=26176996/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 5462 0 1 0 43 2 0 0 20 0 18 0 22837494 9787879424 13755 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2389619 13755 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700314 s]
/proc/loadavg: 2.34 2.28 1.94 3/196 6578
/proc/meminfo: memFree=26176996/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 7308 0 1 0 110 7 0 0 20 0 18 0 22837494 9787879424 46465 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2389619 46465 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 2.31 2.27 1.94 3/214 6596
/proc/meminfo: memFree=25942864/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9558476 CPUtime=2.28 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 8250 0 1 0 213 15 0 0 20 0 18 0 22837494 9787879424 75702 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2389619 75702 2271 9 0 2380296 0
[pid=6578/tid=6580] ppid=6575 vsize=9558476 CPUtime=1.34 cores=1,3,5,7
/proc/6578/task/6580/stat : 6580 (java) R 6575 6578 4518 0 -1 4202560 2505 0 1 0 130 4 0 0 20 0 18 0 22837496 9787879424 75702 33554432000 1073741824 1073778376 140734452205152 140288982482344 140288815381788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6581] ppid=6575 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/6578/task/6581/stat : 6581 (java) S 6575 6578 4518 0 -1 4202560 90 0 0 0 2 0 0 0 20 0 18 0 22837497 9787879424 75702 33554432000 1073741824 1073778376 140734452205152 140288943975208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6582] ppid=6575 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6578/task/6582/stat : 6582 (java) S 6575 6578 4518 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 18 0 22837497 9787879424 75702 33554432000 1073741824 1073778376 140734452205152 140288942922408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6583] ppid=6575 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6578/task/6583/stat : 6583 (java) S 6575 6578 4518 0 -1 4202560 141 0 0 0 2 2 0 0 20 0 18 0 22837497 9787879424 75702 33554432000 1073741824 1073778376 140734452205152 140288941870120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6584] ppid=6575 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6578/task/6584/stat : 6584 (java) S 6575 6578 4518 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 22837497 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288940817320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6585] ppid=6575 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6578/task/6585/stat : 6585 (java) S 6575 6578 4518 0 -1 4202560 121 0 0 0 5 2 0 0 20 0 18 0 22837497 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288939764008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6586] ppid=6575 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6578/task/6586/stat : 6586 (java) S 6575 6578 4518 0 -1 4202560 89 0 0 0 2 2 0 0 20 0 18 0 22837497 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288938711208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6587] ppid=6575 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/6578/task/6587/stat : 6587 (java) S 6575 6578 4518 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 22837497 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288937658920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6588] ppid=6575 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/6578/task/6588/stat : 6588 (java) S 6575 6578 4518 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 18 0 22837497 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288936606120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6589] ppid=6575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6589/stat : 6589 (java) S 6575 6578 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22837498 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288805788392 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6590] ppid=6575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6590/stat : 6590 (java) S 6575 6578 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22837498 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288804734456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6591] ppid=6575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6591/stat : 6591 (java) S 6575 6578 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 22837498 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288803682056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6592] ppid=6575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6592/stat : 6592 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22837501 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288802630544 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6593] ppid=6575 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/6578/task/6593/stat : 6593 (java) S 6575 6578 4518 0 -1 4202560 1451 0 0 0 23 0 0 0 20 0 18 0 22837501 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288801577144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6594] ppid=6575 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/6578/task/6594/stat : 6594 (java) R 6575 6578 4518 0 -1 4202560 2433 0 0 0 26 0 0 0 20 0 18 0 22837501 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140288800518192 140288988186179 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6595] ppid=6575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6595/stat : 6595 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22837501 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140287926069880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6596] ppid=6575 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6596/stat : 6596 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22837501 9787879424 75669 33554432000 1073741824 1073778376 140734452205152 140287925017288 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 9558476

[startup+3.10078 s]
/proc/loadavg: 2.31 2.27 1.94 3/215 6597
/proc/meminfo: memFree=25856600/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9625040 CPUtime=4.49 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 11600 0 1 0 428 21 0 0 20 0 19 0 22837494 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2406260 106706 2273 9 0 2396937 0
[pid=6578/tid=6580] ppid=6575 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/6578/task/6580/stat : 6580 (java) R 6575 6578 4518 0 -1 4202560 2534 0 1 0 283 5 0 0 20 0 19 0 22837496 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288982482560 140288816135840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6581] ppid=6575 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/6578/task/6581/stat : 6581 (java) S 6575 6578 4518 0 -1 4202560 121 0 0 0 5 2 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288943975208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6582] ppid=6575 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/6578/task/6582/stat : 6582 (java) S 6575 6578 4518 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288942922408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6583] ppid=6575 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/6578/task/6583/stat : 6583 (java) S 6575 6578 4518 0 -1 4202560 158 0 0 0 4 2 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288941870120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6584] ppid=6575 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6578/task/6584/stat : 6584 (java) S 6575 6578 4518 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288940817320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6585] ppid=6575 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/6578/task/6585/stat : 6585 (java) S 6575 6578 4518 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288939764008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6586] ppid=6575 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/6578/task/6586/stat : 6586 (java) S 6575 6578 4518 0 -1 4202560 100 0 0 0 4 2 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288938711208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6587] ppid=6575 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/6578/task/6587/stat : 6587 (java) S 6575 6578 4518 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288937658920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6588] ppid=6575 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6578/task/6588/stat : 6588 (java) S 6575 6578 4518 0 -1 4202560 41 0 0 0 3 2 0 0 20 0 19 0 22837497 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288936606120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6589] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6589/stat : 6589 (java) S 6575 6578 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288805788392 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6590] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6590/stat : 6590 (java) S 6575 6578 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288804734456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6591] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6591/stat : 6591 (java) S 6575 6578 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288803682056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6592] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6592/stat : 6592 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288802630544 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6593] ppid=6575 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/6578/task/6593/stat : 6593 (java) S 6575 6578 4518 0 -1 4202560 4243 0 0 0 56 0 0 0 20 0 19 0 22837501 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288801577144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6594] ppid=6575 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/6578/task/6594/stat : 6594 (java) S 6575 6578 4518 0 -1 4202560 2702 0 0 0 39 0 0 0 20 0 19 0 22837501 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140288800524344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6595] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6595/stat : 6595 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140287926069880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6596] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6596/stat : 6596 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140287925017288 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6597] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6597/stat : 6597 (java) S 6575 6578 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837647 9856040960 106706 33554432000 1073741824 1073778376 140734452205152 140287923963304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.31 2.27 1.94 3/215 6597
/proc/meminfo: memFree=25756532/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9625040 CPUtime=7.76 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 11607 0 1 0 754 22 0 0 20 0 19 0 22837494 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2406260 106609 2278 9 0 2396937 0
[pid=6578/tid=6580] ppid=6575 vsize=9625040 CPUtime=6.06 cores=1,3,5,7
/proc/6578/task/6580/stat : 6580 (java) R 6575 6578 4518 0 -1 4202560 2536 0 1 0 601 5 0 0 20 0 19 0 22837496 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288982481416 140288816135596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6581] ppid=6575 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/6578/task/6581/stat : 6581 (java) S 6575 6578 4518 0 -1 4202560 121 0 0 0 5 2 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288943975208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6582] ppid=6575 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/6578/task/6582/stat : 6582 (java) S 6575 6578 4518 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288942922408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6583] ppid=6575 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/6578/task/6583/stat : 6583 (java) S 6575 6578 4518 0 -1 4202560 158 0 0 0 4 2 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288941870120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6584] ppid=6575 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6578/task/6584/stat : 6584 (java) S 6575 6578 4518 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288940817320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6585] ppid=6575 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/6578/task/6585/stat : 6585 (java) S 6575 6578 4518 0 -1 4202560 136 0 0 0 7 2 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288939764008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6586] ppid=6575 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/6578/task/6586/stat : 6586 (java) S 6575 6578 4518 0 -1 4202560 100 0 0 0 4 2 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288938711208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6587] ppid=6575 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/6578/task/6587/stat : 6587 (java) S 6575 6578 4518 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288937658920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6588] ppid=6575 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/6578/task/6588/stat : 6588 (java) S 6575 6578 4518 0 -1 4202560 41 0 0 0 3 2 0 0 20 0 19 0 22837497 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288936606120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6589] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6589/stat : 6589 (java) S 6575 6578 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288805788392 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6590] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6590/stat : 6590 (java) S 6575 6578 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288804734456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6591] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6591/stat : 6591 (java) S 6575 6578 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288803682056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6592] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6592/stat : 6592 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288802630544 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6593] ppid=6575 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/6578/task/6593/stat : 6593 (java) S 6575 6578 4518 0 -1 4202560 4248 0 0 0 59 0 0 0 20 0 19 0 22837501 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288801577144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6594] ppid=6575 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6578/task/6594/stat : 6594 (java) S 6575 6578 4518 0 -1 4202560 2702 0 0 0 43 0 0 0 20 0 19 0 22837501 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140288800524344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6595] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6595/stat : 6595 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140287926069880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6596] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6596/stat : 6596 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140287925017288 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6597] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6597/stat : 6597 (java) S 6575 6578 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837647 9856040960 106609 33554432000 1073741824 1073778376 140734452205152 140287923963304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.26 2.26 1.94 3/215 6597

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

[pid=6578/tid=6597] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6597/stat : 6597 (java) S 6575 6578 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837647 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287923963304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.29 2.20 3/215 6730
/proc/meminfo: memFree=26288348/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9625040 CPUtime=1793.24 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 60746 0 1 0 178918 406 0 0 20 0 19 0 22837494 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2406260 921718 2286 9 0 2396937 0
[pid=6578/tid=6580] ppid=6575 vsize=9625040 CPUtime=1770.92 cores=1,3,5,7
/proc/6578/task/6580/stat : 6580 (java) R 6575 6578 4518 0 -1 4202560 3664 0 1 0 177050 42 0 0 20 0 19 0 22837496 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288982474464 140288816017892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6581] ppid=6575 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/6578/task/6581/stat : 6581 (java) S 6575 6578 4518 0 -1 4202560 4951 0 0 0 118 51 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288943975208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6582] ppid=6575 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/6578/task/6582/stat : 6582 (java) S 6575 6578 4518 0 -1 4202560 5848 0 0 0 118 45 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288942922408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6583] ppid=6575 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/6578/task/6583/stat : 6583 (java) S 6575 6578 4518 0 -1 4202560 5001 0 0 0 127 51 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288941870120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6584] ppid=6575 vsize=9625040 CPUtime=1.58 cores=1,3,5,7
/proc/6578/task/6584/stat : 6584 (java) S 6575 6578 4518 0 -1 4202560 3485 0 0 0 118 40 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288940817320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6585] ppid=6575 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/6578/task/6585/stat : 6585 (java) S 6575 6578 4518 0 -1 4202560 4812 0 0 0 121 47 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288939764008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6586] ppid=6575 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/6578/task/6586/stat : 6586 (java) S 6575 6578 4518 0 -1 4202560 5095 0 0 0 96 44 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288938711208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6587] ppid=6575 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/6578/task/6587/stat : 6587 (java) S 6575 6578 4518 0 -1 4202560 4611 0 0 0 106 35 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288937658920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6588] ppid=6575 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/6578/task/6588/stat : 6588 (java) S 6575 6578 4518 0 -1 4202560 6679 0 0 0 125 41 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288936606120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6589] ppid=6575 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/6578/task/6589/stat : 6589 (java) S 6575 6578 4518 0 -1 4202560 8278 0 0 0 337 5 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288805788392 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6590] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6590/stat : 6590 (java) S 6575 6578 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288804734456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6591] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6591/stat : 6591 (java) S 6575 6578 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288803682056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6592] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6592/stat : 6592 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288802630544 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6593] ppid=6575 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6578/task/6593/stat : 6593 (java) S 6575 6578 4518 0 -1 4202560 4252 0 0 0 64 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288801577144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6594] ppid=6575 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6578/task/6594/stat : 6594 (java) S 6575 6578 4518 0 -1 4202560 2702 0 0 0 43 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288800524344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6595] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6595/stat : 6595 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287926069880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6596] ppid=6575 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6578/task/6596/stat : 6596 (java) S 6575 6578 4518 0 -1 4202560 103 0 0 0 28 40 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287925017288 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6597] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6597/stat : 6597 (java) S 6575 6578 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837647 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287923963304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1793.24
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.1 s]
/proc/loadavg: 2.41 2.31 2.20 3/215 6730
/proc/meminfo: memFree=26292504/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 60746 0 1 0 179598 406 0 0 20 0 19 0 22837494 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2406260 921718 2286 9 0 2396937 0
[pid=6578/tid=6580] ppid=6575 vsize=9625040 CPUtime=1777.7 cores=1,3,5,7
/proc/6578/task/6580/stat : 6580 (java) R 6575 6578 4518 0 -1 4202560 3664 0 1 0 177727 43 0 0 20 0 19 0 22837496 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288982474464 140288816135600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6581] ppid=6575 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/6578/task/6581/stat : 6581 (java) S 6575 6578 4518 0 -1 4202560 4951 0 0 0 118 51 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288943975208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6582] ppid=6575 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/6578/task/6582/stat : 6582 (java) S 6575 6578 4518 0 -1 4202560 5848 0 0 0 118 45 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288942922408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6583] ppid=6575 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/6578/task/6583/stat : 6583 (java) S 6575 6578 4518 0 -1 4202560 5001 0 0 0 127 51 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288941870120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6584] ppid=6575 vsize=9625040 CPUtime=1.58 cores=1,3,5,7
/proc/6578/task/6584/stat : 6584 (java) S 6575 6578 4518 0 -1 4202560 3485 0 0 0 118 40 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288940817320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6585] ppid=6575 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/6578/task/6585/stat : 6585 (java) S 6575 6578 4518 0 -1 4202560 4812 0 0 0 121 47 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288939764008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6586] ppid=6575 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/6578/task/6586/stat : 6586 (java) S 6575 6578 4518 0 -1 4202560 5095 0 0 0 96 44 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288938711208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6587] ppid=6575 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/6578/task/6587/stat : 6587 (java) S 6575 6578 4518 0 -1 4202560 4611 0 0 0 106 35 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288937658920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6588] ppid=6575 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/6578/task/6588/stat : 6588 (java) S 6575 6578 4518 0 -1 4202560 6679 0 0 0 125 41 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288936606120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6589] ppid=6575 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/6578/task/6589/stat : 6589 (java) S 6575 6578 4518 0 -1 4202560 8278 0 0 0 337 5 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288805788392 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6590] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6590/stat : 6590 (java) S 6575 6578 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288804734456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6591] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6591/stat : 6591 (java) S 6575 6578 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288803682056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6592] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6592/stat : 6592 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288802630544 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6593] ppid=6575 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6578/task/6593/stat : 6593 (java) S 6575 6578 4518 0 -1 4202560 4252 0 0 0 64 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288801577144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6594] ppid=6575 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6578/task/6594/stat : 6594 (java) S 6575 6578 4518 0 -1 4202560 2702 0 0 0 43 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288800524344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6595] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6595/stat : 6595 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287926069880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6596] ppid=6575 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6578/task/6596/stat : 6596 (java) S 6575 6578 4518 0 -1 4202560 103 0 0 0 28 40 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287925017288 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6597] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6597/stat : 6597 (java) S 6575 6578 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837647 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287923963304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 6578 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1789.1 s]
/proc/loadavg: 2.41 2.31 2.20 3/215 6730
/proc/meminfo: memFree=26292504/32872528 swapFree=1482636/1662508
[pid=6578] ppid=6575 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/6578/stat : 6578 (java) S 6575 6578 4518 0 -1 4202496 60746 0 1 0 179598 406 0 0 20 0 19 0 22837494 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140734452196288 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6578/statm: 2406260 921718 2286 9 0 2396937 0
[pid=6578/tid=6580] ppid=6575 vsize=9625040 CPUtime=1777.7 cores=1,3,5,7
/proc/6578/task/6580/stat : 6580 (java) R 6575 6578 4518 0 -1 4202560 3664 0 1 0 177727 43 0 0 20 0 19 0 22837496 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288982474464 140288816135600 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6581] ppid=6575 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/6578/task/6581/stat : 6581 (java) S 6575 6578 4518 0 -1 4202560 4951 0 0 0 118 51 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288943975208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6582] ppid=6575 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/6578/task/6582/stat : 6582 (java) S 6575 6578 4518 0 -1 4202560 5848 0 0 0 118 45 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288942922408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6583] ppid=6575 vsize=9625040 CPUtime=1.78 cores=1,3,5,7
/proc/6578/task/6583/stat : 6583 (java) S 6575 6578 4518 0 -1 4202560 5001 0 0 0 127 51 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288941870120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6584] ppid=6575 vsize=9625040 CPUtime=1.58 cores=1,3,5,7
/proc/6578/task/6584/stat : 6584 (java) S 6575 6578 4518 0 -1 4202560 3485 0 0 0 118 40 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288940817320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6585] ppid=6575 vsize=9625040 CPUtime=1.68 cores=1,3,5,7
/proc/6578/task/6585/stat : 6585 (java) S 6575 6578 4518 0 -1 4202560 4812 0 0 0 121 47 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288939764008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6586] ppid=6575 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/6578/task/6586/stat : 6586 (java) S 6575 6578 4518 0 -1 4202560 5095 0 0 0 96 44 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288938711208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6587] ppid=6575 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/6578/task/6587/stat : 6587 (java) S 6575 6578 4518 0 -1 4202560 4611 0 0 0 106 35 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288937658920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6588] ppid=6575 vsize=9625040 CPUtime=1.66 cores=1,3,5,7
/proc/6578/task/6588/stat : 6588 (java) S 6575 6578 4518 0 -1 4202560 6679 0 0 0 125 41 0 0 20 0 19 0 22837497 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288936606120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6589] ppid=6575 vsize=9625040 CPUtime=3.42 cores=1,3,5,7
/proc/6578/task/6589/stat : 6589 (java) S 6575 6578 4518 0 -1 4202560 8278 0 0 0 337 5 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288805788392 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6590] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6590/stat : 6590 (java) S 6575 6578 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288804734456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6591] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6591/stat : 6591 (java) S 6575 6578 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 22837498 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288803682056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6592] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6592/stat : 6592 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288802630544 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6593] ppid=6575 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6578/task/6593/stat : 6593 (java) S 6575 6578 4518 0 -1 4202560 4252 0 0 0 64 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288801577144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6578/tid=6594] ppid=6575 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6578/task/6594/stat : 6594 (java) S 6575 6578 4518 0 -1 4202560 2702 0 0 0 43 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140288800524344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6578/tid=6595] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6595/stat : 6595 (java) S 6575 6578 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287926069880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6578/tid=6596] ppid=6575 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/6578/task/6596/stat : 6596 (java) S 6575 6578 4518 0 -1 4202560 103 0 0 0 28 40 0 0 20 0 19 0 22837501 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287925017288 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6578/tid=6597] ppid=6575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6578/task/6597/stat : 6597 (java) S 6575 6578 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22837647 9856040960 921718 33554432000 1073741824 1073778376 140734452205152 140287923963304 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6578 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=509649
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=580303
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.15
CPU time (s): 1800.04
CPU user time (s): 1795.98
CPU system time (s): 4.06
CPU usage (%): 100.609
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.51
system time used= 4.5803
maximum resident set size= 3949152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40458
involuntary context switches= 6336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1725 second user time and 14.2518 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 01:58:31
IDJOB=4099829
IDBENCH=1539
IDSOLVER=2546
FILE ID=node134/4099829-1466207910
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370e.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099829-1466207910/watcher-4099829-1466207910 -o /tmp/evaluation-result-4099829-1466207910/solver-4099829-1466207910 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099829-1466207910.opb

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

MD5SUM BENCH= ec90eecae558bb98c83f0a39ee76567f
RANDOM SEED=175047089

node134.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.020
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.04
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.020
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	: 7358.89
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.020
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.020
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.020
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.020
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.020
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.020
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:        26177640 kB
Buffers:           39820 kB
Cached:           125608 kB
SwapCached:         1008 kB
Active:          4246784 kB
Inactive:          74892 kB
Active(anon):    4154260 kB
Inactive(anon):     4456 kB
Active(file):      92524 kB
Inactive(file):    70436 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:              7408 kB
Writeback:             0 kB
AnonPages:       5820084 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             569988 kB
SReclaimable:      13692 kB
SUnreclaim:       556296 kB
KernelStack:        1600 kB
PageTables:        15868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6915812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4110336 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= 71712 MiB
End job on node134 at 2016-06-18 02:28:20