Trace number 4100661

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.55 1797.84

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-degen3.opb
MD5SUM869a8e6f75acef89713c9145ce005816
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1154.83
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1547
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 563727
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131073
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 563727
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-4100661-1466216408.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
2.35/1.69	c ... done. Wall clock time 1.573s.
2.35/1.69	c declared #vars     54540
2.35/1.69	c #constraints  2220
2.35/1.69	c constraints type 
2.35/1.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 558
2.35/1.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1662
2.35/1.69	c 2220 constraints processed.
2.35/1.69	c objective function length is 47190 literals
60.67/59.13	c cleaning 2499 clauses out of 5000 with flag 10107/5000
183.74/181.90	c cleaning 4250 clauses out of 8501 with flag 22127/11000
271.83/269.99	c cleaning 5626 clauses out of 11251 with flag 36174/18000
295.75/293.86	c cleaning 6813 clauses out of 13626 with flag 52220/26001
319.06/317.13	c cleaning 7906 clauses out of 15812 with flag 70303/35000
341.18/339.27	c cleaning 8952 clauses out of 17906 with flag 90355/45000
393.59/391.66	c cleaning 9978 clauses out of 19956 with flag 112466/56002
502.43/500.40	c cleaning 10985 clauses out of 21976 with flag 136544/68000
634.36/632.38	c cleaning 11994 clauses out of 23991 with flag 163272/81000
776.69/774.62	c cleaning 12999 clauses out of 25998 with flag 192131/95001
909.71/907.61	c cleaning 13996 clauses out of 27998 with flag 222732/110000
1045.92/1043.89	c cleaning 14999 clauses out of 30003 with flag 255262/126001
1191.37/1189.26	c cleaning 15999 clauses out of 32004 with flag 289824/143001
1427.71/1425.52	c cleaning 16998 clauses out of 34004 with flag 325947/161000
1699.93/1697.72	c cleaning 18001 clauses out of 36006 with flag 363947/180000
1800.04/1797.80	c starts		: 3
1800.04/1797.80	c conflicts		: 187016
1800.04/1797.80	c decisions		: 196491
1800.04/1797.80	c propagations		: 279082282
1800.04/1797.80	c inspects		: 1643562008
1800.04/1797.80	c shortcuts		: 0
1800.04/1797.80	c learnt literals	: 0
1800.04/1797.80	c learnt binary clauses	: 0
1800.04/1797.80	c learnt ternary clauses	: 1
1800.04/1797.80	c learnt constraints	: 187016
1800.04/1797.80	c ignored constraints	: 0
1800.04/1797.80	c root simplifications	: 0
1800.04/1797.80	c removed literals (reason simplification)	: 0
1800.04/1797.80	c reason swapping (by a shorter reason)	: 0
1800.04/1797.80	c Calls to reduceDB	: 15
1800.04/1797.80	c Number of update (reduction) of LBD	: 71
1800.04/1797.80	c Imported unit clauses	: 0
1800.04/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.80	c number of learned constraints concerned by reduction	: 0
1800.04/1797.80	c number of learning phase by resolution	: 0
1800.04/1797.80	c number of learning phase by cutting planes	: 0
1800.04/1797.80	c speed (assignments/second)	: 155392.84813463854
1800.04/1797.80	c non guided choices	0
1800.04/1797.81	c timeout
1800.04/1797.81	c learnt constraints type 
1800.04/1797.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25022
1800.04/1797.81	s UNKNOWN
1800.04/1797.81	c Total wall clock time (in seconds): 1797.699

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-4100661-1466216408/watcher-4100661-1466216408 -o /tmp/evaluation-result-4100661-1466216408/solver-4100661-1466216408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100661-1466216408.opb 

pid=18158
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.18 2.21 2.24 4/195 18161
/proc/meminfo: memFree=30200916/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/18161/stat : 18161 (java) R 18158 18161 15548 0 -1 4202496 390 0 0 0 0 0 0 0 20 0 1 0 23687325 9433088 62 33554432000 1073741824 1073778376 140733900279584 140733900276712 229346733399 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2306 71 55 9 0 38 0

[startup+0.100162 s]
/proc/loadavg: 2.18 2.21 2.24 4/195 18161
/proc/meminfo: memFree=30200916/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 23687325 9787879424 6050 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2389619 6050 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.18 2.21 2.24 4/195 18161
/proc/meminfo: memFree=30200916/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 5003 0 1 0 26 1 0 0 20 0 18 0 23687325 9787879424 7481 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2389619 7481 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 2.18 2.21 2.24 4/195 18161
/proc/meminfo: memFree=30200916/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 5881 0 1 0 46 1 0 0 20 0 18 0 23687325 9787879424 12938 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2389619 12938 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700285 s]
/proc/loadavg: 2.18 2.21 2.24 4/195 18161
/proc/meminfo: memFree=30200916/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9558476 CPUtime=1.12 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 6242 0 1 0 106 6 0 0 20 0 18 0 23687325 9787879424 45342 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2389619 45342 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.50954 s]
/proc/loadavg: 2.18 2.21 2.24 4/213 18179
/proc/meminfo: memFree=29991368/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9558476 CPUtime=2.18 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 6791 0 1 0 203 15 0 0 20 0 18 0 23687325 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2389619 89227 2262 9 0 2380296 0
[pid=18161/tid=18163] ppid=18158 vsize=9558476 CPUtime=1.35 cores=0,2,4,6
/proc/18161/task/18163/stat : 18163 (java) S 18158 18161 15548 0 -1 4202560 2520 0 1 0 130 5 0 0 20 0 18 0 23687326 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 139846197946872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18164] ppid=18158 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/18161/task/18164/stat : 18164 (java) R 18158 18161 15548 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 18 0 23687327 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 139846159440808 139846200420033 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18165] ppid=18158 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18161/task/18165/stat : 18165 (java) R 18158 18161 15548 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 18 0 23687327 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 139846158388264 139846200420083 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18166] ppid=18158 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/18161/task/18166/stat : 18166 (java) R 18158 18161 15548 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 18 0 23687327 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 139846157335088 139846200420083 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18167] ppid=18158 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18161/task/18167/stat : 18167 (java) R 18158 18161 15548 0 -1 4202560 133 0 0 0 5 2 0 0 20 0 18 0 23687327 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 139846156282840 139846200420049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18168] ppid=18158 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/18161/task/18168/stat : 18168 (java) R 18158 18161 15548 0 -1 4202560 117 0 0 0 5 1 0 0 20 0 18 0 23687327 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 139846155229608 139846200420033 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18169] ppid=18158 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/18161/task/18169/stat : 18169 (java) R 18158 18161 15548 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 23687327 9787879424 89227 33554432000 1073741824 1073778376 140733900279584 139846154177240 139846204845163 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18170] ppid=18158 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18161/task/18170/stat : 18170 (java) R 18158 18161 15548 0 -1 4202560 125 0 0 0 5 2 0 0 20 0 18 0 23687327 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846153124184 139846200420033 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18171] ppid=18158 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/18161/task/18171/stat : 18171 (java) R 18158 18161 15548 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 18 0 23687327 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846152071640 139846202124515 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18172] ppid=18158 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18172/stat : 18172 (java) S 18158 18161 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23687328 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846021502728 229359268924 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18173] ppid=18158 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18173/stat : 18173 (java) S 18158 18161 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23687328 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846020450168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18174] ppid=18158 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18174/stat : 18174 (java) S 18158 18161 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23687328 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846019397000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18175] ppid=18158 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18175/stat : 18175 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23687331 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846018345744 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18176] ppid=18158 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/18161/task/18176/stat : 18176 (java) S 18158 18161 15548 0 -1 4202560 997 0 0 0 16 0 0 0 20 0 18 0 23687331 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846017292600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18177] ppid=18158 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/18161/task/18177/stat : 18177 (java) S 18158 18161 15548 0 -1 4202560 1379 0 0 0 16 0 0 0 20 0 18 0 23687331 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139846016240056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18178] ppid=18158 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18178/stat : 18178 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23687331 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139845141784824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18179] ppid=18158 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18179/stat : 18179 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23687331 9787879424 89739 33554432000 1073741824 1073778376 140733900279584 139845140732488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9558476

[startup+3.10076 s]
/proc/loadavg: 2.18 2.21 2.24 4/214 18180
/proc/meminfo: memFree=29826728/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9625040 CPUtime=4.35 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 10232 0 1 0 417 18 0 0 20 0 19 0 23687325 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2406260 95240 2273 9 0 2396937 0
[pid=18161/tid=18163] ppid=18158 vsize=9625040 CPUtime=2.92 cores=0,2,4,6
/proc/18161/task/18163/stat : 18163 (java) R 18158 18161 15548 0 -1 4202560 2532 0 1 0 287 5 0 0 20 0 19 0 23687326 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846197946728 139846031745985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18164] ppid=18158 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/18161/task/18164/stat : 18164 (java) S 18158 18161 15548 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846159440808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18165] ppid=18158 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/18161/task/18165/stat : 18165 (java) S 18158 18161 15548 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846158388264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18166] ppid=18158 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/18161/task/18166/stat : 18166 (java) S 18158 18161 15548 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846157335208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18167] ppid=18158 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/18161/task/18167/stat : 18167 (java) S 18158 18161 15548 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846156282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18168] ppid=18158 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/18161/task/18168/stat : 18168 (java) S 18158 18161 15548 0 -1 4202560 125 0 0 0 6 2 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846155229608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18169] ppid=18158 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18161/task/18169/stat : 18169 (java) S 18158 18161 15548 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846154177064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18170] ppid=18158 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/18161/task/18170/stat : 18170 (java) S 18158 18161 15548 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846153124008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18171] ppid=18158 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18161/task/18171/stat : 18171 (java) S 18158 18161 15548 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 23687327 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846152071464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18172] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18172/stat : 18172 (java) S 18158 18161 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846021503848 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18173] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18173/stat : 18173 (java) S 18158 18161 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846020450168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18174] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18174/stat : 18174 (java) S 18158 18161 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846019397000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18175] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18175/stat : 18175 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846018345744 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18176] ppid=18158 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/18161/task/18176/stat : 18176 (java) S 18158 18161 15548 0 -1 4202560 2589 0 0 0 38 0 0 0 20 0 19 0 23687331 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846017292600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18177] ppid=18158 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18161/task/18177/stat : 18177 (java) S 18158 18161 15548 0 -1 4202560 3030 0 0 0 45 0 0 0 20 0 19 0 23687331 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139846016240056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18178] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18178/stat : 18178 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139845141784824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18179] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18179/stat : 18179 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139845140732488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18180] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18180/stat : 18180 (java) S 18158 18161 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23687507 9856040960 95240 33554432000 1073741824 1073778376 140733900279584 139845139678760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.16 2.20 2.24 3/214 18180
/proc/meminfo: memFree=29827360/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9625040 CPUtime=7.55 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 10233 0 1 0 737 18 0 0 20 0 19 0 23687325 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2406260 95160 2273 9 0 2396937 0
[pid=18161/tid=18163] ppid=18158 vsize=9625040 CPUtime=6.12 cores=0,2,4,6
/proc/18161/task/18163/stat : 18163 (java) R 18158 18161 15548 0 -1 4202560 2533 0 1 0 607 5 0 0 20 0 19 0 23687326 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846197946608 139846031746096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18164] ppid=18158 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/18161/task/18164/stat : 18164 (java) S 18158 18161 15548 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846159440808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18165] ppid=18158 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/18161/task/18165/stat : 18165 (java) S 18158 18161 15548 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846158388264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18166] ppid=18158 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/18161/task/18166/stat : 18166 (java) S 18158 18161 15548 0 -1 4202560 36 0 0 0 2 1 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846157335208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18167] ppid=18158 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/18161/task/18167/stat : 18167 (java) S 18158 18161 15548 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846156282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18168] ppid=18158 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/18161/task/18168/stat : 18168 (java) S 18158 18161 15548 0 -1 4202560 125 0 0 0 6 2 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846155229608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18169] ppid=18158 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18161/task/18169/stat : 18169 (java) S 18158 18161 15548 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846154177064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18170] ppid=18158 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/18161/task/18170/stat : 18170 (java) S 18158 18161 15548 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846153124008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18171] ppid=18158 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/18161/task/18171/stat : 18171 (java) S 18158 18161 15548 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 23687327 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846152071464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18172] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18172/stat : 18172 (java) S 18158 18161 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846021503848 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18173] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18173/stat : 18173 (java) S 18158 18161 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846020450168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18174] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18174/stat : 18174 (java) S 18158 18161 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846019397000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18175] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18175/stat : 18175 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846018345744 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18176] ppid=18158 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/18161/task/18176/stat : 18176 (java) S 18158 18161 15548 0 -1 4202560 2589 0 0 0 38 0 0 0 20 0 19 0 23687331 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846017292600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18177] ppid=18158 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/18161/task/18177/stat : 18177 (java) S 18158 18161 15548 0 -1 4202560 3030 0 0 0 45 0 0 0 20 0 19 0 23687331 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139846016240056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18178] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18178/stat : 18178 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139845141784824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18179] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18179/stat : 18179 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139845140732488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18180] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18180/stat : 18180 (java) S 18158 18161 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23687507 9856040960 95160 33554432000 1073741824 1073778376 140733900279584 139845139678760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.55
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.15 2.20 2.24 3/214 18180

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

[pid=18161/tid=18173] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18173/stat : 18173 (java) S 18158 18161 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139846020450168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18174] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18174/stat : 18174 (java) S 18158 18161 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139846019397000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18175] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18175/stat : 18175 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139846018345744 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18176] ppid=18158 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/18161/task/18176/stat : 18176 (java) S 18158 18161 15548 0 -1 4202560 2596 0 0 0 44 0 0 0 20 0 19 0 23687331 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139846017292600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18177] ppid=18158 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/18161/task/18177/stat : 18177 (java) S 18158 18161 15548 0 -1 4202560 3847 0 0 0 55 0 0 0 20 0 19 0 23687331 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139846016240056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18178] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18178/stat : 18178 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139845141784824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18179] ppid=18158 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/18161/task/18179/stat : 18179 (java) S 18158 18161 15548 0 -1 4202560 95 0 0 0 15 18 0 0 20 0 19 0 23687331 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139845140732488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18180] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18180/stat : 18180 (java) S 18158 18161 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23687507 9856040960 680916 33554432000 1073741824 1073778376 140733900279584 139845139678760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.52
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 18286
/proc/meminfo: memFree=24789968/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9625040 CPUtime=1724.53 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 14518 0 1 0 172367 86 0 0 20 0 19 0 23687325 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2406260 672263 2278 9 0 2396937 0
[pid=18161/tid=18163] ppid=18158 vsize=9625040 CPUtime=1721.77 cores=0,2,4,6
/proc/18161/task/18163/stat : 18163 (java) R 18158 18161 15548 0 -1 4202560 4291 0 1 0 172112 65 0 0 20 0 19 0 23687326 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846197939936 139846031745994 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18164] ppid=18158 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/18161/task/18164/stat : 18164 (java) S 18158 18161 15548 0 -1 4202560 146 0 0 0 23 6 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846159440808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18165] ppid=18158 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/18161/task/18165/stat : 18165 (java) S 18158 18161 15548 0 -1 4202560 116 0 0 0 17 5 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846158388264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18166] ppid=18158 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/18161/task/18166/stat : 18166 (java) S 18158 18161 15548 0 -1 4202560 92 0 0 0 12 3 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846157335208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18167] ppid=18158 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/18161/task/18167/stat : 18167 (java) S 18158 18161 15548 0 -1 4202560 202 0 0 0 17 5 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846156282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18168] ppid=18158 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18161/task/18168/stat : 18168 (java) S 18158 18161 15548 0 -1 4202560 184 0 0 0 18 5 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846155229608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18169] ppid=18158 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/18161/task/18169/stat : 18169 (java) S 18158 18161 15548 0 -1 4202560 84 0 0 0 10 4 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846154177064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18170] ppid=18158 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/18161/task/18170/stat : 18170 (java) S 18158 18161 15548 0 -1 4202560 174 0 0 0 16 4 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846153124008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18171] ppid=18158 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18161/task/18171/stat : 18171 (java) S 18158 18161 15548 0 -1 4202560 135 0 0 0 14 3 0 0 20 0 19 0 23687327 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846152071464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18172] ppid=18158 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18161/task/18172/stat : 18172 (java) S 18158 18161 15548 0 -1 4202560 1295 0 0 0 1 0 0 0 20 0 19 0 23687328 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846021503848 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18173] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18173/stat : 18173 (java) S 18158 18161 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846020450168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18174] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18174/stat : 18174 (java) S 18158 18161 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846019397000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18175] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18175/stat : 18175 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846018345744 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18176] ppid=18158 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/18161/task/18176/stat : 18176 (java) S 18158 18161 15548 0 -1 4202560 2596 0 0 0 44 0 0 0 20 0 19 0 23687331 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846017292600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18177] ppid=18158 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/18161/task/18177/stat : 18177 (java) S 18158 18161 15548 0 -1 4202560 3847 0 0 0 55 0 0 0 20 0 19 0 23687331 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139846016240056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18178] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18178/stat : 18178 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139845141784824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18179] ppid=18158 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/18161/task/18179/stat : 18179 (java) S 18158 18161 15548 0 -1 4202560 99 0 0 0 15 19 0 0 20 0 19 0 23687331 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139845140732488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18180] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18180/stat : 18180 (java) S 18158 18161 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23687507 9856040960 672263 33554432000 1073741824 1073778376 140733900279584 139845139678760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.53
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.24 2.19 3/213 18287
/proc/meminfo: memFree=24802120/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9625040 CPUtime=1784.54 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 14530 0 1 0 178367 87 0 0 20 0 19 0 23687325 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2406260 672101 2278 9 0 2396937 0
[pid=18161/tid=18163] ppid=18158 vsize=9625040 CPUtime=1781.76 cores=0,2,4,6
/proc/18161/task/18163/stat : 18163 (java) R 18158 18161 15548 0 -1 4202560 4292 0 1 0 178110 66 0 0 20 0 19 0 23687326 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846197947600 139846031746137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18164] ppid=18158 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/18161/task/18164/stat : 18164 (java) S 18158 18161 15548 0 -1 4202560 146 0 0 0 23 6 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846159440808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18165] ppid=18158 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/18161/task/18165/stat : 18165 (java) S 18158 18161 15548 0 -1 4202560 116 0 0 0 17 5 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846158388264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18166] ppid=18158 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/18161/task/18166/stat : 18166 (java) S 18158 18161 15548 0 -1 4202560 93 0 0 0 12 3 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846157335208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18167] ppid=18158 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18161/task/18167/stat : 18167 (java) S 18158 18161 15548 0 -1 4202560 203 0 0 0 18 5 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846156282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18168] ppid=18158 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/18161/task/18168/stat : 18168 (java) S 18158 18161 15548 0 -1 4202560 185 0 0 0 19 5 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846155229608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18169] ppid=18158 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/18161/task/18169/stat : 18169 (java) S 18158 18161 15548 0 -1 4202560 84 0 0 0 10 4 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846154177064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18170] ppid=18158 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/18161/task/18170/stat : 18170 (java) S 18158 18161 15548 0 -1 4202560 176 0 0 0 16 4 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846153124008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18171] ppid=18158 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18161/task/18171/stat : 18171 (java) S 18158 18161 15548 0 -1 4202560 135 0 0 0 14 3 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846152071464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18172] ppid=18158 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18161/task/18172/stat : 18172 (java) S 18158 18161 15548 0 -1 4202560 1297 0 0 0 1 0 0 0 20 0 19 0 23687328 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846021503848 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18173] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18173/stat : 18173 (java) S 18158 18161 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846020450168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18174] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18174/stat : 18174 (java) S 18158 18161 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846019397000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18175] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18175/stat : 18175 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846018345744 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18176] ppid=18158 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/18161/task/18176/stat : 18176 (java) S 18158 18161 15548 0 -1 4202560 2596 0 0 0 44 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846017292600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18177] ppid=18158 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/18161/task/18177/stat : 18177 (java) S 18158 18161 15548 0 -1 4202560 3847 0 0 0 55 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846016240056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18178] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18178/stat : 18178 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139845141784824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18179] ppid=18158 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18161/task/18179/stat : 18179 (java) S 18158 18161 15548 0 -1 4202560 103 0 0 0 17 19 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139845140732488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18180] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18180/stat : 18180 (java) S 18158 18161 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23687507 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139845139678760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.34 2.24 2.19 3/214 18290
/proc/meminfo: memFree=24801496/32872528 swapFree=1370848/1518016
[pid=18161] ppid=18158 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/18161/stat : 18161 (java) S 18158 18161 15548 0 -1 4202496 14530 0 1 0 179917 87 0 0 20 0 19 0 23687325 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 140733900270720 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/18161/statm: 2406260 672101 2278 9 0 2396937 0
[pid=18161/tid=18163] ppid=18158 vsize=9625040 CPUtime=1797.26 cores=0,2,4,6
/proc/18161/task/18163/stat : 18163 (java) R 18158 18161 15548 0 -1 4202560 4292 0 1 0 179660 66 0 0 20 0 19 0 23687326 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846197947600 139846031746042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18164] ppid=18158 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/18161/task/18164/stat : 18164 (java) S 18158 18161 15548 0 -1 4202560 146 0 0 0 23 6 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846159440808 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18165] ppid=18158 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/18161/task/18165/stat : 18165 (java) S 18158 18161 15548 0 -1 4202560 116 0 0 0 17 5 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846158388264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18166] ppid=18158 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/18161/task/18166/stat : 18166 (java) S 18158 18161 15548 0 -1 4202560 93 0 0 0 12 3 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846157335208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18167] ppid=18158 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18161/task/18167/stat : 18167 (java) S 18158 18161 15548 0 -1 4202560 203 0 0 0 18 5 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846156282664 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18168] ppid=18158 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/18161/task/18168/stat : 18168 (java) S 18158 18161 15548 0 -1 4202560 185 0 0 0 19 5 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846155229608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18169] ppid=18158 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/18161/task/18169/stat : 18169 (java) S 18158 18161 15548 0 -1 4202560 84 0 0 0 10 4 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846154177064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18161/tid=18170] ppid=18158 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/18161/task/18170/stat : 18170 (java) S 18158 18161 15548 0 -1 4202560 176 0 0 0 16 4 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846153124008 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18171] ppid=18158 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18161/task/18171/stat : 18171 (java) S 18158 18161 15548 0 -1 4202560 135 0 0 0 14 3 0 0 20 0 19 0 23687327 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846152071464 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18161/tid=18172] ppid=18158 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18161/task/18172/stat : 18172 (java) S 18158 18161 15548 0 -1 4202560 1297 0 0 0 1 0 0 0 20 0 19 0 23687328 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846021503848 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18173] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18173/stat : 18173 (java) S 18158 18161 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846020450168 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18174] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18174/stat : 18174 (java) S 18158 18161 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23687328 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846019397000 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18175] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18175/stat : 18175 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846018345744 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18176] ppid=18158 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/18161/task/18176/stat : 18176 (java) S 18158 18161 15548 0 -1 4202560 2596 0 0 0 44 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846017292600 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18161/tid=18177] ppid=18158 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/18161/task/18177/stat : 18177 (java) S 18158 18161 15548 0 -1 4202560 3847 0 0 0 55 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139846016240056 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18178] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18178/stat : 18178 (java) S 18158 18161 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139845141784824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18179] ppid=18158 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/18161/task/18179/stat : 18179 (java) S 18158 18161 15548 0 -1 4202560 103 0 0 0 17 19 0 0 20 0 19 0 23687331 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139845140732488 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18161/tid=18180] ppid=18158 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18161/task/18180/stat : 18180 (java) S 18158 18161 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23687507 9856040960 672101 33554432000 1073741824 1073778376 140733900279584 139845139678760 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 18161 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.55
CPU user time (s): 1799.21
CPU system time (s): 1.3428
CPU usage (%): 100.151
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.34279
maximum resident set size= 2804736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14568
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38614
involuntary context switches= 4741

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49316 second user time and 6.99294 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 04:20:08
IDJOB=4100661
IDBENCH=1645
IDSOLVER=2546
FILE ID=node129/4100661-1466216408
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71728 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-degen3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100661-1466216408/watcher-4100661-1466216408 -o /tmp/evaluation-result-4100661-1466216408/solver-4100661-1466216408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100661-1466216408.opb

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

MD5SUM BENCH= 869a8e6f75acef89713c9145ce005816
RANDOM SEED=960624732

node129.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.143
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.28
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.143
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.143
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.143
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.143
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.143
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.54
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30200832 kB
Buffers:           94736 kB
Cached:           110508 kB
SwapCached:         1944 kB
Active:           279480 kB
Inactive:         139824 kB
Active(anon):     215700 kB
Inactive(anon):     1076 kB
Active(file):      63780 kB
Inactive(file):   138748 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099224 kB
Dirty:              8656 kB
Writeback:             0 kB
AnonPages:       1731740 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             599012 kB
SReclaimable:      42800 kB
SUnreclaim:       556212 kB
KernelStack:        1624 kB
PageTables:         7460 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2207308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    346112 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= 71724 MiB
End job on node129 at 2016-06-18 04:50:06