Trace number 4090192

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 PB16UNSAT 13.263 5.44664

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-almost3reg-l035-r034-n1.opb
MD5SUM5885d08ef5ec314e9e46995a0ea79823
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark0.608907
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1968
Total number of constraints4184
Number of constraints which are clauses3528
Number of constraints which are cardinality constraints (but not clauses)656
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4090192-1466027317.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.46/0.36	c ... done. Wall clock time 0.236s.
0.46/0.36	c declared #vars     1968
0.46/0.36	c #constraints  4840
0.46/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
0.46/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 656
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3528
0.46/0.36	c 4840 constraints processed.
0.46/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3528
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
0.46/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 656
0.46/0.36	c 4840 constraints processed.
4.14/1.49	c cleaning 2500 clauses out of 5000 with flag 141377/5000
6.52/2.57	c cleaning 4244 clauses out of 8505 with flag 216240/11005
9.58/3.82	c cleaning 5628 clauses out of 11256 with flag 281182/18000
12.45/5.06	c cleaning 6809 clauses out of 13626 with flag 347658/26000
13.05/5.37	c And the winner is solver0
13.19/5.43	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
13.19/5.43	c starts		: 60
13.19/5.43	c conflicts		: 28551
13.19/5.43	c decisions		: 103649
13.19/5.43	c propagations		: 7502603
13.19/5.43	c inspects		: 42020710
13.19/5.43	c shortcuts		: 0
13.19/5.43	c learnt literals	: 10
13.19/5.43	c learnt binary clauses	: 26
13.19/5.43	c learnt ternary clauses	: 1605
13.19/5.43	c learnt constraints	: 28540
13.19/5.43	c ignored constraints	: 0
13.19/5.43	c root simplifications	: 0
13.19/5.43	c removed literals (reason simplification)	: 595540
13.19/5.43	c reason swapping (by a shorter reason)	: 0
13.19/5.43	c Calls to reduceDB	: 4
13.19/5.43	c Number of update (reduction) of LBD	: 13850
13.19/5.43	c Imported unit clauses	: 0
13.19/5.43	c number of reductions to clauses (during analyze)	: 0
13.19/5.43	c number of learned constraints concerned by reduction	: 0
13.19/5.43	c number of learning phase by resolution	: 0
13.19/5.43	c number of learning phase by cutting planes	: 0
13.19/5.43	c speed (assignments/second)	: 1481849.2988346831
13.19/5.43	c non guided choices	7340
13.19/5.43	c learnt constraints type 
13.19/5.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
13.19/5.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9333
13.19/5.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
13.19/5.43	c starts		: 19
13.19/5.43	c conflicts		: 3645
13.19/5.43	c decisions		: 57184
13.19/5.43	c propagations		: 984688
13.19/5.43	c inspects		: 10152341
13.19/5.43	c shortcuts		: 0
13.19/5.43	c learnt literals	: 0
13.19/5.43	c learnt binary clauses	: 0
13.19/5.43	c learnt ternary clauses	: 1424
13.19/5.43	c learnt constraints	: 3644
13.19/5.43	c ignored constraints	: 0
13.19/5.43	c root simplifications	: 0
13.19/5.43	c removed literals (reason simplification)	: 0
13.19/5.43	c reason swapping (by a shorter reason)	: 0
13.19/5.43	c Calls to reduceDB	: 0
13.19/5.43	c Number of update (reduction) of LBD	: 0
13.19/5.43	c Imported unit clauses	: 0
13.19/5.43	c number of reductions to clauses (during analyze)	: 0
13.19/5.43	c number of learned constraints concerned by reduction	: 0
13.19/5.43	c number of learning phase by resolution	: 0
13.19/5.43	c number of learning phase by cutting planes	: 0
13.19/5.43	c speed (assignments/second)	: 194371.89103829453
13.19/5.43	c non guided choices	3393
13.19/5.44	c learnt constraints type 
13.19/5.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1859
13.19/5.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1785
13.19/5.44	s UNSATISFIABLE
13.19/5.44	c Total wall clock time (in seconds): 5.315

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-4090192-1466027317/watcher-4090192-1466027317 -o /tmp/evaluation-result-4090192-1466027317/solver-4090192-1466027317 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090192-1466027317.opb 

pid=12159
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: 4.01 4.02 4.00 4/197 12162
/proc/meminfo: memFree=28830276/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/12162/stat : 12162 (java) R 12159 12162 5767 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 4782118 8192 1 33554432000 0 0 0 140735788401064 247064063415 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 67 3 0 0 0 24 0

[startup+0.100061 s]
/proc/loadavg: 4.01 4.02 4.00 4/197 12162
/proc/meminfo: memFree=28830276/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 4782118 9787879424 6025 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200238 s]
/proc/loadavg: 4.01 4.02 4.00 4/197 12162
/proc/meminfo: memFree=28830276/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 4889 0 1 0 21 1 0 0 20 0 18 0 4782118 9787879424 9556 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2389619 9556 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 4.01 4.02 4.00 4/197 12162
/proc/meminfo: memFree=28830276/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 5556 0 1 0 44 2 0 0 20 0 18 0 4782118 9787879424 14069 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2389619 14069 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 4.01 4.02 4.00 4/197 12162
/proc/meminfo: memFree=28830276/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 17806 0 1 0 185 5 0 0 20 0 22 0 4782118 10060525568 25899 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2456183 25899 2268 9 0 2446860 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.01 4.02 4.00 7/219 12184
/proc/meminfo: memFree=28688268/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9824732 CPUtime=4.37 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 20473 0 1 0 429 8 0 0 20 0 22 0 4782118 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2456183 47384 2290 9 0 2446860 0
[pid=12162/tid=12164] ppid=12159 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12162/task/12164/stat : 12164 (java) S 12159 12162 5767 0 -1 4202560 2443 0 1 0 31 2 0 0 20 0 22 0 4782119 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548293632888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12165] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12165/stat : 12165 (java) S 12159 12162 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548255124264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12166] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12166/stat : 12166 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548254071464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12167] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12167/stat : 12167 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548253019176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12168] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12168/stat : 12168 (java) S 12159 12162 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548251966376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12169] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12169/stat : 12169 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548250913064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12170] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12170/stat : 12170 (java) S 12159 12162 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548249860264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12171] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12171/stat : 12171 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548248807976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12172] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12172/stat : 12172 (java) S 12159 12162 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548247755176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12173] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12173/stat : 12173 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4782121 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548117596904 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12174] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12174/stat : 12174 (java) S 12159 12162 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548116542968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12175] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12175/stat : 12175 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548115490568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12176] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12176/stat : 12176 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548114439056 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12177] ppid=12159 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/12162/task/12177/stat : 12177 (java) S 12159 12162 5767 0 -1 4202560 7735 0 0 0 86 2 0 0 20 0 22 0 4782124 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548113385656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12178] ppid=12159 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/12162/task/12178/stat : 12178 (java) S 12159 12162 5767 0 -1 4202560 8840 0 0 0 90 2 0 0 20 0 22 0 4782124 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548112332856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12179] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12179/stat : 12179 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548111280760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12180] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12180/stat : 12180 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548110228168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12181] ppid=12159 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/12162/task/12181/stat : 12181 (java) R 12159 12162 5767 0 -1 4202560 38 0 0 0 107 0 0 0 20 0 22 0 4782154 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140548109171880 140548124489459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12182] ppid=12159 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/12162/task/12182/stat : 12182 (java) R 12159 12162 5767 0 -1 4202560 117 0 0 0 107 2 0 0 20 0 22 0 4782154 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140546966282568 140548124042176 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12183] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12183/stat : 12183 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140546965231272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12184] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12184/stat : 12184 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 47384 33554432000 1073741824 1073778376 140733827416416 140546964178472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.01 4.02 4.00 5/219 12184
/proc/meminfo: memFree=28627884/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9824732 CPUtime=8.13 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 20786 0 1 0 801 12 0 0 20 0 22 0 4782118 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2456183 83936 2292 9 0 2446860 0
[pid=12162/tid=12164] ppid=12159 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12162/task/12164/stat : 12164 (java) S 12159 12162 5767 0 -1 4202560 2443 0 1 0 31 2 0 0 20 0 22 0 4782119 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548293632888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12165] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12165/stat : 12165 (java) S 12159 12162 5767 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548255124264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12166] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12166/stat : 12166 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548254071464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12167] ppid=12159 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12162/task/12167/stat : 12167 (java) S 12159 12162 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548253019176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12168] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12168/stat : 12168 (java) S 12159 12162 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548251966376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12169] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12169/stat : 12169 (java) S 12159 12162 5767 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548250913064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12170] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12170/stat : 12170 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548249860264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12171] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12171/stat : 12171 (java) S 12159 12162 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548248807976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12172] ppid=12159 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12162/task/12172/stat : 12172 (java) S 12159 12162 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548247755176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12173] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12173/stat : 12173 (java) S 12159 12162 5767 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 4782121 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548117596904 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12174] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12174/stat : 12174 (java) S 12159 12162 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548116542968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12175] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12175/stat : 12175 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548115490568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12176] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12176/stat : 12176 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548114439056 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12177] ppid=12159 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/12162/task/12177/stat : 12177 (java) S 12159 12162 5767 0 -1 4202560 7750 0 0 0 134 2 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548113385656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12178] ppid=12159 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/12162/task/12178/stat : 12178 (java) S 12159 12162 5767 0 -1 4202560 8840 0 0 0 93 2 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548112332856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12179] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12179/stat : 12179 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548111280760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12180] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12180/stat : 12180 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548110228168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12181] ppid=12159 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/12162/task/12181/stat : 12181 (java) R 12159 12162 5767 0 -1 4202560 40 0 0 0 262 0 0 0 20 0 22 0 4782154 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548109171768 140548124186498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12182] ppid=12159 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/12162/task/12182/stat : 12182 (java) R 12159 12162 5767 0 -1 4202560 177 0 0 0 258 3 0 0 20 0 22 0 4782154 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140546966282472 140548124751233 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12183] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12183/stat : 12183 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140546965231272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12184] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12184/stat : 12184 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140546964178472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 9824732

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12162 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.2012 s]
/proc/loadavg: 4.01 4.02 4.00 5/219 12184
/proc/meminfo: memFree=28627884/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9824732 CPUtime=8.33 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 20786 0 1 0 821 12 0 0 20 0 22 0 4782118 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2456183 83936 2292 9 0 2446860 0
[pid=12162/tid=12164] ppid=12159 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12162/task/12164/stat : 12164 (java) S 12159 12162 5767 0 -1 4202560 2443 0 1 0 31 2 0 0 20 0 22 0 4782119 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548293632888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12165] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12165/stat : 12165 (java) S 12159 12162 5767 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548255124264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12166] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12166/stat : 12166 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548254071464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12167] ppid=12159 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12162/task/12167/stat : 12167 (java) S 12159 12162 5767 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548253019176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12168] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12168/stat : 12168 (java) S 12159 12162 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548251966376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12169] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12169/stat : 12169 (java) S 12159 12162 5767 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548250913064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12170] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12170/stat : 12170 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548249860264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12171] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12171/stat : 12171 (java) S 12159 12162 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548248807976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12172] ppid=12159 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/12162/task/12172/stat : 12172 (java) S 12159 12162 5767 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 4782120 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548247755176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12173] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12173/stat : 12173 (java) S 12159 12162 5767 0 -1 4202560 188 0 0 0 0 0 0 0 20 0 22 0 4782121 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548117596904 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=12162/tid=12176] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12176/stat : 12176 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548114439056 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12177] ppid=12159 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/12162/task/12177/stat : 12177 (java) S 12159 12162 5767 0 -1 4202560 7750 0 0 0 134 2 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548113385656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12178] ppid=12159 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/12162/task/12178/stat : 12178 (java) S 12159 12162 5767 0 -1 4202560 8840 0 0 0 93 2 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548112332856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12179] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12179/stat : 12179 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548111280760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12180] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12180/stat : 12180 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548110228168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12181] ppid=12159 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/12162/task/12181/stat : 12181 (java) R 12159 12162 5767 0 -1 4202560 40 0 0 0 272 0 0 0 20 0 22 0 4782154 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140548109171768 140548124424591 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12182] ppid=12159 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/12162/task/12182/stat : 12182 (java) R 12159 12162 5767 0 -1 4202560 177 0 0 0 268 3 0 0 20 0 22 0 4782154 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140546966282472 140548124802897 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12183] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12183/stat : 12183 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140546965231272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12184] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12184/stat : 12184 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 83936 33554432000 1073741824 1073778376 140733827416416 140546964178472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 9824732

[startup+4.80096 s]
/proc/loadavg: 3.93 4.01 3.99 5/219 12184
/proc/meminfo: memFree=28369672/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9824732 CPUtime=12.05 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 21686 0 1 0 1186 19 0 0 20 0 22 0 4782118 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2456183 150207 2292 9 0 2446860 0
[pid=12162/tid=12164] ppid=12159 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12162/task/12164/stat : 12164 (java) S 12159 12162 5767 0 -1 4202560 2444 0 1 0 31 2 0 0 20 0 22 0 4782119 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548293632888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12165] ppid=12159 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12162/task/12165/stat : 12165 (java) S 12159 12162 5767 0 -1 4202560 127 0 0 0 4 0 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548255124264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12166] ppid=12159 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12162/task/12166/stat : 12166 (java) S 12159 12162 5767 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548254071464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12167] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12167/stat : 12167 (java) S 12159 12162 5767 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548253019176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12168] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12168/stat : 12168 (java) S 12159 12162 5767 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548251966376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12169] ppid=12159 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12162/task/12169/stat : 12169 (java) S 12159 12162 5767 0 -1 4202560 143 0 0 0 4 0 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548250913064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12170] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12170/stat : 12170 (java) S 12159 12162 5767 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548249860264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12171] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12171/stat : 12171 (java) S 12159 12162 5767 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548248807976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12172] ppid=12159 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12162/task/12172/stat : 12172 (java) S 12159 12162 5767 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 4782120 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548247755176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12173] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12173/stat : 12173 (java) S 12159 12162 5767 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 4782121 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548117596904 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12174] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12174/stat : 12174 (java) S 12159 12162 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548116542968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12175] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12175/stat : 12175 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548115490568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12176] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12176/stat : 12176 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548114439056 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12177] ppid=12159 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/12162/task/12177/stat : 12177 (java) S 12159 12162 5767 0 -1 4202560 7750 0 0 0 179 2 0 0 20 0 22 0 4782124 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548113385656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12178] ppid=12159 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/12162/task/12178/stat : 12178 (java) S 12159 12162 5767 0 -1 4202560 8840 0 0 0 94 2 0 0 20 0 22 0 4782124 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548112332856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12179] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12179/stat : 12179 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548111280760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12180] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12180/stat : 12180 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548110228168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12181] ppid=12159 vsize=9824732 CPUtime=4.27 cores=1,3,5,7
/proc/12162/task/12181/stat : 12181 (java) R 12159 12162 5767 0 -1 4202560 44 0 0 0 427 0 0 0 20 0 22 0 4782154 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140548109171848 140548124561342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12182] ppid=12159 vsize=9824732 CPUtime=4.25 cores=1,3,5,7
/proc/12162/task/12182/stat : 12182 (java) R 12159 12162 5767 0 -1 4202560 291 0 0 0 418 7 0 0 20 0 22 0 4782154 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140546966281984 140548124787985 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12183] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12183/stat : 12183 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140546965231272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12184] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12184/stat : 12184 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 150207 33554432000 1073741824 1073778376 140733827416416 140546964178472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 9824732

[startup+5.20101 s]
/proc/loadavg: 3.93 4.01 3.99 5/219 12184
/proc/meminfo: memFree=28369672/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9824732 CPUtime=12.85 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 21687 0 1 0 1266 19 0 0 20 0 22 0 4782118 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2456183 150141 2292 9 0 2446860 0
[pid=12162/tid=12164] ppid=12159 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12162/task/12164/stat : 12164 (java) S 12159 12162 5767 0 -1 4202560 2444 0 1 0 31 2 0 0 20 0 22 0 4782119 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548293632888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12165] ppid=12159 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12162/task/12165/stat : 12165 (java) S 12159 12162 5767 0 -1 4202560 127 0 0 0 4 0 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548255124264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12166] ppid=12159 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12162/task/12166/stat : 12166 (java) S 12159 12162 5767 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548254071464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12167] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12167/stat : 12167 (java) S 12159 12162 5767 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548253019176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12168] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12168/stat : 12168 (java) S 12159 12162 5767 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548251966376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12169] ppid=12159 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12162/task/12169/stat : 12169 (java) S 12159 12162 5767 0 -1 4202560 143 0 0 0 4 0 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548250913064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12170] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12170/stat : 12170 (java) S 12159 12162 5767 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548249860264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12171] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12171/stat : 12171 (java) S 12159 12162 5767 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548248807976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12172] ppid=12159 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12162/task/12172/stat : 12172 (java) S 12159 12162 5767 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 4782120 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548247755176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12173] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12173/stat : 12173 (java) S 12159 12162 5767 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 4782121 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548117596904 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12174] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12174/stat : 12174 (java) S 12159 12162 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548116542968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12175] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12175/stat : 12175 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4782122 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548115490568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12176] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12176/stat : 12176 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548114439056 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12177] ppid=12159 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/12162/task/12177/stat : 12177 (java) S 12159 12162 5767 0 -1 4202560 7751 0 0 0 180 2 0 0 20 0 22 0 4782124 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548113385656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12178] ppid=12159 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/12162/task/12178/stat : 12178 (java) S 12159 12162 5767 0 -1 4202560 8840 0 0 0 95 2 0 0 20 0 22 0 4782124 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548112332856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12179] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12179/stat : 12179 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548111280760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12180] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12180/stat : 12180 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4782124 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548110228168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12181] ppid=12159 vsize=9824732 CPUtime=4.67 cores=1,3,5,7
/proc/12162/task/12181/stat : 12181 (java) R 12159 12162 5767 0 -1 4202560 44 0 0 0 467 0 0 0 20 0 22 0 4782154 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140548109173608 140548124595361 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12182] ppid=12159 vsize=9824732 CPUtime=4.63 cores=1,3,5,7
/proc/12162/task/12182/stat : 12182 (java) R 12159 12162 5767 0 -1 4202560 291 0 0 0 456 7 0 0 20 0 22 0 4782154 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140546966281984 140548124733953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12183] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12183/stat : 12183 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140546965231272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12184] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12184/stat : 12184 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4782155 10060525568 150141 33554432000 1073741824 1073778376 140733827416416 140546964178472 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.85
Current children cumulated vsize (KiB) 9824732

[startup+5.401 s]
/proc/loadavg: 3.93 4.01 3.99 5/219 12184
/proc/meminfo: memFree=28369672/32872528 swapFree=248296/248296
[pid=12162] ppid=12159 vsize=9824732 CPUtime=13.19 cores=1,3,5,7
/proc/12162/stat : 12162 (java) S 12159 12162 5767 0 -1 4202496 21689 0 1 0 1298 21 0 0 20 0 19 0 4782118 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140733827407552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12162/statm: 2456183 150126 2293 9 0 2446860 0
[pid=12162/tid=12164] ppid=12159 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/12162/task/12164/stat : 12164 (java) S 12159 12162 5767 0 -1 4202560 2444 0 1 0 31 2 0 0 20 0 19 0 4782119 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548293632888 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12165] ppid=12159 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12162/task/12165/stat : 12165 (java) S 12159 12162 5767 0 -1 4202560 127 0 0 0 4 0 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548255124264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12166] ppid=12159 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12162/task/12166/stat : 12166 (java) S 12159 12162 5767 0 -1 4202560 93 0 0 0 3 0 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548254071464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12167] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12167/stat : 12167 (java) S 12159 12162 5767 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548253019176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12168] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12168/stat : 12168 (java) S 12159 12162 5767 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548251966376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12169] ppid=12159 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/12162/task/12169/stat : 12169 (java) S 12159 12162 5767 0 -1 4202560 143 0 0 0 4 0 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548250913064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12170] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12170/stat : 12170 (java) S 12159 12162 5767 0 -1 4202560 40 0 0 0 2 0 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548249860264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12171] ppid=12159 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/12162/task/12171/stat : 12171 (java) S 12159 12162 5767 0 -1 4202560 138 0 0 0 2 0 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548248807976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12172] ppid=12159 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/12162/task/12172/stat : 12172 (java) S 12159 12162 5767 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 4782120 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548247755176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12173] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12173/stat : 12173 (java) S 12159 12162 5767 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 19 0 4782121 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548117596904 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12162/tid=12174] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12174/stat : 12174 (java) S 12159 12162 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4782122 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548116542968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12175] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12175/stat : 12175 (java) S 12159 12162 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4782122 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548115490568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12176] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12176/stat : 12176 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4782124 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548114439056 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12177] ppid=12159 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/12162/task/12177/stat : 12177 (java) S 12159 12162 5767 0 -1 4202560 7751 0 0 0 180 2 0 0 20 0 19 0 4782124 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548113385656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12162/tid=12178] ppid=12159 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/12162/task/12178/stat : 12178 (java) S 12159 12162 5767 0 -1 4202560 8840 0 0 0 95 2 0 0 20 0 19 0 4782124 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548112332856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12179] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12179/stat : 12179 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4782124 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548111280760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12162/tid=12180] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12180/stat : 12180 (java) S 12159 12162 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4782124 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140548110228168 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12162/tid=12183] ppid=12159 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/12162/task/12183/stat : 12183 (java) S 12159 12162 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4782155 10060525568 150126 33554432000 1073741824 1073778376 140733827416416 140546965231272 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 13.19
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 5.44664
CPU time (s): 13.263
CPU user time (s): 12.989
CPU system time (s): 0.273958
CPU usage (%): 243.508
Max. virtual memory (cumulated for all children) (KiB): 9825576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.989
system time used= 0.273958
maximum resident set size= 600832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21699
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 847
involuntary context switches= 502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033994 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:48:37
IDJOB=4090192
IDBENCH=107514
IDSOLVER=2543
FILE ID=node103/4090192-1466027317
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-almost3reg-l035-r034-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090192-1466027317/watcher-4090192-1466027317 -o /tmp/evaluation-result-4090192-1466027317/solver-4090192-1466027317 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090192-1466027317.opb

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

MD5SUM BENCH= 5885d08ef5ec314e9e46995a0ea79823
RANDOM SEED=1723959476

node103.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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:        28828688 kB
Buffers:          138576 kB
Cached:           348424 kB
SwapCached:            0 kB
Active:          2744508 kB
Inactive:         339072 kB
Active(anon):    2599272 kB
Inactive(anon):        0 kB
Active(file):     145236 kB
Inactive(file):   339072 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       2935468 kB
Mapped:            21608 kB
Shmem:               204 kB
Slab:             575408 kB
SReclaimable:      19640 kB
SUnreclaim:       555768 kB
KernelStack:        1808 kB
PageTables:        10552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2967748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2631680 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= 71736 MiB
End job on node103 at 2016-06-15 23:48:43