Trace number 4080295

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 11.6832 4.8714

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
MD5SUMbe6efe3218879d0d0c6c419c0919396c
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 benchmark8.36373
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 683
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4080295-1465218006.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.48/0.33	c ... done. Wall clock time 0.217s.
0.48/0.33	c declared #vars     231
0.48/0.33	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.48/0.33	c 2707 constraints processed.
2.76/0.90	c cleaning 2501 clauses out of 5001 with flag 25400/5001
3.92/1.24	c cleaning 4248 clauses out of 8502 with flag 64752/11003
4.83/1.54	c cleaning 5622 clauses out of 11251 with flag 99500/18000
5.88/1.85	c cleaning 6810 clauses out of 13629 with flag 129726/26000
6.67/2.17	c cleaning 7910 clauses out of 15819 with flag 159334/35000
7.48/2.53	c cleaning 8956 clauses out of 17911 with flag 189542/45003
8.32/2.97	c cleaning 9974 clauses out of 19951 with flag 224243/56000
9.36/3.45	c cleaning 10976 clauses out of 21978 with flag 264741/68001
10.56/4.02	c cleaning 11997 clauses out of 23997 with flag 301736/81000
11.43/4.48	c And the winner is solver0
11.59/4.84	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
11.59/4.84	c starts		: 67
11.59/4.84	c conflicts		: 92346
11.59/4.84	c decisions		: 197783
11.59/4.84	c propagations		: 2900326
11.59/4.84	c inspects		: 45379521
11.59/4.84	c shortcuts		: 0
11.59/4.84	c learnt literals	: 25
11.59/4.84	c learnt binary clauses	: 213
11.59/4.84	c learnt ternary clauses	: 1036
11.59/4.84	c learnt constraints	: 92320
11.59/4.84	c ignored constraints	: 0
11.59/4.84	c root simplifications	: 0
11.59/4.84	c removed literals (reason simplification)	: 264373
11.59/4.84	c reason swapping (by a shorter reason)	: 0
11.59/4.84	c Calls to reduceDB	: 9
11.59/4.84	c Number of update (reduction) of LBD	: 31468
11.59/4.84	c Imported unit clauses	: 0
11.59/4.84	c number of reductions to clauses (during analyze)	: 0
11.59/4.84	c number of learned constraints concerned by reduction	: 0
11.59/4.84	c number of learning phase by resolution	: 0
11.59/4.84	c number of learning phase by cutting planes	: 0
11.59/4.84	c speed (assignments/second)	: 644660.1466992665
11.59/4.84	c non guided choices	131
11.59/4.85	c learnt constraints type 
11.59/4.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 213
11.59/4.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23113
11.59/4.85	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
11.59/4.85	c starts		: 12
11.59/4.85	c conflicts		: 1876
11.59/4.85	c decisions		: 7856
11.59/4.85	c propagations		: 72023
11.59/4.85	c inspects		: 6604482
11.59/4.85	c shortcuts		: 0
11.59/4.85	c learnt literals	: 0
11.59/4.85	c learnt binary clauses	: 0
11.59/4.85	c learnt ternary clauses	: 3
11.59/4.85	c learnt constraints	: 1876
11.59/4.85	c ignored constraints	: 0
11.59/4.85	c root simplifications	: 0
11.59/4.85	c removed literals (reason simplification)	: 0
11.59/4.85	c reason swapping (by a shorter reason)	: 0
11.59/4.85	c Calls to reduceDB	: 0
11.59/4.85	c Number of update (reduction) of LBD	: 0
11.59/4.85	c Imported unit clauses	: 0
11.59/4.85	c number of reductions to clauses (during analyze)	: 0
11.59/4.85	c number of learned constraints concerned by reduction	: 0
11.59/4.85	c number of learning phase by resolution	: 0
11.59/4.85	c number of learning phase by cutting planes	: 0
11.59/4.85	c speed (assignments/second)	: 15969.623059866963
11.59/4.85	c non guided choices	121
11.59/4.85	c learnt constraints type 
11.59/4.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 407
11.59/4.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
11.59/4.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1459
11.59/4.85	s UNSATISFIABLE
11.59/4.85	c Total wall clock time (in seconds): 4.738

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

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

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


[startup+0 s]
/proc/loadavg: 4.34 4.06 3.40 4/198 6382
/proc/meminfo: memFree=29369676/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6382/stat : 6382 (java) R 6379 6382 3970 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 103735926 23793664 715 33554432000 1073741824 1073778376 140735969882352 140735969871416 249640826216 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 5809 715 530 9 0 128 0

[startup+0.100116 s]
/proc/loadavg: 4.34 4.06 3.40 4/198 6382
/proc/meminfo: memFree=29369676/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 103735926 9787879424 6053 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2389619 6054 2132 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.34 4.06 3.40 4/198 6382
/proc/meminfo: memFree=29369676/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 4645 0 1 0 23 1 0 0 20 0 18 0 103735926 9787879424 6753 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2389619 6753 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 4.34 4.06 3.40 4/198 6382
/proc/meminfo: memFree=29369676/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 5683 0 1 0 46 2 0 0 20 0 18 0 103735926 9787879424 8534 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2389619 8534 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 4.34 4.06 3.40 4/198 6382
/proc/meminfo: memFree=29369676/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9824732 CPUtime=1.97 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 15458 0 1 0 193 4 0 0 20 0 22 0 103735926 10060525568 21020 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2456183 21020 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.34 4.06 3.40 7/220 6404
/proc/meminfo: memFree=29187192/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 26226 0 1 0 476 7 0 0 20 0 22 0 103735926 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2456183 48629 2285 9 0 2446860 0
[pid=6382/tid=6384] ppid=6379 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6382/task/6384/stat : 6384 (java) S 6379 6382 3970 0 -1 4202560 2422 0 1 0 30 1 0 0 20 0 22 0 103735926 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104364123000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6385] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6385/stat : 6385 (java) S 6379 6382 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104325613864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6386] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6386/stat : 6386 (java) S 6379 6382 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104324561064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6387] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6387/stat : 6387 (java) S 6379 6382 3970 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104323508776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6388] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6388/stat : 6388 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104322455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6389] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6389/stat : 6389 (java) S 6379 6382 3970 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104321403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6390] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6390/stat : 6390 (java) S 6379 6382 3970 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104320350888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6391] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6391/stat : 6391 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104319298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6392] ppid=6379 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6382/task/6392/stat : 6392 (java) S 6379 6382 3970 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 103735927 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104318245800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6393] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6393/stat : 6393 (java) S 6379 6382 3970 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 103735928 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104187631848 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6394] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6394/stat : 6394 (java) S 6379 6382 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104186577912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6395] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6395/stat : 6395 (java) S 6379 6382 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104185525512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6396] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6396/stat : 6396 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104184474000 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6397] ppid=6379 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/6382/task/6397/stat : 6397 (java) R 6379 6382 3970 0 -1 4202560 11433 0 0 0 112 2 0 0 20 0 22 0 103735931 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140104183399736 140104368240082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6398] ppid=6379 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/6382/task/6398/stat : 6398 (java) S 6379 6382 3970 0 -1 4202560 10870 0 0 0 99 2 0 0 20 0 22 0 103735931 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140103309584952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6399] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6399/stat : 6399 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140103308532856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6400] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6400/stat : 6400 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140103307480264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6401] ppid=6379 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/6382/task/6401/stat : 6401 (java) R 6379 6382 3970 0 -1 4202560 20 0 0 0 111 0 0 0 20 0 22 0 103735960 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140103306422720 140104199422343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6402] ppid=6379 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/6382/task/6402/stat : 6402 (java) R 6379 6382 3970 0 -1 4202560 90 0 0 0 108 2 0 0 20 0 22 0 103735960 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140103305371480 140104199219701 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6403] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6403/stat : 6403 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140103304320168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6404] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6404/stat : 6404 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 48629 33554432000 1073741824 1073778376 140735969882352 140103303267368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.34 4.06 3.40 5/220 6404
/proc/meminfo: memFree=29161216/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9824732 CPUtime=8.75 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 31600 0 1 0 860 15 0 0 20 0 22 0 103735926 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2456183 88727 2285 9 0 2446860 0
[pid=6382/tid=6384] ppid=6379 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6382/task/6384/stat : 6384 (java) S 6379 6382 3970 0 -1 4202560 2422 0 1 0 30 1 0 0 20 0 22 0 103735926 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104364123000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6385] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6385/stat : 6385 (java) S 6379 6382 3970 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104325613864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6386] ppid=6379 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6382/task/6386/stat : 6386 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104324561064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6387] ppid=6379 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6382/task/6387/stat : 6387 (java) S 6379 6382 3970 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104323508776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6388] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6388/stat : 6388 (java) S 6379 6382 3970 0 -1 4202560 80 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104322455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6389] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6389/stat : 6389 (java) R 6379 6382 3970 0 -1 4202560 96 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104321403688 249653405435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6390] ppid=6379 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6382/task/6390/stat : 6390 (java) S 6379 6382 3970 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104320350888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6391] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6391/stat : 6391 (java) S 6379 6382 3970 0 -1 4202560 81 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104319298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6392] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6392/stat : 6392 (java) S 6379 6382 3970 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104318245800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6393] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6393/stat : 6393 (java) S 6379 6382 3970 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 22 0 103735928 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104187631848 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6394] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6394/stat : 6394 (java) S 6379 6382 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104186577912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6395] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6395/stat : 6395 (java) S 6379 6382 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104185525512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6396] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6396/stat : 6396 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104184474000 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6397] ppid=6379 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/6382/task/6397/stat : 6397 (java) S 6379 6382 3970 0 -1 4202560 11434 0 0 0 131 2 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104183421624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6398] ppid=6379 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/6382/task/6398/stat : 6398 (java) S 6379 6382 3970 0 -1 4202560 15676 0 0 0 140 2 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103309584952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6399] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6399/stat : 6399 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103308532856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6400] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6400/stat : 6400 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103307480264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6401] ppid=6379 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/6382/task/6401/stat : 6401 (java) R 6379 6382 3970 0 -1 4202560 28 0 0 0 262 0 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103306423704 140104199328332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6402] ppid=6379 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/6382/task/6402/stat : 6402 (java) R 6379 6382 3970 0 -1 4202560 142 0 0 0 255 4 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103305369616 140104199592483 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6403] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6403/stat : 6403 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103304320168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6404] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6404/stat : 6404 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103303267368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 9824732

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

[startup+3.20106 s]
/proc/loadavg: 4.34 4.06 3.40 5/220 6404
/proc/meminfo: memFree=29161216/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9824732 CPUtime=8.95 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 31600 0 1 0 880 15 0 0 20 0 22 0 103735926 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2456183 88727 2285 9 0 2446860 0
[pid=6382/tid=6384] ppid=6379 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6382/task/6384/stat : 6384 (java) S 6379 6382 3970 0 -1 4202560 2422 0 1 0 30 1 0 0 20 0 22 0 103735926 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104364123000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6385] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6385/stat : 6385 (java) S 6379 6382 3970 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104325613864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6386] ppid=6379 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6382/task/6386/stat : 6386 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104324561064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6387] ppid=6379 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6382/task/6387/stat : 6387 (java) S 6379 6382 3970 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104323508776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6388] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6388/stat : 6388 (java) S 6379 6382 3970 0 -1 4202560 80 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104322455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6389] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6389/stat : 6389 (java) S 6379 6382 3970 0 -1 4202560 96 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104321403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6390] ppid=6379 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6382/task/6390/stat : 6390 (java) S 6379 6382 3970 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104320350888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6391] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6391/stat : 6391 (java) S 6379 6382 3970 0 -1 4202560 81 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104319298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6392] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6392/stat : 6392 (java) S 6379 6382 3970 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 103735927 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104318245800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6393] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6393/stat : 6393 (java) S 6379 6382 3970 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 22 0 103735928 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104187631848 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=6382/tid=6396] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6396/stat : 6396 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104184474000 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6397] ppid=6379 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/6382/task/6397/stat : 6397 (java) S 6379 6382 3970 0 -1 4202560 11434 0 0 0 131 2 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140104183421624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6398] ppid=6379 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/6382/task/6398/stat : 6398 (java) S 6379 6382 3970 0 -1 4202560 15676 0 0 0 140 2 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103309584952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6399] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6399/stat : 6399 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103308532856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6400] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6400/stat : 6400 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103307480264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6401] ppid=6379 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/6382/task/6401/stat : 6401 (java) R 6379 6382 3970 0 -1 4202560 28 0 0 0 272 0 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103306423584 140104199365326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6402] ppid=6379 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/6382/task/6402/stat : 6402 (java) R 6379 6382 3970 0 -1 4202560 142 0 0 0 265 4 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103305369616 140104199529924 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6403] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6403/stat : 6403 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103304320168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6404] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6404/stat : 6404 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 88727 33554432000 1073741824 1073778376 140735969882352 140103303267368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 9824732

[startup+4.0009 s]
/proc/loadavg: 4.31 4.06 3.40 5/220 6404
/proc/meminfo: memFree=29023336/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9824732 CPUtime=10.56 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 31661 0 1 0 1040 16 0 0 20 0 22 0 103735926 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2456183 119959 2285 9 0 2446860 0
[pid=6382/tid=6384] ppid=6379 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6382/task/6384/stat : 6384 (java) S 6379 6382 3970 0 -1 4202560 2422 0 1 0 30 1 0 0 20 0 22 0 103735926 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104364123000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6385] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6385/stat : 6385 (java) S 6379 6382 3970 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104325613864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6386] ppid=6379 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6382/task/6386/stat : 6386 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104324561064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6387] ppid=6379 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6382/task/6387/stat : 6387 (java) S 6379 6382 3970 0 -1 4202560 105 0 0 0 3 0 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104323508776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6388] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6388/stat : 6388 (java) S 6379 6382 3970 0 -1 4202560 80 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104322455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6389] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6389/stat : 6389 (java) S 6379 6382 3970 0 -1 4202560 96 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104321403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6390] ppid=6379 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6382/task/6390/stat : 6390 (java) S 6379 6382 3970 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104320350888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6391] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6391/stat : 6391 (java) S 6379 6382 3970 0 -1 4202560 81 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104319298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6392] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6392/stat : 6392 (java) S 6379 6382 3970 0 -1 4202560 25 0 0 0 4 1 0 0 20 0 22 0 103735927 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104318245800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6393] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6393/stat : 6393 (java) S 6379 6382 3970 0 -1 4202560 195 0 0 0 0 0 0 0 20 0 22 0 103735928 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104187631848 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6394] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6394/stat : 6394 (java) S 6379 6382 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104186577912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6395] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6395/stat : 6395 (java) S 6379 6382 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104185525512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6396] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6396/stat : 6396 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104184474000 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6397] ppid=6379 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/6382/task/6397/stat : 6397 (java) S 6379 6382 3970 0 -1 4202560 11434 0 0 0 131 2 0 0 20 0 22 0 103735931 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140104183421624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6398] ppid=6379 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/6382/task/6398/stat : 6398 (java) S 6379 6382 3970 0 -1 4202560 15676 0 0 0 142 2 0 0 20 0 22 0 103735931 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140103309584952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6399] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6399/stat : 6399 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140103308532856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6400] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6400/stat : 6400 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140103307480264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6401] ppid=6379 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/6382/task/6401/stat : 6401 (java) R 6379 6382 3970 0 -1 4202560 30 0 0 0 352 0 0 0 20 0 22 0 103735960 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140103306424600 140104200043784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6402] ppid=6379 vsize=9824732 CPUtime=3.49 cores=0,2,4,6
/proc/6382/task/6402/stat : 6402 (java) R 6379 6382 3970 0 -1 4202560 201 0 0 0 344 5 0 0 20 0 22 0 103735960 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140103305371480 140104199388918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6403] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6403/stat : 6403 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140103304320168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6404] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6404/stat : 6404 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 119959 33554432000 1073741824 1073778376 140735969882352 140103303267368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.56
Current children cumulated vsize (KiB) 9824732

[startup+4.40091 s]
/proc/loadavg: 4.31 4.06 3.40 5/220 6404
/proc/meminfo: memFree=28771636/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9824732 CPUtime=11.43 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 31999 0 1 0 1122 21 0 0 20 0 22 0 103735926 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2456183 151440 2285 9 0 2446860 0
[pid=6382/tid=6384] ppid=6379 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6382/task/6384/stat : 6384 (java) S 6379 6382 3970 0 -1 4202560 2422 0 1 0 30 1 0 0 20 0 22 0 103735926 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104364123000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6385] ppid=6379 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6382/task/6385/stat : 6385 (java) S 6379 6382 3970 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104325613864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6386] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6386/stat : 6386 (java) S 6379 6382 3970 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104324561064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6387] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6387/stat : 6387 (java) S 6379 6382 3970 0 -1 4202560 112 0 0 0 3 2 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104323508776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6388] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6388/stat : 6388 (java) S 6379 6382 3970 0 -1 4202560 82 0 0 0 5 0 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104322455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6389] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6389/stat : 6389 (java) S 6379 6382 3970 0 -1 4202560 100 0 0 0 4 1 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104321403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6390] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6390/stat : 6390 (java) S 6379 6382 3970 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104320350888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6391] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6391/stat : 6391 (java) S 6379 6382 3970 0 -1 4202560 83 0 0 0 4 0 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104319298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6392] ppid=6379 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/6382/task/6392/stat : 6392 (java) S 6379 6382 3970 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 22 0 103735927 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104318245800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6393] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6393/stat : 6393 (java) S 6379 6382 3970 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 22 0 103735928 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104187631848 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6394] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6394/stat : 6394 (java) S 6379 6382 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104186577912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6395] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6395/stat : 6395 (java) S 6379 6382 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 103735929 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104185525512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6396] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6396/stat : 6396 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104184474000 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6397] ppid=6379 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/6382/task/6397/stat : 6397 (java) S 6379 6382 3970 0 -1 4202560 11434 0 0 0 131 2 0 0 20 0 22 0 103735931 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140104183421624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6398] ppid=6379 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/6382/task/6398/stat : 6398 (java) S 6379 6382 3970 0 -1 4202560 15676 0 0 0 142 2 0 0 20 0 22 0 103735931 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140103309584952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6399] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6399/stat : 6399 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140103308532856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6400] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6400/stat : 6400 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 103735931 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140103307480264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6401] ppid=6379 vsize=9824732 CPUtime=3.89 cores=0,2,4,6
/proc/6382/task/6401/stat : 6401 (java) R 6379 6382 3970 0 -1 4202560 32 0 0 0 389 0 0 0 20 0 22 0 103735960 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140103306422832 140104198848384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6402] ppid=6379 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/6382/task/6402/stat : 6402 (java) R 6379 6382 3970 0 -1 4202560 252 0 0 0 380 6 0 0 20 0 22 0 103735960 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140103305370920 140104199498334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6403] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6403/stat : 6403 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140103304320168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6404] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6404/stat : 6404 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 103735960 10060525568 151440 33554432000 1073741824 1073778376 140735969882352 140103303267368 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 11.43
Current children cumulated vsize (KiB) 9824732

[startup+4.80079 s]
/proc/loadavg: 4.31 4.06 3.40 5/220 6404
/proc/meminfo: memFree=28771636/32872528 swapFree=10608/190480
[pid=6382] ppid=6379 vsize=9824732 CPUtime=11.59 cores=0,2,4,6
/proc/6382/stat : 6382 (java) S 6379 6382 3970 0 -1 4202496 32000 0 1 0 1137 22 0 0 20 0 19 0 103735926 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140735969873488 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6382/statm: 2456183 151427 2286 9 0 2446860 0
[pid=6382/tid=6384] ppid=6379 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/6382/task/6384/stat : 6384 (java) S 6379 6382 3970 0 -1 4202560 2422 0 1 0 30 1 0 0 20 0 19 0 103735926 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104364123000 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6385] ppid=6379 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/6382/task/6385/stat : 6385 (java) S 6379 6382 3970 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104325613864 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6386] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6386/stat : 6386 (java) S 6379 6382 3970 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104324561064 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6387] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6387/stat : 6387 (java) S 6379 6382 3970 0 -1 4202560 112 0 0 0 3 2 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104323508776 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6388] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6388/stat : 6388 (java) S 6379 6382 3970 0 -1 4202560 82 0 0 0 5 0 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104322455976 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6389] ppid=6379 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6382/task/6389/stat : 6389 (java) S 6379 6382 3970 0 -1 4202560 100 0 0 0 4 1 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104321403688 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6390] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6390/stat : 6390 (java) S 6379 6382 3970 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104320350888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6391] ppid=6379 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6382/task/6391/stat : 6391 (java) S 6379 6382 3970 0 -1 4202560 83 0 0 0 4 0 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104319298600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6392] ppid=6379 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/6382/task/6392/stat : 6392 (java) S 6379 6382 3970 0 -1 4202560 30 0 0 0 5 1 0 0 20 0 19 0 103735927 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104318245800 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6382/tid=6393] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6393/stat : 6393 (java) S 6379 6382 3970 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 19 0 103735928 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104187631848 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6394] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6394/stat : 6394 (java) S 6379 6382 3970 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 103735929 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104186577912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6395] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6395/stat : 6395 (java) S 6379 6382 3970 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 103735929 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104185525512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6396] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6396/stat : 6396 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103735931 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104184474000 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6397] ppid=6379 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/6382/task/6397/stat : 6397 (java) S 6379 6382 3970 0 -1 4202560 11434 0 0 0 131 2 0 0 20 0 19 0 103735931 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140104183421624 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6382/tid=6398] ppid=6379 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/6382/task/6398/stat : 6398 (java) S 6379 6382 3970 0 -1 4202560 15676 0 0 0 142 2 0 0 20 0 19 0 103735931 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140103309584952 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6399] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6399/stat : 6399 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103735931 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140103308532856 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6382/tid=6400] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6400/stat : 6400 (java) S 6379 6382 3970 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 103735931 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140103307480264 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6382/tid=6403] ppid=6379 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6382/task/6403/stat : 6403 (java) S 6379 6382 3970 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 103735960 10060525568 151427 33554432000 1073741824 1073778376 140735969882352 140103304320168 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 11.59
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 4.8714
CPU time (s): 11.6832
CPU user time (s): 11.3603
CPU system time (s): 0.32295
CPU usage (%): 239.833
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3603
system time used= 0.32295
maximum resident set size= 605764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32015
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= 666
involuntary context switches= 1227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036994 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-06 15:00:06
IDJOB=4080295
IDBENCH=1274
IDSOLVER=2543
FILE ID=node102/4080295-1465218006
RUNJOBID= node102-1465216787-3986
PBS_JOBID= 19843204
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900582300.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080295-1465218006/watcher-4080295-1465218006 -o /tmp/evaluation-result-4080295-1465218006/solver-4080295-1465218006 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1465216787-3986 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080295-1465218006.opb

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

MD5SUM BENCH= be6efe3218879d0d0c6c419c0919396c
RANDOM SEED=638172571

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:        29370748 kB
Buffers:            4104 kB
Cached:            35632 kB
SwapCached:         2264 kB
Active:          2590136 kB
Inactive:          19164 kB
Active(anon):    2570676 kB
Inactive(anon):     1252 kB
Active(file):      19460 kB
Inactive(file):    17912 kB
Unevictable:      190480 kB
Mlocked:           10608 kB
SwapTotal:      67108856 kB
SwapFree:       67098160 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:       2758968 kB
Mapped:            14876 kB
Shmem:                 0 kB
Slab:             566280 kB
SReclaimable:       9208 kB
SUnreclaim:       557072 kB
KernelStack:        1600 kB
PageTables:         9724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3054356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2705408 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= 71740 MiB
End job on node102 at 2016-06-06 15:00:11