Trace number 4103248

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.67 1794.35

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3706.opb
MD5SUM08198ac17bd0f4debb1b62367d726ca9
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4970107162
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29645337650291
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29645337650291
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4103248-1466234873.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
2.16/1.57	c ... done. Wall clock time 1.448s.
2.16/1.57	c declared #vars     155000
2.16/1.57	c #constraints  5300
2.16/1.57	c constraints type 
2.16/1.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.16/1.57	c 5300 constraints processed.
2.16/1.57	c objective function length is 155000 literals
8.80/7.53	c cleaning 2460 clauses out of 5000 with flag 15346/5000
16.01/14.53	c cleaning 4263 clauses out of 8540 with flag 27998/11000
17.71/16.23	c cleaning 5634 clauses out of 11277 with flag 41998/18000
20.29/18.62	c cleaning 6805 clauses out of 13643 with flag 57998/26000
23.21/21.56	c cleaning 7913 clauses out of 15838 with flag 75998/35000
26.51/24.89	c cleaning 8956 clauses out of 17928 with flag 96004/45003
30.51/28.87	c cleaning 9970 clauses out of 19970 with flag 118000/56001
34.91/33.27	c cleaning 10986 clauses out of 22000 with flag 142000/68001
40.01/38.37	c cleaning 11989 clauses out of 24014 with flag 168000/81001
45.61/43.92	c cleaning 12994 clauses out of 26024 with flag 195998/95000
51.91/50.24	c cleaning 14001 clauses out of 28030 with flag 225998/110000
58.92/57.26	c cleaning 15002 clauses out of 30030 with flag 258000/126001
67.47/65.43	c cleaning 15998 clauses out of 32027 with flag 291998/143000
75.98/73.95	c cleaning 16998 clauses out of 34031 with flag 328002/161002
85.07/83.05	c cleaning 18000 clauses out of 36033 with flag 366002/180002
95.17/93.11	c cleaning 19000 clauses out of 38031 with flag 405998/200000
106.58/104.59	c cleaning 19996 clauses out of 40032 with flag 448000/221001
118.17/116.14	c cleaning 20997 clauses out of 42037 with flag 492002/243002
129.97/127.67	c cleaning 22015 clauses out of 44044 with flag 538010/266006
142.56/140.20	c cleaning 23001 clauses out of 46029 with flag 586010/290006
157.77/155.40	c cleaning 23995 clauses out of 48022 with flag 635998/315000
174.27/171.91	c cleaning 25001 clauses out of 50027 with flag 687998/341000
191.97/189.68	c cleaning 26006 clauses out of 52029 with flag 742004/368003
208.27/205.96	c cleaning 26995 clauses out of 54021 with flag 798000/396001
226.47/224.16	c cleaning 27995 clauses out of 56025 with flag 855998/425000
244.17/241.84	c cleaning 29000 clauses out of 58032 with flag 916002/455002
265.08/261.96	c cleaning 29984 clauses out of 60031 with flag 978000/486001
285.98/282.83	c cleaning 31004 clauses out of 62047 with flag 1042000/518001
308.16/305.00	c cleaning 32002 clauses out of 64043 with flag 1108000/551001
333.06/329.94	c cleaning 32997 clauses out of 66041 with flag 1176000/585001
361.65/358.51	c cleaning 34010 clauses out of 68044 with flag 1246000/620001
390.25/387.16	c cleaning 35001 clauses out of 70033 with flag 1317998/656000
422.54/419.47	c cleaning 35998 clauses out of 72033 with flag 1392000/693001
458.16/454.60	c cleaning 36996 clauses out of 74035 with flag 1468000/731001
490.87/487.29	c cleaning 37999 clauses out of 76038 with flag 1545998/770000
527.07/523.49	c cleaning 39003 clauses out of 78039 with flag 1625998/810000
573.78/570.11	c cleaning 39991 clauses out of 80037 with flag 1708000/851001
620.29/616.60	c cleaning 41009 clauses out of 82046 with flag 1792000/893001
668.49/664.81	c cleaning 42002 clauses out of 84037 with flag 1878000/936001
712.11/708.49	c cleaning 43002 clauses out of 86035 with flag 1966000/980001
754.02/750.32	c cleaning 43995 clauses out of 88032 with flag 2055998/1025000
796.83/793.12	c cleaning 45005 clauses out of 90039 with flag 2148002/1071002
859.45/854.51	c cleaning 45998 clauses out of 92032 with flag 2241998/1118000
921.46/916.55	c cleaning 47005 clauses out of 94034 with flag 2337998/1166000
996.17/991.24	c cleaning 48009 clauses out of 96029 with flag 2435998/1215000
1065.68/1060.76	c cleaning 49000 clauses out of 98021 with flag 2536000/1265001
1144.69/1139.75	c cleaning 49995 clauses out of 100022 with flag 2638002/1316002
1229.19/1224.25	c cleaning 51007 clauses out of 102027 with flag 2742002/1368002
1324.11/1319.14	c cleaning 51999 clauses out of 104020 with flag 2848002/1421002
1425.12/1420.14	c cleaning 52990 clauses out of 106020 with flag 2956000/1475001
1544.79/1539.19	c cleaning 53995 clauses out of 108030 with flag 3066000/1530001
1667.62/1661.92	c cleaning 54997 clauses out of 110038 with flag 3178006/1586004
1793.44/1787.74	c cleaning 56002 clauses out of 112038 with flag 3292000/1643001
1800.04/1794.30	c starts		: 41
1800.04/1794.30	c conflicts		: 1647641
1800.04/1794.30	c decisions		: 2311321
1800.04/1794.30	c propagations		: 16438596
1800.04/1794.30	c inspects		: 27745780435
1800.04/1794.30	c shortcuts		: 0
1800.04/1794.30	c learnt literals	: 0
1800.04/1794.30	c learnt binary clauses	: 0
1800.04/1794.30	c learnt ternary clauses	: 0
1800.04/1794.30	c learnt constraints	: 1647641
1800.04/1794.30	c ignored constraints	: 0
1800.04/1794.30	c root simplifications	: 0
1800.04/1794.30	c removed literals (reason simplification)	: 0
1800.04/1794.30	c reason swapping (by a shorter reason)	: 0
1800.04/1794.30	c Calls to reduceDB	: 53
1800.04/1794.30	c Number of update (reduction) of LBD	: 776
1800.04/1794.30	c Imported unit clauses	: 0
1800.04/1794.30	c number of reductions to clauses (during analyze)	: 0
1800.04/1794.30	c number of learned constraints concerned by reduction	: 0
1800.04/1794.30	c number of learning phase by resolution	: 0
1800.04/1794.30	c number of learning phase by cutting planes	: 0
1800.04/1794.30	c speed (assignments/second)	: 9170.291304272638
1800.04/1794.30	c non guided choices	52397
1800.04/1794.33	c learnt constraints type 
1800.04/1794.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60676
1800.04/1794.33	s UNKNOWN
1800.04/1794.33	c Total wall clock time (in seconds): 1794.202

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

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.18 2.18 3/194 30932
/proc/meminfo: memFree=30124004/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/30932/stat : 30932 (java) D 30929 30932 25977 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 25535931 2560000 46 33554432000 1073741824 1073778376 140734870957104 140734870954232 272877317415 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/30932/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.18 2.18 3/194 30932
/proc/meminfo: memFree=30124004/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 4152 0 1 0 7 0 0 0 20 0 18 0 25535931 9787879424 5281 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2389619 5287 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200247 s]
/proc/loadavg: 2.23 2.18 2.18 3/194 30932
/proc/meminfo: memFree=30124004/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 5105 0 1 0 27 1 0 0 20 0 18 0 25535931 9787879424 7624 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2389619 7624 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 2.23 2.18 2.18 3/194 30932
/proc/meminfo: memFree=30124004/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 6169 0 1 0 45 1 0 0 20 0 18 0 25535931 9787879424 12746 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2389619 12746 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 2.23 2.18 2.18 3/194 30932
/proc/meminfo: memFree=30124004/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 6643 0 1 0 108 7 0 0 20 0 18 0 25535931 9787879424 46702 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2389619 46702 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.23 2.18 2.18 3/212 30950
/proc/meminfo: memFree=29887692/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9558476 CPUtime=2.16 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 7129 0 1 0 201 15 0 0 20 0 18 0 25535931 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2389619 71633 2262 9 0 2380296 0
[pid=30932/tid=30934] ppid=30929 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/30932/task/30934/stat : 30934 (java) R 30929 30932 25977 0 -1 4202560 2485 0 1 0 131 3 0 0 20 0 18 0 25535933 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624999845856 272889865485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30935] ppid=30929 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/30932/task/30935/stat : 30935 (java) S 30929 30932 25977 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624961346088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30936] ppid=30929 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/30932/task/30936/stat : 30936 (java) S 30929 30932 25977 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624960293288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30937] ppid=30929 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30932/task/30937/stat : 30937 (java) S 30929 30932 25977 0 -1 4202560 139 0 0 0 5 2 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624959240488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30938] ppid=30929 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/30932/task/30938/stat : 30938 (java) S 30929 30932 25977 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624958187688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30939] ppid=30929 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/30932/task/30939/stat : 30939 (java) S 30929 30932 25977 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624957135912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30940] ppid=30929 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/30932/task/30940/stat : 30940 (java) S 30929 30932 25977 0 -1 4202560 92 0 0 0 3 1 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624956083112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30941] ppid=30929 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/30932/task/30941/stat : 30941 (java) S 30929 30932 25977 0 -1 4202560 116 0 0 0 4 2 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624955030312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30932/tid=30942] ppid=30929 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/30932/task/30942/stat : 30942 (java) S 30929 30932 25977 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 25535934 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624953977512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30943] ppid=30929 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30943/stat : 30943 (java) S 30929 30932 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25535935 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624824080872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30944] ppid=30929 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30944/stat : 30944 (java) S 30929 30932 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25535936 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624823026936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30945] ppid=30929 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30945/stat : 30945 (java) S 30929 30932 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25535936 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624821974024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30946] ppid=30929 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30946/stat : 30946 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25535938 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624820922512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30947] ppid=30929 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/30932/task/30947/stat : 30947 (java) S 30929 30932 25977 0 -1 4202560 1501 0 0 0 18 0 0 0 20 0 18 0 25535938 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624819870648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30948] ppid=30929 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/30932/task/30948/stat : 30948 (java) S 30929 30932 25977 0 -1 4202560 1267 0 0 0 17 0 0 0 20 0 18 0 25535938 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624818817848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30949] ppid=30929 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30949/stat : 30949 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25535938 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624817765240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30950] ppid=30929 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30950/stat : 30950 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25535938 9787879424 71633 33554432000 1073741824 1073778376 140734660400400 140624816712648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.21 2.18 2.18 10/213 30951
/proc/meminfo: memFree=29801980/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9625040 CPUtime=4.39 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 10321 0 1 0 418 21 0 0 20 0 19 0 25535931 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2406260 100678 2274 9 0 2396937 0
[pid=30932/tid=30934] ppid=30929 vsize=9625040 CPUtime=2.89 cores=0,2,4,6
/proc/30932/task/30934/stat : 30934 (java) R 30929 30932 25977 0 -1 4202560 2529 0 1 0 284 5 0 0 20 0 19 0 25535933 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624999853464 140624830087872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30935] ppid=30929 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30932/task/30935/stat : 30935 (java) S 30929 30932 25977 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624961346088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30936] ppid=30929 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/30932/task/30936/stat : 30936 (java) S 30929 30932 25977 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624960293288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30937] ppid=30929 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/30932/task/30937/stat : 30937 (java) S 30929 30932 25977 0 -1 4202560 168 0 0 0 9 4 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624959240488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30938] ppid=30929 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/30932/task/30938/stat : 30938 (java) S 30929 30932 25977 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624958187688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30939] ppid=30929 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/30932/task/30939/stat : 30939 (java) S 30929 30932 25977 0 -1 4202560 125 0 0 0 2 2 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624957135912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30940] ppid=30929 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/30932/task/30940/stat : 30940 (java) S 30929 30932 25977 0 -1 4202560 99 0 0 0 4 2 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624956083112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30941] ppid=30929 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/30932/task/30941/stat : 30941 (java) S 30929 30932 25977 0 -1 4202560 139 0 0 0 9 3 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624955030312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30932/tid=30942] ppid=30929 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30932/task/30942/stat : 30942 (java) S 30929 30932 25977 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 25535934 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624953977512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30943] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30943/stat : 30943 (java) S 30929 30932 25977 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 25535935 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624824080872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30944] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30944/stat : 30944 (java) S 30929 30932 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624823026936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30945] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30945/stat : 30945 (java) S 30929 30932 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624821974024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30946] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30946/stat : 30946 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624820922512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30947] ppid=30929 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/30932/task/30947/stat : 30947 (java) S 30929 30932 25977 0 -1 4202560 1923 0 0 0 37 0 0 0 20 0 19 0 25535938 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624819870648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30948] ppid=30929 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/30932/task/30948/stat : 30948 (java) S 30929 30932 25977 0 -1 4202560 3751 0 0 0 45 0 0 0 20 0 19 0 25535938 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624818817848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30949] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30949/stat : 30949 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624817765240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30950] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30950/stat : 30950 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624816712648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30951] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30951/stat : 30951 (java) S 30929 30932 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25536103 9856040960 100678 33554432000 1073741824 1073778376 140734660400400 140624815609000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.21 2.18 2.18 3/213 30951
/proc/meminfo: memFree=29723632/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9625040 CPUtime=7.59 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 10322 0 1 0 738 21 0 0 20 0 19 0 25535931 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2406260 100662 2274 9 0 2396937 0
[pid=30932/tid=30934] ppid=30929 vsize=9625040 CPUtime=6.09 cores=0,2,4,6
/proc/30932/task/30934/stat : 30934 (java) R 30929 30932 25977 0 -1 4202560 2530 0 1 0 604 5 0 0 20 0 19 0 25535933 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624999852400 140624830087838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30935] ppid=30929 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30932/task/30935/stat : 30935 (java) S 30929 30932 25977 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624961346088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30936] ppid=30929 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/30932/task/30936/stat : 30936 (java) S 30929 30932 25977 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624960293288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30937] ppid=30929 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/30932/task/30937/stat : 30937 (java) S 30929 30932 25977 0 -1 4202560 168 0 0 0 9 4 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624959240488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30938] ppid=30929 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/30932/task/30938/stat : 30938 (java) S 30929 30932 25977 0 -1 4202560 45 0 0 0 4 2 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624958187688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30939] ppid=30929 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/30932/task/30939/stat : 30939 (java) S 30929 30932 25977 0 -1 4202560 125 0 0 0 2 2 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624957135912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30940] ppid=30929 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/30932/task/30940/stat : 30940 (java) S 30929 30932 25977 0 -1 4202560 99 0 0 0 4 2 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624956083112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30941] ppid=30929 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/30932/task/30941/stat : 30941 (java) S 30929 30932 25977 0 -1 4202560 139 0 0 0 9 3 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624955030312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30932/tid=30942] ppid=30929 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/30932/task/30942/stat : 30942 (java) S 30929 30932 25977 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 25535934 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624953977512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30943] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30943/stat : 30943 (java) S 30929 30932 25977 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 19 0 25535935 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624824080872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30944] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30944/stat : 30944 (java) S 30929 30932 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624823026936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30945] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30945/stat : 30945 (java) S 30929 30932 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624821974024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30946] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30946/stat : 30946 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624820922512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30947] ppid=30929 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/30932/task/30947/stat : 30947 (java) S 30929 30932 25977 0 -1 4202560 1923 0 0 0 37 0 0 0 20 0 19 0 25535938 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624819870648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30948] ppid=30929 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/30932/task/30948/stat : 30948 (java) S 30929 30932 25977 0 -1 4202560 3751 0 0 0 45 0 0 0 20 0 19 0 25535938 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624818817848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30949] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30949/stat : 30949 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624817765240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30950] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30950/stat : 30950 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624816712648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30951] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30951/stat : 30951 (java) S 30929 30932 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25536103 9856040960 100662 33554432000 1073741824 1073778376 140734660400400 140624815609000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.25 2.19 2.18 3/213 30951

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

[pid=30932/tid=30944] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30944/stat : 30944 (java) S 30929 30932 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624823026936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30945] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30945/stat : 30945 (java) S 30929 30932 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624821974024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30946] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30946/stat : 30946 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624820922512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30947] ppid=30929 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/30932/task/30947/stat : 30947 (java) S 30929 30932 25977 0 -1 4202560 1924 0 0 0 43 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624819870648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30948] ppid=30929 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30932/task/30948/stat : 30948 (java) S 30929 30932 25977 0 -1 4202560 8854 0 0 0 64 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624818817848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30949] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30949/stat : 30949 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624817765240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30950] ppid=30929 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/30932/task/30950/stat : 30950 (java) S 30929 30932 25977 0 -1 4202560 99 0 0 0 30 31 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624816712648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=30932/tid=30951] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30951/stat : 30951 (java) S 30929 30932 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25536103 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624815609000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1728.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.25 2.19 3/213 31125
/proc/meminfo: memFree=24125108/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9625040 CPUtime=1788.04 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 51972 0 1 0 178504 300 0 0 20 0 19 0 25535931 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2406260 885816 2286 9 0 2396937 0
[pid=30932/tid=30934] ppid=30929 vsize=9625040 CPUtime=1779.1 cores=0,2,4,6
/proc/30932/task/30934/stat : 30934 (java) R 30929 30932 25977 0 -1 4202560 3800 0 1 0 177862 48 0 0 20 0 19 0 25535933 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624999845584 140624830035795 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30935] ppid=30929 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/30932/task/30935/stat : 30935 (java) S 30929 30932 25977 0 -1 4202560 5341 0 0 0 49 38 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624961346088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30936] ppid=30929 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30932/task/30936/stat : 30936 (java) S 30929 30932 25977 0 -1 4202560 4139 0 0 0 38 27 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624960293288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30937] ppid=30929 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30932/task/30937/stat : 30937 (java) S 30929 30932 25977 0 -1 4202560 3466 0 0 0 46 32 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624959240488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30932/tid=30938] ppid=30929 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/30932/task/30938/stat : 30938 (java) S 30929 30932 25977 0 -1 4202560 4203 0 0 0 42 32 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624958187688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30939] ppid=30929 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/30932/task/30939/stat : 30939 (java) S 30929 30932 25977 0 -1 4202560 3963 0 0 0 36 26 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624957135912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30940] ppid=30929 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/30932/task/30940/stat : 30940 (java) S 30929 30932 25977 0 -1 4202560 4645 0 0 0 41 30 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624956083112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30941] ppid=30929 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30932/task/30941/stat : 30941 (java) S 30929 30932 25977 0 -1 4202560 3507 0 0 0 45 33 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624955030312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30942] ppid=30929 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/30932/task/30942/stat : 30942 (java) S 30929 30932 25977 0 -1 4202560 5436 0 0 0 49 34 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624953977512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30943] ppid=30929 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/30932/task/30943/stat : 30943 (java) S 30929 30932 25977 0 -1 4202560 1333 0 0 0 149 3 0 0 20 0 19 0 25535935 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624824080872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30944] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30944/stat : 30944 (java) S 30929 30932 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624823026936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30945] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30945/stat : 30945 (java) S 30929 30932 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624821974024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30946] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30946/stat : 30946 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624820922512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30947] ppid=30929 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/30932/task/30947/stat : 30947 (java) S 30929 30932 25977 0 -1 4202560 1924 0 0 0 43 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624819870648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30948] ppid=30929 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30932/task/30948/stat : 30948 (java) S 30929 30932 25977 0 -1 4202560 8854 0 0 0 64 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624818817848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30949] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30949/stat : 30949 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624817765240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30950] ppid=30929 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/30932/task/30950/stat : 30950 (java) S 30929 30932 25977 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624816712648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=30932/tid=30951] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30951/stat : 30951 (java) S 30929 30932 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25536103 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624815609000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1788.04
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.34 2.25 2.19 3/213 31125
/proc/meminfo: memFree=24125112/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 51972 0 1 0 179704 300 0 0 20 0 19 0 25535931 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2406260 885816 2286 9 0 2396937 0
[pid=30932/tid=30934] ppid=30929 vsize=9625040 CPUtime=1791.1 cores=0,2,4,6
/proc/30932/task/30934/stat : 30934 (java) R 30929 30932 25977 0 -1 4202560 3800 0 1 0 179062 48 0 0 20 0 19 0 25535933 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624999845584 140624830141692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30935] ppid=30929 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/30932/task/30935/stat : 30935 (java) S 30929 30932 25977 0 -1 4202560 5341 0 0 0 49 38 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624961346088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30936] ppid=30929 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30932/task/30936/stat : 30936 (java) S 30929 30932 25977 0 -1 4202560 4139 0 0 0 38 27 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624960293288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30937] ppid=30929 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30932/task/30937/stat : 30937 (java) S 30929 30932 25977 0 -1 4202560 3466 0 0 0 46 32 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624959240488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30932/tid=30938] ppid=30929 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/30932/task/30938/stat : 30938 (java) S 30929 30932 25977 0 -1 4202560 4203 0 0 0 42 32 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624958187688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30939] ppid=30929 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/30932/task/30939/stat : 30939 (java) S 30929 30932 25977 0 -1 4202560 3963 0 0 0 36 26 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624957135912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30940] ppid=30929 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/30932/task/30940/stat : 30940 (java) S 30929 30932 25977 0 -1 4202560 4645 0 0 0 41 30 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624956083112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30941] ppid=30929 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30932/task/30941/stat : 30941 (java) S 30929 30932 25977 0 -1 4202560 3507 0 0 0 45 33 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624955030312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30942] ppid=30929 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/30932/task/30942/stat : 30942 (java) S 30929 30932 25977 0 -1 4202560 5436 0 0 0 49 34 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624953977512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30943] ppid=30929 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/30932/task/30943/stat : 30943 (java) S 30929 30932 25977 0 -1 4202560 1333 0 0 0 149 3 0 0 20 0 19 0 25535935 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624824080872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30944] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30944/stat : 30944 (java) S 30929 30932 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624823026936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30945] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30945/stat : 30945 (java) S 30929 30932 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624821974024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30946] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30946/stat : 30946 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624820922512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30947] ppid=30929 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/30932/task/30947/stat : 30947 (java) S 30929 30932 25977 0 -1 4202560 1924 0 0 0 43 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624819870648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30948] ppid=30929 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30932/task/30948/stat : 30948 (java) S 30929 30932 25977 0 -1 4202560 8854 0 0 0 64 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624818817848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30949] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30949/stat : 30949 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624817765240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30950] ppid=30929 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/30932/task/30950/stat : 30950 (java) S 30929 30932 25977 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624816712648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=30932/tid=30951] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30951/stat : 30951 (java) S 30929 30932 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25536103 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624815609000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 30932 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.3 s]
/proc/loadavg: 2.34 2.25 2.19 3/213 31125
/proc/meminfo: memFree=24125112/32872528 swapFree=1244176/1391344
[pid=30932] ppid=30929 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/30932/stat : 30932 (java) S 30929 30932 25977 0 -1 4202496 51972 0 1 0 179704 300 0 0 20 0 19 0 25535931 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140734660391536 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30932/statm: 2406260 885816 2286 9 0 2396937 0
[pid=30932/tid=30934] ppid=30929 vsize=9625040 CPUtime=1791.1 cores=0,2,4,6
/proc/30932/task/30934/stat : 30934 (java) R 30929 30932 25977 0 -1 4202560 3800 0 1 0 179062 48 0 0 20 0 19 0 25535933 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624999845584 140624830141692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30935] ppid=30929 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/30932/task/30935/stat : 30935 (java) S 30929 30932 25977 0 -1 4202560 5341 0 0 0 49 38 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624961346088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30936] ppid=30929 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/30932/task/30936/stat : 30936 (java) S 30929 30932 25977 0 -1 4202560 4139 0 0 0 38 27 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624960293288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30937] ppid=30929 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30932/task/30937/stat : 30937 (java) S 30929 30932 25977 0 -1 4202560 3466 0 0 0 46 32 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624959240488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30932/tid=30938] ppid=30929 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/30932/task/30938/stat : 30938 (java) S 30929 30932 25977 0 -1 4202560 4203 0 0 0 42 32 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624958187688 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30939] ppid=30929 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/30932/task/30939/stat : 30939 (java) S 30929 30932 25977 0 -1 4202560 3963 0 0 0 36 26 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624957135912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30940] ppid=30929 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/30932/task/30940/stat : 30940 (java) S 30929 30932 25977 0 -1 4202560 4645 0 0 0 41 30 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624956083112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30941] ppid=30929 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/30932/task/30941/stat : 30941 (java) S 30929 30932 25977 0 -1 4202560 3507 0 0 0 45 33 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624955030312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30942] ppid=30929 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/30932/task/30942/stat : 30942 (java) S 30929 30932 25977 0 -1 4202560 5436 0 0 0 49 34 0 0 20 0 19 0 25535934 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624953977512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30943] ppid=30929 vsize=9625040 CPUtime=1.52 cores=0,2,4,6
/proc/30932/task/30943/stat : 30943 (java) S 30929 30932 25977 0 -1 4202560 1333 0 0 0 149 3 0 0 20 0 19 0 25535935 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624824080872 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30944] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30944/stat : 30944 (java) S 30929 30932 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624823026936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30945] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30945/stat : 30945 (java) S 30929 30932 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25535936 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624821974024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30946] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30946/stat : 30946 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624820922512 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30947] ppid=30929 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/30932/task/30947/stat : 30947 (java) S 30929 30932 25977 0 -1 4202560 1924 0 0 0 43 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624819870648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30932/tid=30948] ppid=30929 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/30932/task/30948/stat : 30948 (java) S 30929 30932 25977 0 -1 4202560 8854 0 0 0 64 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624818817848 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30932/tid=30949] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30949/stat : 30949 (java) S 30929 30932 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624817765240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30932/tid=30950] ppid=30929 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/30932/task/30950/stat : 30950 (java) S 30929 30932 25977 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 25535938 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624816712648 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=30932/tid=30951] ppid=30929 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30932/task/30951/stat : 30951 (java) S 30929 30932 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25536103 9856040960 885816 33554432000 1073741824 1073778376 140734660400400 140624815609000 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 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): 1794.35
CPU time (s): 1800.67
CPU user time (s): 1797.16
CPU system time (s): 3.51347
CPU usage (%): 100.352
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.16
system time used= 3.51347
maximum resident set size= 3544336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39366
involuntary context switches= 7636

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3911 second user time and 11.6872 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 09:27:53
IDJOB=4103248
IDBENCH=2308
IDSOLVER=2546
FILE ID=node119/4103248-1466234873
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3706.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103248-1466234873/watcher-4103248-1466234873 -o /tmp/evaluation-result-4103248-1466234873/solver-4103248-1466234873 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103248-1466234873.opb

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

MD5SUM BENCH= 08198ac17bd0f4debb1b62367d726ca9
RANDOM SEED=517979736

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:        30124268 kB
Buffers:          116040 kB
Cached:           122164 kB
SwapCached:          956 kB
Active:           452760 kB
Inactive:         171572 kB
Active(anon):     386708 kB
Inactive(anon):     1732 kB
Active(file):      66052 kB
Inactive(file):   169840 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              9072 kB
Writeback:             0 kB
AnonPages:       1778500 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             599508 kB
SReclaimable:      43244 kB
SUnreclaim:       556264 kB
KernelStack:        1592 kB
PageTables:         7908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1952320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    489472 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= 71696 MiB
End job on node119 at 2016-06-18 09:57:47