Trace number 4121094

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 404.62 403.458

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-27-2.cnf.gz-plain.pb.metafix.opb
MD5SUM2d5fb46f690fca131b5f294841b40d80
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark95.1865
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints228
Number of constraints which are clauses228
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4121094-1467313344.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.034s.
0.10/0.14	c declared #vars     109
0.10/0.14	c #constraints  228
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 228
0.10/0.14	c 228 constraints processed.
0.67/0.43	c cleaning 2498 clauses out of 5003 with flag 33411/5003
1.08/0.70	c cleaning 4246 clauses out of 8503 with flag 79109/11001
1.40/1.10	c cleaning 5621 clauses out of 11256 with flag 129620/18000
2.00/1.67	c cleaning 6811 clauses out of 13636 with flag 195293/26001
2.82/2.40	c cleaning 7902 clauses out of 15826 with flag 265924/35002
3.52/3.19	c cleaning 8958 clauses out of 17923 with flag 347104/45001
4.52/4.19	c cleaning 9975 clauses out of 19965 with flag 438040/56001
5.62/5.24	c cleaning 10990 clauses out of 21991 with flag 523077/68002
6.91/6.57	c cleaning 11996 clauses out of 24000 with flag 620262/81001
8.51/8.15	c cleaning 12994 clauses out of 26004 with flag 723043/95001
10.21/9.87	c cleaning 13997 clauses out of 28009 with flag 830122/110000
12.11/11.76	c cleaning 15000 clauses out of 30013 with flag 960245/126001
14.42/14.01	c cleaning 15998 clauses out of 32012 with flag 1094166/143000
16.82/16.47	c cleaning 17001 clauses out of 34015 with flag 1237005/161001
19.82/19.41	c cleaning 17998 clauses out of 36013 with flag 1384899/180000
23.12/22.73	c cleaning 19001 clauses out of 38015 with flag 1546209/200000
26.42/26.08	c cleaning 19998 clauses out of 40014 with flag 1720622/221000
30.13/29.77	c cleaning 21001 clauses out of 42018 with flag 1886869/243002
34.22/33.84	c cleaning 22002 clauses out of 44016 with flag 2057647/266001
38.72/38.38	c cleaning 22997 clauses out of 46013 with flag 2240916/290000
43.62/43.20	c cleaning 24004 clauses out of 48016 with flag 2435047/315000
49.01/48.65	c cleaning 24996 clauses out of 50012 with flag 2634276/341000
54.51/54.17	c cleaning 26004 clauses out of 52020 with flag 2845746/368004
60.51/60.12	c cleaning 27001 clauses out of 54014 with flag 3064190/396002
67.22/66.86	c cleaning 28000 clauses out of 56011 with flag 3278819/425000
74.52/74.18	c cleaning 28996 clauses out of 58011 with flag 3486066/455000
82.52/82.13	c cleaning 30005 clauses out of 60017 with flag 3707624/486002
90.42/90.01	c cleaning 31001 clauses out of 62010 with flag 3927504/518000
98.62/98.28	c cleaning 31997 clauses out of 64009 with flag 4163112/551000
107.92/107.59	c cleaning 33001 clauses out of 66013 with flag 4405367/585001
117.63/117.22	c cleaning 33998 clauses out of 68011 with flag 4652583/620000
127.63/127.28	c cleaning 34996 clauses out of 70013 with flag 4909005/656000
138.33/137.99	c cleaning 36002 clauses out of 72017 with flag 5157328/693000
150.24/149.81	c cleaning 37000 clauses out of 74015 with flag 5421613/731000
162.44/162.09	c cleaning 38005 clauses out of 76015 with flag 5671829/770000
176.24/175.88	c cleaning 39001 clauses out of 78010 with flag 5926120/810000
190.64/190.29	c cleaning 40002 clauses out of 80009 with flag 6186608/851000
206.16/205.80	c cleaning 40998 clauses out of 82009 with flag 6459960/893002
223.65/223.24	c cleaning 42002 clauses out of 84012 with flag 6744749/936003
238.66/238.20	c cleaning 42998 clauses out of 86008 with flag 7036230/980001
255.16/254.78	c cleaning 43999 clauses out of 88009 with flag 7332982/1025000
273.69/272.89	c cleaning 45000 clauses out of 90010 with flag 7638816/1071000
290.54/289.57	c cleaning 45998 clauses out of 92010 with flag 7942975/1118000
307.75/306.72	c cleaning 47002 clauses out of 94012 with flag 8261461/1166000
326.67/325.57	c cleaning 47999 clauses out of 96009 with flag 8584078/1215000
347.77/346.67	c cleaning 48999 clauses out of 98010 with flag 8912443/1265000
369.08/367.99	c cleaning 50004 clauses out of 100011 with flag 9211432/1316000
391.62/390.44	c cleaning 51003 clauses out of 102007 with flag 9558558/1368001
404.62/403.42	c starts		: 153
404.62/403.42	c conflicts		: 1403800
404.62/403.42	c decisions		: 1743012
404.62/403.42	c propagations		: 23307181
404.62/403.42	c inspects		: 10680532676
404.62/403.42	c shortcuts		: 0
404.62/403.42	c learnt literals	: 14
404.62/403.42	c learnt binary clauses	: 13
404.62/403.43	c learnt ternary clauses	: 50
404.62/403.43	c learnt constraints	: 1403785
404.62/403.43	c ignored constraints	: 0
404.62/403.43	c root simplifications	: 0
404.62/403.43	c removed literals (reason simplification)	: 0
404.62/403.43	c reason swapping (by a shorter reason)	: 0
404.62/403.43	c Calls to reduceDB	: 48
404.62/403.43	c Number of update (reduction) of LBD	: 404004
404.62/403.43	c Imported unit clauses	: 0
404.62/403.43	c number of reductions to clauses (during analyze)	: 0
404.62/403.43	c number of learned constraints concerned by reduction	: 0
404.62/403.43	c number of learning phase by resolution	: 0
404.62/403.43	c number of learning phase by cutting planes	: 0
404.62/403.43	c speed (assignments/second)	: 57793.03820852148
404.62/403.43	c non guided choices	30
404.62/403.45	c learnt constraints type 
404.62/403.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
404.62/403.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86777
404.62/403.45	s UNSATISFIABLE
404.62/403.45	c Total wall clock time (in seconds): 403.35

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

pid=19293
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.32 2.25 2.19 3/194 19296
/proc/meminfo: memFree=29200292/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 12284008 98570240 978 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 24065 978 744 9 0 16771 0
[pid=19296/tid=19297] ppid=19293 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 12284008 98578432 980 33554432000 1073741824 1073778376 140736041504752 139997232905768 213418980400 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10014 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 19296
/proc/meminfo: memFree=29200292/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 4503 0 1 0 10 0 0 0 20 0 18 0 12284008 9787879424 6127 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2389619 6127 2157 9 0 2380296 0
[pid=19296/tid=19297] ppid=19293 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 12284008 9787879424 6127 33554432000 1073741824 1073778376 140736041504752 139997232909216 213423023373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200371 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 19296
/proc/meminfo: memFree=29200292/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 7090 0 1 0 30 1 0 0 20 0 19 0 12284008 9856040960 8001 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 8001 2223 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2399 0 1 0 17 0 0 0 20 0 19 0 12284008 9856040960 8001 33554432000 1073741824 1073778376 140736041504752 139997232910976 139997093109249 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300396 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 19296
/proc/meminfo: memFree=29200292/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 7152 0 1 0 50 1 0 0 20 0 19 0 12284008 9856040960 7958 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 7958 2237 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 19 0 12284008 9856040960 7958 33554432000 1073741824 1073778376 140736041504752 139997232910520 139997093506620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700274 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 19296
/proc/meminfo: memFree=29200292/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 9443 0 1 0 107 1 0 0 20 0 19 0 12284008 9856040960 8708 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 8708 2249 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2400 0 1 0 67 0 0 0 20 0 19 0 12284008 9856040960 8708 33554432000 1073741824 1073778376 140736041504752 139997232910824 139997093304189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.32 2.25 2.19 3/213 19315
/proc/meminfo: memFree=29171204/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=1.9 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 9446 0 1 0 189 1 0 0 20 0 19 0 12284008 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 9221 2250 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2402 0 1 0 146 0 0 0 20 0 19 0 12284008 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997232901840 139997093463623 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19299] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19299/stat : 19299 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997076421672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19300] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19300/stat : 19300 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997075368872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19301] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19301/stat : 19301 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997074316072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19302] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19302/stat : 19302 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997073263272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19303] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19303/stat : 19303 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997072210472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19304] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19304/stat : 19304 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997071157672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19305] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19305/stat : 19305 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997070104872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19306] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19306/stat : 19306 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997069052072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19307] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19307/stat : 19307 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284010 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997056855016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19308] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19308/stat : 19308 (java) S 19293 19296 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997055801080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19309] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19309/stat : 19309 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997054748168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19310] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19310/stat : 19310 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997053696656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19311] ppid=19293 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19296/task/19311/stat : 19311 (java) S 19293 19296 17519 0 -1 4202560 2852 0 0 0 20 0 0 0 20 0 19 0 12284013 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997052643768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19312] ppid=19293 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19296/task/19312/stat : 19312 (java) S 19293 19296 17519 0 -1 4202560 2922 0 0 0 20 0 0 0 20 0 19 0 12284013 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997051590968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19313] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19313/stat : 19313 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997050538360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19314] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19314/stat : 19314 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997049485768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19315] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19315/stat : 19315 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284022 9856040960 9221 33554432000 1073741824 1073778376 140736041504752 139997048432296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.32 2.25 2.19 3/213 19315
/proc/meminfo: memFree=29166488/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 9448 0 1 0 351 1 0 0 20 0 19 0 12284008 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 9734 2250 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2403 0 1 0 306 0 0 0 20 0 19 0 12284008 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997232901840 139997093506880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19299] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19299/stat : 19299 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997076421672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19300] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19300/stat : 19300 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997075368872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19301] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19301/stat : 19301 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997074316072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19302] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19302/stat : 19302 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997073263272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19303] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19303/stat : 19303 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997072210472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19304] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19304/stat : 19304 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997071157672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19305] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19305/stat : 19305 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997070104872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19306] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19306/stat : 19306 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997069052072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19307] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19307/stat : 19307 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284010 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997056855016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19308] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19308/stat : 19308 (java) S 19293 19296 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997055801080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19309] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19309/stat : 19309 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997054748168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19310] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19310/stat : 19310 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997053696656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19311] ppid=19293 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19296/task/19311/stat : 19311 (java) S 19293 19296 17519 0 -1 4202560 2853 0 0 0 21 0 0 0 20 0 19 0 12284013 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997052643768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19312] ppid=19293 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19296/task/19312/stat : 19312 (java) S 19293 19296 17519 0 -1 4202560 2922 0 0 0 20 0 0 0 20 0 19 0 12284013 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997051590968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19313] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19313/stat : 19313 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997050538360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19314] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19314/stat : 19314 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997049485768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19315] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19315/stat : 19315 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284022 9856040960 9734 33554432000 1073741824 1073778376 140736041504752 139997048432296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.30 2.25 2.19 3/213 19315
/proc/meminfo: memFree=29162184/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 9452 0 1 0 670 1 0 0 20 0 19 0 12284008 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 10602 2251 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2406 0 1 0 625 0 0 0 20 0 19 0 12284008 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997232901840 139997093507067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19299] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19299/stat : 19299 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997076421672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19300] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19300/stat : 19300 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997075368872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19301] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19301/stat : 19301 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997074316072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19302] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19302/stat : 19302 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997073263272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19303] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19303/stat : 19303 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997072210472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19304] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19304/stat : 19304 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997071157672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19305] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19305/stat : 19305 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997070104872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19306] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19306/stat : 19306 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997069052072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19307] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19307/stat : 19307 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284010 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997056855016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19308] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19308/stat : 19308 (java) S 19293 19296 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997055801080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19309] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19309/stat : 19309 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997054748168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19310] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19310/stat : 19310 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997053696656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19311] ppid=19293 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19296/task/19311/stat : 19311 (java) S 19293 19296 17519 0 -1 4202560 2853 0 0 0 21 0 0 0 20 0 19 0 12284013 9856040960 10602 33554432000 1073741824 1073778376 140736041504752 139997052643768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19312] ppid=19293 vsize=9625040 CPUtime=0.2 cores=1,3,5,7

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

/proc/19296/task/19311/stat : 19311 (java) S 19293 19296 17519 0 -1 4202560 10751 0 0 0 86 2 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997052643768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19312] ppid=19293 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19296/task/19312/stat : 19312 (java) S 19293 19296 17519 0 -1 4202560 2922 0 0 0 24 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997051590968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19313] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19313/stat : 19313 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997050538360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19314] ppid=19293 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19296/task/19314/stat : 19314 (java) S 19293 19296 17519 0 -1 4202560 24 0 0 0 6 6 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997049485768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19315] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19315/stat : 19315 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284022 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997048432296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 403.52
Current children cumulated vsize (KiB) 9625040

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

[startup+402.401 s]
/proc/loadavg: 2.25 2.28 2.21 3/213 19646
/proc/meminfo: memFree=29004572/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=403.62 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 17487 0 1 0 40349 13 0 0 20 0 19 0 12284008 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 45708 2271 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=401.31 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2483 0 1 0 40122 9 0 0 20 0 19 0 12284008 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997232909328 139997093463075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19299] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19299/stat : 19299 (java) S 19293 19296 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997076421672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19300] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19300/stat : 19300 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997075368872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19301] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19301/stat : 19301 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997074316072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19302] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19302/stat : 19302 (java) S 19293 19296 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997073263272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19303] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19303/stat : 19303 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997072210472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19304] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19304/stat : 19304 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997071157672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19305] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19305/stat : 19305 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997070104872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19306] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19306/stat : 19306 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997069052072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19307] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19307/stat : 19307 (java) S 19293 19296 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12284010 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997056855016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19308] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19308/stat : 19308 (java) S 19293 19296 17519 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997055801080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19309] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19309/stat : 19309 (java) S 19293 19296 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997054748168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19310] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19310/stat : 19310 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997053696656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19311] ppid=19293 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/19296/task/19311/stat : 19311 (java) S 19293 19296 17519 0 -1 4202560 10751 0 0 0 86 2 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997052643768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19312] ppid=19293 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19296/task/19312/stat : 19312 (java) S 19293 19296 17519 0 -1 4202560 2922 0 0 0 24 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997051590968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19313] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19313/stat : 19313 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997050538360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19314] ppid=19293 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19296/task/19314/stat : 19314 (java) S 19293 19296 17519 0 -1 4202560 24 0 0 0 6 6 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997049485768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19315] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19315/stat : 19315 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284022 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997048432296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 403.62
Current children cumulated vsize (KiB) 9625040

[startup+403.201 s]
/proc/loadavg: 2.25 2.28 2.21 3/213 19646
/proc/meminfo: memFree=29004572/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=404.42 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 17487 0 1 0 40429 13 0 0 20 0 19 0 12284008 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 45708 2271 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=402.11 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2483 0 1 0 40202 9 0 0 20 0 19 0 12284008 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997232909328 139997093784607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19299] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19299/stat : 19299 (java) S 19293 19296 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997076421672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19300] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19300/stat : 19300 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997075368872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19301] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19301/stat : 19301 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997074316072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19302] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19302/stat : 19302 (java) S 19293 19296 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997073263272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19303] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19303/stat : 19303 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997072210472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19304] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19304/stat : 19304 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997071157672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19305] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19305/stat : 19305 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997070104872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19306] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19306/stat : 19306 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997069052072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19307] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19307/stat : 19307 (java) S 19293 19296 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12284010 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997056855016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19308] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19308/stat : 19308 (java) S 19293 19296 17519 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997055801080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19309] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19309/stat : 19309 (java) S 19293 19296 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997054748168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19310] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19310/stat : 19310 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997053696656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19311] ppid=19293 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/19296/task/19311/stat : 19311 (java) S 19293 19296 17519 0 -1 4202560 10751 0 0 0 86 2 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997052643768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19312] ppid=19293 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19296/task/19312/stat : 19312 (java) S 19293 19296 17519 0 -1 4202560 2922 0 0 0 24 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997051590968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19313] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19313/stat : 19313 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997050538360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19314] ppid=19293 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19296/task/19314/stat : 19314 (java) S 19293 19296 17519 0 -1 4202560 24 0 0 0 6 6 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997049485768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19315] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19315/stat : 19315 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284022 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997048432296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 404.42
Current children cumulated vsize (KiB) 9625040

[startup+403.401 s]
/proc/loadavg: 2.25 2.28 2.21 3/213 19646
/proc/meminfo: memFree=29004572/32872528 swapFree=1391980/1569808
[pid=19296] ppid=19293 vsize=9625040 CPUtime=404.62 cores=1,3,5,7
/proc/19296/stat : 19296 (java) S 19293 19296 17519 0 -1 4202496 17487 0 1 0 40449 13 0 0 20 0 19 0 12284008 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 140736041495888 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19296/statm: 2406260 45708 2271 9 0 2396937 0
[pid=19296/tid=19297] ppid=19293 vsize=9625040 CPUtime=402.31 cores=1,3,5,7
/proc/19296/task/19297/stat : 19297 (java) R 19293 19296 17519 0 -1 4202560 2483 0 1 0 40222 9 0 0 20 0 19 0 12284008 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997232909328 139997093304258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19299] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19299/stat : 19299 (java) S 19293 19296 17519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997076421672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19300] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19300/stat : 19300 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997075368872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19301] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19301/stat : 19301 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997074316072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19302] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19302/stat : 19302 (java) S 19293 19296 17519 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997073263272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19303] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19303/stat : 19303 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997072210472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19296/tid=19304] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19304/stat : 19304 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997071157672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19305] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19305/stat : 19305 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997070104872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19306] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19306/stat : 19306 (java) S 19293 19296 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12284009 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997069052072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19307] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19307/stat : 19307 (java) S 19293 19296 17519 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 12284010 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997056855016 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19308] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19308/stat : 19308 (java) S 19293 19296 17519 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997055801080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19309] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19309/stat : 19309 (java) S 19293 19296 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12284011 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997054748168 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19310] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19310/stat : 19310 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997053696656 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19311] ppid=19293 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/19296/task/19311/stat : 19311 (java) S 19293 19296 17519 0 -1 4202560 10751 0 0 0 86 2 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997052643768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19296/tid=19312] ppid=19293 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/19296/task/19312/stat : 19312 (java) S 19293 19296 17519 0 -1 4202560 2922 0 0 0 24 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997051590968 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19313] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19313/stat : 19313 (java) S 19293 19296 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997050538360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19296/tid=19314] ppid=19293 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/19296/task/19314/stat : 19314 (java) S 19293 19296 17519 0 -1 4202560 24 0 0 0 6 6 0 0 20 0 19 0 12284013 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997049485768 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19296/tid=19315] ppid=19293 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19296/task/19315/stat : 19315 (java) S 19293 19296 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12284022 9856040960 45708 33554432000 1073741824 1073778376 140736041504752 139997048432296 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 404.62
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19296 and gives
#  childrusage.ru_utime.tv_sec=403
#  childrusage.ru_utime.tv_usec=490660
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=221966
# CPU time returned by wait4() is 403.713
# while last known CPU time is 404.62
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 403.458
CPU time (s): 404.62
CPU user time (s): 404.49
CPU system time (s): 0.13
CPU usage (%): 100.288
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.491
system time used= 0.221966
maximum resident set size= 194384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17515
page faults= 1
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8774
involuntary context switches= 554

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47462 second user time and 2.81457 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 21:02:24
IDJOB=4121094
IDBENCH=110296
IDSOLVER=2546
FILE ID=node140/4121094-1467313344
RUNJOBID= node140-1467308852-17536
PBS_JOBID= 20005285
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-27-2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4121094-1467313344/watcher-4121094-1467313344 -o /tmp/evaluation-result-4121094-1467313344/solver-4121094-1467313344 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4121094-1467313344.opb

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

MD5SUM BENCH= 2d5fb46f690fca131b5f294841b40d80
RANDOM SEED=91039364

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.708
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.41
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.708
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.708
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.708
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.56
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.708
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.708
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.708
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.708
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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29200820 kB
Buffers:          147164 kB
Cached:          1044712 kB
SwapCached:            0 kB
Active:           405456 kB
Inactive:         951788 kB
Active(anon):     159752 kB
Inactive(anon):     8448 kB
Active(file):     245704 kB
Inactive(file):   943340 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:       1764172 kB
Mapped:            22084 kB
Shmem:               204 kB
Slab:             607812 kB
SReclaimable:      51804 kB
SUnreclaim:       556008 kB
KernelStack:        1760 kB
PageTables:         7484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2261244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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= 71652 MiB
End job on node140 at 2016-06-30 21:09:08