Trace number 4080363

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.84 894.955

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark99.9098
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4080363-1465218651.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
2.68/1.43	c ... done. Wall clock time 1.323s.
2.68/1.43	c declared #vars     62704
2.94/1.50	c #constraints  187107
2.94/1.50	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.94/1.50	c constraints type 
2.94/1.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
2.94/1.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.94/1.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
2.94/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
2.94/1.50	c 187107 constraints processed.
2.94/1.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.94/1.50	c constraints type 
2.94/1.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124734
2.94/1.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 61868
2.94/1.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 504
2.94/1.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.94/1.50	c 187107 constraints processed.
35.63/16.90	c cleaning 2494 clauses out of 4993 with flag 36294/5000
73.75/35.78	c cleaning 4242 clauses out of 8498 with flag 87348/11001
117.41/57.40	c cleaning 5624 clauses out of 11252 with flag 153962/18001
188.04/92.64	c cleaning 0 clauses out of 5000 with flag 0/5003
190.31/93.77	c cleaning 6808 clauses out of 13622 with flag 244534/26001
257.80/127.20	c cleaning 7898 clauses out of 15807 with flag 346213/35000
336.39/166.36	c cleaning 8945 clauses out of 17907 with flag 476108/45000
407.78/201.82	c cleaning 9972 clauses out of 19961 with flag 605318/56002
512.92/254.05	c cleaning 10985 clauses out of 21987 with flag 838985/68005
631.60/313.05	c cleaning 11988 clauses out of 23992 with flag 1128482/81000
760.98/377.72	c cleaning 12998 clauses out of 26008 with flag 1437616/95005
903.71/448.72	c cleaning 13999 clauses out of 28004 with flag 1744821/110001
922.23/457.90	c cleaning 0 clauses out of 10997 with flag 0/11000
1047.89/520.44	c cleaning 14997 clauses out of 30006 with flag 2106338/126002
1204.50/598.30	c cleaning 15997 clauses out of 32007 with flag 2510402/143000
1364.46/677.81	c cleaning 17003 clauses out of 34009 with flag 2863598/161003
1521.70/756.57	c cleaning 17994 clauses out of 36004 with flag 3325377/180002
1699.11/844.75	c cleaning 19004 clauses out of 38008 with flag 3824454/200000
1800.10/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.90	c starts		: 585
1800.10/894.90	c conflicts		: 212542
1800.10/894.90	c decisions		: 332146
1800.10/894.90	c propagations		: 1565674358
1800.10/894.90	c inspects		: 4471272874
1800.10/894.90	c shortcuts		: 0
1800.10/894.90	c learnt literals	: 49
1800.10/894.90	c learnt binary clauses	: 171
1800.10/894.90	c learnt ternary clauses	: 228
1800.10/894.90	c learnt constraints	: 212493
1800.10/894.90	c ignored constraints	: 0
1800.10/894.90	c root simplifications	: 0
1800.10/894.90	c removed literals (reason simplification)	: 23429574
1800.10/894.90	c reason swapping (by a shorter reason)	: 0
1800.10/894.90	c Calls to reduceDB	: 16
1800.10/894.90	c Number of update (reduction) of LBD	: 129164
1800.10/894.90	c Imported unit clauses	: 0
1800.10/894.90	c number of reductions to clauses (during analyze)	: 0
1800.10/894.90	c number of learned constraints concerned by reduction	: 0
1800.10/894.90	c number of learning phase by resolution	: 0
1800.10/894.90	c number of learning phase by cutting planes	: 0
1800.10/894.90	c speed (assignments/second)	: 1752418.3059353933
1800.10/894.90	c non guided choices	2238
1800.10/894.92	c learnt constraints type 
1800.10/894.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 171
1800.10/894.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31375
1800.10/894.92	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/894.92	c starts		: 40
1800.10/894.92	c conflicts		: 14395
1800.10/894.92	c decisions		: 27238
1800.10/894.92	c propagations		: 74757308
1800.10/894.92	c inspects		: 1266578954
1800.10/894.92	c shortcuts		: 0
1800.10/894.92	c learnt literals	: 4
1800.10/894.92	c learnt binary clauses	: 72
1800.10/894.92	c learnt ternary clauses	: 63
1800.10/894.92	c learnt constraints	: 14390
1800.10/894.92	c ignored constraints	: 0
1800.10/894.92	c root simplifications	: 0
1800.10/894.92	c removed literals (reason simplification)	: 0
1800.10/894.92	c reason swapping (by a shorter reason)	: 0
1800.10/894.92	c Calls to reduceDB	: 2
1800.10/894.92	c Number of update (reduction) of LBD	: 0
1800.10/894.92	c Imported unit clauses	: 0
1800.10/894.92	c number of reductions to clauses (during analyze)	: 0
1800.10/894.92	c number of learned constraints concerned by reduction	: 0
1800.10/894.92	c number of learning phase by resolution	: 0
1800.10/894.92	c number of learning phase by cutting planes	: 0
1800.10/894.92	c speed (assignments/second)	: 83672.06443294353
1800.10/894.92	c non guided choices	2133
1800.10/894.93	c learnt constraints type 
1800.10/894.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1126
1800.10/894.93	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 72
1800.10/894.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13192
1800.10/894.93	s UNKNOWN
1800.10/894.93	c Total wall clock time (in seconds): 894.823

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

pid=8524
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: 3.91 4.01 3.69 4/198 8527
/proc/meminfo: memFree=29724332/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 103800408 98570240 977 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 24065 977 743 9 0 16771 0
[pid=8527/tid=8528] ppid=8524 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) R 8524 8527 3970 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 103800409 98570240 978 33554432000 1073741824 1073778376 140737477240832 140139813359144 249650038144 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 3.91 4.01 3.69 4/198 8527
/proc/meminfo: memFree=29724332/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 4563 0 1 0 10 1 0 0 20 0 18 0 103800408 9787879424 5678 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2389619 5678 2158 9 0 2380296 0
[pid=8527/tid=8528] ppid=8524 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) R 8524 8527 3970 0 -1 4202560 2442 0 1 0 8 0 0 0 20 0 18 0 103800409 9787879424 5678 33554432000 1073741824 1073778376 140737477240832 140139813362592 249653421325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200392 s]
/proc/loadavg: 3.91 4.01 3.69 4/198 8527
/proc/meminfo: memFree=29724332/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 4779 0 1 0 24 1 0 0 20 0 18 0 103800408 9787879424 6839 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2389619 6839 2214 9 0 2380296 0
[pid=8527/tid=8528] ppid=8524 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) R 8524 8527 3970 0 -1 4202560 2459 0 1 0 18 0 0 0 20 0 18 0 103800409 9787879424 6839 33554432000 1073741824 1073778376 140737477240832 140139813362592 140139753117157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300281 s]
/proc/loadavg: 3.91 4.01 3.69 4/198 8527
/proc/meminfo: memFree=29724332/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 5906 0 1 0 47 2 0 0 20 0 18 0 103800408 9787879424 9184 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2389619 9184 2233 9 0 2380296 0
[pid=8527/tid=8528] ppid=8524 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) R 8524 8527 3970 0 -1 4202560 2462 0 1 0 26 2 0 0 20 0 18 0 103800409 9787879424 9184 33554432000 1073741824 1073778376 140737477240832 140139813362592 140139753077033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700225 s]
/proc/loadavg: 3.91 4.01 3.69 4/198 8527
/proc/meminfo: memFree=29724332/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9558476 CPUtime=1.67 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 21059 0 1 0 161 6 0 0 20 0 18 0 103800408 9787879424 47172 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2389619 47172 2245 9 0 2380296 0
[pid=8527/tid=8528] ppid=8524 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) R 8524 8527 3970 0 -1 4202560 2517 0 1 0 64 3 0 0 20 0 18 0 103800409 9787879424 47172 33554432000 1073741824 1073778376 140737477240832 140139813355488 140139753464060 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 3.91 4.01 3.69 4/216 8545
/proc/meminfo: memFree=29497528/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 21876 0 1 0 283 11 0 0 20 0 22 0 103800408 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2456183 71419 2274 9 0 2446860 0
[pid=8527/tid=8528] ppid=8524 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) S 8524 8527 3970 0 -1 4202560 2559 0 1 0 130 4 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139813364600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8530] ppid=8524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8527/task/8530/stat : 8530 (java) S 8524 8527 3970 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139752093864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8531] ppid=8524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8527/task/8531/stat : 8531 (java) S 8524 8527 3970 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139751041320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8532] ppid=8524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8527/task/8532/stat : 8532 (java) S 8524 8527 3970 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139655018920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8533] ppid=8524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8527/task/8533/stat : 8533 (java) S 8524 8527 3970 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139653966376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8534] ppid=8524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8527/task/8534/stat : 8534 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139652913832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8535] ppid=8524 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8527/task/8535/stat : 8535 (java) S 8524 8527 3970 0 -1 4202560 130 0 0 0 4 0 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139651861288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8536] ppid=8524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8527/task/8536/stat : 8536 (java) S 8524 8527 3970 0 -1 4202560 82 0 0 0 2 1 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139650808744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8537] ppid=8524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8527/task/8537/stat : 8537 (java) S 8524 8527 3970 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 103800409 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139649756200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8538] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8538/stat : 8538 (java) S 8524 8527 3970 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 103800410 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139637557352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8539] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8539/stat : 8539 (java) S 8524 8527 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139636503672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8540] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8540/stat : 8540 (java) S 8524 8527 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139635451016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8541] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8541/stat : 8541 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139634399760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8542] ppid=8524 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/8527/task/8542/stat : 8542 (java) R 8524 8527 3970 0 -1 4202560 9103 0 0 0 57 2 0 0 20 0 22 0 103800413 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139633347128 140139815971963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8543] ppid=8524 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/8527/task/8543/stat : 8543 (java) R 8524 8527 3970 0 -1 4202560 8398 0 0 0 61 1 0 0 20 0 22 0 103800413 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139632294584 140139816382129 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8544] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8544/stat : 8544 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139631242232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8545] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8545/stat : 8545 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 71419 33554432000 1073741824 1073778376 140737477240832 140139630189896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10105 s]
/proc/loadavg: 3.91 4.01 3.69 5/220 8549
/proc/meminfo: memFree=29341488/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9824732 CPUtime=7.3 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 23684 0 1 0 711 19 0 0 20 0 22 0 103800408 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2456183 98365 2281 9 0 2446860 0
[pid=8527/tid=8528] ppid=8524 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) S 8524 8527 3970 0 -1 4202560 2561 0 1 0 130 4 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139813364600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8530] ppid=8524 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/8527/task/8530/stat : 8530 (java) S 8524 8527 3970 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139752093864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8531] ppid=8524 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8531/stat : 8531 (java) S 8524 8527 3970 0 -1 4202560 105 0 0 0 5 2 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139751041320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8532] ppid=8524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8527/task/8532/stat : 8532 (java) S 8524 8527 3970 0 -1 4202560 99 0 0 0 3 0 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139655018920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8533] ppid=8524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8527/task/8533/stat : 8533 (java) S 8524 8527 3970 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139653966376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8534] ppid=8524 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8527/task/8534/stat : 8534 (java) S 8524 8527 3970 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139652913832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8535] ppid=8524 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/8527/task/8535/stat : 8535 (java) S 8524 8527 3970 0 -1 4202560 154 0 0 0 7 3 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139651861288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8536] ppid=8524 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8527/task/8536/stat : 8536 (java) S 8524 8527 3970 0 -1 4202560 87 0 0 0 3 2 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139650808744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8537] ppid=8524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8527/task/8537/stat : 8537 (java) S 8524 8527 3970 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 103800409 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139649756200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8538] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8538/stat : 8538 (java) S 8524 8527 3970 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 103800410 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139637557352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8539] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8539/stat : 8539 (java) S 8524 8527 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139636503672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8540] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8540/stat : 8540 (java) S 8524 8527 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139635451016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8541] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8541/stat : 8541 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139634399760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8542] ppid=8524 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/8527/task/8542/stat : 8542 (java) S 8524 8527 3970 0 -1 4202560 10063 0 0 0 117 3 0 0 20 0 22 0 103800413 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139633347128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8543] ppid=8524 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/8527/task/8543/stat : 8543 (java) S 8524 8527 3970 0 -1 4202560 8982 0 0 0 108 2 0 0 20 0 22 0 103800413 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139632294584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8544] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8544/stat : 8544 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139631242232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8545] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8545/stat : 8545 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139630189896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8546] ppid=8524 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/8527/task/8546/stat : 8546 (java) R 8524 8527 3970 0 -1 4202560 27 0 0 0 156 0 0 0 20 0 22 0 103800552 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139629132296 140139753845936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8547] ppid=8524 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/8527/task/8547/stat : 8547 (java) R 8524 8527 3970 0 -1 4202560 57 0 0 0 157 0 0 0 20 0 22 0 103800552 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139628079560 140139754135840 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8548] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8548/stat : 8548 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139627029544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8549] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8549/stat : 8549 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 98365 33554432000 1073741824 1073778376 140737477240832 140139625977000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.91 4.01 3.69 5/220 8549
/proc/meminfo: memFree=29195536/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9824732 CPUtime=14.13 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 26349 0 1 0 1386 27 0 0 20 0 22 0 103800408 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2456183 164044 2287 9 0 2446860 0
[pid=8527/tid=8528] ppid=8524 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) S 8524 8527 3970 0 -1 4202560 2561 0 1 0 130 4 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139813364600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8530] ppid=8524 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8530/stat : 8530 (java) S 8524 8527 3970 0 -1 4202560 55 0 0 0 5 2 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139752093864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8531] ppid=8524 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8527/task/8531/stat : 8531 (java) S 8524 8527 3970 0 -1 4202560 122 0 0 0 9 3 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139751041320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8532] ppid=8524 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8527/task/8532/stat : 8532 (java) S 8524 8527 3970 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139655018920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8533] ppid=8524 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/8527/task/8533/stat : 8533 (java) S 8524 8527 3970 0 -1 4202560 48 0 0 0 5 1 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139653966376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8534] ppid=8524 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/8527/task/8534/stat : 8534 (java) S 8524 8527 3970 0 -1 4202560 44 0 0 0 4 1 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139652913832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8535] ppid=8524 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/8527/task/8535/stat : 8535 (java) S 8524 8527 3970 0 -1 4202560 183 0 0 0 10 3 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139651861288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8536] ppid=8524 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8536/stat : 8536 (java) S 8524 8527 3970 0 -1 4202560 99 0 0 0 5 2 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139650808744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8537] ppid=8524 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/8527/task/8537/stat : 8537 (java) S 8524 8527 3970 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 22 0 103800409 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139649756200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8538] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8538/stat : 8538 (java) S 8524 8527 3970 0 -1 4202560 471 0 0 0 0 0 0 0 20 0 22 0 103800410 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139637557352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8539] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8539/stat : 8539 (java) S 8524 8527 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139636503672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8540] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8540/stat : 8540 (java) S 8524 8527 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 164044 33554432000 1073741824 1073778376 140737477240832 140139635451016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8541] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.10 4.18 3.94 5/219 8841
/proc/meminfo: memFree=26053152/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9824732 CPUtime=1774.76 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 37095 0 1 0 177311 165 0 0 20 0 22 0 103800408 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2456183 588591 2299 9 0 2446860 0
[pid=8527/tid=8528] ppid=8524 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) S 8524 8527 3970 0 -1 4202560 2566 0 1 0 132 7 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139813364600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8530] ppid=8524 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/8527/task/8530/stat : 8530 (java) S 8524 8527 3970 0 -1 4202560 424 0 0 0 303 11 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139752093864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8531] ppid=8524 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/8527/task/8531/stat : 8531 (java) S 8524 8527 3970 0 -1 4202560 380 0 0 0 277 10 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139751041320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8532] ppid=8524 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/8527/task/8532/stat : 8532 (java) S 8524 8527 3970 0 -1 4202560 381 0 0 0 288 9 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139655018920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8533] ppid=8524 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/8527/task/8533/stat : 8533 (java) S 8524 8527 3970 0 -1 4202560 316 0 0 0 290 9 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139653966376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8534] ppid=8524 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/8527/task/8534/stat : 8534 (java) S 8524 8527 3970 0 -1 4202560 257 0 0 0 272 9 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139652913832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8535] ppid=8524 vsize=9824732 CPUtime=3.12 cores=1,3,5,7
/proc/8527/task/8535/stat : 8535 (java) S 8524 8527 3970 0 -1 4202560 458 0 0 0 302 10 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139651861288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8536] ppid=8524 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/8527/task/8536/stat : 8536 (java) S 8524 8527 3970 0 -1 4202560 356 0 0 0 285 9 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139650808744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8537] ppid=8524 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/8527/task/8537/stat : 8537 (java) S 8524 8527 3970 0 -1 4202560 382 0 0 0 272 7 0 0 20 0 22 0 103800409 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139649756200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8538] ppid=8524 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/8527/task/8538/stat : 8538 (java) S 8524 8527 3970 0 -1 4202560 4942 0 0 0 193 22 0 0 20 0 22 0 103800410 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139637557352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8539] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8539/stat : 8539 (java) S 8524 8527 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139636503672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8540] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8540/stat : 8540 (java) S 8524 8527 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139635451016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8541] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8541/stat : 8541 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139634399760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8542] ppid=8524 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/8527/task/8542/stat : 8542 (java) S 8524 8527 3970 0 -1 4202560 10081 0 0 0 129 3 0 0 20 0 22 0 103800413 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139633347128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8543] ppid=8524 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/8527/task/8543/stat : 8543 (java) S 8524 8527 3970 0 -1 4202560 13144 0 0 0 215 3 0 0 20 0 22 0 103800413 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139632294584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8544] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8544/stat : 8544 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139631242232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8545] ppid=8524 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/8527/task/8545/stat : 8545 (java) S 8524 8527 3970 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 103800413 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139630189896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8546] ppid=8524 vsize=9824732 CPUtime=872.09 cores=1,3,5,7
/proc/8527/task/8546/stat : 8546 (java) R 8524 8527 3970 0 -1 4202560 93 0 0 0 87192 17 0 0 20 0 22 0 103800552 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139629132864 140139754135500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8547] ppid=8524 vsize=9824732 CPUtime=871.95 cores=1,3,5,7
/proc/8527/task/8547/stat : 8547 (java) R 8524 8527 3970 0 -1 4202560 1998 0 0 0 87148 47 0 0 20 0 22 0 103800552 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139628079504 140139754186614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8548] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8548/stat : 8548 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139627029544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8549] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8549/stat : 8549 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 588591 33554432000 1073741824 1073778376 140737477240832 140139625977000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1774.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.08 4.17 3.94 5/219 8841
/proc/meminfo: memFree=26052096/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 37125 0 1 0 179843 167 0 0 20 0 22 0 103800408 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2456183 588799 2299 9 0 2446860 0
[pid=8527/tid=8528] ppid=8524 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) S 8524 8527 3970 0 -1 4202560 2566 0 1 0 132 7 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139813364600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8530] ppid=8524 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/8527/task/8530/stat : 8530 (java) S 8524 8527 3970 0 -1 4202560 425 0 0 0 309 11 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139752093864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8531] ppid=8524 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/8527/task/8531/stat : 8531 (java) S 8524 8527 3970 0 -1 4202560 383 0 0 0 280 10 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139751041320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8532] ppid=8524 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/8527/task/8532/stat : 8532 (java) S 8524 8527 3970 0 -1 4202560 386 0 0 0 293 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139655018920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8533] ppid=8524 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/8527/task/8533/stat : 8533 (java) S 8524 8527 3970 0 -1 4202560 318 0 0 0 293 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139653966376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8534] ppid=8524 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/8527/task/8534/stat : 8534 (java) S 8524 8527 3970 0 -1 4202560 262 0 0 0 278 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139652913832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8535] ppid=8524 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/8527/task/8535/stat : 8535 (java) S 8524 8527 3970 0 -1 4202560 462 0 0 0 306 10 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139651861288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8536] ppid=8524 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/8527/task/8536/stat : 8536 (java) S 8524 8527 3970 0 -1 4202560 358 0 0 0 289 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139650808744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8537] ppid=8524 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/8527/task/8537/stat : 8537 (java) S 8524 8527 3970 0 -1 4202560 386 0 0 0 277 8 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139649756200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8538] ppid=8524 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/8527/task/8538/stat : 8538 (java) S 8524 8527 3970 0 -1 4202560 4942 0 0 0 193 22 0 0 20 0 22 0 103800410 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139637557352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8539] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8539/stat : 8539 (java) S 8524 8527 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139636503672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8540] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8540/stat : 8540 (java) S 8524 8527 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139635451016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8541] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8541/stat : 8541 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139634399760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8542] ppid=8524 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/8527/task/8542/stat : 8542 (java) S 8524 8527 3970 0 -1 4202560 10081 0 0 0 129 3 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139633347128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8543] ppid=8524 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/8527/task/8543/stat : 8543 (java) S 8524 8527 3970 0 -1 4202560 13144 0 0 0 215 3 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139632294584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8544] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8544/stat : 8544 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139631242232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8545] ppid=8524 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/8527/task/8545/stat : 8545 (java) S 8524 8527 3970 0 -1 4202560 51 0 0 0 18 23 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139630189896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8546] ppid=8524 vsize=9824732 CPUtime=884.58 cores=1,3,5,7
/proc/8527/task/8546/stat : 8546 (java) R 8524 8527 3970 0 -1 4202560 94 0 0 0 88441 17 0 0 20 0 22 0 103800552 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139629131888 140139754331162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8547] ppid=8524 vsize=9824732 CPUtime=884.43 cores=1,3,5,7
/proc/8527/task/8547/stat : 8547 (java) R 8524 8527 3970 0 -1 4202560 2001 0 0 0 88396 47 0 0 20 0 22 0 103800552 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139628080352 140139754378607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8548] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8548/stat : 8548 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139627029544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8549] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8549/stat : 8549 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139625977000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 8527 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.08 4.17 3.94 5/219 8841
/proc/meminfo: memFree=26052096/32872528 swapFree=10608/190480
[pid=8527] ppid=8524 vsize=9824732 CPUtime=1800.1 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 3970 0 -1 4202496 37125 0 1 0 179843 167 0 0 20 0 22 0 103800408 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140737477231968 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8527/statm: 2456183 588799 2299 9 0 2446860 0
[pid=8527/tid=8528] ppid=8524 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/8527/task/8528/stat : 8528 (java) S 8524 8527 3970 0 -1 4202560 2566 0 1 0 132 7 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139813364600 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8530] ppid=8524 vsize=9824732 CPUtime=3.2 cores=1,3,5,7
/proc/8527/task/8530/stat : 8530 (java) S 8524 8527 3970 0 -1 4202560 425 0 0 0 309 11 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139752093864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8531] ppid=8524 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/8527/task/8531/stat : 8531 (java) S 8524 8527 3970 0 -1 4202560 383 0 0 0 280 10 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139751041320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8532] ppid=8524 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/8527/task/8532/stat : 8532 (java) S 8524 8527 3970 0 -1 4202560 386 0 0 0 293 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139655018920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8533] ppid=8524 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/8527/task/8533/stat : 8533 (java) S 8524 8527 3970 0 -1 4202560 318 0 0 0 293 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139653966376 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8534] ppid=8524 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/8527/task/8534/stat : 8534 (java) S 8524 8527 3970 0 -1 4202560 262 0 0 0 278 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139652913832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8535] ppid=8524 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/8527/task/8535/stat : 8535 (java) S 8524 8527 3970 0 -1 4202560 462 0 0 0 306 10 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139651861288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8536] ppid=8524 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/8527/task/8536/stat : 8536 (java) S 8524 8527 3970 0 -1 4202560 358 0 0 0 289 9 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139650808744 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8537] ppid=8524 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/8527/task/8537/stat : 8537 (java) S 8524 8527 3970 0 -1 4202560 386 0 0 0 277 8 0 0 20 0 22 0 103800409 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139649756200 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8538] ppid=8524 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/8527/task/8538/stat : 8538 (java) S 8524 8527 3970 0 -1 4202560 4942 0 0 0 193 22 0 0 20 0 22 0 103800410 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139637557352 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8539] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8539/stat : 8539 (java) S 8524 8527 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139636503672 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8540] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8540/stat : 8540 (java) S 8524 8527 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103800411 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139635451016 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8541] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8541/stat : 8541 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139634399760 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8542] ppid=8524 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/8527/task/8542/stat : 8542 (java) S 8524 8527 3970 0 -1 4202560 10081 0 0 0 129 3 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139633347128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8527/tid=8543] ppid=8524 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/8527/task/8543/stat : 8543 (java) S 8524 8527 3970 0 -1 4202560 13144 0 0 0 215 3 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139632294584 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8544] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8544/stat : 8544 (java) S 8524 8527 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139631242232 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8545] ppid=8524 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/8527/task/8545/stat : 8545 (java) S 8524 8527 3970 0 -1 4202560 51 0 0 0 18 23 0 0 20 0 22 0 103800413 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139630189896 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8546] ppid=8524 vsize=9824732 CPUtime=884.58 cores=1,3,5,7
/proc/8527/task/8546/stat : 8546 (java) R 8524 8527 3970 0 -1 4202560 94 0 0 0 88441 17 0 0 20 0 22 0 103800552 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139629131888 140139754331162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8527/tid=8547] ppid=8524 vsize=9824732 CPUtime=884.43 cores=1,3,5,7
/proc/8527/task/8547/stat : 8547 (java) R 8524 8527 3970 0 -1 4202560 2001 0 0 0 88396 47 0 0 20 0 22 0 103800552 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139628080352 140139754378607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8527/tid=8548] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8548/stat : 8548 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139627029544 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8527/tid=8549] ppid=8524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8527/task/8549/stat : 8549 (java) S 8524 8527 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103800555 10060525568 588799 33554432000 1073741824 1073778376 140737477240832 140139625977000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.955
CPU time (s): 1800.84
CPU user time (s): 1798.71
CPU system time (s): 2.13168
CPU usage (%): 201.221
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 2.13167
maximum resident set size= 2905936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37159
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28427
involuntary context switches= 49922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58485 second user time and 5.61415 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 15:10:51
IDJOB=4080363
IDBENCH=1479
IDSOLVER=2543
FILE ID=node102/4080363-1465218651
RUNJOBID= node102-1465216787-3987
PBS_JOBID= 19843204
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080363-1465218651/watcher-4080363-1465218651 -o /tmp/evaluation-result-4080363-1465218651/solver-4080363-1465218651 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3987 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080363-1465218651.opb

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

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=946280121

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29724240 kB
Buffers:            6472 kB
Cached:            54496 kB
SwapCached:         2328 kB
Active:          2226520 kB
Inactive:          28220 kB
Active(anon):    2194264 kB
Inactive(anon):     1568 kB
Active(file):      32256 kB
Inactive(file):    26652 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098412 kB
Dirty:              6456 kB
Writeback:             0 kB
AnonPages:       2382952 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             566764 kB
SReclaimable:       9852 kB
SUnreclaim:       556912 kB
KernelStack:        1616 kB
PageTables:         9948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2528432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2314240 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= 71732 MiB
End job on node102 at 2016-06-06 15:25:46