Trace number 4084919

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ns1685374.opb
MD5SUM50acc4afebeb32cddb95c5011f072af8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark523.886
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints43295
Number of constraints which are clauses9074
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints34021
Minimum length of a constraint3
Maximum length of a constraint97
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1000000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2000000032
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084919-1465281104.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.77/1.15	c ... done. Wall clock time 1.035s.
1.77/1.15	c declared #vars     10000
1.77/1.15	c #constraints  43495
1.77/1.15	c constraints type 
1.77/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9170
1.77/1.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1.77/1.15	c org.sat4j.specs.Constr$1 => 100
1.77/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 34021
1.77/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
1.77/1.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 100
1.77/1.15	c 43495 constraints processed.
1.77/1.15	c objective function length is 100 literals
5.06/4.08	c cleaning 2491 clauses out of 4998 with flag 99248/5000
9.49/8.32	c cleaning 4254 clauses out of 8507 with flag 378558/11000
14.79/13.61	c cleaning 5620 clauses out of 11259 with flag 684439/18006
21.91/20.70	c cleaning 6787 clauses out of 13634 with flag 1018236/26001
29.21/28.01	c cleaning 7843 clauses out of 15847 with flag 1387123/35001
39.42/38.26	c cleaning 8964 clauses out of 18005 with flag 1830027/45002
50.22/49.08	c cleaning 10017 clauses out of 20042 with flag 2326697/56003
63.53/62.40	c cleaning 10908 clauses out of 22025 with flag 2837700/68003
81.53/80.36	c cleaning 12047 clauses out of 24119 with flag 3452771/81005
100.93/99.74	c cleaning 13025 clauses out of 26067 with flag 4010241/95000
121.74/120.51	c cleaning 14025 clauses out of 28053 with flag 4668161/110011
141.74/140.59	c cleaning 15006 clauses out of 30017 with flag 5611812/126000
162.44/161.25	c cleaning 15991 clauses out of 32013 with flag 6751435/143002
186.43/185.20	c cleaning 17008 clauses out of 34026 with flag 7923167/161006
212.45/211.24	c cleaning 17989 clauses out of 36027 with flag 9144990/180015
239.15/237.92	c cleaning 19009 clauses out of 38023 with flag 10237965/200000
264.96/263.73	c cleaning 19890 clauses out of 40015 with flag 11126428/221001
292.67/291.43	c cleaning 21049 clauses out of 42125 with flag 12316404/243001
328.58/327.39	c cleaning 22032 clauses out of 44078 with flag 13541484/266003
357.39/356.19	c cleaning 22992 clauses out of 46043 with flag 14985450/290000
390.69/389.47	c cleaning 24012 clauses out of 48051 with flag 16599800/315000
426.88/425.66	c cleaning 25020 clauses out of 50041 with flag 18205147/341002
465.60/464.39	c cleaning 26011 clauses out of 52042 with flag 19890197/368023
514.04/512.58	c cleaning 26992 clauses out of 54031 with flag 21660406/396023
556.25/554.73	c cleaning 27971 clauses out of 56027 with flag 23400047/425011
602.76/601.23	c cleaning 29016 clauses out of 58045 with flag 25186664/455000
655.36/653.86	c cleaning 30021 clauses out of 60052 with flag 27329439/486023
708.58/707.08	c cleaning 30962 clauses out of 62008 with flag 29197887/518000
765.89/764.30	c cleaning 32019 clauses out of 64046 with flag 31098414/551000
818.59/817.05	c cleaning 33009 clauses out of 66029 with flag 33044941/585002
882.10/880.53	c cleaning 33995 clauses out of 68018 with flag 35248182/620000
947.50/945.94	c cleaning 34995 clauses out of 70024 with flag 37789929/656001
1019.81/1018.28	c cleaning 35988 clauses out of 72037 with flag 40248363/693009
1089.71/1088.17	c cleaning 37015 clauses out of 74041 with flag 42501494/731001
1171.22/1169.68	c cleaning 37999 clauses out of 76026 with flag 44754807/770001
1256.34/1254.73	c cleaning 39011 clauses out of 78035 with flag 47125342/810009
1344.34/1342.70	c cleaning 39973 clauses out of 80016 with flag 49676769/851001
1434.35/1432.72	c cleaning 41017 clauses out of 82042 with flag 51968913/893000
1519.26/1517.60	c cleaning 42012 clauses out of 84040 with flag 54316091/936015
1607.58/1605.93	c cleaning 43001 clauses out of 86014 with flag 56750058/980001
1695.89/1693.78	c cleaning 44001 clauses out of 88012 with flag 58924705/1025000
1793.61/1791.48	c cleaning 45009 clauses out of 90022 with flag 61133939/1071011
1800.01/1797.80	c starts		: 1162
1800.01/1797.80	c conflicts		: 1074525
1800.01/1797.80	c decisions		: 3207680
1800.01/1797.80	c propagations		: 1147807909
1800.01/1797.80	c inspects		: 21717635103
1800.01/1797.80	c shortcuts		: 0
1800.01/1797.80	c learnt literals	: 2
1800.01/1797.80	c learnt binary clauses	: 192
1800.01/1797.80	c learnt ternary clauses	: 734
1800.01/1797.80	c learnt constraints	: 1074523
1800.01/1797.80	c ignored constraints	: 0
1800.01/1797.80	c root simplifications	: 0
1800.01/1797.80	c removed literals (reason simplification)	: 0
1800.01/1797.80	c reason swapping (by a shorter reason)	: 0
1800.01/1797.80	c Calls to reduceDB	: 42
1800.01/1797.80	c Number of update (reduction) of LBD	: 810818
1800.01/1797.80	c Imported unit clauses	: 0
1800.01/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.80	c number of learned constraints concerned by reduction	: 0
1800.01/1797.80	c number of learning phase by resolution	: 0
1800.01/1797.80	c number of learning phase by cutting planes	: 0
1800.01/1797.80	c speed (assignments/second)	: 638862.5403043343
1800.01/1797.80	c non guided choices	35
1800.01/1797.80	c timeout
1800.01/1797.82	c learnt constraints type 
1800.01/1797.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 192
1800.01/1797.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48336
1800.01/1797.82	s UNKNOWN
1800.01/1797.82	c Total wall clock time (in seconds): 1797.711

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-4084919-1465281104/watcher-4084919-1465281104 -o /tmp/evaluation-result-4084919-1465281104/solver-4084919-1465281104 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084919-1465281104.opb 

pid=9360
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.05 2.01 3/194 9363
/proc/meminfo: memFree=31174196/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9363/stat : 9363 (java) R 9360 9363 5384 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 110045907 9515008 175 33554432000 1073741824 1073778376 140733605231424 140733605214152 247064249232 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2323 180 138 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.10 2.05 2.01 3/194 9363
/proc/meminfo: memFree=31174196/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 110045907 9787879424 6034 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.10 2.05 2.01 3/194 9363
/proc/meminfo: memFree=31174196/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 5132 0 1 0 26 1 0 0 20 0 18 0 110045907 9787879424 7151 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2389619 7151 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 2.10 2.05 2.01 3/194 9363
/proc/meminfo: memFree=31174196/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 9101 0 1 0 53 2 0 0 20 0 18 0 110045907 9787879424 13365 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2389619 13366 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.10 2.05 2.01 3/194 9363
/proc/meminfo: memFree=31174196/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 10177 0 1 0 122 11 0 0 20 0 18 0 110045907 9787879424 131261 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2389619 131261 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.09 2.04 2.00 3/212 9381
/proc/meminfo: memFree=30143672/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 11533 0 1 0 229 20 0 0 20 0 19 0 110045907 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2406260 265746 2277 9 0 2396937 0
[pid=9363/tid=9365] ppid=9360 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/9363/task/9365/stat : 9365 (java) R 9360 9363 5384 0 -1 4202560 2908 0 1 0 125 17 0 0 20 0 19 0 110045908 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140165030748424 140164865927537 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9366] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9366/stat : 9366 (java) S 9360 9363 5384 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164992240296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9367] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9367/stat : 9367 (java) S 9360 9363 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164991187752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9368] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9368/stat : 9368 (java) S 9360 9363 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164990135208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9369] ppid=9360 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9363/task/9369/stat : 9369 (java) S 9360 9363 5384 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164989082664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9370] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9370/stat : 9370 (java) S 9360 9363 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164988029096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9371] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9371/stat : 9371 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164986976552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9372] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9372/stat : 9372 (java) S 9360 9363 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164985924008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9373] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9373/stat : 9373 (java) S 9360 9363 5384 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164984871464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9374] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9374/stat : 9374 (java) S 9360 9363 5384 0 -1 4202560 431 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164854045288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9375] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9375/stat : 9375 (java) S 9360 9363 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164852991608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9376] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9376/stat : 9376 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164851938952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9377] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9377/stat : 9377 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164850887696 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9378] ppid=9360 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9363/task/9378/stat : 9378 (java) S 9360 9363 5384 0 -1 4202560 3682 0 0 0 45 0 0 0 20 0 19 0 110045913 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140164849834040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9379] ppid=9360 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/9363/task/9379/stat : 9379 (java) S 9360 9363 5384 0 -1 4202560 3105 0 0 0 47 0 0 0 20 0 19 0 110045913 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140163975997624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9380] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9380/stat : 9380 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140163974945272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9381] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9381/stat : 9381 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 265746 33554432000 1073741824 1073778376 140733605231424 140163973892936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.09 2.04 2.00 3/213 9382
/proc/meminfo: memFree=30122440/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 11539 0 1 0 395 20 0 0 20 0 19 0 110045907 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2406260 266262 2279 9 0 2396937 0
[pid=9363/tid=9365] ppid=9360 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/9363/task/9365/stat : 9365 (java) R 9360 9363 5384 0 -1 4202560 2911 0 1 0 285 17 0 0 20 0 19 0 110045908 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140165030748480 140164865927063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9366] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9366/stat : 9366 (java) S 9360 9363 5384 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164992240296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9367] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9367/stat : 9367 (java) S 9360 9363 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164991187752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9368] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9368/stat : 9368 (java) S 9360 9363 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164990135208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9369] ppid=9360 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9363/task/9369/stat : 9369 (java) S 9360 9363 5384 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164989082664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9370] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9370/stat : 9370 (java) S 9360 9363 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164988029096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9371] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9371/stat : 9371 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164986976552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9372] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9372/stat : 9372 (java) S 9360 9363 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164985924008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9373] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9373/stat : 9373 (java) S 9360 9363 5384 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164984871464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9374] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9374/stat : 9374 (java) S 9360 9363 5384 0 -1 4202560 432 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164854045288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9375] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9375/stat : 9375 (java) S 9360 9363 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164852991608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9376] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9376/stat : 9376 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164851938952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9377] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9377/stat : 9377 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164850887696 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9378] ppid=9360 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9363/task/9378/stat : 9378 (java) S 9360 9363 5384 0 -1 4202560 3684 0 0 0 50 0 0 0 20 0 19 0 110045913 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140164849834040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9379] ppid=9360 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9363/task/9379/stat : 9379 (java) S 9360 9363 5384 0 -1 4202560 3105 0 0 0 48 0 0 0 20 0 19 0 110045913 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140163975997624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9380] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9380/stat : 9380 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140163974945272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9381] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9381/stat : 9381 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140163973892936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9382] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9382/stat : 9382 (java) S 9360 9363 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110046024 9856040960 266262 33554432000 1073741824 1073778376 140733605231424 140163972838696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.09 2.04 2.00 3/213 9382
/proc/meminfo: memFree=30110556/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9625040 CPUtime=7.39 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 11549 0 1 0 718 21 0 0 20 0 19 0 110045907 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2406260 267427 2285 9 0 2396937 0
[pid=9363/tid=9365] ppid=9360 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/9363/task/9365/stat : 9365 (java) R 9360 9363 5384 0 -1 4202560 2914 0 1 0 602 17 0 0 20 0 19 0 110045908 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140165030739648 140164865927170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9366] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9366/stat : 9366 (java) S 9360 9363 5384 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164992240296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9367] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9367/stat : 9367 (java) S 9360 9363 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164991187752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9368] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9368/stat : 9368 (java) S 9360 9363 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164990135208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9369] ppid=9360 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9363/task/9369/stat : 9369 (java) S 9360 9363 5384 0 -1 4202560 53 0 0 0 1 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164989082664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9370] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9370/stat : 9370 (java) S 9360 9363 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164988029096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9371] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9371/stat : 9371 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164986976552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9372] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9372/stat : 9372 (java) S 9360 9363 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164985924008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9373] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9373/stat : 9373 (java) S 9360 9363 5384 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 110045909 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164984871464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9374] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9374/stat : 9374 (java) S 9360 9363 5384 0 -1 4202560 432 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164854045288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9375] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9375/stat : 9375 (java) S 9360 9363 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164852991608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9376] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9376/stat : 9376 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164851938952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9377] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9377/stat : 9377 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164850887696 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9378] ppid=9360 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/9363/task/9378/stat : 9378 (java) S 9360 9363 5384 0 -1 4202560 3691 0 0 0 53 0 0 0 20 0 19 0 110045913 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140164849834040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9379] ppid=9360 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9363/task/9379/stat : 9379 (java) S 9360 9363 5384 0 -1 4202560 3105 0 0 0 49 0 0 0 20 0 19 0 110045913 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140163975997624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9380] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9380/stat : 9380 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140163974945272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9381] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9381/stat : 9381 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140163973892936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9382] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9382/stat : 9382 (java) S 9360 9363 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110046024 9856040960 267427 33554432000 1073741824 1073778376 140733605231424 140163972838696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.08 2.04 2.00 3/213 9382

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

[pid=9363/tid=9382] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9382/stat : 9382 (java) S 9360 9363 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110046024 9856040960 604223 33554432000 1073741824 1073778376 140733605231424 140163972838696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.48
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/214 9489
/proc/meminfo: memFree=28480560/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9625040 CPUtime=1724.49 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 142071 0 1 0 172326 123 0 0 20 0 19 0 110045907 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2406260 605226 2293 9 0 2396937 0
[pid=9363/tid=9365] ppid=9360 vsize=9625040 CPUtime=1717 cores=0,2,4,6
/proc/9363/task/9365/stat : 9365 (java) R 9360 9363 5384 0 -1 4202560 3385 0 1 0 171641 59 0 0 20 0 19 0 110045908 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140165030739632 140164865927071 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9366] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9366/stat : 9366 (java) S 9360 9363 5384 0 -1 4202560 24070 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164992240296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9367] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9367/stat : 9367 (java) S 9360 9363 5384 0 -1 4202560 15323 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164991187752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9368] ppid=9360 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9363/task/9368/stat : 9368 (java) S 9360 9363 5384 0 -1 4202560 19276 0 0 0 7 7 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164990135208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9369] ppid=9360 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9363/task/9369/stat : 9369 (java) S 9360 9363 5384 0 -1 4202560 13863 0 0 0 6 6 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164989082664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9370] ppid=9360 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9363/task/9370/stat : 9370 (java) S 9360 9363 5384 0 -1 4202560 19032 0 0 0 12 12 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164988029096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9371] ppid=9360 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9363/task/9371/stat : 9371 (java) S 9360 9363 5384 0 -1 4202560 1181 0 0 0 15 9 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164986976552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9372] ppid=9360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9363/task/9372/stat : 9372 (java) S 9360 9363 5384 0 -1 4202560 21097 0 0 0 7 9 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164985924008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9373] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9373/stat : 9373 (java) S 9360 9363 5384 0 -1 4202560 15348 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164984871464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9374] ppid=9360 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9363/task/9374/stat : 9374 (java) S 9360 9363 5384 0 -1 4202560 1328 0 0 0 25 6 0 0 20 0 19 0 110045911 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164854045288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9375] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9375/stat : 9375 (java) S 9360 9363 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164852991608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9376] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9376/stat : 9376 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164851938952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9377] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9377/stat : 9377 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164850887696 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9378] ppid=9360 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9363/task/9378/stat : 9378 (java) S 9360 9363 5384 0 -1 4202560 3701 0 0 0 58 0 0 0 20 0 19 0 110045913 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140164849834040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9379] ppid=9360 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9363/task/9379/stat : 9379 (java) S 9360 9363 5384 0 -1 4202560 3105 0 0 0 52 0 0 0 20 0 19 0 110045913 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140163975997624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9380] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9380/stat : 9380 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140163974945272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9381] ppid=9360 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/9363/task/9381/stat : 9381 (java) S 9360 9363 5384 0 -1 4202560 99 0 0 0 34 32 0 0 20 0 19 0 110045913 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140163973892936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9382] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9382/stat : 9382 (java) S 9360 9363 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110046024 9856040960 605226 33554432000 1073741824 1073778376 140733605231424 140163972838696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.49
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/214 9513
/proc/meminfo: memFree=28462856/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9625040 CPUtime=1784.51 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 142075 0 1 0 178327 124 0 0 20 0 19 0 110045907 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2406260 606513 2293 9 0 2396937 0
[pid=9363/tid=9365] ppid=9360 vsize=9625040 CPUtime=1776.84 cores=0,2,4,6
/proc/9363/task/9365/stat : 9365 (java) R 9360 9363 5384 0 -1 4202560 3385 0 1 0 177624 60 0 0 20 0 19 0 110045908 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140165030739632 140164865965050 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9366] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9366/stat : 9366 (java) S 9360 9363 5384 0 -1 4202560 24070 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164992240296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9367] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9367/stat : 9367 (java) S 9360 9363 5384 0 -1 4202560 15323 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164991187752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9368] ppid=9360 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9363/task/9368/stat : 9368 (java) S 9360 9363 5384 0 -1 4202560 19276 0 0 0 7 7 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164990135208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9369] ppid=9360 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9363/task/9369/stat : 9369 (java) S 9360 9363 5384 0 -1 4202560 13863 0 0 0 6 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164989082664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9370] ppid=9360 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9363/task/9370/stat : 9370 (java) S 9360 9363 5384 0 -1 4202560 19032 0 0 0 12 12 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164988029096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9371] ppid=9360 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9363/task/9371/stat : 9371 (java) S 9360 9363 5384 0 -1 4202560 1181 0 0 0 15 9 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164986976552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9372] ppid=9360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9363/task/9372/stat : 9372 (java) S 9360 9363 5384 0 -1 4202560 21097 0 0 0 7 9 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164985924008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9373] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9373/stat : 9373 (java) S 9360 9363 5384 0 -1 4202560 15348 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164984871464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9374] ppid=9360 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9363/task/9374/stat : 9374 (java) S 9360 9363 5384 0 -1 4202560 1328 0 0 0 25 6 0 0 20 0 19 0 110045911 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164854045288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9375] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9375/stat : 9375 (java) S 9360 9363 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164852991608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9376] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9376/stat : 9376 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164851938952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9377] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9377/stat : 9377 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164850887696 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9378] ppid=9360 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9363/task/9378/stat : 9378 (java) S 9360 9363 5384 0 -1 4202560 3701 0 0 0 58 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164849834040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9379] ppid=9360 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9363/task/9379/stat : 9379 (java) S 9360 9363 5384 0 -1 4202560 3105 0 0 0 52 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163975997624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9380] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9380/stat : 9380 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163974945272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9381] ppid=9360 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/9363/task/9381/stat : 9381 (java) S 9360 9363 5384 0 -1 4202560 103 0 0 0 36 32 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163973892936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9382] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9382/stat : 9382 (java) S 9360 9363 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110046024 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163972838696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.09 2.07 2.01 3/214 9514
/proc/meminfo: memFree=28458384/32872528 swapFree=10676/249824
[pid=9363] ppid=9360 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/9363/stat : 9363 (java) S 9360 9363 5384 0 -1 4202496 142075 0 1 0 179877 124 0 0 20 0 19 0 110045907 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140733605222560 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9363/statm: 2406260 606513 2293 9 0 2396937 0
[pid=9363/tid=9365] ppid=9360 vsize=9625040 CPUtime=1792.3 cores=0,2,4,6
/proc/9363/task/9365/stat : 9365 (java) R 9360 9363 5384 0 -1 4202560 3385 0 1 0 179170 60 0 0 20 0 19 0 110045908 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140165030739632 140164865926977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9366] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9366/stat : 9366 (java) S 9360 9363 5384 0 -1 4202560 24070 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164992240296 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9367] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9367/stat : 9367 (java) S 9360 9363 5384 0 -1 4202560 15323 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164991187752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9368] ppid=9360 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/9363/task/9368/stat : 9368 (java) S 9360 9363 5384 0 -1 4202560 19276 0 0 0 7 7 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164990135208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9369] ppid=9360 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/9363/task/9369/stat : 9369 (java) S 9360 9363 5384 0 -1 4202560 13863 0 0 0 6 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164989082664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9370] ppid=9360 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9363/task/9370/stat : 9370 (java) S 9360 9363 5384 0 -1 4202560 19032 0 0 0 12 12 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164988029096 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9371] ppid=9360 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/9363/task/9371/stat : 9371 (java) S 9360 9363 5384 0 -1 4202560 1181 0 0 0 15 9 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164986976552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9372] ppid=9360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/9363/task/9372/stat : 9372 (java) S 9360 9363 5384 0 -1 4202560 21097 0 0 0 7 9 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164985924008 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9373] ppid=9360 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/9363/task/9373/stat : 9373 (java) S 9360 9363 5384 0 -1 4202560 15348 0 0 0 7 6 0 0 20 0 19 0 110045909 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164984871464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9374] ppid=9360 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9363/task/9374/stat : 9374 (java) S 9360 9363 5384 0 -1 4202560 1328 0 0 0 25 6 0 0 20 0 19 0 110045911 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164854045288 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9375] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9375/stat : 9375 (java) S 9360 9363 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164852991608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9363/tid=9376] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9376/stat : 9376 (java) S 9360 9363 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110045911 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164851938952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9363/tid=9377] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9377/stat : 9377 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164850887696 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9378] ppid=9360 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9363/task/9378/stat : 9378 (java) S 9360 9363 5384 0 -1 4202560 3701 0 0 0 58 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140164849834040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9379] ppid=9360 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/9363/task/9379/stat : 9379 (java) S 9360 9363 5384 0 -1 4202560 3105 0 0 0 52 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163975997624 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9380] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9380/stat : 9380 (java) S 9360 9363 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163974945272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9363/tid=9381] ppid=9360 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/9363/task/9381/stat : 9381 (java) S 9360 9363 5384 0 -1 4202560 103 0 0 0 36 33 0 0 20 0 19 0 110045913 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163973892936 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9363/tid=9382] ppid=9360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9363/task/9382/stat : 9382 (java) S 9360 9363 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110046024 9856040960 606513 33554432000 1073741824 1073778376 140733605231424 140163972838696 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9363 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1797.84
CPU time (s): 1800.01
CPU user time (s): 1798.77
CPU system time (s): 1.24
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.74073
maximum resident set size= 2931944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142109
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49356
involuntary context switches= 6031

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0015 second user time and 13.7449 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 08:31:44
IDJOB=4084919
IDBENCH=89891
IDSOLVER=2546
FILE ID=node103/4084919-1465281104
RUNJOBID= node103-1465256472-5400
PBS_JOBID= 19843279
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ns1685374.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084919-1465281104/watcher-4084919-1465281104 -o /tmp/evaluation-result-4084919-1465281104/solver-4084919-1465281104 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084919-1465281104.opb

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

MD5SUM BENCH= 50acc4afebeb32cddb95c5011f072af8
RANDOM SEED=120560988

node103.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.760
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		: 2666.760
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:        31175104 kB
Buffers:          137432 kB
Cached:           170212 kB
SwapCached:         1720 kB
Active:           511696 kB
Inactive:         200096 kB
Active(anon):     405412 kB
Inactive(anon):     1216 kB
Active(file):     106284 kB
Inactive(file):   198880 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              2832 kB
Writeback:             0 kB
AnonPages:        653112 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             601496 kB
SReclaimable:      45040 kB
SUnreclaim:       556456 kB
KernelStack:        1592 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     800740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 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= 71688 MiB
End job on node103 at 2016-06-07 09:01:42