Trace number 4106308

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 116.805 57.0638

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
MD5SUM8a882d07e0fbb307eb9e9c234ecc464c
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.12198
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106308-1466270421.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.22/0.22	c ... done. Wall clock time 0.101s.
0.22/0.22	c declared #vars     168
0.22/0.22	c internal #vars     616
0.22/0.22	c #constraints  918
0.22/0.22	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.22/0.22	c 918 constraints processed.
0.22/0.22	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.22/0.22	c 918 constraints processed.
0.22/0.22	c objective function length is 8 literals
2.16/0.78	c cleaning 2499 clauses out of 5000 with flag 10748/5000
3.77/1.19	c cleaning 4250 clauses out of 8502 with flag 23113/11001
5.01/1.57	c cleaning 5600 clauses out of 11252 with flag 38163/18001
5.86/1.99	c cleaning 6813 clauses out of 13652 with flag 54925/26001
6.27/2.20	c And the winner is solver0
6.48/2.22	c SATISFIABLE
6.48/2.22	c OPTIMIZING...
6.48/2.22	c Got one! Elapsed wall clock time (in seconds):2.106
6.48/2.22	o 11
6.48/2.28	c cleaning 6400 clauses out of 12807 with flag 2199/31969
7.06/2.57	c cleaning 6200 clauses out of 12406 with flag 15479/37968
8.13/3.03	c cleaning 6601 clauses out of 13206 with flag 31196/44968
8.93/3.39	c And the winner is solver0
9.12/3.73	c Got one! Elapsed wall clock time (in seconds):3.607
9.12/3.73	o 3
9.87/4.19	c cleaning 9281 clauses out of 18577 with flag 12620/56940
11.56/4.77	c cleaning 7645 clauses out of 15296 with flag 26627/62940
12.36/5.16	c cleaning 7314 clauses out of 14652 with flag 42721/69941
13.59/5.76	c cleaning 7660 clauses out of 15337 with flag 61358/77940
15.00/6.46	c cleaning 8327 clauses out of 16678 with flag 83204/86941
16.81/7.39	c cleaning 9164 clauses out of 18351 with flag 109258/96941
18.27/8.04	c cleaning 10084 clauses out of 20187 with flag 133992/107941
20.08/8.96	c cleaning 11046 clauses out of 22103 with flag 162126/119941
22.53/10.18	c cleaning 12019 clauses out of 24056 with flag 195153/132940
24.94/11.32	c cleaning 12999 clauses out of 26037 with flag 227001/146940
27.22/12.41	c cleaning 14016 clauses out of 28037 with flag 263342/161940
29.83/13.71	c cleaning 15002 clauses out of 30022 with flag 299213/177941
31.88/14.73	c cleaning 0 clauses out of 5925 with flag 0/5927
33.06/15.29	c cleaning 16006 clauses out of 32020 with flag 341822/194941
37.69/17.53	c cleaning 17004 clauses out of 34014 with flag 382049/212941
40.30/18.88	c cleaning 17991 clauses out of 36010 with flag 423352/231941
44.50/21.00	c cleaning 19005 clauses out of 38020 with flag 468788/251942
47.89/22.66	c cleaning 19999 clauses out of 40014 with flag 515115/272941
51.95/24.66	c cleaning 21004 clauses out of 42015 with flag 565650/294941
56.15/26.75	c cleaning 21994 clauses out of 44010 with flag 616231/317940
60.55/28.90	c cleaning 23004 clauses out of 46015 with flag 668758/341940
64.55/30.86	c cleaning 24002 clauses out of 48010 with flag 724300/366941
69.61/33.37	c cleaning 25000 clauses out of 50008 with flag 780326/392941
75.02/36.03	c cleaning 25998 clauses out of 52006 with flag 841932/419940
80.23/38.70	c cleaning 26996 clauses out of 54007 with flag 904691/447940
86.49/41.77	c cleaning 28003 clauses out of 56011 with flag 968476/476940
93.89/45.40	c cleaning 29001 clauses out of 58009 with flag 1035735/506941
102.75/49.83	c cleaning 30003 clauses out of 60008 with flag 1111175/537941
113.99/55.41	c cleaning 31001 clauses out of 62001 with flag 1184238/569940
116.39/56.67	c And the winner is solver0
116.65/57.04	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
116.65/57.04	c starts		: 1639
116.65/57.04	c conflicts		: 581568
116.65/57.04	c decisions		: 681670
116.65/57.04	c propagations		: 11431087
116.65/57.04	c inspects		: 870568358
116.65/57.04	c shortcuts		: 0
116.65/57.04	c learnt literals	: 27
116.65/57.04	c learnt binary clauses	: 31
116.65/57.04	c learnt ternary clauses	: 75
116.65/57.04	c learnt constraints	: 581540
116.65/57.04	c ignored constraints	: 0
116.65/57.04	c root simplifications	: 0
116.65/57.04	c removed literals (reason simplification)	: 1416010
116.65/57.04	c reason swapping (by a shorter reason)	: 0
116.65/57.04	c Calls to reduceDB	: 35
116.65/57.04	c Number of update (reduction) of LBD	: 24945
116.65/57.04	c Imported unit clauses	: 0
116.65/57.04	c number of reductions to clauses (during analyze)	: 0
116.65/57.04	c number of learned constraints concerned by reduction	: 0
116.65/57.04	c number of learning phase by resolution	: 0
116.65/57.04	c number of learning phase by cutting planes	: 0
116.65/57.04	c speed (assignments/second)	: 201219.64829516452
116.65/57.04	c non guided choices	5140
116.65/57.04	c learnt constraints type 
116.65/57.04	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
116.65/57.04	c starts		: 49
116.65/57.04	c conflicts		: 11715
116.65/57.04	c decisions		: 14439
116.65/57.04	c propagations		: 199205
116.65/57.04	c inspects		: 90093637
116.65/57.04	c shortcuts		: 0
116.65/57.04	c learnt literals	: 0
116.65/57.04	c learnt binary clauses	: 0
116.65/57.04	c learnt ternary clauses	: 0
116.65/57.04	c learnt constraints	: 11712
116.65/57.04	c ignored constraints	: 0
116.65/57.04	c root simplifications	: 0
116.65/57.04	c removed literals (reason simplification)	: 0
116.65/57.04	c reason swapping (by a shorter reason)	: 0
116.65/57.04	c Calls to reduceDB	: 1
116.65/57.04	c Number of update (reduction) of LBD	: 0
116.65/57.04	c Imported unit clauses	: 0
116.65/57.04	c number of reductions to clauses (during analyze)	: 0
116.65/57.04	c number of learned constraints concerned by reduction	: 0
116.65/57.04	c number of learning phase by resolution	: 0
116.65/57.04	c number of learning phase by cutting planes	: 0
116.65/57.04	c speed (assignments/second)	: 3736.7986643906283
116.65/57.04	c non guided choices	802
116.65/57.04	c learnt constraints type 
116.65/57.04	s OPTIMUM FOUND
116.65/57.04	c Found 2 solution(s)
116.65/57.04	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 
116.65/57.04	c objective function=3
116.65/57.04	c Total wall clock time (in seconds): 56.919

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

pid=31415
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: 3.39 3.37 3.48 3/197 31418
/proc/meminfo: memFree=28635420/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/31418/stat : 31418 (java) R 31415 31418 28285 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 29090501 278528 23 33554432000 1073741824 1073778376 140736154880848 140734285183960 217401288093 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 68 28 20 9 0 25 0

[startup+0.100096 s]
/proc/loadavg: 3.39 3.37 3.48 3/197 31418
/proc/meminfo: memFree=28635420/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 4424 0 1 0 9 1 0 0 20 0 18 0 29090501 9787879424 6049 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2389619 6049 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200315 s]
/proc/loadavg: 3.39 3.37 3.48 3/197 31418
/proc/meminfo: memFree=28635420/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 4600 0 1 0 21 1 0 0 20 0 18 0 29090501 9787879424 7219 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2389619 7219 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 3.39 3.37 3.48 3/197 31418
/proc/meminfo: memFree=28635420/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 7771 0 1 0 55 1 0 0 20 0 22 0 29090501 10060525568 9808 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 9808 2237 9 0 2446860 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824732

[startup+0.70018 s]
/proc/loadavg: 3.39 3.37 3.48 3/197 31418
/proc/meminfo: memFree=28635420/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 17888 0 1 0 212 4 0 0 20 0 22 0 29090501 10060525568 25661 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 25661 2253 9 0 2446860 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.39 3.37 3.48 6/219 31440
/proc/meminfo: memFree=28442256/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=5.01 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 25121 0 1 0 493 8 0 0 20 0 22 0 29090501 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 49952 2278 9 0 2446860 0
[pid=31418/tid=31420] ppid=31415 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31418/task/31420/stat : 31420 (java) S 31415 31418 28285 0 -1 4202560 2410 0 1 0 20 0 0 0 20 0 22 0 29090502 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139852013224824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31421] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31421/stat : 31421 (java) S 31415 31418 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851991325480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31422] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31422/stat : 31422 (java) S 31415 31418 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851990272680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31423] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31423/stat : 31423 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851989220392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31418/tid=31424] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31424/stat : 31424 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851988167592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31425] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31425/stat : 31425 (java) S 31415 31418 28285 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851651344680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31418/tid=31426] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31426/stat : 31426 (java) S 31415 31418 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851650291880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31418/tid=31427] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31427/stat : 31427 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851649239592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31428] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31428/stat : 31428 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851648186792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31429] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31429/stat : 31429 (java) S 31415 31418 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29090504 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851635989224 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31430] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31430/stat : 31430 (java) S 31415 31418 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851634935288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31431] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31431/stat : 31431 (java) S 31415 31418 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851633882888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31432] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31432/stat : 31432 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851632831376 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31433] ppid=31415 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/31418/task/31433/stat : 31433 (java) S 31415 31418 28285 0 -1 4202560 10185 0 0 0 103 2 0 0 20 0 22 0 29090507 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851631777976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31434] ppid=31415 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/31418/task/31434/stat : 31434 (java) S 31415 31418 28285 0 -1 4202560 11005 0 0 0 117 3 0 0 20 0 22 0 29090507 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851630725176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31435] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31435/stat : 31435 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851629673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31436] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31436/stat : 31436 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851628620488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31437] ppid=31415 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/31418/task/31437/stat : 31437 (java) R 31415 31418 28285 0 -1 4202560 24 0 0 0 124 0 0 0 20 0 22 0 29090524 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851627563920 139851870098213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31438] ppid=31415 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31418/task/31438/stat : 31438 (java) R 31415 31418 28285 0 -1 4202560 109 0 0 0 120 2 0 0 20 0 22 0 29090524 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851626512888 139851869927202 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31418/tid=31439] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31439/stat : 31439 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29090525 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851625461416 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31440] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31440/stat : 31440 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29090525 10060525568 49952 33554432000 1073741824 1073778376 140736154880848 139851624408616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.01
Current children cumulated vsize (KiB) 9824732

[startup+3.10078 s]
/proc/loadavg: 3.39 3.37 3.48 4/219 31440
/proc/meminfo: memFree=28382544/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=8.43 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 28660 0 1 0 829 14 0 0 20 0 22 0 29090501 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 88611 2282 9 0 2446860 0
[pid=31418/tid=31420] ppid=31415 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31418/task/31420/stat : 31420 (java) S 31415 31418 28285 0 -1 4202560 2411 0 1 0 20 0 0 0 20 0 22 0 29090502 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139852013224824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31421] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31421/stat : 31421 (java) S 31415 31418 28285 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851991325480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31422] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31422/stat : 31422 (java) S 31415 31418 28285 0 -1 4202560 157 0 0 0 1 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851990272680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31423] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31423/stat : 31423 (java) S 31415 31418 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851989220392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31424] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31424/stat : 31424 (java) S 31415 31418 28285 0 -1 4202560 150 0 0 0 1 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851988167592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31418/tid=31425] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31425/stat : 31425 (java) S 31415 31418 28285 0 -1 4202560 116 0 0 0 1 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851651344680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31426] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31426/stat : 31426 (java) S 31415 31418 28285 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851650291880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31427] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31427/stat : 31427 (java) S 31415 31418 28285 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851649239592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31428] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31428/stat : 31428 (java) S 31415 31418 28285 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 29090503 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851648186792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31429] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31429/stat : 31429 (java) S 31415 31418 28285 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 29090504 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851635989224 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31430] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31430/stat : 31430 (java) S 31415 31418 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851634935288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31431] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31431/stat : 31431 (java) S 31415 31418 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851633882888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31432] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31432/stat : 31432 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851632831376 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31433] ppid=31415 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/31418/task/31433/stat : 31433 (java) S 31415 31418 28285 0 -1 4202560 10189 0 0 0 109 2 0 0 20 0 22 0 29090507 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851631777976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31434] ppid=31415 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/31418/task/31434/stat : 31434 (java) R 31415 31418 28285 0 -1 4202560 13798 0 0 0 134 3 0 0 20 0 22 0 29090507 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851630725176 139852016130095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31435] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31435/stat : 31435 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851629673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31436] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31436/stat : 31436 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851628620488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31440] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31440/stat : 31440 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29090525 10060525568 88611 33554432000 1073741824 1073778376 140736154880848 139851624408616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.60 3.41 3.49 5/219 31446
/proc/meminfo: memFree=28030332/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=14.8 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 31805 0 1 0 1457 23 0 0 20 0 22 0 29090501 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 152559 2282 9 0 2446860 0
[pid=31418/tid=31420] ppid=31415 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31418/task/31420/stat : 31420 (java) S 31415 31418 28285 0 -1 4202560 2411 0 1 0 20 0 0 0 20 0 22 0 29090502 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139852013224824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31421] ppid=31415 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31418/task/31421/stat : 31421 (java) S 31415 31418 28285 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851991325480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31422] ppid=31415 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31418/task/31422/stat : 31422 (java) S 31415 31418 28285 0 -1 4202560 167 0 0 0 2 1 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851990272680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31423] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31423/stat : 31423 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851989220392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31424] ppid=31415 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31418/task/31424/stat : 31424 (java) S 31415 31418 28285 0 -1 4202560 158 0 0 0 4 0 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851988167592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31425] ppid=31415 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31418/task/31425/stat : 31425 (java) S 31415 31418 28285 0 -1 4202560 125 0 0 0 2 1 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851651344680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31418/tid=31426] ppid=31415 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31418/task/31426/stat : 31426 (java) S 31415 31418 28285 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851650291880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31427] ppid=31415 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31418/task/31427/stat : 31427 (java) S 31415 31418 28285 0 -1 4202560 130 0 0 0 2 0 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851649239592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31428] ppid=31415 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/31418/task/31428/stat : 31428 (java) S 31415 31418 28285 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 29090503 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851648186792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31418/tid=31429] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31429/stat : 31429 (java) S 31415 31418 28285 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 29090504 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851635989224 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31430] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31430/stat : 31430 (java) S 31415 31418 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851634935288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31431] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31431/stat : 31431 (java) S 31415 31418 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851633882888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31432] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31432/stat : 31432 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851632831376 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31433] ppid=31415 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/31418/task/31433/stat : 31433 (java) S 31415 31418 28285 0 -1 4202560 10190 0 0 0 117 2 0 0 20 0 22 0 29090507 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851631777976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31434] ppid=31415 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/31418/task/31434/stat : 31434 (java) S 31415 31418 28285 0 -1 4202560 16493 0 0 0 181 4 0 0 20 0 22 0 29090507 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851630725176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31435] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31435/stat : 31435 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 152559 33554432000 1073741824 1073778376 140736154880848 139851629673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31436] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/31418/task/31433/stat : 31433 (java) S 31415 31418 28285 0 -1 4202560 10190 0 0 0 120 2 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851631777976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31434] ppid=31415 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/31418/task/31434/stat : 31434 (java) S 31415 31418 28285 0 -1 4202560 18048 0 0 0 231 4 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851630725176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31435] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31435/stat : 31435 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851629673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31436] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31436/stat : 31436 (java) S 31415 31418 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851628620488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31440] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31440/stat : 31440 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29090525 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851624408616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31444] ppid=31415 vsize=9824732 CPUtime=50.12 cores=0,2,4,6
/proc/31418/task/31444/stat : 31444 (java) R 31415 31418 28285 0 -1 4202560 28 0 0 0 5012 0 0 0 20 0 22 0 29090875 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851627564584 139851870009356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31445] ppid=31415 vsize=9824732 CPUtime=50.09 cores=0,2,4,6
/proc/31418/task/31445/stat : 31445 (java) R 31415 31418 28285 0 -1 4202560 1644 0 0 0 4976 33 0 0 20 0 22 0 29090875 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851626511328 139851869977442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31446] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31446/stat : 31446 (java) S 31415 31418 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29090875 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851625461032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 111.99
Current children cumulated vsize (KiB) 9824732

[startup+56.0009 s]
/proc/loadavg: 3.42 3.39 3.48 4/218 31446
/proc/meminfo: memFree=25736648/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=115.19 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 36412 0 1 0 11437 82 0 0 20 0 22 0 29090501 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 722558 2285 9 0 2446860 0
[pid=31418/tid=31420] ppid=31415 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/31418/task/31420/stat : 31420 (java) S 31415 31418 28285 0 -1 4202560 2412 0 1 0 20 0 0 0 20 0 22 0 29090502 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139852013224824 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31421] ppid=31415 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31418/task/31421/stat : 31421 (java) S 31415 31418 28285 0 -1 4202560 104 0 0 0 17 6 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851991325480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31422] ppid=31415 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/31418/task/31422/stat : 31422 (java) S 31415 31418 28285 0 -1 4202560 225 0 0 0 10 3 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851990272680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31423] ppid=31415 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31418/task/31423/stat : 31423 (java) S 31415 31418 28285 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851989220392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31424] ppid=31415 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31418/task/31424/stat : 31424 (java) S 31415 31418 28285 0 -1 4202560 248 0 0 0 13 4 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851988167592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31425] ppid=31415 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31418/task/31425/stat : 31425 (java) S 31415 31418 28285 0 -1 4202560 269 0 0 0 19 6 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851651344680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31426] ppid=31415 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/31418/task/31426/stat : 31426 (java) S 31415 31418 28285 0 -1 4202560 118 0 0 0 11 4 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851650291880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31427] ppid=31415 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/31418/task/31427/stat : 31427 (java) S 31415 31418 28285 0 -1 4202560 181 0 0 0 12 3 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851649239592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31428] ppid=31415 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31418/task/31428/stat : 31428 (java) S 31415 31418 28285 0 -1 4202560 113 0 0 0 12 6 0 0 20 0 22 0 29090503 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851648186792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31429] ppid=31415 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31418/task/31429/stat : 31429 (java) S 31415 31418 28285 0 -1 4202560 1264 0 0 0 0 2 0 0 20 0 22 0 29090504 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851635989224 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31430] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31430/stat : 31430 (java) S 31415 31418 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851634935288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31431] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31431/stat : 31431 (java) S 31415 31418 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29090505 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851633882888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31432] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31432/stat : 31432 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851632831376 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31433] ppid=31415 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31418/task/31433/stat : 31433 (java) S 31415 31418 28285 0 -1 4202560 10190 0 0 0 120 2 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851631777976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31434] ppid=31415 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/31418/task/31434/stat : 31434 (java) S 31415 31418 28285 0 -1 4202560 18048 0 0 0 231 4 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851630725176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31435] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31435/stat : 31435 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851629673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31436] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31436/stat : 31436 (java) S 31415 31418 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 29090507 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851628620488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31440] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31440/stat : 31440 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29090525 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851624408616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31444] ppid=31415 vsize=9824732 CPUtime=51.72 cores=0,2,4,6
/proc/31418/task/31444/stat : 31444 (java) R 31415 31418 28285 0 -1 4202560 28 0 0 0 5172 0 0 0 20 0 22 0 29090875 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851627556768 139851870009356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31445] ppid=31415 vsize=9824732 CPUtime=51.69 cores=0,2,4,6
/proc/31418/task/31445/stat : 31445 (java) R 31415 31418 28285 0 -1 4202560 1644 0 0 0 5136 33 0 0 20 0 22 0 29090875 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851626511328 139851869926918 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31446] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31446/stat : 31446 (java) S 31415 31418 28285 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29090875 10060525568 722558 33554432000 1073741824 1073778376 140736154880848 139851625461032 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 115.19
Current children cumulated vsize (KiB) 9824732

[startup+56.8009 s]
/proc/loadavg: 3.42 3.39 3.48 4/218 31446
/proc/meminfo: memFree=25736648/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=116.35 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 36412 0 1 0 11553 82 0 0 20 0 19 0 29090501 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 722547 2285 9 0 2446860 0
[pid=31418/tid=31420] ppid=31415 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/31418/task/31420/stat : 31420 (java) R 31415 31418 28285 0 -1 4202560 2412 0 1 0 24 0 0 0 20 0 19 0 29090502 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139852013223352 139851870439411 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31421] ppid=31415 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31418/task/31421/stat : 31421 (java) S 31415 31418 28285 0 -1 4202560 104 0 0 0 17 6 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851991325480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31422] ppid=31415 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/31418/task/31422/stat : 31422 (java) S 31415 31418 28285 0 -1 4202560 225 0 0 0 10 3 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851990272680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31423] ppid=31415 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31418/task/31423/stat : 31423 (java) S 31415 31418 28285 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851989220392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31424] ppid=31415 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31418/task/31424/stat : 31424 (java) S 31415 31418 28285 0 -1 4202560 248 0 0 0 13 4 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851988167592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31425] ppid=31415 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31418/task/31425/stat : 31425 (java) S 31415 31418 28285 0 -1 4202560 269 0 0 0 19 6 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851651344680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31426] ppid=31415 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/31418/task/31426/stat : 31426 (java) S 31415 31418 28285 0 -1 4202560 118 0 0 0 11 4 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851650291880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31427] ppid=31415 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/31418/task/31427/stat : 31427 (java) S 31415 31418 28285 0 -1 4202560 181 0 0 0 12 3 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851649239592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31428] ppid=31415 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31418/task/31428/stat : 31428 (java) S 31415 31418 28285 0 -1 4202560 113 0 0 0 12 6 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851648186792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31429] ppid=31415 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31418/task/31429/stat : 31429 (java) S 31415 31418 28285 0 -1 4202560 1264 0 0 0 0 2 0 0 20 0 19 0 29090504 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851635989224 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31430] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31430/stat : 31430 (java) S 31415 31418 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29090505 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851634935288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31431] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31431/stat : 31431 (java) S 31415 31418 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29090505 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851633882888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31432] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31432/stat : 31432 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851632831376 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31433] ppid=31415 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/31418/task/31433/stat : 31433 (java) R 31415 31418 28285 0 -1 4202560 10190 0 0 0 122 2 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851631777976 139852016483460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31434] ppid=31415 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/31418/task/31434/stat : 31434 (java) S 31415 31418 28285 0 -1 4202560 18048 0 0 0 231 4 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851630725176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31435] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31435/stat : 31435 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851629673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31436] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31436/stat : 31436 (java) S 31415 31418 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851628620488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31440] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31440/stat : 31440 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29090525 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851624408616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 116.35
Current children cumulated vsize (KiB) 9824732

[startup+57.0008 s]
/proc/loadavg: 3.42 3.39 3.48 4/218 31446
/proc/meminfo: memFree=25736648/32872528 swapFree=1534436/1655032
[pid=31418] ppid=31415 vsize=9824732 CPUtime=116.57 cores=0,2,4,6
/proc/31418/stat : 31418 (java) S 31415 31418 28285 0 -1 4202496 36412 0 1 0 11575 82 0 0 20 0 19 0 29090501 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 140736154871984 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/31418/statm: 2456183 722547 2285 9 0 2446860 0
[pid=31418/tid=31420] ppid=31415 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31418/task/31420/stat : 31420 (java) R 31415 31418 28285 0 -1 4202560 2412 0 1 0 44 0 0 0 20 0 19 0 29090502 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139852013223352 139851869722550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31421] ppid=31415 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/31418/task/31421/stat : 31421 (java) S 31415 31418 28285 0 -1 4202560 104 0 0 0 17 6 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851991325480 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31422] ppid=31415 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/31418/task/31422/stat : 31422 (java) S 31415 31418 28285 0 -1 4202560 225 0 0 0 10 3 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851990272680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31423] ppid=31415 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/31418/task/31423/stat : 31423 (java) S 31415 31418 28285 0 -1 4202560 91 0 0 0 11 3 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851989220392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31424] ppid=31415 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31418/task/31424/stat : 31424 (java) S 31415 31418 28285 0 -1 4202560 248 0 0 0 13 4 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851988167592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31425] ppid=31415 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31418/task/31425/stat : 31425 (java) S 31415 31418 28285 0 -1 4202560 269 0 0 0 19 6 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851651344680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31426] ppid=31415 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/31418/task/31426/stat : 31426 (java) S 31415 31418 28285 0 -1 4202560 118 0 0 0 11 4 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851650291880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31427] ppid=31415 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/31418/task/31427/stat : 31427 (java) S 31415 31418 28285 0 -1 4202560 181 0 0 0 12 3 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851649239592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31428] ppid=31415 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/31418/task/31428/stat : 31428 (java) S 31415 31418 28285 0 -1 4202560 113 0 0 0 12 6 0 0 20 0 19 0 29090503 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851648186792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31429] ppid=31415 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31418/task/31429/stat : 31429 (java) S 31415 31418 28285 0 -1 4202560 1264 0 0 0 0 2 0 0 20 0 19 0 29090504 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851635989224 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31430] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31430/stat : 31430 (java) S 31415 31418 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29090505 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851634935288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31431] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31431/stat : 31431 (java) S 31415 31418 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29090505 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851633882888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31432] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31432/stat : 31432 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851632831376 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31433] ppid=31415 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/31418/task/31433/stat : 31433 (java) S 31415 31418 28285 0 -1 4202560 10190 0 0 0 123 2 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851631777976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31434] ppid=31415 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/31418/task/31434/stat : 31434 (java) S 31415 31418 28285 0 -1 4202560 18048 0 0 0 231 4 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851630725176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31418/tid=31435] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31435/stat : 31435 (java) S 31415 31418 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851629673080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31418/tid=31436] ppid=31415 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31418/task/31436/stat : 31436 (java) S 31415 31418 28285 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 29090507 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851628620488 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31418/tid=31440] ppid=31415 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31418/task/31440/stat : 31440 (java) S 31415 31418 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29090525 10060525568 722547 33554432000 1073741824 1073778376 140736154880848 139851624408616 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 116.57
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.0800018
#  lost CPU user time (s): 0.0800018
#  lost CPU system time (s): 0

Real time (s): 57.0638
CPU time (s): 116.805
CPU user time (s): 115.825
CPU system time (s): 0.979851
CPU usage (%): 204.692
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.745
system time used= 0.979851
maximum resident set size= 2898696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36425
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= 2326
involuntary context switches= 2895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.32295 second user time and 0.507922 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:20:21
IDJOB=4106308
IDBENCH=48010
IDSOLVER=2543
FILE ID=node122/4106308-1466270421
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=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106308-1466270421/watcher-4106308-1466270421 -o /tmp/evaluation-result-4106308-1466270421/solver-4106308-1466270421 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28301 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106308-1466270421.opb

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

MD5SUM BENCH= 8a882d07e0fbb307eb9e9c234ecc464c
RANDOM SEED=2012476898

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:        28636212 kB
Buffers:          144380 kB
Cached:           219856 kB
SwapCached:            0 kB
Active:          1564552 kB
Inactive:         267056 kB
Active(anon):    1460292 kB
Inactive(anon):     9916 kB
Active(file):     104260 kB
Inactive(file):   257140 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               976 kB
Writeback:             0 kB
AnonPages:       3075124 kB
Mapped:            21100 kB
Shmem:               204 kB
Slab:             610452 kB
SReclaimable:      53960 kB
SUnreclaim:       556492 kB
KernelStack:        1784 kB
PageTables:        11372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3277688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1515520 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:21:18