Trace number 4085096

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.89 1796.35

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_3_mh_ic.opb
MD5SUMe746951c72dd3c581de09cc22407090d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3539617
Best CPU time to get the best result obtained on this benchmark1800
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132250
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 71701401518
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 71701401518
Number of bits of the biggest sum of numbers37
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-4085096-1465328930.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
6.90/5.23	c ... done. Wall clock time 5.119s.
6.90/5.23	c declared #vars     370300
6.90/5.23	c #constraints  855316
6.90/5.23	c constraints type 
6.90/5.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
6.90/5.23	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
6.90/5.23	c org.sat4j.specs.Constr$1 => 4
6.90/5.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
6.90/5.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
6.90/5.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.90/5.23	c 855316 constraints processed.
6.90/5.23	c objective function length is 132250 literals
172.97/170.78	c cleaning 2500 clauses out of 5000 with flag 32876/5000
198.46/195.75	c cleaning 4249 clauses out of 8502 with flag 56755/11002
233.47/230.75	c cleaning 5624 clauses out of 11251 with flag 95244/18000
271.28/268.54	c cleaning 6807 clauses out of 13627 with flag 145292/26000
317.00/314.26	c cleaning 7900 clauses out of 15820 with flag 210836/35000
380.51/377.79	c cleaning 8960 clauses out of 17922 with flag 290141/45002
433.02/430.29	c cleaning 9982 clauses out of 19964 with flag 376862/56004
504.42/501.64	c cleaning 10962 clauses out of 21978 with flag 446330/68000
584.52/581.73	c cleaning 12007 clauses out of 24016 with flag 542006/81000
683.42/680.63	c cleaning 13008 clauses out of 26019 with flag 632421/95010
787.00/783.51	c cleaning 13982 clauses out of 28001 with flag 764804/110000
895.21/891.73	c cleaning 14973 clauses out of 30020 with flag 848172/126001
986.72/983.29	c cleaning 16006 clauses out of 32046 with flag 959937/143000
1078.93/1075.42	c cleaning 17014 clauses out of 34043 with flag 1080803/161003
1179.65/1176.19	c cleaning 17975 clauses out of 36026 with flag 1232411/180000
1321.20/1317.69	c cleaning 19010 clauses out of 38054 with flag 1341750/200003
1443.54/1439.92	c cleaning 20007 clauses out of 40041 with flag 1473940/221000
1543.36/1539.73	c cleaning 20992 clauses out of 42036 with flag 1645408/243002
1717.62/1713.94	c cleaning 22012 clauses out of 44043 with flag 1762694/266001
1800.07/1796.31	c starts		: 259
1800.07/1796.31	c conflicts		: 277490
1800.07/1796.31	c decisions		: 1874357
1800.07/1796.31	c propagations		: 397168040
1800.07/1796.31	c inspects		: 8479474173
1800.07/1796.31	c shortcuts		: 0
1800.07/1796.31	c learnt literals	: 0
1800.07/1796.31	c learnt binary clauses	: 21
1800.07/1796.31	c learnt ternary clauses	: 1
1800.07/1796.31	c learnt constraints	: 277490
1800.07/1796.31	c ignored constraints	: 0
1800.07/1796.31	c root simplifications	: 0
1800.07/1796.31	c removed literals (reason simplification)	: 0
1800.07/1796.31	c reason swapping (by a shorter reason)	: 0
1800.07/1796.31	c Calls to reduceDB	: 19
1800.07/1796.31	c Number of update (reduction) of LBD	: 192041
1800.07/1796.31	c Imported unit clauses	: 0
1800.07/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.31	c number of learned constraints concerned by reduction	: 0
1800.07/1796.31	c number of learning phase by resolution	: 0
1800.07/1796.31	c number of learning phase by cutting planes	: 0
1800.07/1796.31	c speed (assignments/second)	: 221760.071714887
1800.07/1796.31	c non guided choices	0
1800.07/1796.33	c learnt constraints type 
1800.07/1796.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.07/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33500
1800.07/1796.33	s UNKNOWN
1800.07/1796.33	c Total wall clock time (in seconds): 1796.212

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-4085096-1465328930/watcher-4085096-1465328930 -o /tmp/evaluation-result-4085096-1465328930/solver-4085096-1465328930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23538 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085096-1465328930.opb 

pid=25252
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25255
/proc/meminfo: memFree=29253060/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/25255/stat : 25255 (java) R 25252 25255 27127 0 -1 4202496 399 0 0 0 0 0 0 0 20 0 1 0 114828415 9445376 72 33554432000 1073741824 1073778376 140737448305072 140737448302200 249640826216 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2306 90 72 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25255
/proc/meminfo: memFree=29253060/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 114828415 9787879424 6029 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25255
/proc/meminfo: memFree=29253060/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 5097 0 1 0 28 1 0 0 20 0 18 0 114828415 9787879424 9046 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2389619 9046 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25255
/proc/meminfo: memFree=29253060/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 5472 0 1 0 43 1 0 0 20 0 18 0 114828415 9787879424 14748 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2389619 14748 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 25255
/proc/meminfo: memFree=29253060/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 6320 0 1 0 105 7 0 0 20 0 18 0 114828415 9787879424 53126 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2389619 53126 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 25273
/proc/meminfo: memFree=28986916/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9558476 CPUtime=2.5 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 12737 0 1 0 236 14 0 0 20 0 18 0 114828415 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2389619 95376 2271 9 0 2380296 0
[pid=25255/tid=25257] ppid=25252 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/25255/task/25257/stat : 25257 (java) R 25252 25255 27127 0 -1 4202560 2535 0 1 0 128 5 0 0 20 0 18 0 114828416 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664566718736 140664424016889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25258] ppid=25252 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/25255/task/25258/stat : 25258 (java) S 25252 25255 27127 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664544827560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25259] ppid=25252 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/25255/task/25259/stat : 25259 (java) S 25252 25255 27127 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664543775016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25260] ppid=25252 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25255/task/25260/stat : 25260 (java) S 25252 25255 27127 0 -1 4202560 44 0 0 0 6 1 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664542722472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25261] ppid=25252 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/25255/task/25261/stat : 25261 (java) S 25252 25255 27127 0 -1 4202560 142 0 0 0 4 1 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664205470248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25262] ppid=25252 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25255/task/25262/stat : 25262 (java) S 25252 25255 27127 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664204417704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25263] ppid=25252 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25255/task/25263/stat : 25263 (java) S 25252 25255 27127 0 -1 4202560 102 0 0 0 3 0 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664203365160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25264] ppid=25252 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25255/task/25264/stat : 25264 (java) S 25252 25255 27127 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664202312616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25265] ppid=25252 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/25255/task/25265/stat : 25265 (java) S 25252 25255 27127 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 18 0 114828417 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664201260072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25266] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25266/stat : 25266 (java) S 25252 25255 27127 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 114828418 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664189061224 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25267] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25267/stat : 25267 (java) S 25252 25255 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114828419 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664188007544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25268] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25268/stat : 25268 (java) S 25252 25255 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114828419 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664186954888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25269] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25269/stat : 25269 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114828421 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664185903632 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25270] ppid=25252 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/25255/task/25270/stat : 25270 (java) S 25252 25255 27127 0 -1 4202560 5207 0 0 0 35 0 0 0 20 0 18 0 114828421 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664184851000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25271] ppid=25252 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/25255/task/25271/stat : 25271 (java) S 25252 25255 27127 0 -1 4202560 2957 0 0 0 32 0 0 0 20 0 18 0 114828421 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664183798456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25272] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25272/stat : 25272 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114828421 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664182746104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25273] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25273/stat : 25273 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114828421 9787879424 95376 33554432000 1073741824 1073778376 140737448305072 140664181693768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 25273
/proc/meminfo: memFree=28841820/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9558476 CPUtime=4.45 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 13280 0 1 0 421 24 0 0 20 0 18 0 114828415 9787879424 167374 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2389619 167374 2272 9 0 2380296 0
[pid=25255/tid=25257] ppid=25252 vsize=9558476 CPUtime=2.83 cores=1,3,5,7
/proc/25255/task/25257/stat : 25257 (java) S 25252 25255 27127 0 -1 4202560 2820 0 1 0 275 8 0 0 20 0 18 0 114828416 9787879424 167374 33554432000 1073741824 1073778376 140737448305072 140664566726104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25258] ppid=25252 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25255/task/25258/stat : 25258 (java) R 25252 25255 27127 0 -1 4202560 151 0 0 0 7 2 0 0 20 0 18 0 114828417 9787879424 167374 33554432000 1073741824 1073778376 140737448305072 140664544827736 140664570902703 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25259] ppid=25252 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25255/task/25259/stat : 25259 (java) R 25252 25255 27127 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 114828417 9787879424 167374 33554432000 1073741824 1073778376 140737448305072 140664543775192 140664569198323 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25260] ppid=25252 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25255/task/25260/stat : 25260 (java) R 25252 25255 27127 0 -1 4202560 63 0 0 0 9 2 0 0 20 0 18 0 114828417 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664542722648 140664569198273 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25261] ppid=25252 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/25255/task/25261/stat : 25261 (java) R 25252 25255 27127 0 -1 4202560 155 0 0 0 6 2 0 0 20 0 18 0 114828417 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664205470424 140664570902703 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25262] ppid=25252 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/25255/task/25262/stat : 25262 (java) R 25252 25255 27127 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 18 0 114828417 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664204417880 140664569198323 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25263] ppid=25252 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/25255/task/25263/stat : 25263 (java) R 25252 25255 27127 0 -1 4202560 156 0 0 0 8 2 0 0 20 0 18 0 114828417 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664203365040 140664570888856 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25264] ppid=25252 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25255/task/25264/stat : 25264 (java) R 25252 25255 27127 0 -1 4202560 109 0 0 0 5 2 0 0 20 0 18 0 114828417 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664202312792 140664570902703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25265] ppid=25252 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/25255/task/25265/stat : 25265 (java) R 25252 25255 27127 0 -1 4202560 94 0 0 0 11 2 0 0 20 0 18 0 114828417 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664201260248 140664569198273 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25266] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25266/stat : 25266 (java) S 25252 25255 27127 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 114828418 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664189060104 249653408828 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25267] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25267/stat : 25267 (java) S 25252 25255 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114828419 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664188007544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25268] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25268/stat : 25268 (java) S 25252 25255 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114828419 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664186954888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25269] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25269/stat : 25269 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114828421 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664185903632 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25270] ppid=25252 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/25255/task/25270/stat : 25270 (java) S 25252 25255 27127 0 -1 4202560 5247 0 0 0 39 0 0 0 20 0 18 0 114828421 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664184851000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25271] ppid=25252 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/25255/task/25271/stat : 25271 (java) S 25252 25255 27127 0 -1 4202560 2960 0 0 0 36 0 0 0 20 0 18 0 114828421 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664183798456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25272] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25272/stat : 25272 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114828421 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664182746104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25273] ppid=25252 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25273/stat : 25273 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114828421 9787879424 167886 33554432000 1073741824 1073778376 140737448305072 140664181693768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9558476

[startup+6.30087 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25274
/proc/meminfo: memFree=28507140/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9625040 CPUtime=8.48 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 14508 0 1 0 816 32 0 0 20 0 19 0 114828415 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2406260 189243 2281 9 0 2396937 0
[pid=25255/tid=25257] ppid=25252 vsize=9625040 CPUtime=5.93 cores=1,3,5,7
/proc/25255/task/25257/stat : 25257 (java) R 25252 25255 27127 0 -1 4202560 3256 0 1 0 583 10 0 0 20 0 19 0 114828416 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664566725832 140664424519334 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25258] ppid=25252 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/25255/task/25258/stat : 25258 (java) S 25252 25255 27127 0 -1 4202560 185 0 0 0 9 2 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664544827560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25259] ppid=25252 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25255/task/25259/stat : 25259 (java) S 25252 25255 27127 0 -1 4202560 148 0 0 0 14 3 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664543775016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25260] ppid=25252 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25255/task/25260/stat : 25260 (java) S 25252 25255 27127 0 -1 4202560 128 0 0 0 14 3 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664542722472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25261] ppid=25252 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/25255/task/25261/stat : 25261 (java) S 25252 25255 27127 0 -1 4202560 168 0 0 0 9 2 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664205470248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25262] ppid=25252 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/25255/task/25262/stat : 25262 (java) S 25252 25255 27127 0 -1 4202560 273 0 0 0 13 3 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664204417704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25263] ppid=25252 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/25255/task/25263/stat : 25263 (java) S 25252 25255 27127 0 -1 4202560 168 0 0 0 11 2 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664203365160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25264] ppid=25252 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/25255/task/25264/stat : 25264 (java) S 25252 25255 27127 0 -1 4202560 123 0 0 0 9 3 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664202312616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25265] ppid=25252 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25255/task/25265/stat : 25265 (java) S 25252 25255 27127 0 -1 4202560 100 0 0 0 15 2 0 0 20 0 19 0 114828417 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664201260072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25266] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25266/stat : 25266 (java) S 25252 25255 27127 0 -1 4202560 488 0 0 0 0 0 0 0 20 0 19 0 114828418 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664189061224 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25267] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25267/stat : 25267 (java) S 25252 25255 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664188007544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25268] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25268/stat : 25268 (java) S 25252 25255 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664186954888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25269] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25269/stat : 25269 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664185903632 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25270] ppid=25252 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/25255/task/25270/stat : 25270 (java) S 25252 25255 27127 0 -1 4202560 5248 0 0 0 69 2 0 0 20 0 19 0 114828421 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664184851000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25271] ppid=25252 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/25255/task/25271/stat : 25271 (java) S 25252 25255 27127 0 -1 4202560 2966 0 0 0 55 0 0 0 20 0 19 0 114828421 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664183798456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25272] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25272/stat : 25272 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664182746104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25273] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25273/stat : 25273 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664181693768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25274] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25274/stat : 25274 (java) S 25252 25255 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114828948 9856040960 189243 33554432000 1073741824 1073778376 140737448305072 140664180540200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25274
/proc/meminfo: memFree=28488792/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9625040 CPUtime=14.94 cores=1,3,5,7

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

/proc/25255/task/25267/stat : 25267 (java) S 25252 25255 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664188007544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25268] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25268/stat : 25268 (java) S 25252 25255 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664186954888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25269] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25269/stat : 25269 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664185903632 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25270] ppid=25252 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/25255/task/25270/stat : 25270 (java) S 25252 25255 27127 0 -1 4202560 10489 0 0 0 117 3 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664184851000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25271] ppid=25252 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/25255/task/25271/stat : 25271 (java) S 25252 25255 27127 0 -1 4202560 2976 0 0 0 63 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664183798456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25272] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25272/stat : 25272 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664182746104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25273] ppid=25252 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/25255/task/25273/stat : 25273 (java) S 25252 25255 27127 0 -1 4202560 99 0 0 0 33 51 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664181693768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25274] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25274/stat : 25274 (java) S 25252 25255 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114828948 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664180540200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.03
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 25406
/proc/meminfo: memFree=28779340/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9625040 CPUtime=1786.05 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 21182 0 1 0 178502 103 0 0 20 0 19 0 114828415 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2406260 354082 2288 9 0 2396937 0
[pid=25255/tid=25257] ppid=25252 vsize=9625040 CPUtime=1781.8 cores=1,3,5,7
/proc/25255/task/25257/stat : 25257 (java) R 25252 25255 27127 0 -1 4202560 3535 0 1 0 178136 44 0 0 20 0 19 0 114828416 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664566718144 140664424431035 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25258] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25258/stat : 25258 (java) S 25252 25255 27127 0 -1 4202560 233 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664544827560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25259] ppid=25252 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/25255/task/25259/stat : 25259 (java) S 25252 25255 27127 0 -1 4202560 214 0 0 0 21 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664543775016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25260] ppid=25252 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/25255/task/25260/stat : 25260 (java) S 25252 25255 27127 0 -1 4202560 175 0 0 0 21 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664542722472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25261] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25261/stat : 25261 (java) S 25252 25255 27127 0 -1 4202560 225 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664205470248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25262] ppid=25252 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25255/task/25262/stat : 25262 (java) S 25252 25255 27127 0 -1 4202560 356 0 0 0 19 5 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664204417704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25263] ppid=25252 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25255/task/25263/stat : 25263 (java) S 25252 25255 27127 0 -1 4202560 206 0 0 0 15 5 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664203365160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25264] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25264/stat : 25264 (java) S 25252 25255 27127 0 -1 4202560 176 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664202312616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25265] ppid=25252 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25255/task/25265/stat : 25265 (java) S 25252 25255 27127 0 -1 4202560 173 0 0 0 27 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664201260072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25266] ppid=25252 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25255/task/25266/stat : 25266 (java) S 25252 25255 27127 0 -1 4202560 1065 0 0 0 1 2 0 0 20 0 19 0 114828418 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664189061224 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25267] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25267/stat : 25267 (java) S 25252 25255 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664188007544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25268] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25268/stat : 25268 (java) S 25252 25255 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664186954888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25269] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25269/stat : 25269 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664185903632 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25270] ppid=25252 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/25255/task/25270/stat : 25270 (java) S 25252 25255 27127 0 -1 4202560 10489 0 0 0 117 3 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664184851000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25271] ppid=25252 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/25255/task/25271/stat : 25271 (java) S 25252 25255 27127 0 -1 4202560 2976 0 0 0 63 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664183798456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25272] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25272/stat : 25272 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664182746104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25273] ppid=25252 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/25255/task/25273/stat : 25273 (java) S 25252 25255 27127 0 -1 4202560 103 0 0 0 34 53 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664181693768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25274] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25274/stat : 25274 (java) S 25252 25255 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114828948 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664180540200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 25407
/proc/meminfo: memFree=28779340/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 21182 0 1 0 179903 104 0 0 20 0 19 0 114828415 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2406260 354082 2288 9 0 2396937 0
[pid=25255/tid=25257] ppid=25252 vsize=9625040 CPUtime=1795.81 cores=1,3,5,7
/proc/25255/task/25257/stat : 25257 (java) R 25252 25255 27127 0 -1 4202560 3535 0 1 0 179537 44 0 0 20 0 19 0 114828416 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664566718144 140664424642966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25258] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25258/stat : 25258 (java) S 25252 25255 27127 0 -1 4202560 233 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664544827560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25259] ppid=25252 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/25255/task/25259/stat : 25259 (java) S 25252 25255 27127 0 -1 4202560 214 0 0 0 21 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664543775016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25260] ppid=25252 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/25255/task/25260/stat : 25260 (java) S 25252 25255 27127 0 -1 4202560 175 0 0 0 21 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664542722472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25261] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25261/stat : 25261 (java) S 25252 25255 27127 0 -1 4202560 225 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664205470248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25262] ppid=25252 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25255/task/25262/stat : 25262 (java) S 25252 25255 27127 0 -1 4202560 356 0 0 0 19 5 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664204417704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25263] ppid=25252 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25255/task/25263/stat : 25263 (java) S 25252 25255 27127 0 -1 4202560 206 0 0 0 15 5 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664203365160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25264] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25264/stat : 25264 (java) S 25252 25255 27127 0 -1 4202560 176 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664202312616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25265] ppid=25252 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25255/task/25265/stat : 25265 (java) S 25252 25255 27127 0 -1 4202560 173 0 0 0 27 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664201260072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25266] ppid=25252 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25255/task/25266/stat : 25266 (java) S 25252 25255 27127 0 -1 4202560 1065 0 0 0 1 2 0 0 20 0 19 0 114828418 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664189061224 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25267] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25267/stat : 25267 (java) S 25252 25255 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664188007544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25268] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25268/stat : 25268 (java) S 25252 25255 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664186954888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25269] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25269/stat : 25269 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664185903632 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25270] ppid=25252 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/25255/task/25270/stat : 25270 (java) S 25252 25255 27127 0 -1 4202560 10489 0 0 0 117 3 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664184851000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25271] ppid=25252 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/25255/task/25271/stat : 25271 (java) S 25252 25255 27127 0 -1 4202560 2976 0 0 0 63 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664183798456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25272] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25272/stat : 25272 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664182746104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25273] ppid=25252 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/25255/task/25273/stat : 25273 (java) S 25252 25255 27127 0 -1 4202560 103 0 0 0 34 54 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664181693768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25274] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25274/stat : 25274 (java) S 25252 25255 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114828948 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664180540200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 25255 sig 9
??? kill -25255 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/213 25407
/proc/meminfo: memFree=28779340/32872528 swapFree=10608/190480
[pid=25255] ppid=25252 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/25255/stat : 25255 (java) S 25252 25255 27127 0 -1 4202496 21182 0 1 0 179903 104 0 0 20 0 19 0 114828415 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140737448296208 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25255/statm: 2406260 354082 2288 9 0 2396937 0
[pid=25255/tid=25257] ppid=25252 vsize=9625040 CPUtime=1795.81 cores=1,3,5,7
/proc/25255/task/25257/stat : 25257 (java) R 25252 25255 27127 0 -1 4202560 3535 0 1 0 179537 44 0 0 20 0 19 0 114828416 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664566718144 140664424642966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25258] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25258/stat : 25258 (java) S 25252 25255 27127 0 -1 4202560 233 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664544827560 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25259] ppid=25252 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/25255/task/25259/stat : 25259 (java) S 25252 25255 27127 0 -1 4202560 214 0 0 0 21 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664543775016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25260] ppid=25252 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/25255/task/25260/stat : 25260 (java) S 25252 25255 27127 0 -1 4202560 175 0 0 0 21 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664542722472 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25261] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25261/stat : 25261 (java) S 25252 25255 27127 0 -1 4202560 225 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664205470248 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25262] ppid=25252 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/25255/task/25262/stat : 25262 (java) S 25252 25255 27127 0 -1 4202560 356 0 0 0 19 5 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664204417704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25255/tid=25263] ppid=25252 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25255/task/25263/stat : 25263 (java) S 25252 25255 27127 0 -1 4202560 206 0 0 0 15 5 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664203365160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25264] ppid=25252 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25255/task/25264/stat : 25264 (java) S 25252 25255 27127 0 -1 4202560 176 0 0 0 17 6 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664202312616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25265] ppid=25252 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25255/task/25265/stat : 25265 (java) S 25252 25255 27127 0 -1 4202560 173 0 0 0 27 7 0 0 20 0 19 0 114828417 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664201260072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25266] ppid=25252 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25255/task/25266/stat : 25266 (java) S 25252 25255 27127 0 -1 4202560 1065 0 0 0 1 2 0 0 20 0 19 0 114828418 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664189061224 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25267] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25267/stat : 25267 (java) S 25252 25255 27127 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664188007544 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25268] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25268/stat : 25268 (java) S 25252 25255 27127 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114828419 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664186954888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25269] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25269/stat : 25269 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664185903632 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25270] ppid=25252 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/25255/task/25270/stat : 25270 (java) S 25252 25255 27127 0 -1 4202560 10489 0 0 0 117 3 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664184851000 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25255/tid=25271] ppid=25252 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/25255/task/25271/stat : 25271 (java) S 25252 25255 27127 0 -1 4202560 2976 0 0 0 63 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664183798456 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25272] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25272/stat : 25272 (java) S 25252 25255 27127 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664182746104 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25255/tid=25273] ppid=25252 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/25255/task/25273/stat : 25273 (java) S 25252 25255 27127 0 -1 4202560 103 0 0 0 34 54 0 0 20 0 19 0 114828421 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664181693768 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25255/tid=25274] ppid=25252 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25255/task/25274/stat : 25274 (java) S 25252 25255 27127 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114828948 9856040960 354082 33554432000 1073741824 1073778376 140737448305072 140664180540200 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.35
CPU time (s): 1800.89
CPU user time (s): 1799.23
CPU system time (s): 1.66375
CPU usage (%): 100.253
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 1.66375
maximum resident set size= 1416448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21217
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38241
involuntary context switches= 2668

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2513 second user time and 13.6139 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-07 21:48:51
IDJOB=4085096
IDBENCH=92678
IDSOLVER=2546
FILE ID=node102/4085096-1465328930
RUNJOBID= node102-1465312757-23538
PBS_JOBID= 19850416
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_3_mh_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085096-1465328930/watcher-4085096-1465328930 -o /tmp/evaluation-result-4085096-1465328930/solver-4085096-1465328930 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465312757-23538 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085096-1465328930.opb

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

MD5SUM BENCH= e746951c72dd3c581de09cc22407090d
RANDOM SEED=1037869491

node102.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.470
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.94
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.470
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.470
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.470
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.470
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.56
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.470
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.470
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.470
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:        29253968 kB
Buffers:          194320 kB
Cached:           863560 kB
SwapCached:         2708 kB
Active:          1926888 kB
Inactive:         732720 kB
Active(anon):    1601728 kB
Inactive(anon):     2284 kB
Active(file):     325160 kB
Inactive(file):   730436 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098748 kB
Dirty:             38232 kB
Writeback:             0 kB
AnonPages:       1790688 kB
Mapped:            16468 kB
Shmem:                 0 kB
Slab:             634968 kB
SReclaimable:      78484 kB
SUnreclaim:       556484 kB
KernelStack:        1584 kB
PageTables:         7856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3566916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1695744 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= 71688 MiB
End job on node102 at 2016-06-07 22:18:47