Trace number 4101045

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

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-scfxm3.opb
MD5SUMce89a14d8ce44afa95c95ee36cc3e1e0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41130
Total number of constraints981
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 constraints981
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 2070
Biggest coefficient in the objective function 6671
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 525918
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 525918
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization by upper bound
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.12	c No reason simplification
0.06/0.12	c Glucose 2.1 dynamic restart strategy
0.06/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-4101045-1466220189.opb
0.06/0.12	c reading problem ... 
0.06/0.12	c  objective function found
1.16/0.73	c ... done. Wall clock time 0.603s.
1.16/0.73	c declared #vars     41130
1.16/0.73	c #constraints  1542
1.16/0.73	c constraints type 
1.16/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
1.16/0.73	c org.sat4j.specs.Constr$1 => 12
1.16/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1527
1.16/0.73	c 1542 constraints processed.
1.16/0.73	c objective function length is 2070 literals
2.61/1.84	c cleaning 2500 clauses out of 5000 with flag 11151/5002
3.69/2.85	c cleaning 4250 clauses out of 8499 with flag 23230/11001
5.84/4.83	c cleaning 5617 clauses out of 11245 with flag 38642/18000
6.56/5.52	c cleaning 6810 clauses out of 13630 with flag 54785/26002
7.36/6.38	c cleaning 7903 clauses out of 15819 with flag 72783/35001
8.46/7.42	c cleaning 8950 clauses out of 17917 with flag 92785/45002
9.66/8.65	c cleaning 9970 clauses out of 19965 with flag 114781/56000
11.07/10.05	c cleaning 10987 clauses out of 21997 with flag 138786/68002
12.76/11.79	c cleaning 11994 clauses out of 24009 with flag 164784/81001
14.86/13.86	c cleaning 13001 clauses out of 26015 with flag 192785/95001
17.26/16.24	c cleaning 13995 clauses out of 28014 with flag 222785/110001
19.97/18.92	c cleaning 14996 clauses out of 30019 with flag 254786/126001
22.87/21.82	c cleaning 15996 clauses out of 32024 with flag 288792/143002
26.47/25.41	c cleaning 16999 clauses out of 34026 with flag 324788/161000
30.07/29.09	c cleaning 18000 clauses out of 36027 with flag 362788/180000
34.57/33.50	c cleaning 19002 clauses out of 38027 with flag 402789/200000
39.57/38.49	c cleaning 20006 clauses out of 40025 with flag 444873/221000
45.87/44.74	c cleaning 21009 clauses out of 42021 with flag 489685/243002
52.67/51.56	c cleaning 22003 clauses out of 44010 with flag 535681/266000
59.98/58.71	c cleaning 23000 clauses out of 46007 with flag 583681/290000
67.78/66.54	c cleaning 24000 clauses out of 48008 with flag 633684/315001
75.68/74.47	c cleaning 25003 clauses out of 50008 with flag 685684/341001
84.88/83.63	c cleaning 26001 clauses out of 52005 with flag 739685/368001
94.47/93.21	c cleaning 27003 clauses out of 54005 with flag 795688/396002
104.98/103.79	c cleaning 27999 clauses out of 56000 with flag 853689/425000
116.00/114.66	c cleaning 29000 clauses out of 58001 with flag 914127/455000
128.80/127.46	c cleaning 29994 clauses out of 60001 with flag 978448/486000
141.79/140.47	c cleaning 31001 clauses out of 62008 with flag 1042454/518001
155.50/154.11	c cleaning 31998 clauses out of 64006 with flag 1108455/551000
169.82/168.38	c cleaning 33003 clauses out of 66009 with flag 1176459/585001
185.11/183.65	c cleaning 33997 clauses out of 68005 with flag 1246463/620000
203.01/201.50	c cleaning 35000 clauses out of 70009 with flag 1318465/656001
225.51/224.03	c cleaning 36003 clauses out of 72009 with flag 1392466/693001
248.73/247.14	c cleaning 36999 clauses out of 74006 with flag 1468470/731001
273.73/272.12	c cleaning 38001 clauses out of 76007 with flag 1546477/770001
299.34/297.78	c cleaning 38999 clauses out of 78005 with flag 1626478/810000
323.90/322.26	c cleaning 40001 clauses out of 80007 with flag 1708481/851001
349.32/347.69	c cleaning 41001 clauses out of 82006 with flag 1792483/893001
376.72/375.10	c cleaning 42001 clauses out of 84008 with flag 1878490/936004
406.97/405.20	c cleaning 43001 clauses out of 86004 with flag 1966494/980001
438.08/436.30	c cleaning 44002 clauses out of 88003 with flag 2056495/1025001
469.30/467.59	c cleaning 45000 clauses out of 90000 with flag 2148494/1071000
502.95/501.10	c cleaning 45998 clauses out of 92003 with flag 2242508/1118003
535.36/533.59	c cleaning 46998 clauses out of 94002 with flag 2338511/1166000
570.59/568.71	c cleaning 47999 clauses out of 96005 with flag 2436530/1215001
609.48/607.69	c cleaning 49000 clauses out of 98006 with flag 2536535/1265001
650.19/648.29	c cleaning 50000 clauses out of 100006 with flag 2638537/1316001
694.99/693.04	c cleaning 50999 clauses out of 102005 with flag 2742537/1368000
743.60/741.52	c cleaning 51999 clauses out of 104006 with flag 2848540/1421000
787.51/785.49	c cleaning 53001 clauses out of 106007 with flag 2956549/1475000
840.68/838.50	c cleaning 53998 clauses out of 108006 with flag 3066557/1530000
897.70/895.50	c cleaning 55000 clauses out of 110008 with flag 3178561/1586000
955.98/953.74	c cleaning 56002 clauses out of 112009 with flag 3292567/1643001
1014.89/1012.61	c cleaning 57001 clauses out of 114006 with flag 3408571/1701000
1063.73/1061.44	c cleaning 57996 clauses out of 116007 with flag 3526577/1760002
1106.39/1104.01	c cleaning 59004 clauses out of 118011 with flag 3646578/1820002
1155.60/1153.21	c cleaning 60001 clauses out of 120007 with flag 3768582/1881002
1200.75/1198.37	c cleaning 60999 clauses out of 122004 with flag 3892587/1943000
1246.82/1244.37	c cleaning 62004 clauses out of 124007 with flag 4018595/2006002
1300.73/1298.11	c cleaning 63002 clauses out of 126005 with flag 4146600/2070004
1362.51/1359.83	c cleaning 63997 clauses out of 128001 with flag 4276598/2135002
1418.44/1415.75	c cleaning 65000 clauses out of 130002 with flag 4408600/2201000
1468.47/1465.76	c cleaning 65997 clauses out of 132002 with flag 4542604/2268000
1515.12/1512.31	c cleaning 67002 clauses out of 134006 with flag 4678606/2336001
1566.84/1563.97	c cleaning 67998 clauses out of 136005 with flag 4816613/2405002
1616.20/1613.27	c cleaning 68998 clauses out of 138007 with flag 4956619/2475002
1687.14/1684.16	c cleaning 70003 clauses out of 140007 with flag 5098625/2546000
1755.41/1752.38	c cleaning 71003 clauses out of 142006 with flag 5242629/2618002
1800.04/1796.90	c starts		: 100
1800.04/1796.90	c conflicts		: 2674592
1800.04/1796.90	c decisions		: 2721700
1800.04/1796.90	c propagations		: 114391636
1800.04/1796.90	c inspects		: 31111268211
1800.04/1796.90	c shortcuts		: 0
1800.04/1796.90	c learnt literals	: 5
1800.04/1796.90	c learnt binary clauses	: 6
1800.04/1796.90	c learnt ternary clauses	: 8
1800.04/1796.90	c learnt constraints	: 2674587
1800.04/1796.90	c ignored constraints	: 0
1800.04/1796.90	c root simplifications	: 0
1800.04/1796.90	c removed literals (reason simplification)	: 0
1800.04/1796.90	c reason swapping (by a shorter reason)	: 0
1800.04/1796.90	c Calls to reduceDB	: 68
1800.04/1796.90	c Number of update (reduction) of LBD	: 1258
1800.04/1796.90	c Imported unit clauses	: 0
1800.04/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.90	c number of learned constraints concerned by reduction	: 0
1800.04/1796.90	c number of learning phase by resolution	: 0
1800.04/1796.90	c number of learning phase by cutting planes	: 0
1800.04/1796.90	c speed (assignments/second)	: 63689.07880707869
1800.04/1796.90	c non guided choices	3428
1800.04/1796.91	c timeout
1800.04/1796.93	c learnt constraints type 
1800.04/1796.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.04/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 127587
1800.04/1796.93	s UNKNOWN
1800.04/1796.93	c Total wall clock time (in seconds): 1796.805

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-4101045-1466220189/watcher-4101045-1466220189 -o /tmp/evaluation-result-4101045-1466220189/solver-4101045-1466220189 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101045-1466220189.opb 

pid=28773
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 28776
/proc/meminfo: memFree=30145760/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/28776/stat : 28776 (java) R 28773 28776 25977 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 24067573 2560000 46 33554432000 1073741824 1073778376 140736851548336 140736851545464 272877317415 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/28776/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 28776
/proc/meminfo: memFree=30145760/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 4262 0 1 0 6 0 0 0 20 0 18 0 24067573 9787879424 5389 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2389619 5389 2074 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 28776
/proc/meminfo: memFree=30145760/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 4981 0 1 0 24 1 0 0 20 0 18 0 24067573 9787879424 6846 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2389619 6846 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 28776
/proc/meminfo: memFree=30145760/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 9090 0 1 0 53 2 0 0 20 0 18 0 24067573 9787879424 11443 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2389619 11443 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 2.32 2.25 2.19 3/194 28776
/proc/meminfo: memFree=30145760/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9558476 CPUtime=1.16 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 9724 0 1 0 110 6 0 0 20 0 18 0 24067573 9787879424 46375 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2389619 46375 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.32 2.25 2.19 3/213 28795
/proc/meminfo: memFree=29965816/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 11129 0 1 0 219 7 0 0 20 0 19 0 24067573 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2406260 47108 2272 9 0 2396937 0
[pid=28776/tid=28778] ppid=28773 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/28776/task/28778/stat : 28778 (java) R 28773 28776 25977 0 -1 4202560 2471 0 1 0 139 4 0 0 20 0 19 0 24067575 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707393180136 140707239758215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28779] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28779/stat : 28779 (java) S 28773 28776 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707365633064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28780] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28780/stat : 28780 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707364580264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28781] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28781/stat : 28781 (java) S 28773 28776 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707363527464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28782] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28782/stat : 28782 (java) S 28773 28776 25977 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707362474664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28783] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28783/stat : 28783 (java) S 28773 28776 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707361421864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28784] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28784/stat : 28784 (java) S 28773 28776 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707360369064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28785] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28785/stat : 28785 (java) S 28773 28776 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707359316264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28786] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28786/stat : 28786 (java) S 28773 28776 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140707358263464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28787] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28787/stat : 28787 (java) S 28773 28776 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706746174440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28788] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28788/stat : 28788 (java) S 28773 28776 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706745120504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28789] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28789/stat : 28789 (java) S 28773 28776 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706744067592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28790] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28790/stat : 28790 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706743016080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28791] ppid=28773 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/28776/task/28791/stat : 28791 (java) S 28773 28776 25977 0 -1 4202560 3392 0 0 0 40 0 0 0 20 0 19 0 24067581 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706741963192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28792] ppid=28773 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/28776/task/28792/stat : 28792 (java) S 28773 28776 25977 0 -1 4202560 3871 0 0 0 30 1 0 0 20 0 19 0 24067581 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706740910392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28793] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28793/stat : 28793 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706739857784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28794] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28794/stat : 28794 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706738805192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28795] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28795/stat : 28795 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067655 9856040960 47108 33554432000 1073741824 1073778376 140734473633600 140706737751720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.32 2.25 2.19 3/213 28795
/proc/meminfo: memFree=29965196/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9625040 CPUtime=3.99 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 12008 0 1 0 392 7 0 0 20 0 19 0 24067573 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2406260 47114 2278 9 0 2396937 0
[pid=28776/tid=28778] ppid=28773 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/28776/task/28778/stat : 28778 (java) R 28773 28776 25977 0 -1 4202560 2473 0 1 0 299 4 0 0 20 0 19 0 24067575 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707393171168 140707239693237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28779] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28779/stat : 28779 (java) S 28773 28776 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707365633064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28780] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28780/stat : 28780 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707364580264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28781] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28781/stat : 28781 (java) S 28773 28776 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707363527464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28782] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28782/stat : 28782 (java) S 28773 28776 25977 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707362474664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28783] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28783/stat : 28783 (java) S 28773 28776 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707361421864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28784] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28784/stat : 28784 (java) S 28773 28776 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707360369064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28785] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28785/stat : 28785 (java) S 28773 28776 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707359316264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28786] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28786/stat : 28786 (java) S 28773 28776 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24067576 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140707358263464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28787] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28787/stat : 28787 (java) S 28773 28776 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706746174440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28788] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28788/stat : 28788 (java) S 28773 28776 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706745120504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28789] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28789/stat : 28789 (java) S 28773 28776 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706744067592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28790] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28790/stat : 28790 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706743016080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28791] ppid=28773 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/28776/task/28791/stat : 28791 (java) S 28773 28776 25977 0 -1 4202560 4267 0 0 0 51 0 0 0 20 0 19 0 24067581 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706741963192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28792] ppid=28773 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/28776/task/28792/stat : 28792 (java) S 28773 28776 25977 0 -1 4202560 3873 0 0 0 33 2 0 0 20 0 19 0 24067581 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706740910392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28793] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28793/stat : 28793 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706739857784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28794] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28794/stat : 28794 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706738805192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28795] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28795/stat : 28795 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067655 9856040960 47114 33554432000 1073741824 1073778376 140734473633600 140706737751720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.30 2.25 2.19 3/213 28795
/proc/meminfo: memFree=29934788/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 13144 0 1 0 724 12 0 0 20 0 19 0 24067573 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2406260 54560 2278 9 0 2396937 0
[pid=28776/tid=28778] ppid=28773 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/28776/task/28778/stat : 28778 (java) R 28773 28776 25977 0 -1 4202560 2475 0 1 0 615 4 0 0 20 0 19 0 24067575 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707393179928 140707239558216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28779] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28779/stat : 28779 (java) S 28773 28776 25977 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707365633064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28780] ppid=28773 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28776/task/28780/stat : 28780 (java) S 28773 28776 25977 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707364580264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28781] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28781/stat : 28781 (java) S 28773 28776 25977 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707363527464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28782] ppid=28773 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/28776/task/28782/stat : 28782 (java) S 28773 28776 25977 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707362474664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28783] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28783/stat : 28783 (java) S 28773 28776 25977 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707361421864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28784] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28784/stat : 28784 (java) S 28773 28776 25977 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707360369064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28785] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28785/stat : 28785 (java) S 28773 28776 25977 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707359316264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28786] ppid=28773 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/28776/task/28786/stat : 28786 (java) S 28773 28776 25977 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 19 0 24067576 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140707358263464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28787] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28787/stat : 28787 (java) S 28773 28776 25977 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706746174440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28788] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28788/stat : 28788 (java) S 28773 28776 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706745120504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28789] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28789/stat : 28789 (java) S 28773 28776 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706744067592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28790] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28790/stat : 28790 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706743016080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28791] ppid=28773 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/28776/task/28791/stat : 28791 (java) S 28773 28776 25977 0 -1 4202560 5010 0 0 0 55 0 0 0 20 0 19 0 24067581 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706741963192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28792] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28792/stat : 28792 (java) S 28773 28776 25977 0 -1 4202560 3873 0 0 0 35 2 0 0 20 0 19 0 24067581 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706740910392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28793] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28793/stat : 28793 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706739857784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28794] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28794/stat : 28794 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706738805192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28795] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28795/stat : 28795 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067655 9856040960 54560 33554432000 1073741824 1073778376 140734473633600 140706737751720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625040


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

[pid=28776/tid=28788] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28788/stat : 28788 (java) S 28773 28776 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706745120504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28789] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28789/stat : 28789 (java) S 28773 28776 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706744067592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28790] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28790/stat : 28790 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706743016080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28791] ppid=28773 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/28776/task/28791/stat : 28791 (java) S 28773 28776 25977 0 -1 4202560 5119 0 0 0 56 1 0 0 20 0 19 0 24067581 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706741963192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28792] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28792/stat : 28792 (java) S 28773 28776 25977 0 -1 4202560 3873 0 0 0 35 2 0 0 20 0 19 0 24067581 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706740910392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28793] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28793/stat : 28793 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706739857784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28794] ppid=28773 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/28776/task/28794/stat : 28794 (java) S 28773 28776 25977 0 -1 4202560 99 0 0 0 29 38 0 0 20 0 19 0 24067581 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706738805192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28795] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28795/stat : 28795 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067655 9856040960 221217 33554432000 1073741824 1073778376 140734473633600 140706737751720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.4
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.22 2.18 3/213 28905
/proc/meminfo: memFree=29376852/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9625040 CPUtime=1785.44 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 15897 0 1 0 178427 117 0 0 20 0 19 0 24067573 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2406260 219552 2279 9 0 2396937 0
[pid=28776/tid=28778] ppid=28773 vsize=9625040 CPUtime=1781.32 cores=1,3,5,7
/proc/28776/task/28778/stat : 28778 (java) R 28773 28776 25977 0 -1 4202560 2849 0 1 0 178093 39 0 0 20 0 19 0 24067575 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707393178848 140707239728011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28779] ppid=28773 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/28776/task/28779/stat : 28779 (java) S 28773 28776 25977 0 -1 4202560 299 0 0 0 25 7 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707365633064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28780] ppid=28773 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28776/task/28780/stat : 28780 (java) S 28773 28776 25977 0 -1 4202560 272 0 0 0 24 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707364580264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28781] ppid=28773 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/28776/task/28781/stat : 28781 (java) S 28773 28776 25977 0 -1 4202560 260 0 0 0 19 8 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707363527464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28782] ppid=28773 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/28776/task/28782/stat : 28782 (java) S 28773 28776 25977 0 -1 4202560 282 0 0 0 22 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707362474664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28783] ppid=28773 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/28776/task/28783/stat : 28783 (java) S 28773 28776 25977 0 -1 4202560 272 0 0 0 27 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707361421864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28784] ppid=28773 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28776/task/28784/stat : 28784 (java) S 28773 28776 25977 0 -1 4202560 250 0 0 0 26 7 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707360369064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28785] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28785/stat : 28785 (java) S 28773 28776 25977 0 -1 4202560 241 0 0 0 27 10 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707359316264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28786] ppid=28773 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/28776/task/28786/stat : 28786 (java) S 28773 28776 25977 0 -1 4202560 298 0 0 0 26 10 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707358263464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28787] ppid=28773 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28776/task/28787/stat : 28787 (java) S 28773 28776 25977 0 -1 4202560 520 0 0 0 1 2 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706746174440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28788] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28788/stat : 28788 (java) S 28773 28776 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706745120504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28789] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28789/stat : 28789 (java) S 28773 28776 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706744067592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28790] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28790/stat : 28790 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706743016080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28791] ppid=28773 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/28776/task/28791/stat : 28791 (java) S 28773 28776 25977 0 -1 4202560 5119 0 0 0 56 1 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706741963192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28792] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28792/stat : 28792 (java) S 28773 28776 25977 0 -1 4202560 3873 0 0 0 35 2 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706740910392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28793] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28793/stat : 28793 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706739857784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28794] ppid=28773 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/28776/task/28794/stat : 28794 (java) S 28773 28776 25977 0 -1 4202560 103 0 0 0 30 39 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706738805192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28795] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28795/stat : 28795 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067655 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706737751720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.44
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.28 2.22 2.19 3/213 28905
/proc/meminfo: memFree=29376852/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 15897 0 1 0 179887 117 0 0 20 0 19 0 24067573 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2406260 219552 2279 9 0 2396937 0
[pid=28776/tid=28778] ppid=28773 vsize=9625040 CPUtime=1795.92 cores=1,3,5,7
/proc/28776/task/28778/stat : 28778 (java) R 28773 28776 25977 0 -1 4202560 2849 0 1 0 179553 39 0 0 20 0 19 0 24067575 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707393178848 140707239728011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28779] ppid=28773 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/28776/task/28779/stat : 28779 (java) S 28773 28776 25977 0 -1 4202560 299 0 0 0 25 7 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707365633064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28780] ppid=28773 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28776/task/28780/stat : 28780 (java) S 28773 28776 25977 0 -1 4202560 272 0 0 0 24 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707364580264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28781] ppid=28773 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/28776/task/28781/stat : 28781 (java) S 28773 28776 25977 0 -1 4202560 260 0 0 0 19 8 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707363527464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28782] ppid=28773 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/28776/task/28782/stat : 28782 (java) S 28773 28776 25977 0 -1 4202560 282 0 0 0 22 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707362474664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28783] ppid=28773 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/28776/task/28783/stat : 28783 (java) S 28773 28776 25977 0 -1 4202560 272 0 0 0 27 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707361421864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28784] ppid=28773 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28776/task/28784/stat : 28784 (java) S 28773 28776 25977 0 -1 4202560 250 0 0 0 26 7 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707360369064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28785] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28785/stat : 28785 (java) S 28773 28776 25977 0 -1 4202560 241 0 0 0 27 10 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707359316264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28786] ppid=28773 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/28776/task/28786/stat : 28786 (java) S 28773 28776 25977 0 -1 4202560 298 0 0 0 26 10 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707358263464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28787] ppid=28773 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28776/task/28787/stat : 28787 (java) S 28773 28776 25977 0 -1 4202560 520 0 0 0 1 2 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706746174440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28788] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28788/stat : 28788 (java) S 28773 28776 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706745120504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28789] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28789/stat : 28789 (java) S 28773 28776 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706744067592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28790] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28790/stat : 28790 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706743016080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28791] ppid=28773 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/28776/task/28791/stat : 28791 (java) S 28773 28776 25977 0 -1 4202560 5119 0 0 0 56 1 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706741963192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28792] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28792/stat : 28792 (java) S 28773 28776 25977 0 -1 4202560 3873 0 0 0 35 2 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706740910392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28793] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28793/stat : 28793 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706739857784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28794] ppid=28773 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/28776/task/28794/stat : 28794 (java) S 28773 28776 25977 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706738805192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28795] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28795/stat : 28795 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067655 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706737751720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1796.9 s]
/proc/loadavg: 2.28 2.22 2.19 3/213 28905
/proc/meminfo: memFree=29376852/32872528 swapFree=1244176/1391344
[pid=28776] ppid=28773 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/28776/stat : 28776 (java) S 28773 28776 25977 0 -1 4202496 15897 0 1 0 179887 117 0 0 20 0 19 0 24067573 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140734473624736 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28776/statm: 2406260 219552 2279 9 0 2396937 0
[pid=28776/tid=28778] ppid=28773 vsize=9625040 CPUtime=1795.92 cores=1,3,5,7
/proc/28776/task/28778/stat : 28778 (java) R 28773 28776 25977 0 -1 4202560 2849 0 1 0 179553 39 0 0 20 0 19 0 24067575 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707393178848 140707239728011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28779] ppid=28773 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/28776/task/28779/stat : 28779 (java) S 28773 28776 25977 0 -1 4202560 299 0 0 0 25 7 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707365633064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28780] ppid=28773 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28776/task/28780/stat : 28780 (java) S 28773 28776 25977 0 -1 4202560 272 0 0 0 24 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707364580264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28781] ppid=28773 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/28776/task/28781/stat : 28781 (java) S 28773 28776 25977 0 -1 4202560 260 0 0 0 19 8 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707363527464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28782] ppid=28773 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/28776/task/28782/stat : 28782 (java) S 28773 28776 25977 0 -1 4202560 282 0 0 0 22 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707362474664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28783] ppid=28773 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/28776/task/28783/stat : 28783 (java) S 28773 28776 25977 0 -1 4202560 272 0 0 0 27 9 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707361421864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28784] ppid=28773 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/28776/task/28784/stat : 28784 (java) S 28773 28776 25977 0 -1 4202560 250 0 0 0 26 7 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707360369064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28785] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28785/stat : 28785 (java) S 28773 28776 25977 0 -1 4202560 241 0 0 0 27 10 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707359316264 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28786] ppid=28773 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/28776/task/28786/stat : 28786 (java) S 28773 28776 25977 0 -1 4202560 298 0 0 0 26 10 0 0 20 0 19 0 24067576 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140707358263464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28787] ppid=28773 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/28776/task/28787/stat : 28787 (java) S 28773 28776 25977 0 -1 4202560 520 0 0 0 1 2 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706746174440 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28776/tid=28788] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28788/stat : 28788 (java) S 28773 28776 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706745120504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28789] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28789/stat : 28789 (java) S 28773 28776 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24067578 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706744067592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28790] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28790/stat : 28790 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706743016080 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28791] ppid=28773 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/28776/task/28791/stat : 28791 (java) S 28773 28776 25977 0 -1 4202560 5119 0 0 0 56 1 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706741963192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28776/tid=28792] ppid=28773 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/28776/task/28792/stat : 28792 (java) S 28773 28776 25977 0 -1 4202560 3873 0 0 0 35 2 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706740910392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28793] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28793/stat : 28793 (java) S 28773 28776 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706739857784 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28776/tid=28794] ppid=28773 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/28776/task/28794/stat : 28794 (java) S 28773 28776 25977 0 -1 4202560 103 0 0 0 31 40 0 0 20 0 19 0 24067581 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706738805192 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28776/tid=28795] ppid=28773 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28776/task/28795/stat : 28795 (java) S 28773 28776 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24067655 9856040960 219552 33554432000 1073741824 1073778376 140734473633600 140706737751720 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.94
CPU time (s): 1800.58
CPU user time (s): 1798.91
CPU system time (s): 1.66975
CPU usage (%): 100.203
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.66975
maximum resident set size= 894164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15942
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38729
involuntary context switches= 13063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1595 second user time and 14.1758 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 05:23:09
IDJOB=4101045
IDBENCH=1693
IDSOLVER=2546
FILE ID=node119/4101045-1466220189
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71736 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-scfxm3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101045-1466220189/watcher-4101045-1466220189 -o /tmp/evaluation-result-4101045-1466220189/solver-4101045-1466220189 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101045-1466220189.opb

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

MD5SUM BENCH= ce89a14d8ce44afa95c95ee36cc3e1e0
RANDOM SEED=1121192579

node119.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.54
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.456
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.456
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.56
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.456
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:        30146024 kB
Buffers:           98756 kB
Cached:            93848 kB
SwapCached:          956 kB
Active:           463780 kB
Inactive:         134756 kB
Active(anon):     406704 kB
Inactive(anon):     1732 kB
Active(file):      57076 kB
Inactive(file):   133024 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              3004 kB
Writeback:            44 kB
AnonPages:       1802888 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             598368 kB
SReclaimable:      41956 kB
SUnreclaim:       556412 kB
KernelStack:        1680 kB
PageTables:         8028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1981716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    544768 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= 71736 MiB
End job on node119 at 2016-06-18 05:53:06