Trace number 4085094

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.2 1796.23

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_0_mh_ic.opb
MD5SUM69c3f35ff6da259885813cb008cfe4d1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3267825
Best CPU time to get the best result obtained on this benchmark1800.42
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 132350
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 66235433706
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 66235433706
Number of bits of the biggest sum of numbers36
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4085094-1465329144.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
6.94/5.24	c ... done. Wall clock time 5.127s.
6.94/5.24	c declared #vars     370300
6.94/5.24	c #constraints  855316
6.94/5.24	c constraints type 
6.94/5.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
6.94/5.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
6.94/5.24	c org.sat4j.specs.Constr$1 => 4
6.94/5.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
6.94/5.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
6.94/5.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.94/5.24	c 855316 constraints processed.
6.94/5.24	c objective function length is 132350 literals
17.41/15.15	c cleaning 2487 clauses out of 5000 with flag 16275/5000
43.91/41.50	c cleaning 4241 clauses out of 8513 with flag 35446/11000
160.34/157.98	c cleaning 5630 clauses out of 11278 with flag 62911/18006
239.95/237.55	c cleaning 6818 clauses out of 13645 with flag 106514/26003
307.09/304.69	c cleaning 7899 clauses out of 15826 with flag 177742/35002
446.37/443.83	c cleaning 8919 clauses out of 17926 with flag 245931/45001
502.93/500.31	c cleaning 9989 clauses out of 20006 with flag 316328/56000
575.07/572.45	c cleaning 11000 clauses out of 22017 with flag 385282/68000
657.34/654.65	c cleaning 11998 clauses out of 24018 with flag 452057/81001
726.78/724.02	c cleaning 13003 clauses out of 26020 with flag 539584/95001
771.51/768.76	c cleaning 14000 clauses out of 28020 with flag 640194/110004
836.05/833.21	c cleaning 14987 clauses out of 30017 with flag 728934/126001
929.04/925.63	c cleaning 16011 clauses out of 32031 with flag 817977/143002
1166.15/1162.61	c cleaning 16967 clauses out of 34018 with flag 924398/161000
1315.21/1311.61	c cleaning 18008 clauses out of 36052 with flag 1042055/180001
1437.46/1433.83	c cleaning 19003 clauses out of 38043 with flag 1175810/200000
1546.13/1542.49	c cleaning 20014 clauses out of 40041 with flag 1315496/221001
1698.51/1694.75	c cleaning 20958 clauses out of 42026 with flag 1462756/243000
1800.05/1796.20	c starts		: 221
1800.05/1796.20	c conflicts		: 261279
1800.05/1796.20	c decisions		: 2285745
1800.05/1796.20	c propagations		: 478910574
1800.05/1796.20	c inspects		: 8212377863
1800.05/1796.20	c shortcuts		: 0
1800.05/1796.20	c learnt literals	: 0
1800.05/1796.20	c learnt binary clauses	: 44
1800.05/1796.20	c learnt ternary clauses	: 4
1800.05/1796.20	c learnt constraints	: 261279
1800.05/1796.20	c ignored constraints	: 0
1800.05/1796.20	c root simplifications	: 0
1800.05/1796.20	c removed literals (reason simplification)	: 0
1800.05/1796.20	c reason swapping (by a shorter reason)	: 0
1800.05/1796.20	c Calls to reduceDB	: 18
1800.05/1796.20	c Number of update (reduction) of LBD	: 177058
1800.05/1796.20	c Imported unit clauses	: 0
1800.05/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.20	c number of learned constraints concerned by reduction	: 0
1800.05/1796.20	c number of learning phase by resolution	: 0
1800.05/1796.20	c number of learning phase by cutting planes	: 0
1800.05/1796.20	c speed (assignments/second)	: 267418.6086507868
1800.05/1796.20	c non guided choices	365
1800.05/1796.22	c learnt constraints type 
1800.05/1796.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1800.05/1796.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39303
1800.05/1796.22	s UNKNOWN
1800.05/1796.22	c Total wall clock time (in seconds): 1796.107

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

pid=15457
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.23 2.22 2.18 4/193 15460
/proc/meminfo: memFree=28128312/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/15460/stat : 15460 (java) R 15457 15460 13009 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 114847613 9515008 185 33554432000 1073741824 1073778376 140737022231712 140737022222936 270707355063 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/15460/statm: 2 1 0 0 0 2 0

[startup+0.10006 s]
/proc/loadavg: 2.23 2.22 2.18 4/193 15460
/proc/meminfo: memFree=28128312/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 4455 0 1 0 8 0 0 0 20 0 18 0 114847613 9787879424 5574 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2389619 5574 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200314 s]
/proc/loadavg: 2.23 2.22 2.18 4/193 15460
/proc/meminfo: memFree=28128312/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 5152 0 1 0 28 0 0 0 20 0 18 0 114847613 9787879424 8514 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2389619 8514 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300339 s]
/proc/loadavg: 2.23 2.22 2.18 4/193 15460
/proc/meminfo: memFree=28128312/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 5619 0 1 0 44 1 0 0 20 0 18 0 114847613 9787879424 13721 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2389619 13721 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 2.23 2.22 2.18 4/193 15460
/proc/meminfo: memFree=28128312/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 6501 0 1 0 105 8 0 0 20 0 18 0 114847613 9787879424 52706 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2389619 52706 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.23 2.22 2.18 4/211 15478
/proc/meminfo: memFree=27867732/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9558476 CPUtime=2.52 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 12965 0 1 0 235 17 0 0 20 0 18 0 114847613 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2389619 94997 2271 9 0 2380296 0
[pid=15460/tid=15462] ppid=15457 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/15460/task/15462/stat : 15462 (java) R 15457 15460 13009 0 -1 4202560 2589 0 1 0 127 5 0 0 20 0 18 0 114847614 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189341715944 140189281882927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15463] ppid=15457 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/15460/task/15463/stat : 15463 (java) S 15457 15460 13009 0 -1 4202560 43 0 0 0 2 1 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189280447016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15464] ppid=15457 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15460/task/15464/stat : 15464 (java) S 15457 15460 13009 0 -1 4202560 138 0 0 0 7 2 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189279394216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15465] ppid=15457 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15460/task/15465/stat : 15465 (java) S 15457 15460 13009 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189278341416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15466] ppid=15457 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/15460/task/15466/stat : 15466 (java) S 15457 15460 13009 0 -1 4202560 87 0 0 0 4 0 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189277288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15467] ppid=15457 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/15460/task/15467/stat : 15467 (java) S 15457 15460 13009 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189181361192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15468] ppid=15457 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/15460/task/15468/stat : 15468 (java) S 15457 15460 13009 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189180308392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15469] ppid=15457 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/15460/task/15469/stat : 15469 (java) S 15457 15460 13009 0 -1 4202560 114 0 0 0 3 0 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189179255592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15470] ppid=15457 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/15460/task/15470/stat : 15470 (java) S 15457 15460 13009 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 114847616 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189178202792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15471] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15471/stat : 15471 (java) S 15457 15460 13009 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 114847617 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189165791720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15472] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15472/stat : 15472 (java) S 15457 15460 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114847617 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189164737784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15473] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15473/stat : 15473 (java) S 15457 15460 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114847617 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189163684872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15474] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15474/stat : 15474 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114847619 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189162633360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15475] ppid=15457 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/15460/task/15475/stat : 15475 (java) S 15457 15460 13009 0 -1 4202560 5089 0 0 0 31 1 0 0 20 0 18 0 114847619 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189161581496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15476] ppid=15457 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/15460/task/15476/stat : 15476 (java) S 15457 15460 13009 0 -1 4202560 3246 0 0 0 33 0 0 0 20 0 18 0 114847619 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189160528696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15477] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15477/stat : 15477 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114847620 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189159476088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15478] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15478/stat : 15478 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114847620 9787879424 94997 33554432000 1073741824 1073778376 140734967790544 140189158423496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558476

[startup+3.10072 s]
/proc/loadavg: 2.23 2.22 2.18 3/212 15479
/proc/meminfo: memFree=27719160/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9558476 CPUtime=4.49 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 13520 0 1 0 421 28 0 0 20 0 18 0 114847613 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2389619 168022 2272 9 0 2380296 0
[pid=15460/tid=15462] ppid=15457 vsize=9558476 CPUtime=2.82 cores=1,3,5,7
/proc/15460/task/15462/stat : 15462 (java) S 15457 15460 13009 0 -1 4202560 2871 0 1 0 272 10 0 0 20 0 18 0 114847614 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189341715928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15463] ppid=15457 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/15460/task/15463/stat : 15463 (java) R 15457 15460 13009 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189280446896 140189345892527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15464] ppid=15457 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/15460/task/15464/stat : 15464 (java) R 15457 15460 13009 0 -1 4202560 154 0 0 0 10 3 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189279394392 140189348615714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15465] ppid=15457 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/15460/task/15465/stat : 15465 (java) R 15457 15460 13009 0 -1 4202560 168 0 0 0 13 3 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189278341416 140189345892527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15466] ppid=15457 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/15460/task/15466/stat : 15466 (java) R 15457 15460 13009 0 -1 4202560 111 0 0 0 7 0 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189277288792 140189345892527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15467] ppid=15457 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15460/task/15467/stat : 15467 (java) R 15457 15460 13009 0 -1 4202560 61 0 0 0 8 2 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189181361368 140189345892527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15468] ppid=15457 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/15460/task/15468/stat : 15468 (java) R 15457 15460 13009 0 -1 4202560 63 0 0 0 7 3 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189180308568 140189348225328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15469] ppid=15457 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/15460/task/15469/stat : 15469 (java) R 15457 15460 13009 0 -1 4202560 157 0 0 0 7 2 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189179255592 140189345892527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15470] ppid=15457 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/15460/task/15470/stat : 15470 (java) R 15457 15460 13009 0 -1 4202560 40 0 0 0 5 1 0 0 20 0 18 0 114847616 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189178202968 140189344188097 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15471] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15471/stat : 15471 (java) S 15457 15460 13009 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 114847617 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189165790600 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15472] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15472/stat : 15472 (java) S 15457 15460 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114847617 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189164737784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15473] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15473/stat : 15473 (java) S 15457 15460 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114847617 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189163684872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15474] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15474/stat : 15474 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114847619 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189162633360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15475] ppid=15457 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/15460/task/15475/stat : 15475 (java) S 15457 15460 13009 0 -1 4202560 5134 0 0 0 35 1 0 0 20 0 18 0 114847619 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189161581496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15476] ppid=15457 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/15460/task/15476/stat : 15476 (java) S 15457 15460 13009 0 -1 4202560 3252 0 0 0 38 0 0 0 20 0 18 0 114847619 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189160528696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15477] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15477/stat : 15477 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114847620 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189159476088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15478] ppid=15457 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15478/stat : 15478 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114847620 9787879424 168022 33554432000 1073741824 1073778376 140734967790544 140189158423496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9558476

[startup+6.30093 s]
/proc/loadavg: 2.29 2.23 2.19 4/213 15480
/proc/meminfo: memFree=27381520/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9625040 CPUtime=8.54 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 14692 0 1 0 820 34 0 0 20 0 19 0 114847613 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2406260 189002 2281 9 0 2396937 0
[pid=15460/tid=15462] ppid=15457 vsize=9625040 CPUtime=5.91 cores=1,3,5,7
/proc/15460/task/15462/stat : 15462 (java) R 15457 15460 13009 0 -1 4202560 3318 0 1 0 580 11 0 0 20 0 19 0 114847614 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189341708568 140189282262843 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15463] ppid=15457 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/15460/task/15463/stat : 15463 (java) S 15457 15460 13009 0 -1 4202560 100 0 0 0 10 3 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189280447016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15464] ppid=15457 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/15460/task/15464/stat : 15464 (java) S 15457 15460 13009 0 -1 4202560 173 0 0 0 14 3 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189279394216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15465] ppid=15457 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15460/task/15465/stat : 15465 (java) S 15457 15460 13009 0 -1 4202560 211 0 0 0 18 4 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189278341416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15466] ppid=15457 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/15460/task/15466/stat : 15466 (java) S 15457 15460 13009 0 -1 4202560 241 0 0 0 8 2 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189277288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15467] ppid=15457 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/15460/task/15467/stat : 15467 (java) S 15457 15460 13009 0 -1 4202560 88 0 0 0 15 3 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189181361192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15468] ppid=15457 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/15460/task/15468/stat : 15468 (java) S 15457 15460 13009 0 -1 4202560 121 0 0 0 13 3 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189180308392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15469] ppid=15457 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/15460/task/15469/stat : 15469 (java) S 15457 15460 13009 0 -1 4202560 171 0 0 0 12 3 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189179255592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15470] ppid=15457 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/15460/task/15470/stat : 15470 (java) S 15457 15460 13009 0 -1 4202560 56 0 0 0 9 2 0 0 20 0 19 0 114847616 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189178202792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15471] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15471/stat : 15471 (java) S 15457 15460 13009 0 -1 4202560 488 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189165791720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15472] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15472/stat : 15472 (java) S 15457 15460 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189164737784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15473] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15473/stat : 15473 (java) S 15457 15460 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189163684872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15474] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15474/stat : 15474 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847619 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189162633360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15475] ppid=15457 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/15460/task/15475/stat : 15475 (java) S 15457 15460 13009 0 -1 4202560 5170 0 0 0 57 2 0 0 20 0 19 0 114847619 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189161581496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15476] ppid=15457 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/15460/task/15476/stat : 15476 (java) S 15457 15460 13009 0 -1 4202560 3295 0 0 0 67 0 0 0 20 0 19 0 114847619 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189160528696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15477] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15477/stat : 15477 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847620 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189159476088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15478] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15478/stat : 15478 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847620 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189158423496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15480] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15480/stat : 15480 (java) S 15457 15460 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114848148 9856040960 189002 33554432000 1073741824 1073778376 140734967790544 140189157369000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.54
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.27 2.23 2.19 4/213 15480
/proc/meminfo: memFree=27376796/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9625040 CPUtime=15 cores=1,3,5,7

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

[pid=15460/tid=15472] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15472/stat : 15472 (java) S 15457 15460 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189164737784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15473] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15473/stat : 15473 (java) S 15457 15460 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189163684872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15474] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15474/stat : 15474 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189162633360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15475] ppid=15457 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15460/task/15475/stat : 15475 (java) S 15457 15460 13009 0 -1 4202560 5178 0 0 0 64 2 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189161581496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15476] ppid=15457 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/15460/task/15476/stat : 15476 (java) S 15457 15460 13009 0 -1 4202560 3314 0 0 0 82 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189160528696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15477] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15477/stat : 15477 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189159476088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15478] ppid=15457 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/15460/task/15478/stat : 15478 (java) S 15457 15460 13009 0 -1 4202560 99 0 0 0 27 54 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189158423496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15480] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15480/stat : 15480 (java) S 15457 15460 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114848148 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189157369000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 2.18 3/213 15613
/proc/meminfo: memFree=27331756/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9625040 CPUtime=1786.15 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 16134 0 1 0 178483 132 0 0 20 0 19 0 114847613 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2406260 351963 2288 9 0 2396937 0
[pid=15460/tid=15462] ppid=15457 vsize=9625040 CPUtime=1781.68 cores=1,3,5,7
/proc/15460/task/15462/stat : 15462 (java) R 15457 15460 13009 0 -1 4202560 3548 0 1 0 178123 45 0 0 20 0 19 0 114847614 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189341707968 140189282360420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15463] ppid=15457 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15460/task/15463/stat : 15463 (java) S 15457 15460 13009 0 -1 4202560 155 0 0 0 18 4 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189280447016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15464] ppid=15457 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15460/task/15464/stat : 15464 (java) S 15457 15460 13009 0 -1 4202560 225 0 0 0 20 6 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189279394216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15465] ppid=15457 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15460/task/15465/stat : 15465 (java) S 15457 15460 13009 0 -1 4202560 247 0 0 0 22 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189278341416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15466] ppid=15457 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15460/task/15466/stat : 15466 (java) S 15457 15460 13009 0 -1 4202560 333 0 0 0 21 7 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189277288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15467] ppid=15457 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15460/task/15467/stat : 15467 (java) S 15457 15460 13009 0 -1 4202560 128 0 0 0 22 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189181361192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15468] ppid=15457 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15460/task/15468/stat : 15468 (java) S 15457 15460 13009 0 -1 4202560 156 0 0 0 17 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189180308392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15469] ppid=15457 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15460/task/15469/stat : 15469 (java) S 15457 15460 13009 0 -1 4202560 209 0 0 0 16 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189179255592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15470] ppid=15457 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15460/task/15470/stat : 15470 (java) S 15457 15460 13009 0 -1 4202560 214 0 0 0 15 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189178202792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15471] ppid=15457 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/15460/task/15471/stat : 15471 (java) S 15457 15460 13009 0 -1 4202560 1065 0 0 0 1 3 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189165791720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15472] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15472/stat : 15472 (java) S 15457 15460 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189164737784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15473] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15473/stat : 15473 (java) S 15457 15460 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189163684872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15474] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15474/stat : 15474 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189162633360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15475] ppid=15457 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15460/task/15475/stat : 15475 (java) S 15457 15460 13009 0 -1 4202560 5178 0 0 0 64 2 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189161581496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15476] ppid=15457 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/15460/task/15476/stat : 15476 (java) S 15457 15460 13009 0 -1 4202560 3314 0 0 0 82 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189160528696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15477] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15477/stat : 15477 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189159476088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15478] ppid=15457 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/15460/task/15478/stat : 15478 (java) S 15457 15460 13009 0 -1 4202560 103 0 0 0 28 55 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189158423496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15480] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15480/stat : 15480 (java) S 15457 15460 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114848148 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189157369000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.13 2.19 2.18 3/213 15613
/proc/meminfo: memFree=27288628/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 16134 0 1 0 179873 132 0 0 20 0 19 0 114847613 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2406260 351963 2288 9 0 2396937 0
[pid=15460/tid=15462] ppid=15457 vsize=9625040 CPUtime=1795.58 cores=1,3,5,7
/proc/15460/task/15462/stat : 15462 (java) R 15457 15460 13009 0 -1 4202560 3548 0 1 0 179513 45 0 0 20 0 19 0 114847614 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189341707968 140189282360201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15463] ppid=15457 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15460/task/15463/stat : 15463 (java) S 15457 15460 13009 0 -1 4202560 155 0 0 0 18 4 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189280447016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15464] ppid=15457 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15460/task/15464/stat : 15464 (java) S 15457 15460 13009 0 -1 4202560 225 0 0 0 20 6 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189279394216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15465] ppid=15457 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15460/task/15465/stat : 15465 (java) S 15457 15460 13009 0 -1 4202560 247 0 0 0 22 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189278341416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15466] ppid=15457 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15460/task/15466/stat : 15466 (java) S 15457 15460 13009 0 -1 4202560 333 0 0 0 21 7 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189277288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15467] ppid=15457 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15460/task/15467/stat : 15467 (java) S 15457 15460 13009 0 -1 4202560 128 0 0 0 22 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189181361192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15468] ppid=15457 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15460/task/15468/stat : 15468 (java) S 15457 15460 13009 0 -1 4202560 156 0 0 0 17 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189180308392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15469] ppid=15457 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15460/task/15469/stat : 15469 (java) S 15457 15460 13009 0 -1 4202560 209 0 0 0 16 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189179255592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15470] ppid=15457 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15460/task/15470/stat : 15470 (java) S 15457 15460 13009 0 -1 4202560 214 0 0 0 15 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189178202792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15471] ppid=15457 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/15460/task/15471/stat : 15471 (java) S 15457 15460 13009 0 -1 4202560 1065 0 0 0 1 3 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189165791720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15472] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15472/stat : 15472 (java) S 15457 15460 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189164737784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15473] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15473/stat : 15473 (java) S 15457 15460 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189163684872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15474] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15474/stat : 15474 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189162633360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15475] ppid=15457 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15460/task/15475/stat : 15475 (java) S 15457 15460 13009 0 -1 4202560 5178 0 0 0 64 2 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189161581496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15476] ppid=15457 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/15460/task/15476/stat : 15476 (java) S 15457 15460 13009 0 -1 4202560 3314 0 0 0 82 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189160528696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15477] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15477/stat : 15477 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189159476088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15478] ppid=15457 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/15460/task/15478/stat : 15478 (java) S 15457 15460 13009 0 -1 4202560 103 0 0 0 29 55 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189158423496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15480] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15480/stat : 15480 (java) S 15457 15460 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114848148 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189157369000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 15460 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.2 s]
/proc/loadavg: 2.13 2.19 2.18 3/213 15613
/proc/meminfo: memFree=27288628/32872528 swapFree=16384/1696552
[pid=15460] ppid=15457 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/15460/stat : 15460 (java) S 15457 15460 13009 0 -1 4202496 16134 0 1 0 179873 132 0 0 20 0 19 0 114847613 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140734967781680 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15460/statm: 2406260 351963 2288 9 0 2396937 0
[pid=15460/tid=15462] ppid=15457 vsize=9625040 CPUtime=1795.58 cores=1,3,5,7
/proc/15460/task/15462/stat : 15462 (java) R 15457 15460 13009 0 -1 4202560 3548 0 1 0 179513 45 0 0 20 0 19 0 114847614 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189341707968 140189282360201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15463] ppid=15457 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15460/task/15463/stat : 15463 (java) S 15457 15460 13009 0 -1 4202560 155 0 0 0 18 4 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189280447016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15464] ppid=15457 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/15460/task/15464/stat : 15464 (java) S 15457 15460 13009 0 -1 4202560 225 0 0 0 20 6 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189279394216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15465] ppid=15457 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15460/task/15465/stat : 15465 (java) S 15457 15460 13009 0 -1 4202560 247 0 0 0 22 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189278341416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15466] ppid=15457 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/15460/task/15466/stat : 15466 (java) S 15457 15460 13009 0 -1 4202560 333 0 0 0 21 7 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189277288616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15467] ppid=15457 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/15460/task/15467/stat : 15467 (java) S 15457 15460 13009 0 -1 4202560 128 0 0 0 22 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189181361192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15460/tid=15468] ppid=15457 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/15460/task/15468/stat : 15468 (java) S 15457 15460 13009 0 -1 4202560 156 0 0 0 17 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189180308392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15469] ppid=15457 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/15460/task/15469/stat : 15469 (java) S 15457 15460 13009 0 -1 4202560 209 0 0 0 16 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189179255592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15470] ppid=15457 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/15460/task/15470/stat : 15470 (java) S 15457 15460 13009 0 -1 4202560 214 0 0 0 15 5 0 0 20 0 19 0 114847616 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189178202792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15471] ppid=15457 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/15460/task/15471/stat : 15471 (java) S 15457 15460 13009 0 -1 4202560 1065 0 0 0 1 3 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189165791720 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15472] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15472/stat : 15472 (java) S 15457 15460 13009 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189164737784 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15473] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15473/stat : 15473 (java) S 15457 15460 13009 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114847617 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189163684872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15474] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15474/stat : 15474 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189162633360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15475] ppid=15457 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/15460/task/15475/stat : 15475 (java) S 15457 15460 13009 0 -1 4202560 5178 0 0 0 64 2 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189161581496 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15460/tid=15476] ppid=15457 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/15460/task/15476/stat : 15476 (java) S 15457 15460 13009 0 -1 4202560 3314 0 0 0 82 0 0 0 20 0 19 0 114847619 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189160528696 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15477] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15477/stat : 15477 (java) S 15457 15460 13009 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189159476088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15460/tid=15478] ppid=15457 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/15460/task/15478/stat : 15478 (java) S 15457 15460 13009 0 -1 4202560 103 0 0 0 29 55 0 0 20 0 19 0 114847620 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189158423496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15460/tid=15480] ppid=15457 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/15460/task/15480/stat : 15480 (java) S 15457 15460 13009 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114848148 9856040960 351963 33554432000 1073741824 1073778376 140734967790544 140189157369000 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.23
CPU time (s): 1800.2
CPU user time (s): 1798.59
CPU system time (s): 1.60976
CPU usage (%): 100.221
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.60975
maximum resident set size= 1407992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16174
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38267
involuntary context switches= 3272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8823 second user time and 13.324 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-07 21:52:26
IDJOB=4085094
IDBENCH=92680
IDSOLVER=2546
FILE ID=node125/4085094-1465329144
RUNJOBID= node125-1465307012-13026
PBS_JOBID= 19849496
Free space on /tmp= 71704 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_0_mh_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085094-1465329144/watcher-4085094-1465329144 -o /tmp/evaluation-result-4085094-1465329144/solver-4085094-1465329144 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465307012-13026 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085094-1465329144.opb

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

MD5SUM BENCH= 69c3f35ff6da259885813cb008cfe4d1
RANDOM SEED=1495868805

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28128756 kB
Buffers:           80360 kB
Cached:           473432 kB
SwapCached:         1700 kB
Active:          1849628 kB
Inactive:         446004 kB
Active(anon):    1741544 kB
Inactive(anon):     2964 kB
Active(file):     108084 kB
Inactive(file):   443040 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098584 kB
Dirty:             38456 kB
Writeback:             0 kB
AnonPages:       3440280 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             614440 kB
SReclaimable:      57748 kB
SUnreclaim:       556692 kB
KernelStack:        1576 kB
PageTables:        11132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5034620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3373056 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= 71704 MiB
End job on node125 at 2016-06-07 22:22:22