Trace number 4100733

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 1796.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-blend.opb
MD5SUMb27b0c72b75cc4f9d136fed88900224a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-24
Best CPU time to get the best result obtained on this benchmark68.2466
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -24
Optimality of the best value was proved YES
Number of variables2490
Total number of constraints74
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 constraints74
Minimum length of a constraint30
Maximum length of a constraint780
Number of terms in the objective function 660
Biggest coefficient in the objective function 37049
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524798
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524862
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100733-1466216856.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.62/0.31	c ... done. Wall clock time 0.21s.
0.62/0.31	c declared #vars     2490
0.62/0.31	c #constraints  117
0.62/0.31	c constraints type 
0.62/0.31	c org.sat4j.specs.Constr$1 => 4
0.62/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 113
0.62/0.31	c 117 constraints processed.
0.62/0.31	c objective function length is 660 literals
1.61/0.92	c cleaning 2500 clauses out of 4999 with flag 10449/5002
2.58/1.48	c cleaning 4249 clauses out of 8497 with flag 22939/11000
3.58/2.48	c cleaning 5636 clauses out of 11273 with flag 38611/18025
5.09/3.92	c cleaning 6827 clauses out of 13654 with flag 56559/26042
6.53/5.37	c cleaning 7897 clauses out of 15795 with flag 75742/35010
7.72/6.60	c cleaning 8950 clauses out of 17900 with flag 96524/45012
9.35/8.11	c cleaning 9968 clauses out of 19939 with flag 119173/56001
10.85/9.65	c cleaning 10991 clauses out of 21981 with flag 144032/68011
12.95/11.71	c cleaning 11994 clauses out of 23988 with flag 170143/81009
15.25/14.01	c cleaning 12996 clauses out of 25991 with flag 198290/95006
17.75/16.56	c cleaning 13990 clauses out of 27992 with flag 228338/110003
20.14/18.95	c cleaning 14999 clauses out of 29999 with flag 260454/126000
23.07/21.84	c cleaning 15987 clauses out of 32000 with flag 297110/143000
26.87/25.62	c cleaning 17007 clauses out of 34014 with flag 338396/161001
30.97/29.72	c cleaning 18011 clauses out of 36022 with flag 380748/180016
35.27/34.09	c cleaning 19003 clauses out of 38006 with flag 424321/200011
40.19/39.00	c cleaning 19991 clauses out of 39997 with flag 468516/221005
45.19/43.94	c cleaning 20989 clauses out of 42001 with flag 513686/243000
50.18/48.91	c cleaning 22003 clauses out of 44013 with flag 560863/266001
54.98/53.79	c cleaning 23005 clauses out of 46010 with flag 610472/290001
61.41/60.12	c cleaning 24002 clauses out of 48013 with flag 661849/315009
68.61/67.35	c cleaning 25008 clauses out of 50015 with flag 715498/341013
76.71/75.44	c cleaning 25990 clauses out of 51995 with flag 771193/368001
84.34/83.09	c cleaning 27007 clauses out of 54016 with flag 827866/396012
92.44/91.15	c cleaning 27994 clauses out of 55999 with flag 886519/425002
101.64/100.35	c cleaning 29001 clauses out of 58005 with flag 947541/455002
111.50/110.11	c cleaning 29990 clauses out of 60002 with flag 1010295/486000
122.10/120.77	c cleaning 31011 clauses out of 62023 with flag 1075008/518011
133.40/132.08	c cleaning 32002 clauses out of 64003 with flag 1141818/551002
144.95/143.56	c cleaning 33001 clauses out of 66001 with flag 1210462/585002
156.95/155.54	c cleaning 33998 clauses out of 67998 with flag 1281273/620000
169.06/167.64	c cleaning 34991 clauses out of 70000 with flag 1354032/656000
183.59/182.15	c cleaning 36001 clauses out of 72009 with flag 1428487/693000
198.50/197.01	c cleaning 36997 clauses out of 74010 with flag 1505375/731002
213.96/212.44	c cleaning 38000 clauses out of 76012 with flag 1584165/770001
230.86/229.30	c cleaning 38993 clauses out of 78011 with flag 1665068/810000
248.22/246.62	c cleaning 40006 clauses out of 80019 with flag 1747629/851001
260.82/259.24	c cleaning 41004 clauses out of 82012 with flag 1832480/893000
276.82/275.11	c cleaning 42004 clauses out of 84008 with flag 1919215/936000
294.71/293.02	c cleaning 43001 clauses out of 86007 with flag 2007905/980003
314.79/313.06	c cleaning 44000 clauses out of 88006 with flag 2099618/1025003
338.18/336.47	c cleaning 45007 clauses out of 90013 with flag 2192844/1071010
364.04/362.20	c cleaning 45996 clauses out of 91998 with flag 2287811/1118002
395.87/394.01	c cleaning 46991 clauses out of 94004 with flag 2384643/1166004
431.10/429.26	c cleaning 48003 clauses out of 96011 with flag 2483477/1215002
464.60/462.76	c cleaning 49005 clauses out of 98010 with flag 2584108/1265004
497.64/495.71	c cleaning 50000 clauses out of 100007 with flag 2686773/1316006
531.74/529.71	c cleaning 50998 clauses out of 102008 with flag 2791429/1368007
570.14/568.15	c cleaning 51997 clauses out of 104003 with flag 2898057/1421000
609.04/606.91	c cleaning 52994 clauses out of 106006 with flag 3006743/1475000
646.48/644.36	c cleaning 54010 clauses out of 108020 with flag 3117508/1530008
675.65/673.48	c cleaning 55001 clauses out of 110002 with flag 3235385/1586000
728.55/726.29	c cleaning 56002 clauses out of 112004 with flag 3349392/1643003
826.23/823.88	c cleaning 57001 clauses out of 114002 with flag 3465392/1701003
899.69/897.14	c cleaning 58001 clauses out of 116001 with flag 3583851/1760003
932.28/929.65	c cleaning 58997 clauses out of 118002 with flag 3705208/1820005
968.75/966.05	c cleaning 60003 clauses out of 120008 with flag 3828135/1881008
1006.21/1003.41	c cleaning 60998 clauses out of 122000 with flag 3952859/1943003
1041.84/1039.00	c cleaning 62001 clauses out of 124004 with flag 4079449/2006005
1077.30/1074.48	c cleaning 63000 clauses out of 126002 with flag 4208202/2070004
1158.94/1155.94	c cleaning 64003 clauses out of 128013 with flag 4338771/2135015
1258.69/1255.55	c cleaning 64990 clauses out of 129995 with flag 4470742/2201000
1368.13/1364.89	c cleaning 66010 clauses out of 132019 with flag 4604968/2268014
1459.23/1455.82	c cleaning 67009 clauses out of 134017 with flag 4741502/2336022
1542.03/1538.49	c cleaning 68004 clauses out of 136008 with flag 4879603/2405022
1631.29/1627.60	c cleaning 68993 clauses out of 137991 with flag 5019633/2475009
1740.53/1736.77	c cleaning 69996 clauses out of 139994 with flag 5161709/2546005
1800.00/1796.10	c starts		: 1796
1800.00/1796.10	c conflicts		: 2598986
1800.00/1796.10	c decisions		: 2692795
1800.00/1796.10	c propagations		: 25017034
1800.00/1796.10	c inspects		: 34078289182
1800.00/1796.10	c shortcuts		: 0
1800.00/1796.10	c learnt literals	: 3
1800.00/1796.10	c learnt binary clauses	: 4
1800.00/1796.10	c learnt ternary clauses	: 6
1800.00/1796.10	c learnt constraints	: 2598983
1800.00/1796.10	c ignored constraints	: 0
1800.00/1796.10	c root simplifications	: 0
1800.00/1796.10	c removed literals (reason simplification)	: 0
1800.00/1796.10	c reason swapping (by a shorter reason)	: 0
1800.00/1796.10	c Calls to reduceDB	: 67
1800.00/1796.10	c Number of update (reduction) of LBD	: 15417
1800.00/1796.10	c Imported unit clauses	: 0
1800.00/1796.10	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.10	c number of learned constraints concerned by reduction	: 0
1800.00/1796.10	c number of learning phase by resolution	: 0
1800.00/1796.10	c number of learning phase by cutting planes	: 0
1800.00/1796.10	c speed (assignments/second)	: 13931.12962999056
1800.00/1796.10	c non guided choices	0
1800.00/1796.10	c timeout
1800.00/1796.13	c learnt constraints type 
1800.00/1796.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.00/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122976
1800.00/1796.13	s UNKNOWN
1800.00/1796.13	c Total wall clock time (in seconds): 1796.025

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

pid=26992
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 26995
/proc/meminfo: memFree=30140868/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 23730817 98570240 977 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 24065 977 743 9 0 16771 0
[pid=26995/tid=26996] ppid=26992 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 23730817 98570240 977 33554432000 1073741824 1073778376 140734016115600 140484329238056 213419640192 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 26995
/proc/meminfo: memFree=30140868/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 4509 0 1 0 10 1 0 0 20 0 18 0 23730817 9787879424 6127 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2389619 6127 2157 9 0 2380296 0
[pid=26995/tid=26996] ppid=26992 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2377 0 1 0 6 1 0 0 20 0 18 0 23730817 9787879424 6127 33554432000 1073741824 1073778376 140734016115600 140484329238456 213423023373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200383 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 26995
/proc/meminfo: memFree=30140868/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 8004 0 1 0 30 2 0 0 20 0 18 0 23730817 9787879424 8888 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2389619 8888 2221 9 0 2380296 0
[pid=26995/tid=26996] ppid=26992 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 23730817 9787879424 8888 33554432000 1073741824 1073778376 140734016115600 140484329238456 140484332528506 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300391 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 26995
/proc/meminfo: memFree=30140868/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 9164 0 1 0 59 3 0 0 20 0 18 0 23730817 9787879424 11524 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2389619 11524 2234 9 0 2380296 0
[pid=26995/tid=26996] ppid=26992 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 23730817 9787879424 11524 33554432000 1073741824 1073778376 140734016115600 140484329238456 140484169621005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9558476

[startup+0.700311 s]
/proc/loadavg: 2.22 2.21 2.18 3/194 26995
/proc/meminfo: memFree=30140868/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 10804 0 1 0 132 3 0 0 20 0 19 0 23730817 9856040960 13778 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2406260 13778 2256 9 0 2396937 0
[pid=26995/tid=26996] ppid=26992 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2424 0 1 0 66 1 0 0 20 0 19 0 23730817 9856040960 13778 33554432000 1073741824 1073778376 140734016115600 140484329242808 140484169853664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.22 2.21 2.18 4/213 27014
/proc/meminfo: memFree=30075332/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 18558 0 1 0 263 5 0 0 20 0 19 0 23730817 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2406260 21619 2264 9 0 2396937 0
[pid=26995/tid=26996] ppid=26992 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2431 0 1 0 145 2 0 0 20 0 19 0 23730817 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484329242976 140484169797850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=26998] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/26998/stat : 26998 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484290734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=26999] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/26999/stat : 26999 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484289682216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27000] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27000/stat : 27000 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484288629672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=27001] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27001/stat : 27001 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484169165864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27002] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27002/stat : 27002 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484168112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27003] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27003/stat : 27003 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484167059752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27004] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27004/stat : 27004 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484166007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27005] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27005/stat : 27005 (java) S 26992 26995 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140484164954664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27006] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27006/stat : 27006 (java) S 26992 26995 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483682626152 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27007] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27007/stat : 27007 (java) S 26992 26995 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483681572472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27008] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27008/stat : 27008 (java) S 26992 26995 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483680519816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27009] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27009/stat : 27009 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483679468560 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27010] ppid=26992 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26995/task/27010/stat : 27010 (java) S 26992 26995 22937 0 -1 4202560 3865 0 0 0 41 0 0 0 20 0 19 0 23730822 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483678414904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27011] ppid=26992 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/26995/task/27011/stat : 27011 (java) S 26992 26995 22937 0 -1 4202560 10985 0 0 0 73 3 0 0 20 0 19 0 23730822 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483677362360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27012] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27012/stat : 27012 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483676310008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27013] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27013/stat : 27013 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483675257672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27014] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27014/stat : 27014 (java) S 26992 26995 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23730851 9856040960 21619 33554432000 1073741824 1073778376 140734016115600 140483674203432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 27014
/proc/meminfo: memFree=30044184/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 18579 0 1 0 423 5 0 0 20 0 19 0 23730817 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2406260 31859 2264 9 0 2396937 0
[pid=26995/tid=26996] ppid=26992 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2452 0 1 0 305 2 0 0 20 0 19 0 23730817 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484329234128 140484169915420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=26998] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/26998/stat : 26998 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484290734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=26999] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/26999/stat : 26999 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484289682216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27000] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27000/stat : 27000 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484288629672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=27001] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27001/stat : 27001 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484169165864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27002] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27002/stat : 27002 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484168112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27003] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27003/stat : 27003 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484167059752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27004] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27004/stat : 27004 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484166007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27005] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27005/stat : 27005 (java) S 26992 26995 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140484164954664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27006] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27006/stat : 27006 (java) S 26992 26995 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483682626152 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27007] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27007/stat : 27007 (java) S 26992 26995 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483681572472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27008] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27008/stat : 27008 (java) S 26992 26995 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483680519816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27009] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27009/stat : 27009 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483679468560 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27010] ppid=26992 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26995/task/27010/stat : 27010 (java) S 26992 26995 22937 0 -1 4202560 3865 0 0 0 42 0 0 0 20 0 19 0 23730822 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483678414904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27011] ppid=26992 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/26995/task/27011/stat : 27011 (java) S 26992 26995 22937 0 -1 4202560 10985 0 0 0 73 3 0 0 20 0 19 0 23730822 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483677362360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27012] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27012/stat : 27012 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483676310008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27013] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27013/stat : 27013 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483675257672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27014] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27014/stat : 27014 (java) S 26992 26995 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23730851 9856040960 31859 33554432000 1073741824 1073778376 140734016115600 140483674203432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.20 2.20 2.18 4/213 27014
/proc/meminfo: memFree=29980024/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9625040 CPUtime=7.52 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 18617 0 1 0 746 6 0 0 20 0 19 0 23730817 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2406260 43574 2266 9 0 2396937 0
[pid=26995/tid=26996] ppid=26992 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2479 0 1 0 623 3 0 0 20 0 19 0 23730817 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484329234112 140484169797925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=26998] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/26998/stat : 26998 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484290734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=26999] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/26999/stat : 26999 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484289682216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27000] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27000/stat : 27000 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484288629672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=27001] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27001/stat : 27001 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484169165864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27002] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27002/stat : 27002 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484168112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27003] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27003/stat : 27003 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484167059752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27004] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27004/stat : 27004 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484166007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27005] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27005/stat : 27005 (java) S 26992 26995 22937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23730818 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140484164954664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27006] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27006/stat : 27006 (java) S 26992 26995 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140483682626152 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27007] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27007/stat : 27007 (java) S 26992 26995 22937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140483681572472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27008] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27008/stat : 27008 (java) S 26992 26995 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140483680519816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27009] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27009/stat : 27009 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140483679468560 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27010] ppid=26992 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/26995/task/27010/stat : 27010 (java) S 26992 26995 22937 0 -1 4202560 3875 0 0 0 46 0 0 0 20 0 19 0 23730822 9856040960 43574 33554432000 1073741824 1073778376 140734016115600 140483678414904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27011] ppid=26992 vsize=9625040 CPUtime=0.76 cores=1,3,5,7

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

[pid=26995/tid=27014] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27014/stat : 27014 (java) S 26992 26995 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23730851 9856040960 88711 33554432000 1073741824 1073778376 140734016115600 140483674203432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.13
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.41 2.34 2.25 3/213 27188
/proc/meminfo: memFree=29274244/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9625040 CPUtime=1786.19 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 20225 0 1 0 178536 83 0 0 20 0 19 0 23730817 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2406260 88269 2288 9 0 2396937 0
[pid=26995/tid=26996] ppid=26992 vsize=9625040 CPUtime=1776.48 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2532 0 1 0 177617 31 0 0 20 0 19 0 23730817 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484329241824 140484169915986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=26998] ppid=26992 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/26995/task/26998/stat : 26998 (java) S 26992 26995 22937 0 -1 4202560 209 0 0 0 35 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484290734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=26999] ppid=26992 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26995/task/26999/stat : 26999 (java) S 26992 26995 22937 0 -1 4202560 92 0 0 0 33 4 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484289682216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27000] ppid=26992 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26995/task/27000/stat : 27000 (java) S 26992 26995 22937 0 -1 4202560 132 0 0 0 36 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484288629672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27001] ppid=26992 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26995/task/27001/stat : 27001 (java) S 26992 26995 22937 0 -1 4202560 223 0 0 0 33 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484169165864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27002] ppid=26992 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26995/task/27002/stat : 27002 (java) S 26992 26995 22937 0 -1 4202560 242 0 0 0 34 3 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484168112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27003] ppid=26992 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/26995/task/27003/stat : 27003 (java) S 26992 26995 22937 0 -1 4202560 125 0 0 0 31 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484167059752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27004] ppid=26992 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26995/task/27004/stat : 27004 (java) S 26992 26995 22937 0 -1 4202560 114 0 0 0 38 4 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484166007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=27005] ppid=26992 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26995/task/27005/stat : 27005 (java) S 26992 26995 22937 0 -1 4202560 205 0 0 0 41 7 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484164954664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27006] ppid=26992 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26995/task/27006/stat : 27006 (java) S 26992 26995 22937 0 -1 4202560 118 0 0 0 11 3 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483682626152 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27007] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27007/stat : 27007 (java) S 26992 26995 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483681572472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27008] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27008/stat : 27008 (java) S 26992 26995 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483680519816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27009] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27009/stat : 27009 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483679468560 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27010] ppid=26992 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26995/task/27010/stat : 27010 (java) S 26992 26995 22937 0 -1 4202560 3881 0 0 0 48 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483678414904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27011] ppid=26992 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/26995/task/27011/stat : 27011 (java) S 26992 26995 22937 0 -1 4202560 10985 0 0 0 73 3 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483677362360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27012] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27012/stat : 27012 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483676310008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27013] ppid=26992 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26995/task/27013/stat : 27013 (java) S 26992 26995 22937 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483675257672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27014] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27014/stat : 27014 (java) S 26992 26995 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23730851 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483674203432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.32 2.33 2.24 3/213 27188
/proc/meminfo: memFree=28964548/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 20225 0 1 0 179917 83 0 0 20 0 19 0 23730817 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2406260 88269 2288 9 0 2396937 0
[pid=26995/tid=26996] ppid=26992 vsize=9625040 CPUtime=1790.24 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2532 0 1 0 178993 31 0 0 20 0 19 0 23730817 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484329241824 140484169884936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=26998] ppid=26992 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/26995/task/26998/stat : 26998 (java) S 26992 26995 22937 0 -1 4202560 209 0 0 0 35 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484290734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=26999] ppid=26992 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26995/task/26999/stat : 26999 (java) S 26992 26995 22937 0 -1 4202560 92 0 0 0 33 4 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484289682216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27000] ppid=26992 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26995/task/27000/stat : 27000 (java) S 26992 26995 22937 0 -1 4202560 132 0 0 0 36 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484288629672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27001] ppid=26992 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26995/task/27001/stat : 27001 (java) S 26992 26995 22937 0 -1 4202560 223 0 0 0 33 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484169165864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27002] ppid=26992 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26995/task/27002/stat : 27002 (java) S 26992 26995 22937 0 -1 4202560 242 0 0 0 34 3 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484168112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27003] ppid=26992 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/26995/task/27003/stat : 27003 (java) S 26992 26995 22937 0 -1 4202560 125 0 0 0 31 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484167059752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27004] ppid=26992 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26995/task/27004/stat : 27004 (java) S 26992 26995 22937 0 -1 4202560 114 0 0 0 38 4 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484166007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=27005] ppid=26992 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26995/task/27005/stat : 27005 (java) S 26992 26995 22937 0 -1 4202560 205 0 0 0 41 7 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484164954664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27006] ppid=26992 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26995/task/27006/stat : 27006 (java) S 26992 26995 22937 0 -1 4202560 118 0 0 0 11 3 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483682626152 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27007] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27007/stat : 27007 (java) S 26992 26995 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483681572472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27008] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27008/stat : 27008 (java) S 26992 26995 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483680519816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27009] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27009/stat : 27009 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483679468560 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27010] ppid=26992 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26995/task/27010/stat : 27010 (java) S 26992 26995 22937 0 -1 4202560 3881 0 0 0 48 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483678414904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27011] ppid=26992 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/26995/task/27011/stat : 27011 (java) S 26992 26995 22937 0 -1 4202560 10985 0 0 0 73 3 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483677362360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27012] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27012/stat : 27012 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483676310008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27013] ppid=26992 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26995/task/27013/stat : 27013 (java) S 26992 26995 22937 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483675257672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27014] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27014/stat : 27014 (java) S 26992 26995 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23730851 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483674203432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 26995 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.1 s]
/proc/loadavg: 2.32 2.33 2.24 3/213 27188
/proc/meminfo: memFree=28964548/32872528 swapFree=1400172/1569824
[pid=26995] ppid=26992 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/26995/stat : 26995 (java) S 26992 26995 22937 0 -1 4202496 20225 0 1 0 179917 83 0 0 20 0 19 0 23730817 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140734016106736 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26995/statm: 2406260 88269 2288 9 0 2396937 0
[pid=26995/tid=26996] ppid=26992 vsize=9625040 CPUtime=1790.24 cores=1,3,5,7
/proc/26995/task/26996/stat : 26996 (java) R 26992 26995 22937 0 -1 4202560 2532 0 1 0 178993 31 0 0 20 0 19 0 23730817 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484329241824 140484169884936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=26998] ppid=26992 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/26995/task/26998/stat : 26998 (java) S 26992 26995 22937 0 -1 4202560 209 0 0 0 35 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484290734760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=26999] ppid=26992 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26995/task/26999/stat : 26999 (java) S 26992 26995 22937 0 -1 4202560 92 0 0 0 33 4 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484289682216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27000] ppid=26992 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/26995/task/27000/stat : 27000 (java) S 26992 26995 22937 0 -1 4202560 132 0 0 0 36 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484288629672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27001] ppid=26992 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/26995/task/27001/stat : 27001 (java) S 26992 26995 22937 0 -1 4202560 223 0 0 0 33 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484169165864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27002] ppid=26992 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/26995/task/27002/stat : 27002 (java) S 26992 26995 22937 0 -1 4202560 242 0 0 0 34 3 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484168112296 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27003] ppid=26992 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/26995/task/27003/stat : 27003 (java) S 26992 26995 22937 0 -1 4202560 125 0 0 0 31 5 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484167059752 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27004] ppid=26992 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/26995/task/27004/stat : 27004 (java) S 26992 26995 22937 0 -1 4202560 114 0 0 0 38 4 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484166007208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26995/tid=27005] ppid=26992 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26995/task/27005/stat : 27005 (java) S 26992 26995 22937 0 -1 4202560 205 0 0 0 41 7 0 0 20 0 19 0 23730818 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140484164954664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27006] ppid=26992 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/26995/task/27006/stat : 27006 (java) S 26992 26995 22937 0 -1 4202560 118 0 0 0 11 3 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483682626152 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27007] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27007/stat : 27007 (java) S 26992 26995 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483681572472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27008] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27008/stat : 27008 (java) S 26992 26995 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23730819 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483680519816 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27009] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27009/stat : 27009 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483679468560 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27010] ppid=26992 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/26995/task/27010/stat : 27010 (java) S 26992 26995 22937 0 -1 4202560 3881 0 0 0 48 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483678414904 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26995/tid=27011] ppid=26992 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/26995/task/27011/stat : 27011 (java) S 26992 26995 22937 0 -1 4202560 10985 0 0 0 73 3 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483677362360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27012] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27012/stat : 27012 (java) S 26992 26995 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483676310008 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26995/tid=27013] ppid=26992 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/26995/task/27013/stat : 27013 (java) S 26992 26995 22937 0 -1 4202560 104 0 0 0 29 40 0 0 20 0 19 0 23730822 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483675257672 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26995/tid=27014] ppid=26992 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26995/task/27014/stat : 27014 (java) S 26992 26995 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23730851 9856040960 88269 33554432000 1073741824 1073778376 140734016115600 140483674203432 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.13
CPU time (s): 1800
CPU user time (s): 1799.17
CPU system time (s): 0.83
CPU usage (%): 100.215
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 1.2918
maximum resident set size= 479052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20264
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39318
involuntary context switches= 13377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8234 second user time and 13.473 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 04:27:36
IDJOB=4100733
IDBENCH=1654
IDSOLVER=2546
FILE ID=node140/4100733-1466216856
RUNJOBID= node140-1466206052-22954
PBS_JOBID= 19918137
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-blend.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100733-1466216856/watcher-4100733-1466216856 -o /tmp/evaluation-result-4100733-1466216856/solver-4100733-1466216856 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22954 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100733-1466216856.opb

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

MD5SUM BENCH= b27b0c72b75cc4f9d136fed88900224a
RANDOM SEED=118079966

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30141396 kB
Buffers:           91356 kB
Cached:           132628 kB
SwapCached:         2476 kB
Active:           212948 kB
Inactive:         166988 kB
Active(anon):     155508 kB
Inactive(anon):     2472 kB
Active(file):      57440 kB
Inactive(file):   164516 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       1676960 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             603140 kB
SReclaimable:      46480 kB
SUnreclaim:       556660 kB
KernelStack:        1752 kB
PageTables:         7668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2262436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node140 at 2016-06-18 04:57:32