Trace number 4119654

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.64 901.364

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw128/normalized-hw128-vm98p-dec.opb.negationfix.opb
MD5SUM08fc24c5582bf8e1a503a1ce903ecef9
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4119654-1467269367.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  no objective function found
4.79/2.95	c ... done. Wall clock time 2.816s.
4.79/2.95	c declared #vars     175232
4.98/3.10	c #constraints  2994
4.98/3.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.98/3.10	c constraints type 
4.98/3.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1368
4.98/3.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 1368
4.98/3.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 258
4.98/3.10	c 2994 constraints processed.
4.98/3.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.98/3.10	c constraints type 
4.98/3.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1368
4.98/3.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1368
4.98/3.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 258
4.98/3.10	c 2994 constraints processed.
12.03/6.01	c cleaning 2490 clauses out of 5000 with flag 21273/5000
17.59/8.61	c cleaning 4245 clauses out of 8510 with flag 60260/11000
24.39/12.05	c cleaning 5624 clauses out of 11267 with flag 110058/18002
29.00/14.35	c cleaning 6799 clauses out of 13642 with flag 150635/26001
35.00/17.38	c cleaning 7901 clauses out of 15842 with flag 204573/35000
42.60/21.13	c cleaning 8949 clauses out of 17941 with flag 262794/45000
52.20/25.90	c cleaning 9973 clauses out of 19992 with flag 330875/56000
62.82/31.24	c cleaning 10991 clauses out of 22021 with flag 403885/68002
74.01/36.86	c cleaning 11987 clauses out of 24029 with flag 486107/81001
87.26/43.43	c cleaning 13002 clauses out of 26042 with flag 574984/95001
100.65/50.13	c cleaning 13992 clauses out of 28039 with flag 669019/110000
117.27/58.41	c cleaning 15002 clauses out of 30050 with flag 767833/126003
134.05/66.84	c cleaning 16001 clauses out of 32045 with flag 878974/143000
152.66/76.14	c cleaning 16998 clauses out of 34047 with flag 988538/161003
173.25/86.45	c cleaning 17998 clauses out of 36047 with flag 1105939/180001
194.80/97.14	c cleaning 19002 clauses out of 38048 with flag 1236093/200000
218.91/109.36	c cleaning 20001 clauses out of 40049 with flag 1371366/221003
241.13/120.45	c cleaning 20999 clauses out of 42046 with flag 1529519/243001
272.33/136.00	c cleaning 21997 clauses out of 44050 with flag 1692622/266004
305.73/152.75	c cleaning 23002 clauses out of 46053 with flag 1844594/290004
339.93/169.85	c cleaning 23996 clauses out of 48049 with flag 2018591/315002
372.53/186.18	c cleaning 25005 clauses out of 50051 with flag 2201712/341000
406.33/203.08	c cleaning 25994 clauses out of 52047 with flag 2411389/368001
442.74/221.24	c cleaning 27004 clauses out of 54053 with flag 2610780/396001
481.97/240.81	c cleaning 27997 clauses out of 56048 with flag 2821776/425000
526.39/263.07	c cleaning 29002 clauses out of 58051 with flag 3037916/455000
573.70/287.23	c cleaning 29998 clauses out of 60051 with flag 3233189/486002
618.54/309.62	c cleaning 30998 clauses out of 62053 with flag 3442842/518002
666.75/333.77	c cleaning 32004 clauses out of 64053 with flag 3676261/551000
718.64/359.62	c cleaning 33001 clauses out of 66050 with flag 3903854/585001
799.62/400.13	c cleaning 34002 clauses out of 68051 with flag 4133534/620003
884.03/442.36	c cleaning 34994 clauses out of 70046 with flag 4370849/656000
984.86/492.72	c cleaning 35992 clauses out of 72052 with flag 4620798/693000
1058.92/530.28	c cleaning 37004 clauses out of 74060 with flag 4895164/731000
1125.51/563.59	c cleaning 37994 clauses out of 76056 with flag 5184153/770000
1199.71/600.70	c cleaning 39005 clauses out of 78064 with flag 5474065/810002
1287.49/644.59	c cleaning 40003 clauses out of 80057 with flag 5775868/851000
1377.48/689.57	c cleaning 40999 clauses out of 82054 with flag 6109151/893000
1476.56/739.66	c cleaning 42003 clauses out of 84056 with flag 6461727/936001
1585.18/793.96	c cleaning 43003 clauses out of 86052 with flag 6806318/980000
1701.57/852.18	c cleaning 43997 clauses out of 88049 with flag 7198464/1025000
1800.00/901.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/901.31	c starts		: 15
1800.00/901.31	c conflicts		: 1065873
1800.00/901.31	c decisions		: 2876829
1800.00/901.31	c propagations		: 291802383
1800.00/901.31	c inspects		: 5275522316
1800.00/901.31	c shortcuts		: 0
1800.00/901.31	c learnt literals	: 0
1800.00/901.31	c learnt binary clauses	: 0
1800.00/901.31	c learnt ternary clauses	: 0
1800.00/901.31	c learnt constraints	: 1065873
1800.00/901.31	c ignored constraints	: 0
1800.00/901.31	c root simplifications	: 0
1800.00/901.31	c removed literals (reason simplification)	: 2887677
1800.00/901.31	c reason swapping (by a shorter reason)	: 0
1800.00/901.31	c Calls to reduceDB	: 41
1800.00/901.31	c Number of update (reduction) of LBD	: 339869
1800.00/901.31	c Imported unit clauses	: 0
1800.00/901.31	c number of reductions to clauses (during analyze)	: 0
1800.00/901.31	c number of learned constraints concerned by reduction	: 0
1800.00/901.31	c number of learning phase by resolution	: 0
1800.00/901.31	c number of learning phase by cutting planes	: 0
1800.00/901.31	c speed (assignments/second)	: 324834.4760333559
1800.00/901.31	c non guided choices	1560322
1800.00/901.33	c learnt constraints type 
1800.00/901.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84925
1800.00/901.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/901.33	c starts		: 1
1800.00/901.33	c conflicts		: 100
1800.00/901.33	c decisions		: 243886
1800.00/901.33	c propagations		: 286173
1800.00/901.33	c inspects		: 462927
1800.00/901.33	c shortcuts		: 0
1800.00/901.33	c learnt literals	: 0
1800.00/901.33	c learnt binary clauses	: 0
1800.00/901.33	c learnt ternary clauses	: 0
1800.00/901.33	c learnt constraints	: 99
1800.00/901.33	c ignored constraints	: 0
1800.00/901.33	c root simplifications	: 0
1800.00/901.33	c removed literals (reason simplification)	: 0
1800.00/901.33	c reason swapping (by a shorter reason)	: 0
1800.00/901.33	c Calls to reduceDB	: 0
1800.00/901.33	c Number of update (reduction) of LBD	: 0
1800.00/901.33	c Imported unit clauses	: 0
1800.00/901.33	c number of reductions to clauses (during analyze)	: 0
1800.00/901.33	c number of learned constraints concerned by reduction	: 0
1800.00/901.33	c number of learning phase by resolution	: 0
1800.00/901.33	c number of learning phase by cutting planes	: 0
1800.00/901.33	c speed (assignments/second)	: 318.5589801588715
1800.00/901.33	c non guided choices	169201
1800.00/901.33	c learnt constraints type 
1800.00/901.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99
1800.00/901.33	s UNKNOWN
1800.00/901.33	c Total wall clock time (in seconds): 901.203

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-4119654-1467269367/watcher-4119654-1467269367 -o /tmp/evaluation-result-4119654-1467269367/solver-4119654-1467269367 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467268188-8375 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119654-1467269367.opb 

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

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

[startup+0 s]
/proc/loadavg: 2.07 2.31 2.30 3/195 8658
/proc/meminfo: memFree=25474888/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/8658/stat : 8658 (runsolver) R 8655 7235 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 1 0 5968114 24911872 50 33554432000 4194304 4338465 140734081394816 140734081392352 224922332098 0 0 4096 24578 0 0 0 17 6 0 0 0 0 0
/proc/8658/statm: 6082 50 4 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.10012 s]
/proc/loadavg: 2.07 2.31 2.30 3/195 8658
/proc/meminfo: memFree=25474888/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 4295 0 1 0 7 1 0 0 20 0 18 0 5968114 9787879424 4910 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2389619 4910 2057 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.2036 s]
/proc/loadavg: 2.07 2.31 2.30 3/195 8658
/proc/meminfo: memFree=25474888/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 4764 0 1 0 22 1 0 0 20 0 18 0 5968114 9787879424 7880 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2389619 7880 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300204 s]
/proc/loadavg: 2.07 2.31 2.30 3/195 8658
/proc/meminfo: memFree=25474888/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 10663 0 1 0 48 2 0 0 20 0 18 0 5968114 9787879424 13326 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2389619 13326 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700304 s]
/proc/loadavg: 2.07 2.31 2.30 3/195 8658
/proc/meminfo: memFree=25474888/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9558476 CPUtime=1.45 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 13281 0 1 0 136 9 0 0 20 0 18 0 5968114 9787879424 55858 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2389619 55858 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 2.07 2.31 2.30 3/213 8676
/proc/meminfo: memFree=25186380/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9558476 CPUtime=2.85 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 15338 0 1 0 258 27 0 0 20 0 18 0 5968114 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2389619 116457 2263 9 0 2380296 0
[pid=8658/tid=8660] ppid=8655 vsize=9558476 CPUtime=1.18 cores=0,2,4,6
/proc/8658/task/8660/stat : 8660 (java) S 8655 8658 7235 0 -1 4202560 2577 0 1 0 113 5 0 0 20 0 18 0 5968116 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139855150258728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8661] ppid=8655 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8658/task/8661/stat : 8661 (java) R 8655 8658 7235 0 -1 4202560 49 0 0 0 6 1 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854994078632 224922471559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8662] ppid=8655 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/8658/task/8662/stat : 8662 (java) R 8655 8658 7235 0 -1 4202560 335 0 0 0 12 3 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854993025832 224922471559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8663] ppid=8655 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/8658/task/8663/stat : 8663 (java) R 8655 8658 7235 0 -1 4202560 169 0 0 0 12 4 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854991973544 224922471559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8664] ppid=8655 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/8658/task/8664/stat : 8664 (java) R 8655 8658 7235 0 -1 4202560 133 0 0 0 9 3 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854990920744 224922471559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8665] ppid=8655 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8658/task/8665/stat : 8665 (java) R 8655 8658 7235 0 -1 4202560 45 0 0 0 8 2 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854989867160 224922471559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8666] ppid=8655 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8658/task/8666/stat : 8666 (java) R 8655 8658 7235 0 -1 4202560 119 0 0 0 8 2 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854988814360 224922471559 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8667] ppid=8655 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/8658/task/8667/stat : 8667 (java) R 8655 8658 7235 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854987762392 139855154436271 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8668] ppid=8655 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8658/task/8668/stat : 8668 (java) R 8655 8658 7235 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 5968117 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854986709544 224922471559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8669] ppid=8655 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8669/stat : 8669 (java) S 8655 8658 7235 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 5968118 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854974510728 224925889596 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8670] ppid=8655 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8670/stat : 8670 (java) S 8655 8658 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 5968119 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854973457912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8671] ppid=8655 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8671/stat : 8671 (java) S 8655 8658 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 5968119 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854972405512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8672] ppid=8655 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8672/stat : 8672 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 5968121 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854971354000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8673] ppid=8655 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/8658/task/8673/stat : 8673 (java) S 8655 8658 7235 0 -1 4202560 6491 0 0 0 29 0 0 0 20 0 18 0 5968121 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854970276936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8674] ppid=8655 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/8658/task/8674/stat : 8674 (java) R 8655 8658 7235 0 -1 4202560 4023 0 0 0 35 0 0 0 20 0 18 0 5968121 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854969235080 139855152347585 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8675] ppid=8655 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8675/stat : 8675 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 5968121 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854968195704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8676] ppid=8655 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8676/stat : 8676 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 5968121 9787879424 116457 33554432000 1073741824 1073778376 140733772094096 139854967143112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 9558476

[startup+3.10127 s]
/proc/loadavg: 2.07 2.31 2.30 3/213 8676
/proc/meminfo: memFree=24721304/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9824732 CPUtime=5.29 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 17740 0 1 0 484 45 0 0 20 0 22 0 5968114 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2456183 315749 2271 9 0 2446860 0
[pid=8658/tid=8660] ppid=8655 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/8658/task/8660/stat : 8660 (java) S 8655 8658 7235 0 -1 4202560 3578 0 1 0 229 16 0 0 20 0 22 0 5968116 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139855150261112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8661] ppid=8655 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8658/task/8661/stat : 8661 (java) S 8655 8658 7235 0 -1 4202560 82 0 0 0 13 3 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854994078504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8662] ppid=8655 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8658/task/8662/stat : 8662 (java) S 8655 8658 7235 0 -1 4202560 348 0 0 0 17 5 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854993025704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8663] ppid=8655 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/8658/task/8663/stat : 8663 (java) S 8655 8658 7235 0 -1 4202560 199 0 0 0 19 5 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854991973416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8664] ppid=8655 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8658/task/8664/stat : 8664 (java) S 8655 8658 7235 0 -1 4202560 157 0 0 0 16 4 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854990920616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8665] ppid=8655 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8658/task/8665/stat : 8665 (java) S 8655 8658 7235 0 -1 4202560 121 0 0 0 19 3 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854989867304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8666] ppid=8655 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8658/task/8666/stat : 8666 (java) S 8655 8658 7235 0 -1 4202560 171 0 0 0 14 3 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854988814504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8667] ppid=8655 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8658/task/8667/stat : 8667 (java) S 8655 8658 7235 0 -1 4202560 60 0 0 0 13 4 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854987762216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8668] ppid=8655 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8658/task/8668/stat : 8668 (java) S 8655 8658 7235 0 -1 4202560 71 0 0 0 14 3 0 0 20 0 22 0 5968117 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854986709416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8669] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8669/stat : 8669 (java) S 8655 8658 7235 0 -1 4202560 1013 0 0 0 0 0 0 0 20 0 22 0 5968118 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854974511848 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8670] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8670/stat : 8670 (java) S 8655 8658 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854973457912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8671] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8671/stat : 8671 (java) S 8655 8658 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854972405512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8672] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8672/stat : 8672 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854971354000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8673] ppid=8655 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/8658/task/8673/stat : 8673 (java) R 8655 8658 7235 0 -1 4202560 6508 0 0 0 42 0 0 0 20 0 22 0 5968121 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854970300480 139855154109604 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8674] ppid=8655 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/8658/task/8674/stat : 8674 (java) R 8655 8658 7235 0 -1 4202560 4133 0 0 0 44 0 0 0 20 0 22 0 5968121 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854969247800 139855157064711 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8675] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8675/stat : 8675 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854968195704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8676] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8676/stat : 8676 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 315749 33554432000 1073741824 1073778376 140733772094096 139854967143112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 2.07 2.31 2.30 4/217 8680
/proc/meminfo: memFree=24216848/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9824732 CPUtime=12.84 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 28549 0 1 0 1237 47 0 0 20 0 22 0 5968114 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2456183 318278 2283 9 0 2446860 0
[pid=8658/tid=8660] ppid=8655 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/8658/task/8660/stat : 8660 (java) S 8655 8658 7235 0 -1 4202560 3578 0 1 0 229 16 0 0 20 0 22 0 5968116 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139855150261112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8661] ppid=8655 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/8658/task/8661/stat : 8661 (java) S 8655 8658 7235 0 -1 4202560 82 0 0 0 13 3 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854994078504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8662] ppid=8655 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8658/task/8662/stat : 8662 (java) S 8655 8658 7235 0 -1 4202560 348 0 0 0 17 5 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854993025704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8663] ppid=8655 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/8658/task/8663/stat : 8663 (java) S 8655 8658 7235 0 -1 4202560 199 0 0 0 19 5 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854991973416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8664] ppid=8655 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/8658/task/8664/stat : 8664 (java) S 8655 8658 7235 0 -1 4202560 157 0 0 0 16 4 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854990920616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8665] ppid=8655 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8658/task/8665/stat : 8665 (java) S 8655 8658 7235 0 -1 4202560 121 0 0 0 19 3 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854989867304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8666] ppid=8655 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8658/task/8666/stat : 8666 (java) S 8655 8658 7235 0 -1 4202560 171 0 0 0 14 3 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854988814504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8667] ppid=8655 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8658/task/8667/stat : 8667 (java) S 8655 8658 7235 0 -1 4202560 60 0 0 0 13 4 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854987762216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8668] ppid=8655 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/8658/task/8668/stat : 8668 (java) S 8655 8658 7235 0 -1 4202560 71 0 0 0 14 3 0 0 20 0 22 0 5968117 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854986709416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8669] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8669/stat : 8669 (java) S 8655 8658 7235 0 -1 4202560 1015 0 0 0 0 0 0 0 20 0 22 0 5968118 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854974511848 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8670] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8670/stat : 8670 (java) S 8655 8658 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854973457912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8671] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8671/stat : 8671 (java) S 8655 8658 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854972405512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8672] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8672/stat : 8672 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854971354000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8673] ppid=8655 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/8658/task/8673/stat : 8673 (java) S 8655 8658 7235 0 -1 4202560 6649 0 0 0 102 0 0 0 20 0 22 0 5968121 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854970300600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8674] ppid=8655 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/8658/task/8674/stat : 8674 (java) S 8655 8658 7235 0 -1 4202560 14781 0 0 0 104 3 0 0 20 0 22 0 5968121 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854969247800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8675] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8675/stat : 8675 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854968195704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8676] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8676/stat : 8676 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854967143112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8677] ppid=8655 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/8658/task/8677/stat : 8677 (java) R 8655 8658 7235 0 -1 4202560 24 0 0 0 325 0 0 0 20 0 22 0 5968410 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854966039456 139855023521570 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8678] ppid=8655 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/8658/task/8678/stat : 8678 (java) R 8655 8658 7235 0 -1 4202560 27 0 0 0 333 0 0 0 20 0 22 0 5968410 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854964984872 139855023437259 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8679] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8679/stat : 8679 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854963934888 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8680] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8680/stat : 8680 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 318278 33554432000 1073741824 1073778376 140733772094096 139854962882088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.84

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


[startup+882.308 s]
/proc/loadavg: 3.99 3.50 2.93 5/219 8863
/proc/meminfo: memFree=24757964/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9824732 CPUtime=1762 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 107505 0 1 0 175997 203 0 0 20 0 22 0 5968114 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2456183 885252 2292 9 0 2446860 0
[pid=8658/tid=8660] ppid=8655 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/8658/task/8660/stat : 8660 (java) S 8655 8658 7235 0 -1 4202560 3586 0 1 0 232 17 0 0 20 0 22 0 5968116 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139855150261112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8661] ppid=8655 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8658/task/8661/stat : 8661 (java) S 8655 8658 7235 0 -1 4202560 4183 0 0 0 43 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854994078504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8662] ppid=8655 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/8658/task/8662/stat : 8662 (java) S 8655 8658 7235 0 -1 4202560 9600 0 0 0 48 22 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854993025704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8663] ppid=8655 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8658/task/8663/stat : 8663 (java) S 8655 8658 7235 0 -1 4202560 7060 0 0 0 43 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854991973416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8664] ppid=8655 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8658/task/8664/stat : 8664 (java) S 8655 8658 7235 0 -1 4202560 8487 0 0 0 39 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854990920616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8665] ppid=8655 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8658/task/8665/stat : 8665 (java) S 8655 8658 7235 0 -1 4202560 10178 0 0 0 42 14 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854989867304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8666] ppid=8655 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/8658/task/8666/stat : 8666 (java) S 8655 8658 7235 0 -1 4202560 7730 0 0 0 55 24 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854988814504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8667] ppid=8655 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/8658/task/8667/stat : 8667 (java) S 8655 8658 7235 0 -1 4202560 9862 0 0 0 36 15 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854987762216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8668] ppid=8655 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/8658/task/8668/stat : 8668 (java) S 8655 8658 7235 0 -1 4202560 9403 0 0 0 45 18 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854986709416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8669] ppid=8655 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/8658/task/8669/stat : 8669 (java) S 8655 8658 7235 0 -1 4202560 13995 0 0 0 489 7 0 0 20 0 22 0 5968118 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854974511848 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8670] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8670/stat : 8670 (java) S 8655 8658 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854973457912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8671] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8671/stat : 8671 (java) S 8655 8658 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854972405512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8672] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8672/stat : 8672 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854971354000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8673] ppid=8655 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/8658/task/8673/stat : 8673 (java) S 8655 8658 7235 0 -1 4202560 6665 0 0 0 120 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854970300600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8674] ppid=8655 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/8658/task/8674/stat : 8674 (java) S 8655 8658 7235 0 -1 4202560 14903 0 0 0 166 3 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854969247800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8675] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8675/stat : 8675 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854968195704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8676] ppid=8655 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8658/task/8676/stat : 8676 (java) S 8655 8658 7235 0 -1 4202560 51 0 0 0 16 17 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854967143112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8677] ppid=8655 vsize=9824732 CPUtime=873.19 cores=0,2,4,6
/proc/8658/task/8677/stat : 8677 (java) R 8655 8658 7235 0 -1 4202560 383 0 0 0 87291 28 0 0 20 0 22 0 5968410 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854966030608 139855023338156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8678] ppid=8655 vsize=9824732 CPUtime=873.39 cores=0,2,4,6
/proc/8658/task/8678/stat : 8678 (java) R 8655 8658 7235 0 -1 4202560 154 0 0 0 87319 20 0 0 20 0 22 0 5968410 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854964985056 139855023437358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8679] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8679/stat : 8679 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854963934888 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8680] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8680/stat : 8680 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854962882088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1762
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.301 s]
/proc/loadavg: 3.99 3.52 2.94 5/219 8863
/proc/meminfo: memFree=24757720/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 107507 0 1 0 179796 204 0 0 20 0 22 0 5968114 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2456183 885252 2292 9 0 2446860 0
[pid=8658/tid=8660] ppid=8655 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/8658/task/8660/stat : 8660 (java) S 8655 8658 7235 0 -1 4202560 3586 0 1 0 232 17 0 0 20 0 22 0 5968116 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139855150261112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8661] ppid=8655 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8658/task/8661/stat : 8661 (java) S 8655 8658 7235 0 -1 4202560 4183 0 0 0 43 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854994078504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8662] ppid=8655 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/8658/task/8662/stat : 8662 (java) S 8655 8658 7235 0 -1 4202560 9600 0 0 0 48 22 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854993025704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8663] ppid=8655 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8658/task/8663/stat : 8663 (java) S 8655 8658 7235 0 -1 4202560 7060 0 0 0 43 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854991973416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8664] ppid=8655 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8658/task/8664/stat : 8664 (java) S 8655 8658 7235 0 -1 4202560 8487 0 0 0 39 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854990920616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8665] ppid=8655 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8658/task/8665/stat : 8665 (java) S 8655 8658 7235 0 -1 4202560 10178 0 0 0 42 14 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854989867304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8666] ppid=8655 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/8658/task/8666/stat : 8666 (java) S 8655 8658 7235 0 -1 4202560 7730 0 0 0 55 24 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854988814504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8667] ppid=8655 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/8658/task/8667/stat : 8667 (java) S 8655 8658 7235 0 -1 4202560 9862 0 0 0 36 15 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854987762216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8668] ppid=8655 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/8658/task/8668/stat : 8668 (java) S 8655 8658 7235 0 -1 4202560 9403 0 0 0 45 18 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854986709416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8669] ppid=8655 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/8658/task/8669/stat : 8669 (java) S 8655 8658 7235 0 -1 4202560 13995 0 0 0 489 7 0 0 20 0 22 0 5968118 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854974511848 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8670] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8670/stat : 8670 (java) S 8655 8658 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854973457912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8671] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8671/stat : 8671 (java) S 8655 8658 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854972405512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8672] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8672/stat : 8672 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854971354000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8673] ppid=8655 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/8658/task/8673/stat : 8673 (java) S 8655 8658 7235 0 -1 4202560 6665 0 0 0 120 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854970300600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8674] ppid=8655 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/8658/task/8674/stat : 8674 (java) S 8655 8658 7235 0 -1 4202560 14903 0 0 0 166 3 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854969247800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8675] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8675/stat : 8675 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854968195704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8676] ppid=8655 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8658/task/8676/stat : 8676 (java) S 8655 8658 7235 0 -1 4202560 53 0 0 0 17 17 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854967143112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8677] ppid=8655 vsize=9824732 CPUtime=892.18 cores=0,2,4,6
/proc/8658/task/8677/stat : 8677 (java) R 8655 8658 7235 0 -1 4202560 383 0 0 0 89190 28 0 0 20 0 22 0 5968410 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854966030608 139855023521730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8678] ppid=8655 vsize=9824732 CPUtime=892.38 cores=0,2,4,6
/proc/8658/task/8678/stat : 8678 (java) R 8655 8658 7235 0 -1 4202560 154 0 0 0 89218 20 0 0 20 0 22 0 5968410 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854964985056 139855023437273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8679] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8679/stat : 8679 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854963934888 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8680] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8680/stat : 8680 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854962882088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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 8658 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+901.301 s]
/proc/loadavg: 3.99 3.52 2.94 5/219 8863
/proc/meminfo: memFree=24757720/32872528 swapFree=171304/177436
[pid=8658] ppid=8655 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/8658/stat : 8658 (java) S 8655 8658 7235 0 -1 4202496 107507 0 1 0 179796 204 0 0 20 0 22 0 5968114 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 140733772085232 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8658/statm: 2456183 885252 2292 9 0 2446860 0
[pid=8658/tid=8660] ppid=8655 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/8658/task/8660/stat : 8660 (java) S 8655 8658 7235 0 -1 4202560 3586 0 1 0 232 17 0 0 20 0 22 0 5968116 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139855150261112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8661] ppid=8655 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8658/task/8661/stat : 8661 (java) S 8655 8658 7235 0 -1 4202560 4183 0 0 0 43 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854994078504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8662] ppid=8655 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/8658/task/8662/stat : 8662 (java) S 8655 8658 7235 0 -1 4202560 9600 0 0 0 48 22 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854993025704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8663] ppid=8655 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/8658/task/8663/stat : 8663 (java) S 8655 8658 7235 0 -1 4202560 7060 0 0 0 43 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854991973416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8664] ppid=8655 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8658/task/8664/stat : 8664 (java) S 8655 8658 7235 0 -1 4202560 8487 0 0 0 39 17 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854990920616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8665] ppid=8655 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/8658/task/8665/stat : 8665 (java) S 8655 8658 7235 0 -1 4202560 10178 0 0 0 42 14 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854989867304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8666] ppid=8655 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/8658/task/8666/stat : 8666 (java) S 8655 8658 7235 0 -1 4202560 7730 0 0 0 55 24 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854988814504 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8667] ppid=8655 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/8658/task/8667/stat : 8667 (java) S 8655 8658 7235 0 -1 4202560 9862 0 0 0 36 15 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854987762216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8668] ppid=8655 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/8658/task/8668/stat : 8668 (java) S 8655 8658 7235 0 -1 4202560 9403 0 0 0 45 18 0 0 20 0 22 0 5968117 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854986709416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8669] ppid=8655 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/8658/task/8669/stat : 8669 (java) S 8655 8658 7235 0 -1 4202560 13995 0 0 0 489 7 0 0 20 0 22 0 5968118 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854974511848 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8670] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8670/stat : 8670 (java) S 8655 8658 7235 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854973457912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8671] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8671/stat : 8671 (java) S 8655 8658 7235 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 5968119 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854972405512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8672] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8672/stat : 8672 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854971354000 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8673] ppid=8655 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/8658/task/8673/stat : 8673 (java) S 8655 8658 7235 0 -1 4202560 6665 0 0 0 120 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854970300600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8674] ppid=8655 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/8658/task/8674/stat : 8674 (java) S 8655 8658 7235 0 -1 4202560 14903 0 0 0 166 3 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854969247800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8658/tid=8675] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8675/stat : 8675 (java) S 8655 8658 7235 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854968195704 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8676] ppid=8655 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8658/task/8676/stat : 8676 (java) S 8655 8658 7235 0 -1 4202560 53 0 0 0 17 17 0 0 20 0 22 0 5968121 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854967143112 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8658/tid=8677] ppid=8655 vsize=9824732 CPUtime=892.18 cores=0,2,4,6
/proc/8658/task/8677/stat : 8677 (java) R 8655 8658 7235 0 -1 4202560 383 0 0 0 89190 28 0 0 20 0 22 0 5968410 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854966030608 139855023521730 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8658/tid=8678] ppid=8655 vsize=9824732 CPUtime=892.38 cores=0,2,4,6
/proc/8658/task/8678/stat : 8678 (java) R 8655 8658 7235 0 -1 4202560 154 0 0 0 89218 20 0 0 20 0 22 0 5968410 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854964985056 139855023437273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8679] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8679/stat : 8679 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854963934888 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8658/tid=8680] ppid=8655 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8658/task/8680/stat : 8680 (java) S 8655 8658 7235 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 5968414 10060525568 885252 33554432000 1073741824 1073778376 140733772094096 139854962882088 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 901.364
CPU time (s): 1800.64
CPU user time (s): 1798.1
CPU system time (s): 2.54461
CPU usage (%): 199.769
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.54461
maximum resident set size= 3541144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107549
page faults= 1
swaps= 0
block input operations= 0
block output operations= 728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24544
involuntary context switches= 14728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73313 second user time and 7.66383 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 08:49:28
IDJOB=4119654
IDBENCH=111782
IDSOLVER=2543
FILE ID=node105/4119654-1467269367
RUNJOBID= node105-1467268188-8375
PBS_JOBID= 20004488
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw128/normalized-hw128-vm98p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119654-1467269367/watcher-4119654-1467269367 -o /tmp/evaluation-result-4119654-1467269367/solver-4119654-1467269367 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467268188-8375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119654-1467269367.opb

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

MD5SUM BENCH= 08fc24c5582bf8e1a503a1ce903ecef9
RANDOM SEED=2071225451

node105.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.487
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.97
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.487
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.487
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.487
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.487
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.487
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.487
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.487
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25475416 kB
Buffers:          128132 kB
Cached:           539484 kB
SwapCached:            0 kB
Active:          6082064 kB
Inactive:         380716 kB
Active(anon):    5788668 kB
Inactive(anon):     9544 kB
Active(file):     293396 kB
Inactive(file):   371172 kB
Unevictable:      177436 kB
Mlocked:          171304 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8644 kB
Writeback:             0 kB
AnonPages:       5973108 kB
Mapped:            22172 kB
Shmem:               204 kB
Slab:             613044 kB
SReclaimable:      56816 kB
SUnreclaim:       556228 kB
KernelStack:        1576 kB
PageTables:        16096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6973688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5459968 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= 71712 MiB
End job on node105 at 2016-06-30 09:04:29