Trace number 4097878

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 30.6493 13.8734

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression16_10.opb
MD5SUM3ed60324aa46a974f587e27fe2a229da
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 benchmark1.76673
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables702
Total number of constraints3254
Number of constraints which are clauses3250
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4097878-1466114413.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.57/0.34	c ... done. Wall clock time 0.23s.
0.57/0.34	c declared #vars     702
0.57/0.34	c #constraints  3258
0.57/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.57/0.34	c constraints type 
0.57/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1950
0.57/0.34	c org.sat4j.specs.Constr$1 => 3
0.57/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.57/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.57/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1300
0.57/0.34	c 3258 constraints processed.
0.57/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.57/0.34	c constraints type 
0.57/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1300
0.57/0.34	c org.sat4j.specs.Constr$1 => 3
0.57/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1950
0.57/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.57/0.34	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.57/0.34	c 3258 constraints processed.
3.36/1.16	c cleaning 2499 clauses out of 5002 with flag 17001/5002
5.32/1.81	c cleaning 4251 clauses out of 8502 with flag 41432/11001
6.57/2.49	c cleaning 5626 clauses out of 11251 with flag 72274/18001
8.43/3.36	c cleaning 6810 clauses out of 13624 with flag 113426/26000
11.29/4.41	c cleaning 7907 clauses out of 15815 with flag 160429/35001
13.89/5.53	c cleaning 8952 clauses out of 17908 with flag 216446/45001
16.51/6.83	c cleaning 9973 clauses out of 19954 with flag 284949/56000
19.76/8.40	c cleaning 10991 clauses out of 21983 with flag 353826/68002
23.20/10.13	c cleaning 11993 clauses out of 23990 with flag 428239/81001
27.00/12.04	c cleaning 12999 clauses out of 25997 with flag 518986/95002
30.42/13.77	c And the winner is solver0
30.56/13.85	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
30.56/13.85	c starts		: 6
30.56/13.85	c conflicts		: 107411
30.56/13.85	c decisions		: 118767
30.56/13.85	c propagations		: 6115016
30.56/13.85	c inspects		: 220737865
30.56/13.85	c shortcuts		: 0
30.56/13.85	c learnt literals	: 15
30.56/13.85	c learnt binary clauses	: 100
30.56/13.85	c learnt ternary clauses	: 439
30.56/13.85	c learnt constraints	: 107395
30.56/13.85	c ignored constraints	: 0
30.56/13.85	c root simplifications	: 0
30.56/13.85	c removed literals (reason simplification)	: 983588
30.56/13.85	c reason swapping (by a shorter reason)	: 0
30.56/13.85	c Calls to reduceDB	: 10
30.56/13.85	c Number of update (reduction) of LBD	: 16340
30.56/13.85	c Imported unit clauses	: 0
30.56/13.85	c number of reductions to clauses (during analyze)	: 0
30.56/13.85	c number of learned constraints concerned by reduction	: 0
30.56/13.85	c number of learning phase by resolution	: 0
30.56/13.85	c number of learning phase by cutting planes	: 0
30.56/13.85	c speed (assignments/second)	: 452897.05228854984
30.56/13.85	c non guided choices	351
30.56/13.86	c learnt constraints type 
30.56/13.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 100
30.56/13.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25294
30.56/13.86	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
30.56/13.86	c starts		: 15
30.56/13.86	c conflicts		: 2926
30.56/13.86	c decisions		: 3554
30.56/13.86	c propagations		: 189722
30.56/13.86	c inspects		: 27420632
30.56/13.86	c shortcuts		: 0
30.56/13.86	c learnt literals	: 0
30.56/13.86	c learnt binary clauses	: 0
30.56/13.86	c learnt ternary clauses	: 0
30.56/13.86	c learnt constraints	: 2926
30.56/13.86	c ignored constraints	: 0
30.56/13.86	c root simplifications	: 0
30.56/13.86	c removed literals (reason simplification)	: 0
30.56/13.86	c reason swapping (by a shorter reason)	: 0
30.56/13.86	c Calls to reduceDB	: 0
30.56/13.86	c Number of update (reduction) of LBD	: 0
30.56/13.86	c Imported unit clauses	: 0
30.56/13.86	c number of reductions to clauses (during analyze)	: 0
30.56/13.86	c number of learned constraints concerned by reduction	: 0
30.56/13.86	c number of learning phase by resolution	: 0
30.56/13.86	c number of learning phase by cutting planes	: 0
30.56/13.86	c speed (assignments/second)	: 14035.806761855441
30.56/13.86	c non guided choices	351
30.56/13.86	c learnt constraints type 
30.56/13.86	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 147
30.56/13.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
30.56/13.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2694
30.56/13.86	s UNSATISFIABLE
30.56/13.86	c Total wall clock time (in seconds): 13.755

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-4097878-1466114413/watcher-4097878-1466114413 -o /tmp/evaluation-result-4097878-1466114413/solver-4097878-1466114413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097878-1466114413.opb 

pid=21645
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.24 4.08 3.20 3/200 21648
/proc/meminfo: memFree=28594244/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13487178 98570240 978 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 24065 978 744 9 0 16771 0
[pid=21648/tid=21649] ppid=21645 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21645 21648 18087 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13487178 98570240 978 33554432000 1073741824 1073778376 140734999943408 139768163683880 206408861056 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.24 4.08 3.20 3/200 21648
/proc/meminfo: memFree=28594244/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 4518 0 1 0 10 1 0 0 20 0 18 0 13487178 9787879424 5646 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2389619 5646 2156 9 0 2380296 0
[pid=21648/tid=21649] ppid=21645 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21645 21648 18087 0 -1 4202560 2446 0 1 0 6 1 0 0 20 0 18 0 13487178 9787879424 5646 33554432000 1073741824 1073778376 140734999943408 139768163687048 206412244237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 4.24 4.08 3.20 3/200 21648
/proc/meminfo: memFree=28594244/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 5052 0 1 0 28 2 0 0 20 0 18 0 13487178 9787879424 6547 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2389619 6547 2219 9 0 2380296 0
[pid=21648/tid=21649] ppid=21645 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21645 21648 18087 0 -1 4202560 2463 0 1 0 16 1 0 0 20 0 18 0 13487178 9787879424 6547 33554432000 1073741824 1073778376 140734999943408 139768163687048 206412244237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300349 s]
/proc/loadavg: 4.24 4.08 3.20 3/200 21648
/proc/meminfo: memFree=28594244/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 7470 0 1 0 55 2 0 0 20 0 18 0 13487178 9787879424 9881 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2389619 9881 2234 9 0 2380296 0
[pid=21648/tid=21649] ppid=21645 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) R 21645 21648 18087 0 -1 4202560 2468 0 1 0 26 1 0 0 20 0 18 0 13487178 9787879424 9881 33554432000 1073741824 1073778376 140734999943408 139768163687048 139768103839621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700241 s]
/proc/loadavg: 4.24 4.08 3.20 3/200 21648
/proc/meminfo: memFree=28594244/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 15427 0 1 0 202 5 0 0 20 0 22 0 13487178 10060525568 17453 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2456183 17453 2264 9 0 2446860 0
[pid=21648/tid=21649] ppid=21645 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21645 21648 18087 0 -1 4202560 2484 0 1 0 31 1 0 0 20 0 22 0 13487178 10060525568 17453 33554432000 1073741824 1073778376 140734999943408 139768163689336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.30 4.10 3.20 7/222 21670
/proc/meminfo: memFree=28423308/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9824732 CPUtime=4.64 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 22952 0 1 0 456 8 0 0 20 0 22 0 13487178 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2456183 47141 2292 9 0 2446860 0
[pid=21648/tid=21649] ppid=21645 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21645 21648 18087 0 -1 4202560 2484 0 1 0 31 1 0 0 20 0 22 0 13487178 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768163689336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21651] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21645 21648 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768102419496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21652] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768006130600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21653] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768005077800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21654] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21645 21648 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768004025000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21655] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21645 21648 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768002972200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21656] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21645 21648 18087 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768001919400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21657] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139768000866600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21658] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767999813800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21659] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21645 21648 18087 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 13487180 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767987616744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21660] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21645 21648 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767986562808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21661] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21645 21648 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767985509896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21662] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767984458384 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21663] ppid=21645 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21645 21648 18087 0 -1 4202560 7783 0 0 0 94 2 0 0 20 0 22 0 13487183 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767983405496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21664] ppid=21645 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21645 21648 18087 0 -1 4202560 11195 0 0 0 99 2 0 0 20 0 22 0 13487183 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767982352696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21665] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767981300088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21666] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767980247496 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21667] ppid=21645 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) R 21645 21648 18087 0 -1 4202560 22 0 0 0 111 0 0 0 20 0 22 0 13487212 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767979193544 139768103647072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21668] ppid=21645 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21648/task/21668/stat : 21668 (java) R 21645 21648 18087 0 -1 4202560 85 0 0 0 109 2 0 0 20 0 22 0 13487212 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767978139456 139768104194132 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21669] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21669/stat : 21669 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767977088424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21670] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21670/stat : 21670 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 47141 33554432000 1073741824 1073778376 140734999943408 139767976035624 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.30 4.10 3.20 5/222 21670
/proc/meminfo: memFree=28333268/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9824732 CPUtime=8.01 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 23261 0 1 0 785 16 0 0 20 0 22 0 13487178 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2456183 85714 2292 9 0 2446860 0
[pid=21648/tid=21649] ppid=21645 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21645 21648 18087 0 -1 4202560 2484 0 1 0 31 1 0 0 20 0 22 0 13487178 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768163689336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21651] ppid=21645 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21645 21648 18087 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768102419496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21652] ppid=21645 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21645 21648 18087 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768006130600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21653] ppid=21645 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21645 21648 18087 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768005077800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21654] ppid=21645 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21645 21648 18087 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768004025000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21655] ppid=21645 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21645 21648 18087 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768002972200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21656] ppid=21645 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21645 21648 18087 0 -1 4202560 35 0 0 0 1 1 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768001919400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21657] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21645 21648 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139768000866600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21658] ppid=21645 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21645 21648 18087 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13487179 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767999813800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21659] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21645 21648 18087 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 22 0 13487180 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767987616744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21660] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21645 21648 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767986562808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21661] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21645 21648 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767985509896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21662] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767984458384 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21663] ppid=21645 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21645 21648 18087 0 -1 4202560 7792 0 0 0 101 2 0 0 20 0 22 0 13487183 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767983405496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21664] ppid=21645 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21645 21648 18087 0 -1 4202560 11197 0 0 0 102 3 0 0 20 0 22 0 13487183 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767982352696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21665] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767981300088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21666] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767980247496 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21667] ppid=21645 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) R 21645 21648 18087 0 -1 4202560 23 0 0 0 265 0 0 0 20 0 22 0 13487212 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767979191568 139768104168793 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21668] ppid=21645 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/21648/task/21668/stat : 21668 (java) R 21645 21648 18087 0 -1 4202560 142 0 0 0 262 3 0 0 20 0 22 0 13487212 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767978139520 139768104060133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21669] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21669/stat : 21669 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767977088424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21670] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21670/stat : 21670 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 85714 33554432000 1073741824 1073778376 140734999943408 139767976035624 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.28 4.10 3.21 5/222 21670
/proc/meminfo: memFree=27993828/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9824732 CPUtime=15.5 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 29121 0 1 0 1526 24 0 0 20 0 22 0 13487178 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2456183 152106 2292 9 0 2446860 0
[pid=21648/tid=21649] ppid=21645 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21645 21648 18087 0 -1 4202560 2484 0 1 0 31 1 0 0 20 0 22 0 13487178 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768163689336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21651] ppid=21645 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21645 21648 18087 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 13487179 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768102419496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21652] ppid=21645 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21645 21648 18087 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 13487179 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768006130600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21653] ppid=21645 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21645 21648 18087 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 13487179 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768005077800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21654] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21645 21648 18087 0 -1 4202560 43 0 0 0 3 2 0 0 20 0 22 0 13487179 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768004025000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21655] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21645 21648 18087 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 22 0 13487179 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768002972200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21656] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21645 21648 18087 0 -1 4202560 39 0 0 0 2 2 0 0 20 0 22 0 13487179 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768001919400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21657] ppid=21645 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21645 21648 18087 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 13487179 10060525568 152106 33554432000 1073741824 1073778376 140734999943408 139768000866600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21658] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/21648/task/21666/stat : 21666 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 301886 33554432000 1073741824 1073778376 140734999943408 139767980247496 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21667] ppid=21645 vsize=9824732 CPUtime=12.12 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) R 21645 21648 18087 0 -1 4202560 33 0 0 0 1212 0 0 0 20 0 22 0 13487212 10060525568 301886 33554432000 1073741824 1073778376 140734999943408 139767979184640 139768104034634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21668] ppid=21645 vsize=9824732 CPUtime=12.12 cores=1,3,5,7
/proc/21648/task/21668/stat : 21668 (java) R 21645 21648 18087 0 -1 4202560 1003 0 0 0 1198 14 0 0 20 0 22 0 13487212 10060525568 301886 33554432000 1073741824 1073778376 140734999943408 139767978139536 139768104175341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21669] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21669/stat : 21669 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 301886 33554432000 1073741824 1073778376 140734999943408 139767977088424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21670] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21670/stat : 21670 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 301886 33554432000 1073741824 1073778376 140734999943408 139767976035624 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 9824732

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

[startup+12.8012 s]
/proc/loadavg: 4.25 4.10 3.21 5/222 21670
/proc/meminfo: memFree=27468188/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9824732 CPUtime=28.6 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 30259 0 1 0 2826 34 0 0 20 0 22 0 13487178 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2456183 311102 2292 9 0 2446860 0
[pid=21648/tid=21649] ppid=21645 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21645 21648 18087 0 -1 4202560 2484 0 1 0 31 1 0 0 20 0 22 0 13487178 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768163689336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21651] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21645 21648 18087 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768102419496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21652] ppid=21645 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21645 21648 18087 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768006130600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21653] ppid=21645 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21645 21648 18087 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768005077800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21654] ppid=21645 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21645 21648 18087 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768004025000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21655] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21645 21648 18087 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768002972200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21656] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21645 21648 18087 0 -1 4202560 49 0 0 0 3 2 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768001919400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21657] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21645 21648 18087 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139768000866600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21658] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21645 21648 18087 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 13487179 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767999813800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21659] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21645 21648 18087 0 -1 4202560 741 0 0 0 0 0 0 0 20 0 22 0 13487180 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767987616744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21660] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21645 21648 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767986562808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21661] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21645 21648 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767985509896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21662] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767984458384 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21663] ppid=21645 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21645 21648 18087 0 -1 4202560 11972 0 0 0 193 3 0 0 20 0 22 0 13487183 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767983405496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21664] ppid=21645 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21645 21648 18087 0 -1 4202560 12450 0 0 0 115 3 0 0 20 0 22 0 13487183 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767982352696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21665] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767981300088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21666] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767980247496 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21667] ppid=21645 vsize=9824732 CPUtime=12.22 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) R 21645 21648 18087 0 -1 4202560 33 0 0 0 1222 0 0 0 20 0 22 0 13487212 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767979184640 139768104034999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21668] ppid=21645 vsize=9824732 CPUtime=12.22 cores=1,3,5,7
/proc/21648/task/21668/stat : 21668 (java) R 21645 21648 18087 0 -1 4202560 1021 0 0 0 1208 14 0 0 20 0 22 0 13487212 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767978139536 139768104179794 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21669] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21669/stat : 21669 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767977088424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21670] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21670/stat : 21670 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 311102 33554432000 1073741824 1073778376 140734999943408 139767976035624 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 9824732

[startup+13.6009 s]
/proc/loadavg: 4.25 4.10 3.21 5/222 21670
/proc/meminfo: memFree=27211816/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9824732 CPUtime=30.22 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 30396 0 1 0 2983 39 0 0 20 0 22 0 13487178 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2456183 381246 2292 9 0 2446860 0
[pid=21648/tid=21649] ppid=21645 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21645 21648 18087 0 -1 4202560 2484 0 1 0 31 1 0 0 20 0 22 0 13487178 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768163689336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21651] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21645 21648 18087 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768102419496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21652] ppid=21645 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21645 21648 18087 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768006130600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21653] ppid=21645 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21645 21648 18087 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768005077800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21654] ppid=21645 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21645 21648 18087 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768004025000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21655] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21645 21648 18087 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768002972200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21656] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21645 21648 18087 0 -1 4202560 49 0 0 0 3 2 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768001919400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21657] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21645 21648 18087 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139768000866600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21658] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21645 21648 18087 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 13487179 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767999813800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21659] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21645 21648 18087 0 -1 4202560 741 0 0 0 0 0 0 0 20 0 22 0 13487180 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767987616744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21660] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21645 21648 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767986562808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21661] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21645 21648 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13487181 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767985509896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21662] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767984458384 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21663] ppid=21645 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21645 21648 18087 0 -1 4202560 11972 0 0 0 196 3 0 0 20 0 22 0 13487183 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767983405496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21664] ppid=21645 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21645 21648 18087 0 -1 4202560 12450 0 0 0 115 3 0 0 20 0 22 0 13487183 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767982352696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21665] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767981300088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21666] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13487183 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767980247496 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21667] ppid=21645 vsize=9824732 CPUtime=13.01 cores=1,3,5,7
/proc/21648/task/21667/stat : 21667 (java) R 21645 21648 18087 0 -1 4202560 34 0 0 0 1301 0 0 0 20 0 22 0 13487212 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767979193400 139768103936407 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21668] ppid=21645 vsize=9824732 CPUtime=13.02 cores=1,3,5,7
/proc/21648/task/21668/stat : 21668 (java) R 21645 21648 18087 0 -1 4202560 1157 0 0 0 1283 19 0 0 20 0 22 0 13487212 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767978139536 139768104194127 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21669] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21669/stat : 21669 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767977088424 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21670] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21670/stat : 21670 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13487213 10060525568 381246 33554432000 1073741824 1073778376 140734999943408 139767976035624 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.22
Current children cumulated vsize (KiB) 9824732

[startup+13.8009 s]
/proc/loadavg: 4.25 4.10 3.21 5/222 21670
/proc/meminfo: memFree=27211816/32872528 swapFree=7268/7268
[pid=21648] ppid=21645 vsize=9824732 CPUtime=30.56 cores=1,3,5,7
/proc/21648/stat : 21648 (java) S 21645 21648 18087 0 -1 4202496 30432 0 1 0 3016 40 0 0 20 0 20 0 13487178 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 140734999934544 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21648/statm: 2456183 398648 2293 9 0 2446860 0
[pid=21648/tid=21649] ppid=21645 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/21648/task/21649/stat : 21649 (java) S 21645 21648 18087 0 -1 4202560 2484 0 1 0 31 1 0 0 20 0 20 0 13487178 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768163689336 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21651] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21651/stat : 21651 (java) S 21645 21648 18087 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768102419496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21652] ppid=21645 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21648/task/21652/stat : 21652 (java) S 21645 21648 18087 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768006130600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21653] ppid=21645 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21648/task/21653/stat : 21653 (java) S 21645 21648 18087 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768005077800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21654] ppid=21645 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21648/task/21654/stat : 21654 (java) S 21645 21648 18087 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768004025000 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21655] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21655/stat : 21655 (java) S 21645 21648 18087 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768002972200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21656] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21656/stat : 21656 (java) S 21645 21648 18087 0 -1 4202560 49 0 0 0 3 2 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768001919400 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21657] ppid=21645 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21648/task/21657/stat : 21657 (java) S 21645 21648 18087 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139768000866600 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21658] ppid=21645 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21648/task/21658/stat : 21658 (java) S 21645 21648 18087 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 20 0 13487179 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767999813800 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21659] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21659/stat : 21659 (java) S 21645 21648 18087 0 -1 4202560 741 0 0 0 0 0 0 0 20 0 20 0 13487180 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767987616744 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21660] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21660/stat : 21660 (java) S 21645 21648 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13487181 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767986562808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21661] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21661/stat : 21661 (java) S 21645 21648 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13487181 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767985509896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21662] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21662/stat : 21662 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13487183 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767984458384 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21663] ppid=21645 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/21648/task/21663/stat : 21663 (java) S 21645 21648 18087 0 -1 4202560 11972 0 0 0 196 3 0 0 20 0 20 0 13487183 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767983405496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21648/tid=21664] ppid=21645 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/21648/task/21664/stat : 21664 (java) S 21645 21648 18087 0 -1 4202560 12450 0 0 0 115 3 0 0 20 0 20 0 13487183 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767982352696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21648/tid=21665] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21665/stat : 21665 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13487183 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767981300088 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21666] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21666/stat : 21666 (java) S 21645 21648 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13487183 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767980247496 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21648/tid=21668] ppid=21645 vsize=9824732 CPUtime=13.21 cores=1,3,5,7
/proc/21648/task/21668/stat : 21668 (java) R 21645 21648 18087 0 -1 4202560 1191 0 0 0 1301 20 0 0 20 0 20 0 13487212 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767978139536 139768104060133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21648/tid=21670] ppid=21645 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21648/task/21670/stat : 21670 (java) S 21645 21648 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13487213 10060525568 398648 33554432000 1073741824 1073778376 140734999943408 139767976035624 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.56
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 13.8734
CPU time (s): 30.6493
CPU user time (s): 30.1274
CPU system time (s): 0.52192
CPU usage (%): 220.922
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1274
system time used= 0.52192
maximum resident set size= 1604836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30447
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= 1012
involuntary context switches= 950

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.055991 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 00:00:13
IDJOB=4097878
IDBENCH=107820
IDSOLVER=2543
FILE ID=node133/4097878-1466114413
RUNJOBID= node133-1466113274-20821
PBS_JOBID= 19904054
Free space on /tmp= 71708 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-compression16_10.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097878-1466114413/watcher-4097878-1466114413 -o /tmp/evaluation-result-4097878-1466114413/solver-4097878-1466114413 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097878-1466114413.opb

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

MD5SUM BENCH= 3ed60324aa46a974f587e27fe2a229da
RANDOM SEED=373896281

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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:        28594772 kB
Buffers:           68188 kB
Cached:           139160 kB
SwapCached:         1860 kB
Active:          3455008 kB
Inactive:         107492 kB
Active(anon):    3356296 kB
Inactive(anon):     1228 kB
Active(file):      98712 kB
Inactive(file):   106264 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:               984 kB
Writeback:             0 kB
AnonPages:       3364016 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             571188 kB
SReclaimable:      14200 kB
SUnreclaim:       556988 kB
KernelStack:        1616 kB
PageTables:        10844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3790472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3268608 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= 71708 MiB
End job on node133 at 2016-06-17 00:00:27