Trace number 4099635

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 77.3712 37.0642

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUMcc698dad3442148ac316666fbe5b4b9e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.30104
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099635-1466206124.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
2.92/1.48	c ... done. Wall clock time 1.363s.
2.92/1.48	c declared #vars     49621
2.92/1.48	c #constraints  138346
2.92/1.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.92/1.48	c constraints type 
2.92/1.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 41847
2.92/1.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.92/1.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85542
2.92/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10956
2.92/1.48	c 138346 constraints processed.
2.92/1.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.92/1.48	c constraints type 
2.92/1.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85542
2.92/1.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41847
2.92/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
2.92/1.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.92/1.48	c 138346 constraints processed.
11.37/4.74	c cleaning 2492 clauses out of 4994 with flag 18899/5000
20.82/9.11	c cleaning 4248 clauses out of 8502 with flag 43362/11000
29.35/13.32	c cleaning 5617 clauses out of 11254 with flag 73226/18000
30.17/13.71	c cleaning 0 clauses out of 4998 with flag 0/5000
40.93/18.99	c cleaning 6813 clauses out of 13637 with flag 106940/26000
52.59/24.70	c cleaning 7907 clauses out of 15822 with flag 142264/35000
59.78/28.36	c cleaning 8949 clauses out of 17915 with flag 186718/45000
75.70/36.27	c cleaning 9983 clauses out of 19966 with flag 236482/56001
77.09/36.94	c And the winner is solver0
77.25/37.04	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
77.25/37.04	c starts		: 170
77.25/37.04	c conflicts		: 57099
77.25/37.04	c decisions		: 142007
77.25/37.04	c propagations		: 67540776
77.25/37.04	c inspects		: 205295126
77.25/37.04	c shortcuts		: 0
77.25/37.04	c learnt literals	: 13
77.25/37.04	c learnt binary clauses	: 136
77.25/37.04	c learnt ternary clauses	: 185
77.25/37.04	c learnt constraints	: 57085
77.25/37.04	c ignored constraints	: 0
77.25/37.04	c root simplifications	: 0
77.25/37.04	c removed literals (reason simplification)	: 336402
77.25/37.04	c reason swapping (by a shorter reason)	: 0
77.25/37.04	c Calls to reduceDB	: 7
77.25/37.04	c Number of update (reduction) of LBD	: 14389
77.25/37.04	c Imported unit clauses	: 0
77.25/37.04	c number of reductions to clauses (during analyze)	: 0
77.25/37.04	c number of learned constraints concerned by reduction	: 0
77.25/37.04	c number of learning phase by resolution	: 0
77.25/37.04	c number of learning phase by cutting planes	: 0
77.25/37.04	c speed (assignments/second)	: 1901967.7283095377
77.25/37.04	c non guided choices	5411
77.25/37.04	c learnt constraints type 
77.25/37.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 136
77.25/37.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10940
77.25/37.04	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
77.25/37.04	c starts		: 33
77.25/37.04	c conflicts		: 9763
77.25/37.04	c decisions		: 38680
77.25/37.04	c propagations		: 7917200
77.25/37.04	c inspects		: 72447839
77.25/37.04	c shortcuts		: 0
77.25/37.04	c learnt literals	: 2
77.25/37.04	c learnt binary clauses	: 74
77.25/37.04	c learnt ternary clauses	: 67
77.25/37.04	c learnt constraints	: 9761
77.25/37.04	c ignored constraints	: 0
77.25/37.04	c root simplifications	: 0
77.25/37.04	c removed literals (reason simplification)	: 0
77.25/37.04	c reason swapping (by a shorter reason)	: 0
77.25/37.04	c Calls to reduceDB	: 1
77.25/37.04	c Number of update (reduction) of LBD	: 0
77.25/37.04	c Imported unit clauses	: 0
77.25/37.04	c number of reductions to clauses (during analyze)	: 0
77.25/37.04	c number of learned constraints concerned by reduction	: 0
77.25/37.04	c number of learning phase by resolution	: 0
77.25/37.04	c number of learning phase by cutting planes	: 0
77.25/37.04	c speed (assignments/second)	: 222919.24766302513
77.25/37.04	c non guided choices	7453
77.25/37.05	c learnt constraints type 
77.25/37.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 813
77.25/37.05	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 74
77.25/37.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8874
77.25/37.05	s UNSATISFIABLE
77.25/37.05	c Total wall clock time (in seconds): 36.935

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-4099635-1466206124/watcher-4099635-1466206124 -o /tmp/evaluation-result-4099635-1466206124/solver-4099635-1466206124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099635-1466206124.opb 

pid=10654
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: 1.41 0.63 0.33 2/171 10657
/proc/meminfo: memFree=30361012/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=20596 CPUtime=0 cores=1,3,5,7
/proc/10657/stat : 10657 (java) R 10654 10657 8337 0 -1 4202496 538 0 0 0 0 0 0 0 20 0 1 0 22658184 21090304 189 33554432000 1073741824 1073778376 140735691992016 140735691981080 225435544871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 5149 189 145 9 0 128 0

[startup+0.100146 s]
/proc/loadavg: 1.41 0.63 0.33 2/171 10657
/proc/meminfo: memFree=30361012/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 4448 0 1 0 9 1 0 0 20 0 18 0 22658184 9787879424 6084 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2389619 6084 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 1.41 0.63 0.33 2/171 10657
/proc/meminfo: memFree=30361012/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 4742 0 1 0 24 1 0 0 20 0 18 0 22658184 9787879424 7351 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2389619 7351 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 1.41 0.63 0.33 2/171 10657
/proc/meminfo: memFree=30361012/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 5750 0 1 0 47 1 0 0 20 0 18 0 22658184 9787879424 9047 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2389619 9047 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 1.41 0.63 0.33 2/171 10657
/proc/meminfo: memFree=30361012/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9558476 CPUtime=1.66 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 20879 0 1 0 160 6 0 0 20 0 18 0 22658184 9787879424 46495 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2389619 46495 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 1.41 0.63 0.33 2/188 10698
/proc/meminfo: memFree=30131572/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9691604 CPUtime=3.14 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 21469 0 1 0 303 11 0 0 20 0 20 0 22658184 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2422901 69857 2270 9 0 2413578 0
[pid=10657/tid=10659] ppid=10654 vsize=9691604 CPUtime=1.38 cores=1,3,5,7
/proc/10657/task/10659/stat : 10659 (java) S 10654 10657 8337 0 -1 4202560 2534 0 1 0 134 4 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687692768120 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10660] ppid=10654 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/10657/task/10660/stat : 10660 (java) S 10654 10657 8337 0 -1 4202560 102 0 0 0 4 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687631498152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10661] ppid=10654 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/10657/task/10661/stat : 10661 (java) S 10654 10657 8337 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687630445608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10662] ppid=10654 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/10657/task/10662/stat : 10662 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687629392552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10663] ppid=10654 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/10657/task/10663/stat : 10663 (java) S 10654 10657 8337 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687628340008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10664] ppid=10654 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/10657/task/10664/stat : 10664 (java) S 10654 10657 8337 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687531784616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10665] ppid=10654 vsize=9691604 CPUtime=0.04 cores=1,3,5,7
/proc/10657/task/10665/stat : 10665 (java) S 10654 10657 8337 0 -1 4202560 114 0 0 0 4 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687530732072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10666] ppid=10654 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/10657/task/10666/stat : 10666 (java) S 10654 10657 8337 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687529679016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10667] ppid=10654 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/10657/task/10667/stat : 10667 (java) S 10654 10657 8337 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 20 0 22658185 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687528626472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10668] ppid=10654 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10668/stat : 10668 (java) S 10654 10657 8337 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 20 0 22658187 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687516429160 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10669] ppid=10654 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10669/stat : 10669 (java) S 10654 10657 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22658187 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687515375480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10670] ppid=10654 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10670/stat : 10670 (java) S 10654 10657 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22658187 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687514322312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10671] ppid=10654 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10671/stat : 10671 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22658189 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687513271056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10672] ppid=10654 vsize=9691604 CPUtime=0.69 cores=1,3,5,7
/proc/10657/task/10672/stat : 10672 (java) R 10654 10657 8337 0 -1 4202560 8910 0 0 0 66 3 0 0 20 0 20 0 22658189 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687512217912 140687695374468 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10673] ppid=10654 vsize=9691604 CPUtime=0.74 cores=1,3,5,7
/proc/10657/task/10673/stat : 10673 (java) R 10654 10657 8337 0 -1 4202560 8235 0 0 0 72 2 0 0 20 0 20 0 22658189 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687511151888 140687699749467 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10674] ppid=10654 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10674/stat : 10674 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22658189 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687510112504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10675] ppid=10654 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10675/stat : 10675 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22658189 9924202496 69857 33554432000 1073741824 1073778376 140735691992016 140687509060168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 9691604

[startup+3.101 s]
/proc/loadavg: 1.41 0.63 0.33 3/192 10702
/proc/meminfo: memFree=29969936/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9824732 CPUtime=7.91 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 27783 0 1 0 768 23 0 0 20 0 22 0 22658184 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2456183 106588 2285 9 0 2446860 0
[pid=10657/tid=10659] ppid=10654 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10657/task/10659/stat : 10659 (java) S 10654 10657 8337 0 -1 4202560 2534 0 1 0 134 4 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687692768120 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10660] ppid=10654 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/10657/task/10660/stat : 10660 (java) S 10654 10657 8337 0 -1 4202560 138 0 0 0 9 2 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687631498152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10661] ppid=10654 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/10657/task/10661/stat : 10661 (java) S 10654 10657 8337 0 -1 4202560 115 0 0 0 7 2 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687630445608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10662] ppid=10654 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10657/task/10662/stat : 10662 (java) S 10654 10657 8337 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687629392552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10663] ppid=10654 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/10657/task/10663/stat : 10663 (java) S 10654 10657 8337 0 -1 4202560 70 0 0 0 8 2 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687628340008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10664] ppid=10654 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10657/task/10664/stat : 10664 (java) S 10654 10657 8337 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687531784616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10665] ppid=10654 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/10657/task/10665/stat : 10665 (java) S 10654 10657 8337 0 -1 4202560 140 0 0 0 7 1 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687530732072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10666] ppid=10654 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10657/task/10666/stat : 10666 (java) S 10654 10657 8337 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687529679016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10667] ppid=10654 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10657/task/10667/stat : 10667 (java) S 10654 10657 8337 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 22 0 22658185 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687528626472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10668] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10668/stat : 10668 (java) S 10654 10657 8337 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687516429160 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10669] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10669/stat : 10669 (java) S 10654 10657 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687515375480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10670] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10670/stat : 10670 (java) S 10654 10657 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687514322312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10671] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10671/stat : 10671 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687513271056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10672] ppid=10654 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/10657/task/10672/stat : 10672 (java) S 10654 10657 8337 0 -1 4202560 9579 0 0 0 122 3 0 0 20 0 22 0 22658189 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687512217912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10673] ppid=10654 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/10657/task/10673/stat : 10673 (java) S 10654 10657 8337 0 -1 4202560 13451 0 0 0 154 3 0 0 20 0 22 0 22658189 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687511165368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10674] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10674/stat : 10674 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687510112504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10675] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10675/stat : 10675 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687509060168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10699] ppid=10654 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/10657/task/10699/stat : 10699 (java) R 10654 10657 8337 0 -1 4202560 26 0 0 0 147 0 0 0 20 0 22 0 22658332 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687508005720 140687632579794 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10700] ppid=10654 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/10657/task/10700/stat : 10700 (java) R 10654 10657 8337 0 -1 4202560 60 0 0 0 147 2 0 0 20 0 22 0 22658332 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687506952680 140687633718822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10701] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10701/stat : 10701 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687505900840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10702] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10702/stat : 10702 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 106588 33554432000 1073741824 1073778376 140735691992016 140687504848296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 1.54 0.66 0.34 3/192 10702
/proc/meminfo: memFree=29589148/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9824732 CPUtime=15.1 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 31219 0 1 0 1470 40 0 0 20 0 22 0 22658184 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2456183 297490 2291 9 0 2446860 0
[pid=10657/tid=10659] ppid=10654 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10657/task/10659/stat : 10659 (java) S 10654 10657 8337 0 -1 4202560 2534 0 1 0 134 4 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687692768120 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10660] ppid=10654 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10657/task/10660/stat : 10660 (java) S 10654 10657 8337 0 -1 4202560 156 0 0 0 14 4 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687631498152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10661] ppid=10654 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/10657/task/10661/stat : 10661 (java) S 10654 10657 8337 0 -1 4202560 152 0 0 0 17 4 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687630445608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10662] ppid=10654 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/10657/task/10662/stat : 10662 (java) S 10654 10657 8337 0 -1 4202560 69 0 0 0 13 3 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687629392552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10663] ppid=10654 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/10657/task/10663/stat : 10663 (java) S 10654 10657 8337 0 -1 4202560 83 0 0 0 11 3 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687628340008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10664] ppid=10654 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10657/task/10664/stat : 10664 (java) S 10654 10657 8337 0 -1 4202560 116 0 0 0 6 1 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687531784616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10665] ppid=10654 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/10657/task/10665/stat : 10665 (java) S 10654 10657 8337 0 -1 4202560 166 0 0 0 10 3 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687530732072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10666] ppid=10654 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/10657/task/10666/stat : 10666 (java) S 10654 10657 8337 0 -1 4202560 30 0 0 0 7 2 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687529679016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10667] ppid=10654 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/10657/task/10667/stat : 10667 (java) S 10654 10657 8337 0 -1 4202560 65 0 0 0 8 2 0 0 20 0 22 0 22658185 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687528626472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10668] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10668/stat : 10668 (java) S 10654 10657 8337 0 -1 4202560 975 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687516429160 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10669] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10669/stat : 10669 (java) S 10654 10657 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687515375480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10670] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10670/stat : 10670 (java) S 10654 10657 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687514322312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10671] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10671/stat : 10671 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687513271056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10672] ppid=10654 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/10657/task/10672/stat : 10672 (java) S 10654 10657 8337 0 -1 4202560 11069 0 0 0 166 3 0 0 20 0 22 0 22658189 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687512217912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10673] ppid=10654 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/10657/task/10673/stat : 10673 (java) S 10654 10657 8337 0 -1 4202560 13457 0 0 0 168 3 0 0 20 0 22 0 22658189 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687511165368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10674] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10674/stat : 10674 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687510112504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10675] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10675/stat : 10675 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 297490 33554432000 1073741824 1073778376 140735691992016 140687509060168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10699] ppid=10654 vsize=9824732 CPUtime=4.54 cores=1,3,5,7

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

[pid=10657/tid=10672] ppid=10654 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/10657/task/10672/stat : 10672 (java) S 10654 10657 8337 0 -1 4202560 11074 0 0 0 176 3 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687512217912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10673] ppid=10654 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/10657/task/10673/stat : 10673 (java) S 10654 10657 8337 0 -1 4202560 13784 0 0 0 199 3 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687511165368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10674] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10674/stat : 10674 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687510112504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10675] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10675/stat : 10675 (java) S 10654 10657 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687509060168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10699] ppid=10654 vsize=9824732 CPUtime=34.1 cores=1,3,5,7
/proc/10657/task/10699/stat : 10699 (java) R 10654 10657 8337 0 -1 4202560 42 0 0 0 3410 0 0 0 20 0 22 0 22658332 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687508005904 140687633722782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10700] ppid=10654 vsize=9824732 CPUtime=34.09 cores=1,3,5,7
/proc/10657/task/10700/stat : 10700 (java) R 10654 10657 8337 0 -1 4202560 1812 0 0 0 3373 36 0 0 20 0 22 0 22658332 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687506951600 140687633735559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10701] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10701/stat : 10701 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687505900840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10702] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10702/stat : 10702 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687504848296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 75.5
Current children cumulated vsize (KiB) 9824732

[startup+36.5081 s]
/proc/loadavg: 2.42 0.95 0.45 5/219 10738
/proc/meminfo: memFree=24683484/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9824732 CPUtime=76.31 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 32929 0 1 0 7556 75 0 0 20 0 22 0 22658184 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2456183 713848 2291 9 0 2446860 0
[pid=10657/tid=10659] ppid=10654 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10657/task/10659/stat : 10659 (java) S 10654 10657 8337 0 -1 4202560 2534 0 1 0 134 4 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687692768120 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10660] ppid=10654 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/10657/task/10660/stat : 10660 (java) S 10654 10657 8337 0 -1 4202560 201 0 0 0 22 4 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687631498152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10661] ppid=10654 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10657/task/10661/stat : 10661 (java) S 10654 10657 8337 0 -1 4202560 184 0 0 0 28 5 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687630445608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10662] ppid=10654 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/10657/task/10662/stat : 10662 (java) S 10654 10657 8337 0 -1 4202560 110 0 0 0 22 5 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687629392552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10663] ppid=10654 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/10657/task/10663/stat : 10663 (java) S 10654 10657 8337 0 -1 4202560 139 0 0 0 23 4 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687628340008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10664] ppid=10654 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/10657/task/10664/stat : 10664 (java) S 10654 10657 8337 0 -1 4202560 164 0 0 0 18 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687531784616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10665] ppid=10654 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/10657/task/10665/stat : 10665 (java) S 10654 10657 8337 0 -1 4202560 187 0 0 0 19 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687530732072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10666] ppid=10654 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10657/task/10666/stat : 10666 (java) S 10654 10657 8337 0 -1 4202560 63 0 0 0 15 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687529679016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10667] ppid=10654 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10657/task/10667/stat : 10667 (java) S 10654 10657 8337 0 -1 4202560 98 0 0 0 15 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687528626472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10668] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10668/stat : 10668 (java) S 10654 10657 8337 0 -1 4202560 1268 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687516429160 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10669] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10669/stat : 10669 (java) S 10654 10657 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687515375480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10670] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10670/stat : 10670 (java) S 10654 10657 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687514322312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10671] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10671/stat : 10671 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687513271056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10672] ppid=10654 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/10657/task/10672/stat : 10672 (java) S 10654 10657 8337 0 -1 4202560 11074 0 0 0 176 3 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687512217912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10673] ppid=10654 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/10657/task/10673/stat : 10673 (java) S 10654 10657 8337 0 -1 4202560 13784 0 0 0 199 3 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687511165368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10674] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10674/stat : 10674 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687510112504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10675] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10675/stat : 10675 (java) S 10654 10657 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687509060168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10699] ppid=10654 vsize=9824732 CPUtime=34.5 cores=1,3,5,7
/proc/10657/task/10699/stat : 10699 (java) R 10654 10657 8337 0 -1 4202560 42 0 0 0 3450 0 0 0 20 0 22 0 22658332 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687508004056 140687633571125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10700] ppid=10654 vsize=9824732 CPUtime=34.5 cores=1,3,5,7
/proc/10657/task/10700/stat : 10700 (java) R 10654 10657 8337 0 -1 4202560 1813 0 0 0 3414 36 0 0 20 0 22 0 22658332 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687506951152 140687633571125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10701] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10701/stat : 10701 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687505900840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10702] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10702/stat : 10702 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687504848296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 76.31
Current children cumulated vsize (KiB) 9824732

[startup+36.9009 s]
/proc/loadavg: 2.42 0.95 0.45 5/219 10738
/proc/meminfo: memFree=24683484/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9824732 CPUtime=77.09 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 32929 0 1 0 7634 75 0 0 20 0 22 0 22658184 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2456183 713848 2291 9 0 2446860 0
[pid=10657/tid=10659] ppid=10654 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10657/task/10659/stat : 10659 (java) S 10654 10657 8337 0 -1 4202560 2534 0 1 0 134 4 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687692768120 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10660] ppid=10654 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/10657/task/10660/stat : 10660 (java) S 10654 10657 8337 0 -1 4202560 201 0 0 0 22 4 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687631498152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10661] ppid=10654 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10657/task/10661/stat : 10661 (java) S 10654 10657 8337 0 -1 4202560 184 0 0 0 28 5 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687630445608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10662] ppid=10654 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/10657/task/10662/stat : 10662 (java) S 10654 10657 8337 0 -1 4202560 110 0 0 0 22 5 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687629392552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10663] ppid=10654 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/10657/task/10663/stat : 10663 (java) S 10654 10657 8337 0 -1 4202560 139 0 0 0 23 4 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687628340008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10664] ppid=10654 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/10657/task/10664/stat : 10664 (java) S 10654 10657 8337 0 -1 4202560 164 0 0 0 18 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687531784616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10665] ppid=10654 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/10657/task/10665/stat : 10665 (java) S 10654 10657 8337 0 -1 4202560 187 0 0 0 19 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687530732072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10666] ppid=10654 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10657/task/10666/stat : 10666 (java) S 10654 10657 8337 0 -1 4202560 63 0 0 0 15 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687529679016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10667] ppid=10654 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10657/task/10667/stat : 10667 (java) S 10654 10657 8337 0 -1 4202560 98 0 0 0 15 3 0 0 20 0 22 0 22658185 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687528626472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10668] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10668/stat : 10668 (java) S 10654 10657 8337 0 -1 4202560 1268 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687516429160 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10669] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10669/stat : 10669 (java) S 10654 10657 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687515375480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10670] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10670/stat : 10670 (java) S 10654 10657 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22658187 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687514322312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10671] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10671/stat : 10671 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687513271056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10672] ppid=10654 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/10657/task/10672/stat : 10672 (java) S 10654 10657 8337 0 -1 4202560 11074 0 0 0 176 3 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687512217912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10673] ppid=10654 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/10657/task/10673/stat : 10673 (java) S 10654 10657 8337 0 -1 4202560 13784 0 0 0 199 3 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687511165368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10674] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10674/stat : 10674 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687510112504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10675] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10675/stat : 10675 (java) S 10654 10657 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22658189 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687509060168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10699] ppid=10654 vsize=9824732 CPUtime=34.89 cores=1,3,5,7
/proc/10657/task/10699/stat : 10699 (java) R 10654 10657 8337 0 -1 4202560 42 0 0 0 3489 0 0 0 20 0 22 0 22658332 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687508004136 140687633571125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10700] ppid=10654 vsize=9824732 CPUtime=34.89 cores=1,3,5,7
/proc/10657/task/10700/stat : 10700 (java) R 10654 10657 8337 0 -1 4202560 1813 0 0 0 3453 36 0 0 20 0 22 0 22658332 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687506951152 140687633624614 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10701] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10701/stat : 10701 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687505900840 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10702] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10702/stat : 10702 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22658337 10060525568 713848 33554432000 1073741824 1073778376 140735691992016 140687504848296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 77.09
Current children cumulated vsize (KiB) 9824732

[startup+37.0009 s]
/proc/loadavg: 2.42 0.95 0.45 5/219 10738
/proc/meminfo: memFree=24683484/32872528 swapFree=1499884/1696108
[pid=10657] ppid=10654 vsize=9824732 CPUtime=77.25 cores=1,3,5,7
/proc/10657/stat : 10657 (java) S 10654 10657 8337 0 -1 4202496 32931 0 1 0 7649 76 0 0 20 0 20 0 22658184 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140735691983152 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10657/statm: 2456183 713843 2292 9 0 2446860 0
[pid=10657/tid=10659] ppid=10654 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/10657/task/10659/stat : 10659 (java) S 10654 10657 8337 0 -1 4202560 2534 0 1 0 134 4 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687692768120 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10660] ppid=10654 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/10657/task/10660/stat : 10660 (java) S 10654 10657 8337 0 -1 4202560 201 0 0 0 22 4 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687631498152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10661] ppid=10654 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/10657/task/10661/stat : 10661 (java) S 10654 10657 8337 0 -1 4202560 184 0 0 0 28 5 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687630445608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10662] ppid=10654 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/10657/task/10662/stat : 10662 (java) S 10654 10657 8337 0 -1 4202560 110 0 0 0 22 5 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687629392552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10663] ppid=10654 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/10657/task/10663/stat : 10663 (java) S 10654 10657 8337 0 -1 4202560 139 0 0 0 23 4 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687628340008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10664] ppid=10654 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/10657/task/10664/stat : 10664 (java) S 10654 10657 8337 0 -1 4202560 164 0 0 0 18 3 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687531784616 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10657/tid=10665] ppid=10654 vsize=9824732 CPUtime=0.22 cores=1,3,5,7
/proc/10657/task/10665/stat : 10665 (java) S 10654 10657 8337 0 -1 4202560 187 0 0 0 19 3 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687530732072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10666] ppid=10654 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10657/task/10666/stat : 10666 (java) S 10654 10657 8337 0 -1 4202560 63 0 0 0 15 3 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687529679016 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10667] ppid=10654 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/10657/task/10667/stat : 10667 (java) S 10654 10657 8337 0 -1 4202560 98 0 0 0 15 3 0 0 20 0 20 0 22658185 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687528626472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10668] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10668/stat : 10668 (java) S 10654 10657 8337 0 -1 4202560 1268 0 0 0 0 0 0 0 20 0 20 0 22658187 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687516429160 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10669] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10669/stat : 10669 (java) S 10654 10657 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22658187 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687515375480 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10670] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10670/stat : 10670 (java) S 10654 10657 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22658187 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687514322312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10671] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10671/stat : 10671 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22658189 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687513271056 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10672] ppid=10654 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/10657/task/10672/stat : 10672 (java) S 10654 10657 8337 0 -1 4202560 11075 0 0 0 178 3 0 0 20 0 20 0 22658189 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687512217912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10673] ppid=10654 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/10657/task/10673/stat : 10673 (java) S 10654 10657 8337 0 -1 4202560 13784 0 0 0 199 3 0 0 20 0 20 0 22658189 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687511165368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10674] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10674/stat : 10674 (java) S 10654 10657 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22658189 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687510112504 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10657/tid=10675] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10675/stat : 10675 (java) S 10654 10657 8337 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 22658189 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687509060168 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10657/tid=10700] ppid=10654 vsize=9824732 CPUtime=34.99 cores=1,3,5,7
/proc/10657/task/10700/stat : 10700 (java) R 10654 10657 8337 0 -1 4202560 1813 0 0 0 3463 36 0 0 20 0 20 0 22658332 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687506952376 140687633624619 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10657/tid=10702] ppid=10654 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10657/task/10702/stat : 10702 (java) S 10654 10657 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 22658337 10060525568 713843 33554432000 1073741824 1073778376 140735691992016 140687504848296 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 77.25
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 37.0642
CPU time (s): 77.3712
CPU user time (s): 76.4504
CPU system time (s): 0.92086
CPU usage (%): 208.749
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.4504
system time used= 0.92086
maximum resident set size= 2855396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32942
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1797
involuntary context switches= 2154

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.170974 second user time and 0.163975 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 01:28:45
IDJOB=4099635
IDBENCH=1461
IDSOLVER=2543
FILE ID=node137/4099635-1466206124
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099635-1466206124/watcher-4099635-1466206124 -o /tmp/evaluation-result-4099635-1466206124/solver-4099635-1466206124 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099635-1466206124.opb

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

MD5SUM BENCH= cc698dad3442148ac316666fbe5b4b9e
RANDOM SEED=427405706

node137.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.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.97
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.486
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.486
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		: 2666.486
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.486
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		: 2666.486
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.38
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.486
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.56
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.486
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:        30361540 kB
Buffers:           36036 kB
Cached:            70272 kB
SwapCached:         1252 kB
Active:            51424 kB
Inactive:          58396 kB
Active(anon):       4764 kB
Inactive(anon):      972 kB
Active(file):      46660 kB
Inactive(file):    57424 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:              7720 kB
Writeback:             8 kB
AnonPages:       1649684 kB
Mapped:             7244 kB
Shmem:                 0 kB
Slab:             571500 kB
SReclaimable:      14516 kB
SUnreclaim:       556984 kB
KernelStack:        1592 kB
PageTables:         7364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1791728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    147456 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= 71688 MiB
End job on node137 at 2016-06-18 01:29:22