Trace number 4101197

Some explanations

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

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

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

Solver answer on this benchmark

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

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-scfxm2.opb
MD5SUM927ab7fb1c72ef94d2253f029f4e072a
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 variables27420
Total number of constraints654
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 constraints654
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 1380
Biggest coefficient in the objective function 10006
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 525320
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 525557
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101197-1466220800.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.92/0.57	c ... done. Wall clock time 0.457s.
0.92/0.57	c declared #vars     27420
0.92/0.57	c #constraints  1028
0.92/0.57	c constraints type 
0.92/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
0.92/0.57	c org.sat4j.specs.Constr$1 => 8
0.92/0.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1018
0.92/0.57	c 1028 constraints processed.
0.92/0.57	c objective function length is 1380 literals
3.24/2.42	c cleaning 2493 clauses out of 4998 with flag 11327/5000
4.52/3.64	c cleaning 4255 clauses out of 8510 with flag 23583/11005
6.02/5.16	c cleaning 5622 clauses out of 11252 with flag 37577/18002
7.83/6.96	c cleaning 6818 clauses out of 13636 with flag 53589/26008
10.36/9.32	c cleaning 7905 clauses out of 15810 with flag 71573/35000
12.86/11.86	c cleaning 8956 clauses out of 17911 with flag 91585/45006
15.76/14.70	c cleaning 9977 clauses out of 19954 with flag 113583/56005
18.56/17.50	c cleaning 10986 clauses out of 21972 with flag 137573/68000
22.56/21.51	c cleaning 11990 clauses out of 23988 with flag 163578/81002
27.36/26.36	c cleaning 12998 clauses out of 26001 with flag 191585/95005
32.06/30.89	c cleaning 13997 clauses out of 28000 with flag 221579/110002
36.15/34.99	c cleaning 15001 clauses out of 30002 with flag 253577/126001
41.05/39.80	c cleaning 15998 clauses out of 32000 with flag 287575/143000
46.65/45.44	c cleaning 17004 clauses out of 34007 with flag 323585/161005
53.75/52.38	c cleaning 18000 clauses out of 36000 with flag 361579/180002
61.15/59.73	c cleaning 19005 clauses out of 38009 with flag 401597/200011
67.86/66.41	c cleaning 19997 clauses out of 39994 with flag 443577/221001
75.16/73.76	c cleaning 20994 clauses out of 41999 with flag 487581/243003
82.26/80.82	c cleaning 22002 clauses out of 44005 with flag 533581/266003
90.06/88.60	c cleaning 23000 clauses out of 46000 with flag 581575/290000
98.96/97.36	c cleaning 24000 clauses out of 48000 with flag 631575/315000
108.06/106.46	c cleaning 25001 clauses out of 50002 with flag 683579/341002
118.96/117.36	c cleaning 26002 clauses out of 52004 with flag 737585/368005
129.76/128.18	c cleaning 27001 clauses out of 54001 with flag 793583/396004
142.16/140.50	c cleaning 27988 clauses out of 55996 with flag 851575/425000
155.74/153.84	c cleaning 29003 clauses out of 58011 with flag 911581/455003
168.06/166.18	c cleaning 30000 clauses out of 60007 with flag 973579/486002
183.75/181.80	c cleaning 30998 clauses out of 62005 with flag 1037575/518000
198.15/196.23	c cleaning 32001 clauses out of 64009 with flag 1103579/551002
212.56/210.13	c cleaning 33000 clauses out of 66009 with flag 1171581/585003
228.86/226.48	c cleaning 34002 clauses out of 68007 with flag 1241577/620001
247.26/244.85	c cleaning 35003 clauses out of 70005 with flag 1313577/656001
266.87/264.46	c cleaning 35999 clauses out of 72005 with flag 1387583/693004
288.61/285.60	c cleaning 37002 clauses out of 74003 with flag 1463577/731001
307.21/304.26	c cleaning 37998 clauses out of 76003 with flag 1541581/770003
326.02/323.07	c cleaning 39000 clauses out of 78005 with flag 1621581/810003
353.66/350.44	c cleaning 39996 clauses out of 80003 with flag 1703577/851001
376.27/373.08	c cleaning 41004 clauses out of 82009 with flag 1787581/893003
398.77/395.50	c cleaning 42002 clauses out of 84005 with flag 1873581/936003
426.34/422.96	c cleaning 42994 clauses out of 86000 with flag 1961575/980000
448.95/445.51	c cleaning 43999 clauses out of 88007 with flag 2051577/1025001
474.97/471.39	c cleaning 45004 clauses out of 90008 with flag 2143577/1071001
502.68/499.09	c cleaning 46002 clauses out of 92004 with flag 2237577/1118001
531.48/527.81	c cleaning 47000 clauses out of 94004 with flag 2333581/1166003
569.99/566.25	c cleaning 47997 clauses out of 96001 with flag 2431575/1215000
599.40/595.64	c cleaning 48996 clauses out of 98004 with flag 2531575/1265000
638.96/635.06	c cleaning 50001 clauses out of 100009 with flag 2633577/1316001
674.06/670.17	c cleaning 51007 clauses out of 102014 with flag 2737589/1368007
710.35/706.19	c cleaning 51999 clauses out of 104005 with flag 2843585/1421005
744.66/740.44	c cleaning 52992 clauses out of 106001 with flag 2951575/1475000
786.22/781.92	c cleaning 54006 clauses out of 108012 with flag 3061581/1530003
825.03/820.72	c cleaning 55002 clauses out of 110004 with flag 3173577/1586001
866.44/862.03	c cleaning 55995 clauses out of 112002 with flag 3287577/1643001
919.04/914.48	c cleaning 57004 clauses out of 114007 with flag 3403577/1701001
969.16/964.58	c cleaning 57996 clauses out of 116003 with flag 3521577/1760001
1024.18/1019.37	c cleaning 59001 clauses out of 118007 with flag 3641577/1820001
1087.42/1082.38	c cleaning 60002 clauses out of 120007 with flag 3763579/1881002
1134.36/1128.81	c cleaning 61004 clauses out of 122008 with flag 3887585/1943005
1180.83/1174.96	c cleaning 61993 clauses out of 124000 with flag 4013577/2006001
1258.32/1252.38	c cleaning 62999 clauses out of 126006 with flag 4141575/2070000
1314.46/1308.32	c cleaning 63999 clauses out of 128008 with flag 4271577/2135001
1394.81/1388.58	c cleaning 65003 clauses out of 130011 with flag 4403581/2201003
1455.53/1449.12	c cleaning 65996 clauses out of 132007 with flag 4537579/2268002
1511.30/1504.65	c cleaning 67002 clauses out of 134009 with flag 4673575/2336000
1584.01/1577.17	c cleaning 67999 clauses out of 136008 with flag 4811577/2405001
1646.67/1639.35	c cleaning 69000 clauses out of 138010 with flag 4951579/2475002
1708.44/1700.81	c cleaning 70005 clauses out of 140013 with flag 5093585/2546005
1778.20/1770.43	c cleaning 71000 clauses out of 142007 with flag 5237583/2618004
1800.01/1792.10	c starts		: 102
1800.01/1792.10	c conflicts		: 2651639
1800.01/1792.10	c decisions		: 2706673
1800.01/1792.10	c propagations		: 17159933
1800.01/1792.10	c inspects		: 28316544884
1800.01/1792.10	c shortcuts		: 0
1800.01/1792.10	c learnt literals	: 2
1800.01/1792.10	c learnt binary clauses	: 1
1800.01/1792.10	c learnt ternary clauses	: 12
1800.01/1792.10	c learnt constraints	: 2651637
1800.01/1792.10	c ignored constraints	: 0
1800.01/1792.10	c root simplifications	: 0
1800.01/1792.10	c removed literals (reason simplification)	: 0
1800.01/1792.10	c reason swapping (by a shorter reason)	: 0
1800.01/1792.10	c Calls to reduceDB	: 68
1800.01/1792.10	c Number of update (reduction) of LBD	: 396
1800.01/1792.10	c Imported unit clauses	: 0
1800.01/1792.10	c number of reductions to clauses (during analyze)	: 0
1800.01/1792.10	c number of learned constraints concerned by reduction	: 0
1800.01/1792.10	c number of learning phase by resolution	: 0
1800.01/1792.10	c number of learning phase by cutting planes	: 0
1800.01/1792.10	c speed (assignments/second)	: 9578.748383300985
1800.01/1792.10	c non guided choices	0
1800.01/1792.11	c timeout
1800.01/1792.13	c learnt constraints type 
1800.01/1792.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.01/1792.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 104642
1800.01/1792.13	s UNKNOWN
1800.01/1792.13	c Total wall clock time (in seconds): 1792.013

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-4101197-1466220800/watcher-4101197-1466220800 -o /tmp/evaluation-result-4101197-1466220800/solver-4101197-1466220800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101197-1466220800.opb 

pid=18393
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.19 2.24 2.18 3/194 18396
/proc/meminfo: memFree=30034104/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=2504 CPUtime=0 cores=1,3,5,7
/proc/18396/stat : 18396 (java) R 18393 18396 15516 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 24126628 2564096 47 33554432000 1073741824 1073778376 140736654466016 140736654463144 270698376436 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 892 49 38 9 0 30 0

[startup+0.100061 s]
/proc/loadavg: 2.19 2.24 2.18 3/194 18396
/proc/meminfo: memFree=30034104/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 4456 0 1 0 8 1 0 0 20 0 18 0 24126628 9787879424 5583 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2389619 5583 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200234 s]
/proc/loadavg: 2.19 2.24 2.18 3/194 18396
/proc/meminfo: memFree=30034104/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 5284 0 1 0 27 1 0 0 20 0 18 0 24126628 9787879424 7144 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2389619 7144 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300256 s]
/proc/loadavg: 2.19 2.24 2.18 3/194 18396
/proc/meminfo: memFree=30034104/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 9154 0 1 0 56 2 0 0 20 0 18 0 24126628 9787879424 11038 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2389619 11038 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 2.19 2.24 2.18 3/194 18396
/proc/meminfo: memFree=30034104/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 9384 0 1 0 127 3 0 0 20 0 19 0 24126628 9856040960 39323 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2406260 39323 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.19 2.24 2.18 3/213 18415
/proc/meminfo: memFree=29856120/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9625040 CPUtime=2.34 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 10554 0 1 0 228 6 0 0 20 0 19 0 24126628 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2406260 47094 2274 9 0 2396937 0
[pid=18396/tid=18398] ppid=18393 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/18396/task/18398/stat : 18398 (java) R 18393 18396 15516 0 -1 4202560 2524 0 1 0 140 2 0 0 20 0 19 0 24126629 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251351826920 140251292258092 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18399] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18399/stat : 18399 (java) S 18393 18396 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251290556968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18400] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18400/stat : 18400 (java) S 18393 18396 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251289504168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18401] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18401/stat : 18401 (java) S 18393 18396 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251288451368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18402] ppid=18393 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18396/task/18402/stat : 18402 (java) S 18393 18396 15516 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251287398568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18403] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18403/stat : 18403 (java) S 18393 18396 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251286346792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18404] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18404/stat : 18404 (java) S 18393 18396 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251189951400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18405] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18405/stat : 18405 (java) S 18393 18396 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251188898600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18406] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18406/stat : 18406 (java) S 18393 18396 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251187845800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18407] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18407/stat : 18407 (java) S 18393 18396 15516 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24126631 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251175647720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18408] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18408/stat : 18408 (java) S 18393 18396 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251174593784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18409] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18409/stat : 18409 (java) S 18393 18396 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251173540872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18410] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18410/stat : 18410 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251172489360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18411] ppid=18393 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/18396/task/18411/stat : 18411 (java) S 18393 18396 15516 0 -1 4202560 2717 0 0 0 38 0 0 0 20 0 19 0 24126634 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251171437496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18412] ppid=18393 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/18396/task/18412/stat : 18412 (java) S 18393 18396 15516 0 -1 4202560 3915 0 0 0 37 0 0 0 20 0 19 0 24126634 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251170384696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18413] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18413/stat : 18413 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251169332088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18414] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18414/stat : 18414 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251168279496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18415] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18415/stat : 18415 (java) S 18393 18396 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24126693 9856040960 47094 33554432000 1073741824 1073778376 140736654466016 140251167225000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.17 2.23 2.18 3/213 18415
/proc/meminfo: memFree=29853276/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 10566 0 1 0 392 6 0 0 20 0 19 0 24126628 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2406260 47104 2278 9 0 2396937 0
[pid=18396/tid=18398] ppid=18393 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/18396/task/18398/stat : 18398 (java) R 18393 18396 15516 0 -1 4202560 2525 0 1 0 300 2 0 0 20 0 19 0 24126629 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251351817936 140251292202778 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18399] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18399/stat : 18399 (java) S 18393 18396 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251290556968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18400] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18400/stat : 18400 (java) S 18393 18396 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251289504168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18401] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18401/stat : 18401 (java) S 18393 18396 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251288451368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18402] ppid=18393 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18396/task/18402/stat : 18402 (java) S 18393 18396 15516 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251287398568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18403] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18403/stat : 18403 (java) S 18393 18396 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251286346792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18404] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18404/stat : 18404 (java) S 18393 18396 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251189951400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18405] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18405/stat : 18405 (java) S 18393 18396 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251188898600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18406] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18406/stat : 18406 (java) S 18393 18396 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251187845800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18407] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18407/stat : 18407 (java) S 18393 18396 15516 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24126631 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251175647720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18408] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18408/stat : 18408 (java) S 18393 18396 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251174593784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18409] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18409/stat : 18409 (java) S 18393 18396 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251173540872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18410] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18410/stat : 18410 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251172489360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18411] ppid=18393 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18396/task/18411/stat : 18411 (java) S 18393 18396 15516 0 -1 4202560 2722 0 0 0 41 0 0 0 20 0 19 0 24126634 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251171437496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18412] ppid=18393 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/18396/task/18412/stat : 18412 (java) S 18393 18396 15516 0 -1 4202560 3921 0 0 0 39 0 0 0 20 0 19 0 24126634 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251170384696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18413] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18413/stat : 18413 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251169332088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18414] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18414/stat : 18414 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251168279496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18415] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18415/stat : 18415 (java) S 18393 18396 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24126693 9856040960 47104 33554432000 1073741824 1073778376 140736654466016 140251167225000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.17 2.23 2.18 3/213 18415
/proc/meminfo: memFree=29855168/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9625040 CPUtime=7.23 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 10576 0 1 0 717 6 0 0 20 0 19 0 24126628 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2406260 46412 2278 9 0 2396937 0
[pid=18396/tid=18398] ppid=18393 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/18396/task/18398/stat : 18398 (java) R 18393 18396 15516 0 -1 4202560 2527 0 1 0 619 2 0 0 20 0 19 0 24126629 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251351817936 140251292210648 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18399] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18399/stat : 18399 (java) S 18393 18396 15516 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251290556968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18400] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18400/stat : 18400 (java) S 18393 18396 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251289504168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18401] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18401/stat : 18401 (java) S 18393 18396 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251288451368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18402] ppid=18393 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/18396/task/18402/stat : 18402 (java) S 18393 18396 15516 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251287398568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18403] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18403/stat : 18403 (java) S 18393 18396 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251286346792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18404] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18404/stat : 18404 (java) S 18393 18396 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251189951400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18405] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18405/stat : 18405 (java) S 18393 18396 15516 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251188898600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18406] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18406/stat : 18406 (java) S 18393 18396 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24126630 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251187845800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18407] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18407/stat : 18407 (java) S 18393 18396 15516 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24126631 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251175647720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18408] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18408/stat : 18408 (java) S 18393 18396 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251174593784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18409] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18409/stat : 18409 (java) S 18393 18396 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251173540872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18410] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18410/stat : 18410 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251172489360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18411] ppid=18393 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/18396/task/18411/stat : 18411 (java) S 18393 18396 15516 0 -1 4202560 2727 0 0 0 43 0 0 0 20 0 19 0 24126634 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251171437496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18412] ppid=18393 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18396/task/18412/stat : 18412 (java) S 18393 18396 15516 0 -1 4202560 3924 0 0 0 41 0 0 0 20 0 19 0 24126634 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251170384696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18413] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18413/stat : 18413 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251169332088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18414] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18414/stat : 18414 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251168279496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18415] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18415/stat : 18415 (java) S 18393 18396 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24126693 9856040960 46412 33554432000 1073741824 1073778376 140736654466016 140251167225000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9625040


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

[pid=18396/tid=18415] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18415/stat : 18415 (java) S 18393 18396 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24126693 9856040960 409971 33554432000 1073741824 1073778376 140736654466016 140251167225000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1730
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.24 2.19 3/213 18677
/proc/meminfo: memFree=28406892/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9625040 CPUtime=1790.21 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 17744 0 1 0 178805 216 0 0 20 0 19 0 24126628 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2406260 403762 2287 9 0 2396937 0
[pid=18396/tid=18398] ppid=18393 vsize=9625040 CPUtime=1774.11 cores=1,3,5,7
/proc/18396/task/18398/stat : 18398 (java) R 18393 18396 15516 0 -1 4202560 2893 0 1 0 177378 33 0 0 20 0 19 0 24126629 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251351825600 140251292210648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18399] ppid=18393 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18396/task/18399/stat : 18399 (java) S 18393 18396 15516 0 -1 4202560 639 0 0 0 84 19 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251290556968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18400] ppid=18393 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18396/task/18400/stat : 18400 (java) S 18393 18396 15516 0 -1 4202560 820 0 0 0 82 21 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251289504168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18401] ppid=18393 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/18396/task/18401/stat : 18401 (java) S 18393 18396 15516 0 -1 4202560 436 0 0 0 96 20 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251288451368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18402] ppid=18393 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/18396/task/18402/stat : 18402 (java) S 18393 18396 15516 0 -1 4202560 795 0 0 0 103 24 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251287398568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18403] ppid=18393 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/18396/task/18403/stat : 18403 (java) S 18393 18396 15516 0 -1 4202560 673 0 0 0 87 23 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251286346792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18404] ppid=18393 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/18396/task/18404/stat : 18404 (java) S 18393 18396 15516 0 -1 4202560 854 0 0 0 95 18 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251189951400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18405] ppid=18393 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/18396/task/18405/stat : 18405 (java) S 18393 18396 15516 0 -1 4202560 544 0 0 0 78 19 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251188898600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18406] ppid=18393 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/18396/task/18406/stat : 18406 (java) S 18393 18396 15516 0 -1 4202560 767 0 0 0 100 31 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251187845800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18407] ppid=18393 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/18396/task/18407/stat : 18407 (java) S 18393 18396 15516 0 -1 4202560 1290 0 0 0 112 3 0 0 20 0 19 0 24126631 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251175647720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18408] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18408/stat : 18408 (java) S 18393 18396 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251174593784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18409] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18409/stat : 18409 (java) S 18393 18396 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251173540872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18410] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18410/stat : 18410 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251172489360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18411] ppid=18393 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18396/task/18411/stat : 18411 (java) S 18393 18396 15516 0 -1 4202560 2744 0 0 0 48 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251171437496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18412] ppid=18393 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18396/task/18412/stat : 18412 (java) S 18393 18396 15516 0 -1 4202560 3924 0 0 0 41 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251170384696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18413] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18413/stat : 18413 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251169332088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18414] ppid=18393 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/18396/task/18414/stat : 18414 (java) S 18393 18396 15516 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251168279496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18415] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18415/stat : 18415 (java) S 18393 18396 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24126693 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251167225000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1790.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.1 s]
/proc/loadavg: 2.26 2.25 2.19 3/213 18677
/proc/meminfo: memFree=28397840/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 17744 0 1 0 179785 216 0 0 20 0 19 0 24126628 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2406260 403762 2287 9 0 2396937 0
[pid=18396/tid=18398] ppid=18393 vsize=9625040 CPUtime=1783.89 cores=1,3,5,7
/proc/18396/task/18398/stat : 18398 (java) R 18393 18396 15516 0 -1 4202560 2893 0 1 0 178355 34 0 0 20 0 19 0 24126629 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251351825600 140251292210648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18399] ppid=18393 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18396/task/18399/stat : 18399 (java) S 18393 18396 15516 0 -1 4202560 639 0 0 0 84 19 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251290556968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18400] ppid=18393 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18396/task/18400/stat : 18400 (java) S 18393 18396 15516 0 -1 4202560 820 0 0 0 82 21 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251289504168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18401] ppid=18393 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/18396/task/18401/stat : 18401 (java) S 18393 18396 15516 0 -1 4202560 436 0 0 0 96 20 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251288451368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18402] ppid=18393 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/18396/task/18402/stat : 18402 (java) S 18393 18396 15516 0 -1 4202560 795 0 0 0 103 24 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251287398568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18403] ppid=18393 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/18396/task/18403/stat : 18403 (java) S 18393 18396 15516 0 -1 4202560 673 0 0 0 87 23 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251286346792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18404] ppid=18393 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/18396/task/18404/stat : 18404 (java) S 18393 18396 15516 0 -1 4202560 854 0 0 0 95 18 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251189951400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18405] ppid=18393 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/18396/task/18405/stat : 18405 (java) S 18393 18396 15516 0 -1 4202560 544 0 0 0 78 19 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251188898600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18406] ppid=18393 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/18396/task/18406/stat : 18406 (java) S 18393 18396 15516 0 -1 4202560 767 0 0 0 100 31 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251187845800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18407] ppid=18393 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/18396/task/18407/stat : 18407 (java) S 18393 18396 15516 0 -1 4202560 1290 0 0 0 112 3 0 0 20 0 19 0 24126631 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251175647720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18408] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18408/stat : 18408 (java) S 18393 18396 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251174593784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18409] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18409/stat : 18409 (java) S 18393 18396 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251173540872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18410] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18410/stat : 18410 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251172489360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18411] ppid=18393 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18396/task/18411/stat : 18411 (java) S 18393 18396 15516 0 -1 4202560 2744 0 0 0 48 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251171437496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18412] ppid=18393 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18396/task/18412/stat : 18412 (java) S 18393 18396 15516 0 -1 4202560 3924 0 0 0 41 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251170384696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18413] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18413/stat : 18413 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251169332088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18414] ppid=18393 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/18396/task/18414/stat : 18414 (java) S 18393 18396 15516 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251168279496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18415] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18415/stat : 18415 (java) S 18393 18396 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24126693 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251167225000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1792.1 s]
/proc/loadavg: 2.26 2.25 2.19 3/213 18677
/proc/meminfo: memFree=28397840/32872528 swapFree=1542984/1696284
[pid=18396] ppid=18393 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/18396/stat : 18396 (java) S 18393 18396 15516 0 -1 4202496 17744 0 1 0 179785 216 0 0 20 0 19 0 24126628 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140736654457152 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18396/statm: 2406260 403762 2287 9 0 2396937 0
[pid=18396/tid=18398] ppid=18393 vsize=9625040 CPUtime=1783.89 cores=1,3,5,7
/proc/18396/task/18398/stat : 18398 (java) R 18393 18396 15516 0 -1 4202560 2893 0 1 0 178355 34 0 0 20 0 19 0 24126629 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251351825600 140251292210648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18399] ppid=18393 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18396/task/18399/stat : 18399 (java) S 18393 18396 15516 0 -1 4202560 639 0 0 0 84 19 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251290556968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18400] ppid=18393 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/18396/task/18400/stat : 18400 (java) S 18393 18396 15516 0 -1 4202560 820 0 0 0 82 21 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251289504168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18401] ppid=18393 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/18396/task/18401/stat : 18401 (java) S 18393 18396 15516 0 -1 4202560 436 0 0 0 96 20 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251288451368 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18402] ppid=18393 vsize=9625040 CPUtime=1.27 cores=1,3,5,7
/proc/18396/task/18402/stat : 18402 (java) S 18393 18396 15516 0 -1 4202560 795 0 0 0 103 24 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251287398568 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18403] ppid=18393 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/18396/task/18403/stat : 18403 (java) S 18393 18396 15516 0 -1 4202560 673 0 0 0 87 23 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251286346792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18404] ppid=18393 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/18396/task/18404/stat : 18404 (java) S 18393 18396 15516 0 -1 4202560 854 0 0 0 95 18 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251189951400 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18405] ppid=18393 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/18396/task/18405/stat : 18405 (java) S 18393 18396 15516 0 -1 4202560 544 0 0 0 78 19 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251188898600 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18396/tid=18406] ppid=18393 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/18396/task/18406/stat : 18406 (java) S 18393 18396 15516 0 -1 4202560 767 0 0 0 100 31 0 0 20 0 19 0 24126630 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251187845800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18396/tid=18407] ppid=18393 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/18396/task/18407/stat : 18407 (java) S 18393 18396 15516 0 -1 4202560 1290 0 0 0 112 3 0 0 20 0 19 0 24126631 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251175647720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18408] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18408/stat : 18408 (java) S 18393 18396 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251174593784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18409] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18409/stat : 18409 (java) S 18393 18396 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24126632 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251173540872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18410] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18410/stat : 18410 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251172489360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18411] ppid=18393 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/18396/task/18411/stat : 18411 (java) S 18393 18396 15516 0 -1 4202560 2744 0 0 0 48 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251171437496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18412] ppid=18393 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/18396/task/18412/stat : 18412 (java) S 18393 18396 15516 0 -1 4202560 3924 0 0 0 41 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251170384696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18413] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18413/stat : 18413 (java) S 18393 18396 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251169332088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18396/tid=18414] ppid=18393 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/18396/task/18414/stat : 18414 (java) S 18393 18396 15516 0 -1 4202560 103 0 0 0 27 32 0 0 20 0 19 0 24126634 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251168279496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18396/tid=18415] ppid=18393 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/18396/task/18415/stat : 18415 (java) S 18393 18396 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24126693 9856040960 403762 33554432000 1073741824 1073778376 140736654466016 140251167225000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18396 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=268381
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=581607
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.14
CPU time (s): 1800.01
CPU user time (s): 1797.85
CPU system time (s): 2.16
CPU usage (%): 100.439
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.27
system time used= 2.58161
maximum resident set size= 1695600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38850
involuntary context switches= 8738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4314 second user time and 13.455 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 05:33:20
IDJOB=4101197
IDBENCH=1712
IDSOLVER=2546
FILE ID=node125/4101197-1466220800
RUNJOBID= node125-1466206074-15533
PBS_JOBID= 19918152
Free space on /tmp= 71744 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-scfxm2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101197-1466220800/watcher-4101197-1466220800 -o /tmp/evaluation-result-4101197-1466220800/solver-4101197-1466220800 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15533 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101197-1466220800.opb

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

MD5SUM BENCH= 927ab7fb1c72ef94d2253f029f4e072a
RANDOM SEED=545869586

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.683
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.683
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.683
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:        30034484 kB
Buffers:           92612 kB
Cached:            94308 kB
SwapCached:          688 kB
Active:           278700 kB
Inactive:         128568 kB
Active(anon):     221784 kB
Inactive(anon):     1040 kB
Active(file):      56916 kB
Inactive(file):   127528 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:       1948868 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             600688 kB
SReclaimable:      44324 kB
SUnreclaim:       556364 kB
KernelStack:        1760 kB
PageTables:         8168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2392152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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= 71740 MiB
End job on node125 at 2016-06-18 06:03:12