Trace number 4106515

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16OPT3 100.518 49.4716

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
MD5SUMafe3df18e5a0f1ba7fdc86d94afdb427
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.11998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106515-1466271908.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.23/0.21	c ... done. Wall clock time 0.096s.
0.23/0.21	c declared #vars     168
0.23/0.21	c internal #vars     616
0.23/0.21	c #constraints  918
0.23/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.23/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.23/0.21	c 918 constraints processed.
0.23/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.21	c constraints type 
0.23/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.23/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.23/0.21	c 918 constraints processed.
0.23/0.21	c objective function length is 8 literals
2.12/0.78	c cleaning 2497 clauses out of 5001 with flag 10318/5001
3.73/1.13	c cleaning 4251 clauses out of 8503 with flag 23201/11000
4.64/1.49	c cleaning 5622 clauses out of 11252 with flag 39606/18000
6.07/2.20	c cleaning 6810 clauses out of 13630 with flag 58199/26000
7.92/3.07	c cleaning 7907 clauses out of 15821 with flag 79502/35001
9.31/3.77	c cleaning 8937 clauses out of 17914 with flag 103468/45001
10.76/4.45	c cleaning 9985 clauses out of 19978 with flag 128202/56002
11.75/4.94	c And the winner is solver0
11.85/5.21	c SATISFIABLE
11.85/5.21	c OPTIMIZING...
11.85/5.21	c Got one! Elapsed wall clock time (in seconds):5.101
11.85/5.21	o 5
12.47/5.55	c cleaning 11942 clauses out of 23896 with flag 11083/69905
13.45/6.03	c cleaning 8969 clauses out of 17954 with flag 25950/75905
14.52/6.57	c cleaning 7983 clauses out of 15985 with flag 41209/82905
15.51/6.92	c And the winner is solver0
15.55/7.21	c Got one! Elapsed wall clock time (in seconds):7.102
15.55/7.21	o 3
16.11/7.58	c cleaning 9535 clauses out of 19081 with flag 10996/93984
17.01/7.89	c cleaning 7767 clauses out of 15545 with flag 24051/99984
18.15/8.38	c cleaning 7384 clauses out of 14779 with flag 38817/106985
19.16/8.86	c cleaning 7681 clauses out of 15394 with flag 55970/114984
20.56/9.54	c cleaning 8349 clauses out of 16713 with flag 75063/123984
21.58/10.07	c cleaning 9173 clauses out of 18365 with flag 96630/133985
23.00/10.74	c cleaning 10068 clauses out of 20191 with flag 120944/144984
24.60/11.52	c cleaning 11051 clauses out of 22123 with flag 146932/156984
26.60/12.59	c cleaning 12015 clauses out of 24073 with flag 177436/169985
28.80/13.62	c cleaning 13020 clauses out of 26057 with flag 209804/183984
30.85/14.63	c cleaning 13997 clauses out of 28037 with flag 243508/198984
33.25/15.81	c cleaning 15002 clauses out of 30041 with flag 280448/214985
35.33/16.84	c cleaning 16014 clauses out of 32037 with flag 319363/231984
37.93/18.17	c cleaning 17004 clauses out of 34023 with flag 359805/249984
43.18/20.73	c cleaning 17999 clauses out of 36020 with flag 400717/268985
46.58/22.40	c cleaning 18999 clauses out of 38020 with flag 445284/288984
49.58/23.99	c cleaning 20003 clauses out of 40023 with flag 492505/309986
51.97/25.15	c cleaning 0 clauses out of 5880 with flag 0/5882
53.49/25.75	c cleaning 20999 clauses out of 42019 with flag 541166/331985
57.61/27.73	c cleaning 21997 clauses out of 44018 with flag 591350/354984
62.62/30.25	c cleaning 23008 clauses out of 46022 with flag 643586/378985
67.05/32.46	c cleaning 24001 clauses out of 48013 with flag 699484/403984
73.24/35.57	c cleaning 25001 clauses out of 50010 with flag 757117/429984
79.49/38.61	c cleaning 26000 clauses out of 52010 with flag 817343/456985
86.08/41.99	c cleaning 26998 clauses out of 54010 with flag 880522/484985
94.52/46.20	c cleaning 27999 clauses out of 56010 with flag 945183/513984
100.12/48.97	c And the winner is solver0
100.32/49.45	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
100.32/49.45	c starts		: 1458
100.32/49.45	c conflicts		: 532539
100.32/49.45	c decisions		: 620200
100.32/49.45	c propagations		: 10272776
100.32/49.45	c inspects		: 720647275
100.32/49.45	c shortcuts		: 0
100.32/49.45	c learnt literals	: 16
100.32/49.45	c learnt binary clauses	: 20
100.32/49.45	c learnt ternary clauses	: 64
100.32/49.45	c learnt constraints	: 532522
100.32/49.45	c ignored constraints	: 0
100.32/49.45	c root simplifications	: 0
100.32/49.45	c removed literals (reason simplification)	: 1243296
100.32/49.45	c reason swapping (by a shorter reason)	: 0
100.32/49.45	c Calls to reduceDB	: 35
100.32/49.45	c Number of update (reduction) of LBD	: 20675
100.32/49.45	c Imported unit clauses	: 0
100.32/49.45	c number of reductions to clauses (during analyze)	: 0
100.32/49.45	c number of learned constraints concerned by reduction	: 0
100.32/49.45	c number of learning phase by resolution	: 0
100.32/49.45	c number of learning phase by cutting planes	: 0
100.32/49.45	c speed (assignments/second)	: 208626.64500406172
100.32/49.45	c non guided choices	4798
100.32/49.45	c learnt constraints type 
100.32/49.45	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
100.32/49.45	c starts		: 44
100.32/49.45	c conflicts		: 8397
100.32/49.45	c decisions		: 9872
100.32/49.45	c propagations		: 156377
100.32/49.45	c inspects		: 82084925
100.32/49.45	c shortcuts		: 0
100.32/49.45	c learnt literals	: 0
100.32/49.45	c learnt binary clauses	: 0
100.32/49.45	c learnt ternary clauses	: 0
100.32/49.45	c learnt constraints	: 8395
100.32/49.45	c ignored constraints	: 0
100.32/49.45	c root simplifications	: 0
100.32/49.45	c removed literals (reason simplification)	: 0
100.32/49.45	c reason swapping (by a shorter reason)	: 0
100.32/49.45	c Calls to reduceDB	: 1
100.32/49.45	c Number of update (reduction) of LBD	: 0
100.32/49.45	c Imported unit clauses	: 0
100.32/49.45	c number of reductions to clauses (during analyze)	: 0
100.32/49.45	c number of learned constraints concerned by reduction	: 0
100.32/49.45	c number of learning phase by resolution	: 0
100.32/49.45	c number of learning phase by cutting planes	: 0
100.32/49.45	c speed (assignments/second)	: 3702.1946542295036
100.32/49.45	c non guided choices	571
100.32/49.45	c learnt constraints type 
100.32/49.45	s OPTIMUM FOUND
100.32/49.45	c Found 2 solution(s)
100.32/49.45	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 x13 x14 -x15 -x16 x17 x18 x19 -x20 -x21 x22 x23 -x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 x41 x42 -x43 x44 x45 x46 x47 x48 x49 -x50 -x51 -x52 x53 x54 -x55 x56 x57 -x58 x59 x60 -x61 -x62 x63 x64 x65 x66 x67 x68 x69 -x70 -x71 x72 x73 -x74 -x75 x76 x77 x78 x79 x80 x81 x82 x83 -x84 -x85 -x86 -x87 -x88 x89 x90 x91 -x92 -x93 -x94 -x95 x96 x97 -x98 x99 x100 x101 -x102 x103 -x104 x105 -x106 x107 x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 x122 x123 x124 x125 x126 -x127 -x128 -x129 -x130 -x131 x132 x133 x134 x135 x136 x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 x161 -x162 x163 x164 x165 x166 -x167 -x168 
100.32/49.46	c objective function=3
100.32/49.46	c Total wall clock time (in seconds): 49.344

Verifier Data

OK	3

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-4106515-1466271908/watcher-4106515-1466271908 -o /tmp/evaluation-result-4106515-1466271908/solver-4106515-1466271908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106515-1466271908.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.24 4.20 3.96 4/197 1918
/proc/meminfo: memFree=27747712/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1918/stat : 1918 (java) D 1915 1918 28285 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 29239207 9515008 185 33554432000 1073741824 1073778376 140736391306672 140736391295736 217401355559 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2323 185 143 9 0 71 0

[startup+0.100164 s]
/proc/loadavg: 4.24 4.20 3.96 4/197 1918
/proc/meminfo: memFree=27747712/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 4431 0 1 0 8 1 0 0 20 0 18 0 29239207 9787879424 6058 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2389619 6058 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.24 4.20 3.96 4/197 1918
/proc/meminfo: memFree=27747712/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 4614 0 1 0 22 1 0 0 20 0 18 0 29239207 9787879424 7203 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2389619 7203 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.24 4.20 3.96 4/197 1918
/proc/meminfo: memFree=27747712/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 7592 0 1 0 58 2 0 0 20 0 22 0 29239207 10060525568 9832 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 9832 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+0.700179 s]
/proc/loadavg: 4.24 4.20 3.96 4/197 1918
/proc/meminfo: memFree=27747712/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 15686 0 1 0 208 4 0 0 20 0 22 0 29239207 10060525568 23356 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 23356 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732

[startup+1.50091 s]
/proc/loadavg: 4.24 4.20 3.96 8/219 1940
/proc/meminfo: memFree=27571024/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=4.84 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 22848 0 1 0 477 7 0 0 20 0 22 0 29239207 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 48182 2281 9 0 2446860 0
[pid=1918/tid=1920] ppid=1915 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1918/task/1920/stat : 1920 (java) S 1915 1918 28285 0 -1 4202560 2412 0 1 0 18 0 0 0 20 0 22 0 29239208 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139698062107512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1921] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1921/stat : 1921 (java) S 1915 1918 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139698040207656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1922] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1922/stat : 1922 (java) S 1915 1918 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697837828264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1923] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1923/stat : 1923 (java) S 1915 1918 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697836775976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1924] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1924/stat : 1924 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697835723176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1925] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1925/stat : 1925 (java) S 1915 1918 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697834670888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1926] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1926/stat : 1926 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697833618088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1927] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1927/stat : 1927 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697832565800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1928] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1928/stat : 1928 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697831513000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1929] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1929/stat : 1929 (java) S 1915 1918 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697819101416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1930] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1930/stat : 1930 (java) S 1915 1918 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697818047480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1931] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1931/stat : 1931 (java) S 1915 1918 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697816995080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1932] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1932/stat : 1932 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697815943568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1933] ppid=1915 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/1918/task/1933/stat : 1933 (java) S 1915 1918 28285 0 -1 4202560 6653 0 0 0 108 1 0 0 20 0 22 0 29239213 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697814891192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1934] ppid=1915 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/1918/task/1934/stat : 1934 (java) S 1915 1918 28285 0 -1 4202560 12279 0 0 0 100 3 0 0 20 0 22 0 29239213 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697813838392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1935] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1935/stat : 1935 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697812786296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1936] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1936/stat : 1936 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697811733704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1937] ppid=1915 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/1918/task/1937/stat : 1937 (java) R 1915 1918 28285 0 -1 4202560 21 0 0 0 124 0 0 0 20 0 22 0 29239229 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697810579632 139697922177176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1938] ppid=1915 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/1918/task/1938/stat : 1938 (java) R 1915 1918 28285 0 -1 4202560 103 0 0 0 118 2 0 0 20 0 22 0 29239229 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697809526704 139697922319404 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1939] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1939/stat : 1939 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239229 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697808475304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1940] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1940/stat : 1940 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239229 10060525568 48182 33554432000 1073741824 1073778376 140736391306672 139697807422504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10085 s]
/proc/loadavg: 4.30 4.21 3.97 6/219 1940
/proc/meminfo: memFree=27501144/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=8.12 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 23456 0 1 0 799 13 0 0 20 0 22 0 29239207 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 85531 2281 9 0 2446860 0
[pid=1918/tid=1920] ppid=1915 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1918/task/1920/stat : 1920 (java) S 1915 1918 28285 0 -1 4202560 2412 0 1 0 18 0 0 0 20 0 22 0 29239208 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139698062107512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1921] ppid=1915 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1918/task/1921/stat : 1921 (java) S 1915 1918 28285 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139698040207656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1922] ppid=1915 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1918/task/1922/stat : 1922 (java) S 1915 1918 28285 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697837828264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1923] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1923/stat : 1923 (java) S 1915 1918 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697836775976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1924] ppid=1915 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1918/task/1924/stat : 1924 (java) S 1915 1918 28285 0 -1 4202560 139 0 0 0 1 1 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697835723176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1925] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1925/stat : 1925 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697834670888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1926] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1926/stat : 1926 (java) S 1915 1918 28285 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697833618088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1927] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1927/stat : 1927 (java) S 1915 1918 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697832565800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1928] ppid=1915 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1918/task/1928/stat : 1928 (java) S 1915 1918 28285 0 -1 4202560 106 0 0 0 1 0 0 0 20 0 22 0 29239209 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697831513000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1929] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1929/stat : 1929 (java) S 1915 1918 28285 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697819101416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1930] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1930/stat : 1930 (java) S 1915 1918 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697818047480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1931] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1931/stat : 1931 (java) S 1915 1918 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697816995080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1932] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1932/stat : 1932 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697815943568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1933] ppid=1915 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/1918/task/1933/stat : 1933 (java) S 1915 1918 28285 0 -1 4202560 6653 0 0 0 108 1 0 0 20 0 22 0 29239213 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697814891192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1934] ppid=1915 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/1918/task/1934/stat : 1934 (java) S 1915 1918 28285 0 -1 4202560 12279 0 0 0 101 3 0 0 20 0 22 0 29239213 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697813838392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1935] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1935/stat : 1935 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697812786296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1936] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1936/stat : 1936 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697811733704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1937] ppid=1915 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/1918/task/1937/stat : 1937 (java) R 1915 1918 28285 0 -1 4202560 25 0 0 0 280 0 0 0 20 0 22 0 29239229 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697810579912 139697922216637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1938] ppid=1915 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/1918/task/1938/stat : 1938 (java) R 1915 1918 28285 0 -1 4202560 158 0 0 0 271 3 0 0 20 0 22 0 29239229 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697809525648 139697922192539 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1939] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1939/stat : 1939 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239229 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697808475304 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1940] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1940/stat : 1940 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239229 10060525568 85531 33554432000 1073741824 1073778376 140736391306672 139697807422504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.30 4.21 3.97 5/219 1943
/proc/meminfo: memFree=27140668/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=14.12 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 24056 0 1 0 1391 21 0 0 20 0 22 0 29239207 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 152430 2283 9 0 2446860 0
[pid=1918/tid=1920] ppid=1915 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1918/task/1920/stat : 1920 (java) S 1915 1918 28285 0 -1 4202560 2413 0 1 0 19 0 0 0 20 0 22 0 29239208 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139698062107512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1921] ppid=1915 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/1918/task/1921/stat : 1921 (java) S 1915 1918 28285 0 -1 4202560 156 0 0 0 3 1 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139698040207656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1922] ppid=1915 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1918/task/1922/stat : 1922 (java) S 1915 1918 28285 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697837828264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1923] ppid=1915 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1918/task/1923/stat : 1923 (java) S 1915 1918 28285 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697836775976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1924] ppid=1915 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1918/task/1924/stat : 1924 (java) S 1915 1918 28285 0 -1 4202560 205 0 0 0 3 2 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697835723176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1925] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1925/stat : 1925 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697834670888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1926] ppid=1915 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/1918/task/1926/stat : 1926 (java) S 1915 1918 28285 0 -1 4202560 111 0 0 0 2 0 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697833618088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1927] ppid=1915 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1918/task/1927/stat : 1927 (java) S 1915 1918 28285 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697832565800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1928] ppid=1915 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1918/task/1928/stat : 1928 (java) S 1915 1918 28285 0 -1 4202560 150 0 0 0 2 1 0 0 20 0 22 0 29239209 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697831513000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1929] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1929/stat : 1929 (java) S 1915 1918 28285 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697819101416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1930] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1930/stat : 1930 (java) S 1915 1918 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697818047480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1931] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1931/stat : 1931 (java) S 1915 1918 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697816995080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1932] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1932/stat : 1932 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 152430 33554432000 1073741824 1073778376 140736391306672 139697815943568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1933] ppid=1915 vsize=9824732 CPUtime=1.1 cores=0,2,4,6

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

/proc/1918/task/1933/stat : 1933 (java) S 1915 1918 28285 0 -1 4202560 6654 0 0 0 114 2 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697814891192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1934] ppid=1915 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/1918/task/1934/stat : 1934 (java) S 1915 1918 28285 0 -1 4202560 17936 0 0 0 212 4 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697813838392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1935] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1935/stat : 1935 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697812786296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1936] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1936/stat : 1936 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697811733704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1940] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1940/stat : 1940 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239229 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697807422504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1944] ppid=1915 vsize=9824732 CPUtime=40.39 cores=0,2,4,6
/proc/1918/task/1944/stat : 1944 (java) R 1915 1918 28285 0 -1 4202560 27 0 0 0 4039 0 0 0 20 0 22 0 29239929 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697810580560 139697922278105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1945] ppid=1915 vsize=9824732 CPUtime=40.38 cores=0,2,4,6
/proc/1918/task/1945/stat : 1945 (java) R 1915 1918 28285 0 -1 4202560 1282 0 0 0 4011 27 0 0 20 0 22 0 29239929 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697809525152 139697922193717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1946] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1946/stat : 1946 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29239929 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697808474920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 98.32
Current children cumulated vsize (KiB) 9824732

[startup+48.8009 s]
/proc/loadavg: 4.25 4.21 3.98 5/219 1946
/proc/meminfo: memFree=24798016/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=99.92 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 32538 0 1 0 9918 74 0 0 20 0 22 0 29239207 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 691976 2286 9 0 2446860 0
[pid=1918/tid=1920] ppid=1915 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1918/task/1920/stat : 1920 (java) S 1915 1918 28285 0 -1 4202560 2413 0 1 0 19 0 0 0 20 0 22 0 29239208 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139698062107512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1921] ppid=1915 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1918/task/1921/stat : 1921 (java) S 1915 1918 28285 0 -1 4202560 242 0 0 0 11 4 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139698040207656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1922] ppid=1915 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1918/task/1922/stat : 1922 (java) S 1915 1918 28285 0 -1 4202560 104 0 0 0 14 4 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697837828264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1923] ppid=1915 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/1918/task/1923/stat : 1923 (java) S 1915 1918 28285 0 -1 4202560 67 0 0 0 9 3 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697836775976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1924] ppid=1915 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1918/task/1924/stat : 1924 (java) S 1915 1918 28285 0 -1 4202560 239 0 0 0 11 4 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697835723176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1925] ppid=1915 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1918/task/1925/stat : 1925 (java) S 1915 1918 28285 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697834670888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1926] ppid=1915 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/1918/task/1926/stat : 1926 (java) S 1915 1918 28285 0 -1 4202560 154 0 0 0 10 2 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697833618088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1927] ppid=1915 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1918/task/1927/stat : 1927 (java) S 1915 1918 28285 0 -1 4202560 96 0 0 0 8 2 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697832565800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1928] ppid=1915 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1918/task/1928/stat : 1928 (java) S 1915 1918 28285 0 -1 4202560 187 0 0 0 7 3 0 0 20 0 22 0 29239209 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697831513000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1929] ppid=1915 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1918/task/1929/stat : 1929 (java) S 1915 1918 28285 0 -1 4202560 1221 0 0 0 0 3 0 0 20 0 22 0 29239210 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697819101416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1930] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1930/stat : 1930 (java) S 1915 1918 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697818047480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1931] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1931/stat : 1931 (java) S 1915 1918 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29239210 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697816995080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1932] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1932/stat : 1932 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697815943568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1933] ppid=1915 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/1918/task/1933/stat : 1933 (java) S 1915 1918 28285 0 -1 4202560 6654 0 0 0 114 2 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697814891192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1934] ppid=1915 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/1918/task/1934/stat : 1934 (java) S 1915 1918 28285 0 -1 4202560 17936 0 0 0 212 4 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697813838392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1935] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1935/stat : 1935 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697812786296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1936] ppid=1915 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1918/task/1936/stat : 1936 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 29239213 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697811733704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1940] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1940/stat : 1940 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29239229 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697807422504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1944] ppid=1915 vsize=9824732 CPUtime=41.18 cores=0,2,4,6
/proc/1918/task/1944/stat : 1944 (java) R 1915 1918 28285 0 -1 4202560 27 0 0 0 4118 0 0 0 20 0 22 0 29239929 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697810580560 139697922278161 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1945] ppid=1915 vsize=9824732 CPUtime=41.18 cores=0,2,4,6
/proc/1918/task/1945/stat : 1945 (java) R 1915 1918 28285 0 -1 4202560 1282 0 0 0 4091 27 0 0 20 0 22 0 29239929 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697809525152 139697922444671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1946] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1946/stat : 1946 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29239929 10060525568 691976 33554432000 1073741824 1073778376 140736391306672 139697808474920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 99.92
Current children cumulated vsize (KiB) 9824732

[startup+49.2008 s]
/proc/loadavg: 4.25 4.21 3.98 5/219 1946
/proc/meminfo: memFree=24798016/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=100.09 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 32540 0 1 0 9934 75 0 0 20 0 19 0 29239207 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 691966 2286 9 0 2446860 0
[pid=1918/tid=1920] ppid=1915 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/1918/task/1920/stat : 1920 (java) S 1915 1918 28285 0 -1 4202560 2413 0 1 0 19 0 0 0 20 0 19 0 29239208 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139698062107512 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1921] ppid=1915 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1918/task/1921/stat : 1921 (java) S 1915 1918 28285 0 -1 4202560 242 0 0 0 11 4 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139698040207656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1922] ppid=1915 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1918/task/1922/stat : 1922 (java) S 1915 1918 28285 0 -1 4202560 104 0 0 0 14 4 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697837828264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1923] ppid=1915 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/1918/task/1923/stat : 1923 (java) S 1915 1918 28285 0 -1 4202560 67 0 0 0 9 3 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697836775976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1924] ppid=1915 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1918/task/1924/stat : 1924 (java) S 1915 1918 28285 0 -1 4202560 239 0 0 0 11 4 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697835723176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1925] ppid=1915 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1918/task/1925/stat : 1925 (java) S 1915 1918 28285 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697834670888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1926] ppid=1915 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/1918/task/1926/stat : 1926 (java) S 1915 1918 28285 0 -1 4202560 154 0 0 0 10 2 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697833618088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1927] ppid=1915 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1918/task/1927/stat : 1927 (java) S 1915 1918 28285 0 -1 4202560 96 0 0 0 8 2 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697832565800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1928] ppid=1915 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1918/task/1928/stat : 1928 (java) S 1915 1918 28285 0 -1 4202560 187 0 0 0 7 3 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697831513000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1929] ppid=1915 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1918/task/1929/stat : 1929 (java) S 1915 1918 28285 0 -1 4202560 1221 0 0 0 0 3 0 0 20 0 19 0 29239210 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697819101416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1930] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1930/stat : 1930 (java) S 1915 1918 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29239210 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697818047480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1931] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1931/stat : 1931 (java) S 1915 1918 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29239210 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697816995080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1932] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1932/stat : 1932 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697815943568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1933] ppid=1915 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/1918/task/1933/stat : 1933 (java) S 1915 1918 28285 0 -1 4202560 6654 0 0 0 114 2 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697814891192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1934] ppid=1915 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/1918/task/1934/stat : 1934 (java) S 1915 1918 28285 0 -1 4202560 17936 0 0 0 212 4 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697813838392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1935] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1935/stat : 1935 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697812786296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1936] ppid=1915 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1918/task/1936/stat : 1936 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697811733704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1940] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1940/stat : 1940 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29239229 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697807422504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 100.09
Current children cumulated vsize (KiB) 9824732

[startup+49.4008 s]
/proc/loadavg: 4.25 4.21 3.98 5/219 1946
/proc/meminfo: memFree=24798016/32872528 swapFree=1534436/1655032
[pid=1918] ppid=1915 vsize=9824732 CPUtime=100.29 cores=0,2,4,6
/proc/1918/stat : 1918 (java) S 1915 1918 28285 0 -1 4202496 32541 0 1 0 9954 75 0 0 20 0 19 0 29239207 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 140736391297808 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1918/statm: 2456183 691966 2286 9 0 2446860 0
[pid=1918/tid=1920] ppid=1915 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/1918/task/1920/stat : 1920 (java) R 1915 1918 28285 0 -1 4202560 2413 0 1 0 36 0 0 0 20 0 19 0 29239208 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139698062107272 139697923096559 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1921] ppid=1915 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1918/task/1921/stat : 1921 (java) S 1915 1918 28285 0 -1 4202560 242 0 0 0 11 4 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139698040207656 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1922] ppid=1915 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1918/task/1922/stat : 1922 (java) S 1915 1918 28285 0 -1 4202560 104 0 0 0 14 4 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697837828264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1923] ppid=1915 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/1918/task/1923/stat : 1923 (java) S 1915 1918 28285 0 -1 4202560 67 0 0 0 9 3 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697836775976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1924] ppid=1915 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1918/task/1924/stat : 1924 (java) S 1915 1918 28285 0 -1 4202560 239 0 0 0 11 4 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697835723176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1925] ppid=1915 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/1918/task/1925/stat : 1925 (java) S 1915 1918 28285 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697834670888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1926] ppid=1915 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/1918/task/1926/stat : 1926 (java) S 1915 1918 28285 0 -1 4202560 154 0 0 0 10 2 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697833618088 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1927] ppid=1915 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1918/task/1927/stat : 1927 (java) S 1915 1918 28285 0 -1 4202560 96 0 0 0 8 2 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697832565800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1928] ppid=1915 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/1918/task/1928/stat : 1928 (java) S 1915 1918 28285 0 -1 4202560 187 0 0 0 7 3 0 0 20 0 19 0 29239209 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697831513000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1929] ppid=1915 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/1918/task/1929/stat : 1929 (java) S 1915 1918 28285 0 -1 4202560 1221 0 0 0 0 3 0 0 20 0 19 0 29239210 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697819101416 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1930] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1930/stat : 1930 (java) S 1915 1918 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29239210 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697818047480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1931] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1931/stat : 1931 (java) S 1915 1918 28285 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29239210 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697816995080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1932] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1932/stat : 1932 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697815943568 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1918/tid=1933] ppid=1915 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/1918/task/1933/stat : 1933 (java) S 1915 1918 28285 0 -1 4202560 6654 0 0 0 115 2 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697814891192 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1918/tid=1934] ppid=1915 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/1918/task/1934/stat : 1934 (java) S 1915 1918 28285 0 -1 4202560 17937 0 0 0 214 4 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697813838392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1935] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1935/stat : 1935 (java) S 1915 1918 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697812786296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1918/tid=1936] ppid=1915 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/1918/task/1936/stat : 1936 (java) S 1915 1918 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29239213 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697811733704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1918/tid=1940] ppid=1915 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1918/task/1940/stat : 1940 (java) S 1915 1918 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29239229 10060525568 691966 33554432000 1073741824 1073778376 140736391306672 139697807422504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 100.29
Current children cumulated vsize (KiB) 9824732

Child status: 30

# 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.0299988
#  lost CPU user time (s): 0.0400009
#  lost CPU system time (s): -0.00999999

Real time (s): 49.4716
CPU time (s): 100.518
CPU user time (s): 99.6159
CPU system time (s): 0.901861
CPU usage (%): 203.183
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 99.5759
system time used= 0.911861
maximum resident set size= 2783484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32553
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= 2040
involuntary context switches= 1657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.372943 second user time and 0.425935 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:45:08
IDJOB=4106515
IDBENCH=48087
IDSOLVER=2543
FILE ID=node122/4106515-1466271908
RUNJOBID= node122-1466264503-28301
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=29-P1=157-P2=173-P3=83-P4=37-P5=251-P6=29-P7=181-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106515-1466271908/watcher-4106515-1466271908 -o /tmp/evaluation-result-4106515-1466271908/solver-4106515-1466271908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106515-1466271908.opb

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

MD5SUM BENCH= afe3df18e5a0f1ba7fdc86d94afdb427
RANDOM SEED=1493352204

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27747976 kB
Buffers:          146612 kB
Cached:           221064 kB
SwapCached:            0 kB
Active:          2441044 kB
Inactive:         268744 kB
Active(anon):    2335012 kB
Inactive(anon):     9916 kB
Active(file):     106032 kB
Inactive(file):   258828 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       4007292 kB
Mapped:            21072 kB
Shmem:               204 kB
Slab:             610736 kB
SReclaimable:      54380 kB
SUnreclaim:       556356 kB
KernelStack:        1632 kB
PageTables:        12836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4135212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2400256 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= 71744 MiB
End job on node122 at 2016-06-18 19:45:57