Trace number 4099600

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 103.977 51.0674

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag12.ucl.opb
MD5SUM6d44efaff34237725f88a3d0685c8f91
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 benchmark1.58176
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables20605
Total number of constraints59851
Number of constraints which are clauses58675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1176
Minimum length of a constraint1
Maximum length of a constraint11
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 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.04/0.22	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.22	c See www.sat4j.org for details.
0.04/0.22	c version PB16.v20160501
0.04/0.22	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.22	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.22	c java.vm.version	19.1-b02
0.04/0.22	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.22	c sun.arch.data.model	64
0.04/0.22	c java.version		1.6.0_24
0.04/0.22	c os.name		Linux
0.04/0.22	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.22	c os.arch		amd64
0.04/0.22	c Free memory 		501472288
0.04/0.22	c Max memory 		7480803328
0.04/0.22	c Total memory 		504102912
0.04/0.22	c Number of processors 	8
0.04/0.25	c Pseudo Boolean Optimization by upper bound
0.04/0.25	c ManyCore solver with 2 solvers running in parallel
0.04/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.04/0.25	c --- Begin Solver configuration ---
0.04/0.25	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.04/0.25	c Learn all clauses as in MiniSAT
0.04/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.25	c Expensive reason simplification
0.04/0.25	c Glucose 2.1 dynamic restart strategy
0.04/0.25	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.04/0.25	c timeout=2147483s
0.04/0.25	c DB Simplification allowed=false
0.04/0.25	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.04/0.25	c --- End Solver configuration ---
0.04/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.04/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.04/0.25	c --- Begin Solver configuration ---
0.04/0.25	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.04/0.25	c Learn all clauses as in MiniSAT
0.04/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.04/0.25	c No reason simplification
0.04/0.25	c Armin Biere (Picosat) restarts strategy
0.04/0.25	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.04/0.25	c timeout=2147483s
0.04/0.25	c DB Simplification allowed=false
0.04/0.25	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.04/0.25	c --- End Solver configuration ---
0.04/0.25	c solving HOME/instance-4099600-1466206122.opb
0.04/0.25	c reading problem ... 
0.04/0.26	c  no objective function found
1.70/0.97	c ... done. Wall clock time 0.721s.
1.70/0.97	c declared #vars     20605
1.70/0.97	c #constraints  59851
1.70/0.98	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.70/0.98	c constraints type 
1.92/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19084
1.92/1.07	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.92/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39590
1.92/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1176
1.92/1.07	c 59851 constraints processed.
1.92/1.07	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.92/1.07	c constraints type 
1.92/1.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39590
1.92/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19084
1.92/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1176
1.92/1.07	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.92/1.07	c 59851 constraints processed.
15.81/7.19	c cleaning 2492 clauses out of 5000 with flag 30582/5000
30.47/14.34	c cleaning 4248 clauses out of 8510 with flag 69141/11002
48.70/23.41	c cleaning 5628 clauses out of 11260 with flag 115247/18000
69.59/33.88	c cleaning 6816 clauses out of 13632 with flag 177388/26000
89.23/43.69	c cleaning 7907 clauses out of 15816 with flag 247826/35000
103.86/50.92	c And the winner is solver0
103.86/51.03	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
103.86/51.03	c starts		: 54
103.86/51.03	c conflicts		: 40563
103.86/51.03	c decisions		: 56062
103.86/51.03	c propagations		: 122214218
103.86/51.03	c inspects		: 308291277
103.86/51.03	c shortcuts		: 0
103.86/51.03	c learnt literals	: 6
103.86/51.03	c learnt binary clauses	: 161
103.86/51.03	c learnt ternary clauses	: 285
103.86/51.03	c learnt constraints	: 40556
103.86/51.03	c ignored constraints	: 0
103.86/51.03	c root simplifications	: 0
103.86/51.03	c removed literals (reason simplification)	: 1064641
103.86/51.03	c reason swapping (by a shorter reason)	: 0
103.86/51.03	c Calls to reduceDB	: 5
103.86/51.03	c Number of update (reduction) of LBD	: 17323
103.86/51.03	c Imported unit clauses	: 0
103.86/51.03	c number of reductions to clauses (during analyze)	: 0
103.86/51.03	c number of learned constraints concerned by reduction	: 0
103.86/51.03	c number of learning phase by resolution	: 0
103.86/51.03	c number of learning phase by cutting planes	: 0
103.86/51.03	c speed (assignments/second)	: 2442916.32685696
103.86/51.03	c non guided choices	407
103.86/51.04	c learnt constraints type 
103.86/51.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 161
103.86/51.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13304
103.86/51.04	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
103.86/51.04	c starts		: 21
103.86/51.04	c conflicts		: 4517
103.86/51.04	c decisions		: 7151
103.86/51.04	c propagations		: 11652045
103.86/51.04	c inspects		: 99493608
103.86/51.04	c shortcuts		: 0
103.86/51.04	c learnt literals	: 0
103.86/51.04	c learnt binary clauses	: 73
103.86/51.04	c learnt ternary clauses	: 116
103.86/51.04	c learnt constraints	: 4517
103.86/51.04	c ignored constraints	: 0
103.86/51.04	c root simplifications	: 0
103.86/51.04	c removed literals (reason simplification)	: 0
103.86/51.04	c reason swapping (by a shorter reason)	: 0
103.86/51.04	c Calls to reduceDB	: 0
103.86/51.04	c Number of update (reduction) of LBD	: 0
103.86/51.04	c Imported unit clauses	: 0
103.86/51.04	c number of reductions to clauses (during analyze)	: 0
103.86/51.04	c number of learned constraints concerned by reduction	: 0
103.86/51.04	c number of learning phase by resolution	: 0
103.86/51.04	c number of learning phase by cutting planes	: 0
103.86/51.04	c speed (assignments/second)	: 232882.53987288644
103.86/51.04	c non guided choices	420
103.86/51.04	c learnt constraints type 
103.86/51.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 832
103.86/51.04	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 73
103.86/51.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3612
103.86/51.04	s UNSATISFIABLE
103.86/51.04	c Total wall clock time (in seconds): 50.788

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-4099600-1466206122/watcher-4099600-1466206122 -o /tmp/evaluation-result-4099600-1466206122/solver-4099600-1466206122 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099600-1466206122.opb 

pid=1776
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: 0.48 0.19 0.12 2/170 1780
/proc/meminfo: memFree=31123384/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1780/stat : 1780 (java) D 1776 1780 1299 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 22661170 9515008 185 33554432000 1073741824 1073778376 140736365720048 140736365709112 213183982887 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2323 185 143 9 0 71 0

[startup+0.100146 s]
/proc/loadavg: 0.48 0.19 0.12 2/170 1780
/proc/meminfo: memFree=31123384/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 2358 0 1 0 0 0 0 0 20 0 10 0 22661170 9233014784 2470 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2254154 2477 1096 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.200338 s]
/proc/loadavg: 0.48 0.19 0.12 2/170 1780
/proc/meminfo: memFree=31123384/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 3340 0 1 0 4 0 0 0 20 0 18 0 22661170 9787879424 3960 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2389619 3965 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558476

[startup+0.300313 s]
/proc/loadavg: 0.48 0.19 0.12 2/170 1780
/proc/meminfo: memFree=31123384/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 4626 0 1 0 16 1 0 0 20 0 18 0 22661170 9787879424 6216 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2389619 6216 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9558476

[startup+0.700216 s]
/proc/loadavg: 0.48 0.19 0.12 2/170 1780
/proc/meminfo: memFree=31123384/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9558476 CPUtime=1.23 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 15457 0 1 0 119 4 0 0 20 0 18 0 22661170 9787879424 26535 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2389619 26535 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 0.48 0.19 0.12 5/194 1808
/proc/meminfo: memFree=30938768/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9824732 CPUtime=3.86 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 19396 0 1 0 379 7 0 0 20 0 22 0 22661170 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2456183 48338 2280 9 0 2446860 0
[pid=1780/tid=1782] ppid=1776 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/1780/task/1782/stat : 1782 (java) S 1776 1780 1299 0 -1 4202560 2532 0 1 0 75 3 0 0 20 0 22 0 22661171 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822322594680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1783] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1783/stat : 1783 (java) S 1776 1780 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822261324328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1784] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1784/stat : 1784 (java) S 1776 1780 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822260271528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1785] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1785/stat : 1785 (java) S 1776 1780 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822259218728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1787] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1787/stat : 1787 (java) S 1776 1780 1299 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822162983080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1788] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1788/stat : 1788 (java) S 1776 1780 1299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822161931304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1789] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1789/stat : 1789 (java) S 1776 1780 1299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822160878504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1790] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1790/stat : 1790 (java) S 1776 1780 1299 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822159825704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1791] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1791/stat : 1791 (java) S 1776 1780 1299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 22661180 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822158772904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1792] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1792/stat : 1792 (java) S 1776 1780 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822146574824 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1793] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1793/stat : 1793 (java) S 1776 1780 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822145520888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1794] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1794/stat : 1794 (java) S 1776 1780 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22661182 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822144467976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1795] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1795/stat : 1795 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822143416464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1796] ppid=1776 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/1780/task/1796/stat : 1796 (java) R 1776 1780 1299 0 -1 4202560 9571 0 0 0 96 1 0 0 20 0 22 0 22661190 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822142364600 139822329580979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1798] ppid=1776 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/1780/task/1798/stat : 1798 (java) S 1776 1780 1299 0 -1 4202560 5864 0 0 0 92 2 0 0 20 0 22 0 22661190 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822141311800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1799] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1799/stat : 1799 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822140259192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1800] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1800/stat : 1800 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822139206600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1803] ppid=1776 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/1780/task/1803/stat : 1803 (java) R 1776 1780 1299 0 -1 4202560 22 0 0 0 50 0 0 0 20 0 22 0 22661269 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822138150112 139822263304124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1804] ppid=1776 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/1780/task/1804/stat : 1804 (java) R 1776 1780 1299 0 -1 4202560 26 0 0 0 50 0 0 0 20 0 22 0 22661269 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822137097640 139822263248059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1805] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1805/stat : 1805 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822136046504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1806] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1806/stat : 1806 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 48338 33554432000 1073741824 1073778376 140736365720048 139822134993704 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 0.48 0.19 0.12 4/193 1878
/proc/meminfo: memFree=30906908/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 20615 0 1 0 731 15 0 0 20 0 22 0 22661170 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2456183 87465 2282 9 0 2446860 0
[pid=1780/tid=1782] ppid=1776 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/1780/task/1782/stat : 1782 (java) S 1776 1780 1299 0 -1 4202560 2532 0 1 0 75 3 0 0 20 0 22 0 22661171 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822322594680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1783] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1783/stat : 1783 (java) S 1776 1780 1299 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822261324328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1784] ppid=1776 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1780/task/1784/stat : 1784 (java) S 1776 1780 1299 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822260271528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1785] ppid=1776 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1780/task/1785/stat : 1785 (java) S 1776 1780 1299 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822259218728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1787] ppid=1776 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1780/task/1787/stat : 1787 (java) S 1776 1780 1299 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822162983080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1788] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1788/stat : 1788 (java) S 1776 1780 1299 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822161931304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1789] ppid=1776 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1780/task/1789/stat : 1789 (java) S 1776 1780 1299 0 -1 4202560 20 0 0 0 1 2 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822160878504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1790] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1790/stat : 1790 (java) S 1776 1780 1299 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822159825704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1791] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1791/stat : 1791 (java) S 1776 1780 1299 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 22661180 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822158772904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1792] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1792/stat : 1792 (java) S 1776 1780 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822146574824 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1793] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1793/stat : 1793 (java) S 1776 1780 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822145520888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1794] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1794/stat : 1794 (java) S 1776 1780 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22661182 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822144467976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1795] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1795/stat : 1795 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822143416464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1796] ppid=1776 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/1780/task/1796/stat : 1796 (java) S 1776 1780 1299 0 -1 4202560 9574 0 0 0 102 2 0 0 20 0 22 0 22661190 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822142364600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1798] ppid=1776 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/1780/task/1798/stat : 1798 (java) S 1776 1780 1299 0 -1 4202560 6805 0 0 0 116 2 0 0 20 0 22 0 22661190 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822141311800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1799] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1799/stat : 1799 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822140259192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1800] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1800/stat : 1800 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822139206600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1803] ppid=1776 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/1780/task/1803/stat : 1803 (java) R 1776 1780 1299 0 -1 4202560 23 0 0 0 204 0 0 0 20 0 22 0 22661269 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822138151272 139822263248763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1804] ppid=1776 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/1780/task/1804/stat : 1804 (java) R 1776 1780 1299 0 -1 4202560 83 0 0 0 203 1 0 0 20 0 22 0 22661269 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822137097800 139822263248763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1805] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1805/stat : 1805 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822136046504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1806] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1806/stat : 1806 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 87465 33554432000 1073741824 1073778376 140736365720048 139822134993704 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 0.60 0.22 0.13 3/192 1948
/proc/meminfo: memFree=30520160/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9824732 CPUtime=14.16 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 21076 0 1 0 1392 24 0 0 20 0 22 0 22661170 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2456183 152570 2287 9 0 2446860 0
[pid=1780/tid=1782] ppid=1776 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/1780/task/1782/stat : 1782 (java) S 1776 1780 1299 0 -1 4202560 2533 0 1 0 75 3 0 0 20 0 22 0 22661171 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822322594680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1783] ppid=1776 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1780/task/1783/stat : 1783 (java) S 1776 1780 1299 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822261324328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1784] ppid=1776 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1780/task/1784/stat : 1784 (java) S 1776 1780 1299 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822260271528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1785] ppid=1776 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1780/task/1785/stat : 1785 (java) S 1776 1780 1299 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822259218728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1787] ppid=1776 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1780/task/1787/stat : 1787 (java) S 1776 1780 1299 0 -1 4202560 51 0 0 0 8 2 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822162983080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1788] ppid=1776 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1780/task/1788/stat : 1788 (java) S 1776 1780 1299 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822161931304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1789] ppid=1776 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1780/task/1789/stat : 1789 (java) S 1776 1780 1299 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822160878504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1790] ppid=1776 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1780/task/1790/stat : 1790 (java) S 1776 1780 1299 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822159825704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1791] ppid=1776 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1780/task/1791/stat : 1791 (java) S 1776 1780 1299 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 22661180 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822158772904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1792] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1792/stat : 1792 (java) S 1776 1780 1299 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822146574824 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1793] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1793/stat : 1793 (java) S 1776 1780 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822145520888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1794] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1794/stat : 1794 (java) S 1776 1780 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22661182 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822144467976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1795] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1795/stat : 1795 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 152570 33554432000 1073741824 1073778376 140736365720048 139822143416464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1796] ppid=1776 vsize=9824732 CPUtime=1.06 cores=1,3,5,7

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

/proc/1780/task/1800/stat : 1800 (java) S 1776 1780 1299 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822139206600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1803] ppid=1776 vsize=9824732 CPUtime=48.15 cores=1,3,5,7
/proc/1780/task/1803/stat : 1803 (java) R 1776 1780 1299 0 -1 4202560 27 0 0 0 4815 0 0 0 20 0 22 0 22661269 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822138149664 139822263248763 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1804] ppid=1776 vsize=9824732 CPUtime=48.1 cores=1,3,5,7
/proc/1780/task/1804/stat : 1804 (java) R 1776 1780 1299 0 -1 4202560 1208 0 0 0 4774 36 0 0 20 0 22 0 22661269 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822137097600 139822263054288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1805] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1805/stat : 1805 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822136046504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1806] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1806/stat : 1806 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822134993704 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 101.28
Current children cumulated vsize (KiB) 9824732

[startup+50.4009 s]
/proc/loadavg: 2.22 0.68 0.29 5/219 2052
/proc/meminfo: memFree=27684516/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9824732 CPUtime=102.86 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 23971 0 1 0 10217 69 0 0 20 0 22 0 22661170 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2456183 698182 2291 9 0 2446860 0
[pid=1780/tid=1782] ppid=1776 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1780/task/1782/stat : 1782 (java) S 1776 1780 1299 0 -1 4202560 2535 0 1 0 75 4 0 0 20 0 22 0 22661171 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822322594680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1783] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1783/stat : 1783 (java) S 1776 1780 1299 0 -1 4202560 65 0 0 0 12 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822261324328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1784] ppid=1776 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1780/task/1784/stat : 1784 (java) S 1776 1780 1299 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822260271528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1785] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1785/stat : 1785 (java) S 1776 1780 1299 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822259218728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1787] ppid=1776 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/1780/task/1787/stat : 1787 (java) S 1776 1780 1299 0 -1 4202560 84 0 0 0 15 4 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822162983080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1788] ppid=1776 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1780/task/1788/stat : 1788 (java) S 1776 1780 1299 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822161931304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1789] ppid=1776 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1780/task/1789/stat : 1789 (java) S 1776 1780 1299 0 -1 4202560 55 0 0 0 10 4 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822160878504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1790] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1790/stat : 1790 (java) S 1776 1780 1299 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822159825704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1791] ppid=1776 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1780/task/1791/stat : 1791 (java) S 1776 1780 1299 0 -1 4202560 53 0 0 0 10 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822158772904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1792] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1792/stat : 1792 (java) S 1776 1780 1299 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822146574824 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1793] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1793/stat : 1793 (java) S 1776 1780 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822145520888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1794] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1794/stat : 1794 (java) S 1776 1780 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22661182 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822144467976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1795] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1795/stat : 1795 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822143416464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1796] ppid=1776 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/1780/task/1796/stat : 1796 (java) S 1776 1780 1299 0 -1 4202560 10347 0 0 0 123 2 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822142364600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1798] ppid=1776 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/1780/task/1798/stat : 1798 (java) S 1776 1780 1299 0 -1 4202560 6825 0 0 0 138 2 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822141311800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1799] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1799/stat : 1799 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822140259192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1800] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1800/stat : 1800 (java) S 1776 1780 1299 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822139206600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1803] ppid=1776 vsize=9824732 CPUtime=48.94 cores=1,3,5,7
/proc/1780/task/1803/stat : 1803 (java) R 1776 1780 1299 0 -1 4202560 27 0 0 0 4894 0 0 0 20 0 22 0 22661269 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822138149592 139822263384671 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1804] ppid=1776 vsize=9824732 CPUtime=48.89 cores=1,3,5,7
/proc/1780/task/1804/stat : 1804 (java) R 1776 1780 1299 0 -1 4202560 1208 0 0 0 4853 36 0 0 20 0 22 0 22661269 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822137096848 139822263118710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1805] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1805/stat : 1805 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822136046504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1806] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1806/stat : 1806 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822134993704 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.86
Current children cumulated vsize (KiB) 9824732

[startup+50.8009 s]
/proc/loadavg: 2.22 0.68 0.29 5/219 2052
/proc/meminfo: memFree=27684516/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9824732 CPUtime=103.66 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 23971 0 1 0 10297 69 0 0 20 0 22 0 22661170 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2456183 698182 2291 9 0 2446860 0
[pid=1780/tid=1782] ppid=1776 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1780/task/1782/stat : 1782 (java) S 1776 1780 1299 0 -1 4202560 2535 0 1 0 75 4 0 0 20 0 22 0 22661171 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822322594680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1783] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1783/stat : 1783 (java) S 1776 1780 1299 0 -1 4202560 65 0 0 0 12 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822261324328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1784] ppid=1776 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1780/task/1784/stat : 1784 (java) S 1776 1780 1299 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822260271528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1785] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1785/stat : 1785 (java) S 1776 1780 1299 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822259218728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1787] ppid=1776 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/1780/task/1787/stat : 1787 (java) S 1776 1780 1299 0 -1 4202560 84 0 0 0 15 4 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822162983080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1788] ppid=1776 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1780/task/1788/stat : 1788 (java) S 1776 1780 1299 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822161931304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1789] ppid=1776 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1780/task/1789/stat : 1789 (java) S 1776 1780 1299 0 -1 4202560 55 0 0 0 10 4 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822160878504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1790] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1790/stat : 1790 (java) S 1776 1780 1299 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822159825704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1791] ppid=1776 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1780/task/1791/stat : 1791 (java) S 1776 1780 1299 0 -1 4202560 53 0 0 0 10 3 0 0 20 0 22 0 22661180 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822158772904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1792] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1792/stat : 1792 (java) S 1776 1780 1299 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822146574824 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1793] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1793/stat : 1793 (java) S 1776 1780 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22661181 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822145520888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1794] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1794/stat : 1794 (java) S 1776 1780 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22661182 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822144467976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1795] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1795/stat : 1795 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822143416464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1796] ppid=1776 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/1780/task/1796/stat : 1796 (java) S 1776 1780 1299 0 -1 4202560 10347 0 0 0 123 2 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822142364600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1798] ppid=1776 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/1780/task/1798/stat : 1798 (java) S 1776 1780 1299 0 -1 4202560 6825 0 0 0 138 2 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822141311800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1799] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1799/stat : 1799 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822140259192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1800] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1800/stat : 1800 (java) S 1776 1780 1299 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 22661190 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822139206600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1803] ppid=1776 vsize=9824732 CPUtime=49.34 cores=1,3,5,7
/proc/1780/task/1803/stat : 1803 (java) R 1776 1780 1299 0 -1 4202560 27 0 0 0 4934 0 0 0 20 0 22 0 22661269 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822138149592 139822263248295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1804] ppid=1776 vsize=9824732 CPUtime=49.29 cores=1,3,5,7
/proc/1780/task/1804/stat : 1804 (java) R 1776 1780 1299 0 -1 4202560 1208 0 0 0 4893 36 0 0 20 0 22 0 22661269 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822137096848 139822263052236 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1805] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1805/stat : 1805 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822136046504 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1806] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1806/stat : 1806 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22661271 10060525568 698182 33554432000 1073741824 1073778376 140736365720048 139822134993704 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 103.66
Current children cumulated vsize (KiB) 9824732

[startup+51.0009 s]
/proc/loadavg: 2.22 0.68 0.29 5/219 2052
/proc/meminfo: memFree=27684516/32872528 swapFree=877056/942464
[pid=1780] ppid=1776 vsize=9824732 CPUtime=103.71 cores=1,3,5,7
/proc/1780/stat : 1780 (java) S 1776 1780 1299 0 -1 4202496 23980 0 1 0 10301 70 0 0 20 0 19 0 22661170 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 140736365711184 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1780/statm: 2456183 698179 2292 9 0 2446860 0
[pid=1780/tid=1782] ppid=1776 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1780/task/1782/stat : 1782 (java) S 1776 1780 1299 0 -1 4202560 2535 0 1 0 75 4 0 0 20 0 19 0 22661171 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822322594680 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1783] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1783/stat : 1783 (java) S 1776 1780 1299 0 -1 4202560 65 0 0 0 12 3 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822261324328 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1784] ppid=1776 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1780/task/1784/stat : 1784 (java) S 1776 1780 1299 0 -1 4202560 48 0 0 0 9 3 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822260271528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1785] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1785/stat : 1785 (java) S 1776 1780 1299 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822259218728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1787] ppid=1776 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/1780/task/1787/stat : 1787 (java) S 1776 1780 1299 0 -1 4202560 84 0 0 0 15 4 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822162983080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1788] ppid=1776 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1780/task/1788/stat : 1788 (java) S 1776 1780 1299 0 -1 4202560 57 0 0 0 10 3 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822161931304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1789] ppid=1776 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1780/task/1789/stat : 1789 (java) S 1776 1780 1299 0 -1 4202560 55 0 0 0 10 4 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822160878504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1790] ppid=1776 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/1780/task/1790/stat : 1790 (java) S 1776 1780 1299 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822159825704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1791] ppid=1776 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/1780/task/1791/stat : 1791 (java) S 1776 1780 1299 0 -1 4202560 53 0 0 0 10 3 0 0 20 0 19 0 22661180 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822158772904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1792] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1792/stat : 1792 (java) S 1776 1780 1299 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 22661181 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822146574824 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1780/tid=1793] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1793/stat : 1793 (java) S 1776 1780 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22661181 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822145520888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1794] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1794/stat : 1794 (java) S 1776 1780 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22661182 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822144467976 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1795] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1795/stat : 1795 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661190 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822143416464 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1796] ppid=1776 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/1780/task/1796/stat : 1796 (java) S 1776 1780 1299 0 -1 4202560 10354 0 0 0 123 2 0 0 20 0 19 0 22661190 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822142364600 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1780/tid=1798] ppid=1776 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/1780/task/1798/stat : 1798 (java) S 1776 1780 1299 0 -1 4202560 6825 0 0 0 138 2 0 0 20 0 19 0 22661190 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822141311800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1799] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1799/stat : 1799 (java) S 1776 1780 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22661190 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822140259192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1780/tid=1800] ppid=1776 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1780/task/1800/stat : 1800 (java) S 1776 1780 1299 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 22661190 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822139206600 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1780/tid=1806] ppid=1776 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1780/task/1806/stat : 1806 (java) S 1776 1780 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22661271 10060525568 698179 33554432000 1073741824 1073778376 140736365720048 139822134993704 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 103.71
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.150002
#  lost CPU user time (s): 0.159996
#  lost CPU system time (s): -0.00999999

Real time (s): 51.0674
CPU time (s): 103.977
CPU user time (s): 103.135
CPU system time (s): 0.84187
CPU usage (%): 203.608
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.975
system time used= 0.85187
maximum resident set size= 2798436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23991
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= 2080
involuntary context switches= 2513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.352946 second user time and 0.480926 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 01:28:42
IDJOB=4099600
IDBENCH=1450
IDSOLVER=2543
FILE ID=node113/4099600-1466206122
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71704 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.tag12.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099600-1466206122/watcher-4099600-1466206122 -o /tmp/evaluation-result-4099600-1466206122/solver-4099600-1466206122 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099600-1466206122.opb

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

MD5SUM BENCH= 6d44efaff34237725f88a3d0685c8f91
RANDOM SEED=1738278479

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31123160 kB
Buffers:           35764 kB
Cached:            65996 kB
SwapCached:         1976 kB
Active:            44412 kB
Inactive:          60340 kB
Active(anon):       3968 kB
Inactive(anon):     1496 kB
Active(file):      40444 kB
Inactive(file):    58844 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              2664 kB
Writeback:             0 kB
AnonPages:        944776 kB
Mapped:             6984 kB
Shmem:                 0 kB
Slab:             568084 kB
SReclaimable:      11308 kB
SUnreclaim:       556776 kB
KernelStack:        1376 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1039020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71704 MiB
End job on node113 at 2016-06-18 01:29:34