Trace number 4098207

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 9.55255 3.91796

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_5.opb
MD5SUMef6d0572158fd0a5ac9a46f8965ef396
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.427934
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints23534
Number of constraints which are clauses23529
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint69
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 74
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4098207-1466115423.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.62/0.90	c ... done. Wall clock time 0.788s.
1.62/0.90	c declared #vars     4830
1.62/0.90	c #constraints  23538
1.62/0.90	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.62/0.90	c constraints type 
1.62/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14076
1.62/0.90	c org.sat4j.specs.Constr$1 => 4
1.62/0.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.62/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.62/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 9452
1.62/0.90	c 23538 constraints processed.
1.62/0.90	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.62/0.90	c constraints type 
1.62/0.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 9452
1.62/0.90	c org.sat4j.specs.Constr$1 => 4
1.62/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14076
1.62/0.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1.62/0.90	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
1.62/0.90	c 23538 constraints processed.
6.77/2.74	c cleaning 2496 clauses out of 4997 with flag 38365/5000
9.40/3.72	c And the winner is solver0
9.47/3.91	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
9.47/3.91	c starts		: 34
9.47/3.91	c conflicts		: 7815
9.47/3.91	c decisions		: 153739
9.47/3.91	c propagations		: 3182227
9.47/3.91	c inspects		: 23761699
9.47/3.91	c shortcuts		: 0
9.47/3.91	c learnt literals	: 5
9.47/3.91	c learnt binary clauses	: 140
9.47/3.91	c learnt ternary clauses	: 3807
9.47/3.91	c learnt constraints	: 7809
9.47/3.91	c ignored constraints	: 0
9.47/3.91	c root simplifications	: 0
9.47/3.91	c removed literals (reason simplification)	: 55392
9.47/3.91	c reason swapping (by a shorter reason)	: 0
9.47/3.91	c Calls to reduceDB	: 1
9.47/3.91	c Number of update (reduction) of LBD	: 4346
9.47/3.91	c Imported unit clauses	: 0
9.47/3.91	c number of reductions to clauses (during analyze)	: 0
9.47/3.91	c number of learned constraints concerned by reduction	: 0
9.47/3.91	c number of learning phase by resolution	: 0
9.47/3.91	c number of learning phase by cutting planes	: 0
9.47/3.91	c speed (assignments/second)	: 1062868.0694722778
9.47/3.91	c non guided choices	4217
9.47/3.91	c learnt constraints type 
9.47/3.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 140
9.47/3.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 5173
9.47/3.91	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
9.47/3.91	c starts		: 2
9.47/3.91	c conflicts		: 207
9.47/3.91	c decisions		: 4891
9.47/3.91	c propagations		: 251770
9.47/3.91	c inspects		: 4244833
9.47/3.91	c shortcuts		: 0
9.47/3.91	c learnt literals	: 0
9.47/3.91	c learnt binary clauses	: 0
9.47/3.91	c learnt ternary clauses	: 0
9.47/3.91	c learnt constraints	: 206
9.47/3.91	c ignored constraints	: 0
9.47/3.91	c root simplifications	: 0
9.47/3.91	c removed literals (reason simplification)	: 0
9.47/3.91	c reason swapping (by a shorter reason)	: 0
9.47/3.91	c Calls to reduceDB	: 0
9.47/3.91	c Number of update (reduction) of LBD	: 0
9.47/3.91	c Imported unit clauses	: 0
9.47/3.91	c number of reductions to clauses (during analyze)	: 0
9.47/3.91	c number of learned constraints concerned by reduction	: 0
9.47/3.91	c number of learning phase by resolution	: 0
9.47/3.91	c number of learning phase by cutting planes	: 0
9.47/3.91	c speed (assignments/second)	: 84007.34067400734
9.47/3.91	c non guided choices	4217
9.47/3.91	c learnt constraints type 
9.47/3.91	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5
9.47/3.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
9.47/3.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
9.47/3.91	s UNSATISFIABLE
9.47/3.91	c Total wall clock time (in seconds): 3.797

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-4098207-1466115423/watcher-4098207-1466115423 -o /tmp/evaluation-result-4098207-1466115423/solver-4098207-1466115423 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30851 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4098207-1466115423.opb 

pid=2014
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.27 4.15 4.00 4/197 2017
/proc/meminfo: memFree=27686604/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/2017/stat : 2017 (java) R 2014 2017 28709 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 13587707 23793664 710 33554432000 1073741824 1073778376 140733870318000 140733870307992 211449591888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 5809 710 525 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 4.27 4.15 4.00 4/197 2017
/proc/meminfo: memFree=27686604/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 4420 0 1 0 9 1 0 0 20 0 18 0 13587707 9787879424 6057 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2389619 6057 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 4.27 4.15 4.00 4/197 2017
/proc/meminfo: memFree=27686604/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 6342 0 1 0 28 1 0 0 20 0 18 0 13587707 9787879424 8468 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2389619 8468 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 4.27 4.15 4.00 4/197 2017
/proc/meminfo: memFree=27686604/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 6927 0 1 0 55 2 0 0 20 0 18 0 13587707 9787879424 11224 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2389619 11224 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700191 s]
/proc/loadavg: 4.27 4.15 4.00 4/197 2017
/proc/meminfo: memFree=27686604/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9558476 CPUtime=1.1 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 12494 0 1 0 105 5 0 0 20 0 18 0 13587707 9787879424 44949 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2389619 44949 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.25 4.15 4.00 7/219 2039
/proc/meminfo: memFree=27511180/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 22415 0 1 0 379 7 0 0 20 0 22 0 13587707 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2456183 49588 2281 9 0 2446860 0
[pid=2017/tid=2019] ppid=2014 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2017/task/2019/stat : 2019 (java) S 2014 2017 28709 0 -1 4202560 2479 0 1 0 84 3 0 0 20 0 22 0 13587707 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289755485048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2020] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2020/stat : 2020 (java) S 2014 2017 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289744546728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2021] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2021/stat : 2021 (java) S 2014 2017 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289743494184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2022] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2022/stat : 2022 (java) S 2014 2017 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289742441128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2023] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2023/stat : 2023 (java) S 2014 2017 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289741388584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2024] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2024/stat : 2024 (java) S 2014 2017 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289740335528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2025] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2025/stat : 2025 (java) S 2014 2017 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289739282984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2026] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2026/stat : 2026 (java) S 2014 2017 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289592998056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2027] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2027/stat : 2027 (java) S 2014 2017 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289591945512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2028] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2028/stat : 2028 (java) S 2014 2017 28709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13587709 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289579748200 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2029] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2029/stat : 2029 (java) S 2014 2017 28709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289578694520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2030] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2030/stat : 2030 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289577641352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2031] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2031/stat : 2031 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289576590096 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2032] ppid=2014 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/2017/task/2032/stat : 2032 (java) R 2014 2017 28709 0 -1 4202560 9302 0 0 0 84 2 0 0 20 0 22 0 13587712 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289575524320 140289759000459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2033] ppid=2014 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/2017/task/2033/stat : 2033 (java) R 2014 2017 28709 0 -1 4202560 9274 0 0 0 89 2 0 0 20 0 22 0 13587712 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289574461568 140289758351536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2034] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2034/stat : 2034 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289573431544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2035] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2035/stat : 2035 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289572379208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2036] ppid=2014 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/2017/task/2036/stat : 2036 (java) R 2014 2017 28709 0 -1 4202560 20 0 0 0 56 0 0 0 20 0 22 0 13587797 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289571275800 140289620639725 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2037] ppid=2014 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/2017/task/2037/stat : 2037 (java) R 2014 2017 28709 0 -1 4202560 27 0 0 0 57 0 0 0 20 0 22 0 13587797 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289570221560 140289620698108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2038] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2038/stat : 2038 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289569170728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2039] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2039/stat : 2039 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 49588 33554432000 1073741824 1073778376 140733870318000 140289568118184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.25 4.15 4.00 5/219 2039
/proc/meminfo: memFree=27469852/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9824732 CPUtime=8.04 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 24073 0 1 0 791 13 0 0 20 0 22 0 13587707 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2456183 62023 2292 9 0 2446860 0
[pid=2017/tid=2019] ppid=2014 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2017/task/2019/stat : 2019 (java) S 2014 2017 28709 0 -1 4202560 2479 0 1 0 84 3 0 0 20 0 22 0 13587707 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289755485048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2020] ppid=2014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2017/task/2020/stat : 2020 (java) S 2014 2017 28709 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289744546728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2021] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2021/stat : 2021 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289743494184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2022] ppid=2014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2017/task/2022/stat : 2022 (java) S 2014 2017 28709 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289742441128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2023] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2023/stat : 2023 (java) S 2014 2017 28709 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289741388584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2024] ppid=2014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2017/task/2024/stat : 2024 (java) S 2014 2017 28709 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289740335528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2025] ppid=2014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2017/task/2025/stat : 2025 (java) S 2014 2017 28709 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289739282984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2026] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2026/stat : 2026 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289592998056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2027] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2027/stat : 2027 (java) S 2014 2017 28709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13587708 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289591945512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2028] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2028/stat : 2028 (java) S 2014 2017 28709 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13587709 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289579748200 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2029] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2029/stat : 2029 (java) S 2014 2017 28709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289578694520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2030] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2030/stat : 2030 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289577641352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2031] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2031/stat : 2031 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289576590096 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2032] ppid=2014 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/2017/task/2032/stat : 2032 (java) R 2014 2017 28709 0 -1 4202560 9362 0 0 0 142 2 0 0 20 0 22 0 13587712 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289575524320 140289758387384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2033] ppid=2014 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/2017/task/2033/stat : 2033 (java) S 2014 2017 28709 0 -1 4202560 10705 0 0 0 123 2 0 0 20 0 22 0 13587712 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289574484408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2034] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2034/stat : 2034 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289573431544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2035] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2035/stat : 2035 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289572379208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2036] ppid=2014 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/2017/task/2036/stat : 2036 (java) R 2014 2017 28709 0 -1 4202560 20 0 0 0 207 0 0 0 20 0 22 0 13587797 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289571266976 140289621502716 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2037] ppid=2014 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/2017/task/2037/stat : 2037 (java) R 2014 2017 28709 0 -1 4202560 31 0 0 0 210 0 0 0 20 0 22 0 13587797 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289570222952 140289621477781 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2038] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2038/stat : 2038 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289569170728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2039] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2039/stat : 2039 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 62023 33554432000 1073741824 1073778376 140733870318000 140289568118184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9824732

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

[startup+3.2011 s]
/proc/loadavg: 4.25 4.15 4.00 5/219 2039
/proc/meminfo: memFree=27469852/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9824732 CPUtime=8.34 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 24075 0 1 0 821 13 0 0 20 0 22 0 13587707 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2456183 63047 2292 9 0 2446860 0
[pid=2017/tid=2019] ppid=2014 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2017/task/2019/stat : 2019 (java) S 2014 2017 28709 0 -1 4202560 2479 0 1 0 84 3 0 0 20 0 22 0 13587707 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289755485048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2020] ppid=2014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2017/task/2020/stat : 2020 (java) S 2014 2017 28709 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289744546728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2021] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2021/stat : 2021 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289743494184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2022] ppid=2014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2017/task/2022/stat : 2022 (java) S 2014 2017 28709 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289742441128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2023] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2023/stat : 2023 (java) S 2014 2017 28709 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289741388584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2024] ppid=2014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2017/task/2024/stat : 2024 (java) S 2014 2017 28709 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289740335528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2025] ppid=2014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2017/task/2025/stat : 2025 (java) S 2014 2017 28709 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289739282984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2026] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2026/stat : 2026 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289592998056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2027] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2027/stat : 2027 (java) S 2014 2017 28709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13587708 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289591945512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2028] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2028/stat : 2028 (java) S 2014 2017 28709 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13587709 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289579748200 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2029] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2029/stat : 2029 (java) S 2014 2017 28709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289578694520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2030] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2030/stat : 2030 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289577641352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2031] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2031/stat : 2031 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289576590096 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2032] ppid=2014 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/2017/task/2032/stat : 2032 (java) R 2014 2017 28709 0 -1 4202560 9362 0 0 0 152 2 0 0 20 0 22 0 13587712 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289575524320 140289758097246 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2033] ppid=2014 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/2017/task/2033/stat : 2033 (java) S 2014 2017 28709 0 -1 4202560 10705 0 0 0 123 2 0 0 20 0 22 0 13587712 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289574484408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2034] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2034/stat : 2034 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289573431544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2035] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2035/stat : 2035 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289572379208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2036] ppid=2014 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/2017/task/2036/stat : 2036 (java) R 2014 2017 28709 0 -1 4202560 20 0 0 0 217 0 0 0 20 0 22 0 13587797 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289571266976 140289621556070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2037] ppid=2014 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/2017/task/2037/stat : 2037 (java) R 2014 2017 28709 0 -1 4202560 33 0 0 0 219 0 0 0 20 0 22 0 13587797 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289570222952 140289621869261 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2038] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2038/stat : 2038 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289569170728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2039] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2039/stat : 2039 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 63047 33554432000 1073741824 1073778376 140733870318000 140289568118184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 9824732

[startup+3.60094 s]
/proc/loadavg: 4.25 4.15 4.00 5/219 2039
/proc/meminfo: memFree=27397676/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9824732 CPUtime=9.2 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 24284 0 1 0 903 17 0 0 20 0 22 0 13587707 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2456183 90313 2292 9 0 2446860 0
[pid=2017/tid=2019] ppid=2014 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2017/task/2019/stat : 2019 (java) S 2014 2017 28709 0 -1 4202560 2479 0 1 0 84 3 0 0 20 0 22 0 13587707 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289755485048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2020] ppid=2014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2017/task/2020/stat : 2020 (java) S 2014 2017 28709 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289744546728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2021] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2021/stat : 2021 (java) S 2014 2017 28709 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289743494184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2022] ppid=2014 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2017/task/2022/stat : 2022 (java) S 2014 2017 28709 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289742441128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2023] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2023/stat : 2023 (java) S 2014 2017 28709 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289741388584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2024] ppid=2014 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2017/task/2024/stat : 2024 (java) S 2014 2017 28709 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289740335528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2025] ppid=2014 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2017/task/2025/stat : 2025 (java) S 2014 2017 28709 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289739282984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2026] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2026/stat : 2026 (java) S 2014 2017 28709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289592998056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2027] ppid=2014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2017/task/2027/stat : 2027 (java) S 2014 2017 28709 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 13587708 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289591945512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2028] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2028/stat : 2028 (java) S 2014 2017 28709 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 22 0 13587709 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289579748200 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2029] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2029/stat : 2029 (java) S 2014 2017 28709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289578694520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2030] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2030/stat : 2030 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13587710 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289577641352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2031] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2031/stat : 2031 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289576590096 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2032] ppid=2014 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/2017/task/2032/stat : 2032 (java) S 2014 2017 28709 0 -1 4202560 9362 0 0 0 155 2 0 0 20 0 22 0 13587712 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289575536952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2033] ppid=2014 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/2017/task/2033/stat : 2033 (java) S 2014 2017 28709 0 -1 4202560 10705 0 0 0 123 2 0 0 20 0 22 0 13587712 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289574484408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2034] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2034/stat : 2034 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289573431544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2035] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2035/stat : 2035 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13587712 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289572379208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2036] ppid=2014 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/2017/task/2036/stat : 2036 (java) R 2014 2017 28709 0 -1 4202560 20 0 0 0 255 0 0 0 20 0 22 0 13587797 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289571273912 140289620805127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2037] ppid=2014 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/2017/task/2037/stat : 2037 (java) R 2014 2017 28709 0 -1 4202560 78 0 0 0 255 2 0 0 20 0 22 0 13587797 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289570221920 140289621841793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2038] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2038/stat : 2038 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289569170728 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2039] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2039/stat : 2039 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13587798 10060525568 90313 33554432000 1073741824 1073778376 140733870318000 140289568118184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 9824732

[startup+3.80093 s]
/proc/loadavg: 4.25 4.15 4.00 5/219 2039
/proc/meminfo: memFree=27397676/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9824732 CPUtime=9.47 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 24285 0 1 0 927 20 0 0 20 0 19 0 13587707 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2456183 90302 2293 9 0 2446860 0
[pid=2017/tid=2019] ppid=2014 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2017/task/2019/stat : 2019 (java) S 2014 2017 28709 0 -1 4202560 2479 0 1 0 84 3 0 0 20 0 19 0 13587707 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289755485048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2020] ppid=2014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2017/task/2020/stat : 2020 (java) S 2014 2017 28709 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289744546728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2021] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2021/stat : 2021 (java) S 2014 2017 28709 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289743494184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2022] ppid=2014 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2017/task/2022/stat : 2022 (java) S 2014 2017 28709 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289742441128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2023] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2023/stat : 2023 (java) S 2014 2017 28709 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289741388584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2024] ppid=2014 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2017/task/2024/stat : 2024 (java) S 2014 2017 28709 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289740335528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2025] ppid=2014 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2017/task/2025/stat : 2025 (java) S 2014 2017 28709 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289739282984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2026] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2026/stat : 2026 (java) S 2014 2017 28709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289592998056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2027] ppid=2014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2017/task/2027/stat : 2027 (java) S 2014 2017 28709 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289591945512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2028] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2028/stat : 2028 (java) S 2014 2017 28709 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 19 0 13587709 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289579748200 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2029] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2029/stat : 2029 (java) S 2014 2017 28709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13587710 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289578694520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2030] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2030/stat : 2030 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13587710 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289577641352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2031] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2031/stat : 2031 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289576590096 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2032] ppid=2014 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/2017/task/2032/stat : 2032 (java) S 2014 2017 28709 0 -1 4202560 9362 0 0 0 155 2 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289575536952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2033] ppid=2014 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/2017/task/2033/stat : 2033 (java) S 2014 2017 28709 0 -1 4202560 10705 0 0 0 123 2 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289574484408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2034] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2034/stat : 2034 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289573431544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2035] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2035/stat : 2035 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289572379208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2039] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2039/stat : 2039 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13587798 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289568118184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 9824732

[startup+3.90087 s]
/proc/loadavg: 4.25 4.15 4.00 5/219 2039
/proc/meminfo: memFree=27397676/32872528 swapFree=496356/529060
[pid=2017] ppid=2014 vsize=9824732 CPUtime=9.47 cores=1,3,5,7
/proc/2017/stat : 2017 (java) S 2014 2017 28709 0 -1 4202496 24285 0 1 0 927 20 0 0 20 0 19 0 13587707 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140733870309136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2017/statm: 2456183 90302 2293 9 0 2446860 0
[pid=2017/tid=2019] ppid=2014 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/2017/task/2019/stat : 2019 (java) S 2014 2017 28709 0 -1 4202560 2479 0 1 0 84 3 0 0 20 0 19 0 13587707 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289755485048 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2020] ppid=2014 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2017/task/2020/stat : 2020 (java) S 2014 2017 28709 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289744546728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2021] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2021/stat : 2021 (java) S 2014 2017 28709 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289743494184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2022] ppid=2014 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2017/task/2022/stat : 2022 (java) S 2014 2017 28709 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289742441128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2023] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2023/stat : 2023 (java) S 2014 2017 28709 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289741388584 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2024] ppid=2014 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2017/task/2024/stat : 2024 (java) S 2014 2017 28709 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289740335528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2025] ppid=2014 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2017/task/2025/stat : 2025 (java) S 2014 2017 28709 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289739282984 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2026] ppid=2014 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2017/task/2026/stat : 2026 (java) S 2014 2017 28709 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289592998056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2017/tid=2027] ppid=2014 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/2017/task/2027/stat : 2027 (java) S 2014 2017 28709 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 13587708 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289591945512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2017/tid=2028] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2028/stat : 2028 (java) S 2014 2017 28709 0 -1 4202560 202 0 0 0 0 0 0 0 20 0 19 0 13587709 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289579748200 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2029] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2029/stat : 2029 (java) S 2014 2017 28709 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13587710 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289578694520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2030] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2030/stat : 2030 (java) S 2014 2017 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13587710 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289577641352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2031] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2031/stat : 2031 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289576590096 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2032] ppid=2014 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/2017/task/2032/stat : 2032 (java) S 2014 2017 28709 0 -1 4202560 9362 0 0 0 155 2 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289575536952 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2033] ppid=2014 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/2017/task/2033/stat : 2033 (java) S 2014 2017 28709 0 -1 4202560 10705 0 0 0 123 2 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289574484408 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2034] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2034/stat : 2034 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289573431544 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2017/tid=2035] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2035/stat : 2035 (java) S 2014 2017 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13587712 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289572379208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2017/tid=2039] ppid=2014 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2017/task/2039/stat : 2039 (java) S 2014 2017 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13587798 10060525568 90302 33554432000 1073741824 1073778376 140733870318000 140289568118184 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 3.91796
CPU time (s): 9.55255
CPU user time (s): 9.25059
CPU system time (s): 0.301954
CPU usage (%): 243.814
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.25059
system time used= 0.301954
maximum resident set size= 361256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24294
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= 596
involuntary context switches= 334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024996 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-17 00:17:03
IDJOB=4098207
IDBENCH=107867
IDSOLVER=2543
FILE ID=node141/4098207-1466115423
RUNJOBID= node141-1466112677-30851
PBS_JOBID= 19904052
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098207-1466115423/watcher-4098207-1466115423 -o /tmp/evaluation-result-4098207-1466115423/solver-4098207-1466115423 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30851 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4098207-1466115423.opb

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

MD5SUM BENCH= ef6d0572158fd0a5ac9a46f8965ef396
RANDOM SEED=1312728702

node141.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.547
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	: 5333.09
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.547
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.547
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.54
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.547
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27687636 kB
Buffers:           66164 kB
Cached:           146720 kB
SwapCached:         2876 kB
Active:          3826876 kB
Inactive:         109628 kB
Active(anon):    3723664 kB
Inactive(anon):     2160 kB
Active(file):     103212 kB
Inactive(file):   107468 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099004 kB
Dirty:              3992 kB
Writeback:             0 kB
AnonPages:       4314212 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             571924 kB
SReclaimable:      15180 kB
SUnreclaim:       556744 kB
KernelStack:        1784 kB
PageTables:        12444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4792092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3729408 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= 71720 MiB
End job on node141 at 2016-06-17 00:17:07