Trace number 4106185

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 75.9335 37.0353

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=47-P1=211-P2=233-P3=173-P4=181-P5=71-B.opb
MD5SUM66c115908fb4694df4d314e4daf7ce17
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.084986
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 variables120
Total number of constraints11
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 constraints11
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)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4106185-1466269189.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.21/0.21	c ... done. Wall clock time 0.078s.
0.21/0.21	c declared #vars     120
0.21/0.21	c internal #vars     440
0.21/0.21	c #constraints  656
0.21/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.21	c constraints type 
0.21/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.21/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.21/0.21	c 656 constraints processed.
0.21/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.21	c constraints type 
0.21/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 320
0.21/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
0.21/0.21	c 656 constraints processed.
0.21/0.21	c objective function length is 8 literals
2.58/0.88	c cleaning 2495 clauses out of 5000 with flag 10169/5000
5.03/1.52	c cleaning 4249 clauses out of 8505 with flag 22422/11000
6.46/2.29	c cleaning 5624 clauses out of 11257 with flag 36746/18001
8.51/3.23	c cleaning 6807 clauses out of 13632 with flag 53008/26000
10.36/4.14	c cleaning 7907 clauses out of 15826 with flag 71755/35001
11.76/4.82	c And the winner is solver0
11.79/5.21	c SATISFIABLE
11.79/5.21	c OPTIMIZING...
11.79/5.21	c Got one! Elapsed wall clock time (in seconds):5.083
11.79/5.21	o 17
12.38/5.54	c cleaning 11139 clauses out of 22282 with flag 11303/49364
13.18/5.93	c cleaning 8569 clauses out of 17143 with flag 24799/55364
13.38/6.05	c And the winner is solver0
13.51/6.21	c Got one! Elapsed wall clock time (in seconds):6.084
13.51/6.21	o 3
13.67/6.39	c cleaning 6836 clauses out of 13675 with flag 4791/60465
14.48/6.78	c cleaning 6406 clauses out of 12839 with flag 18580/66465
15.67/7.19	c cleaning 6705 clauses out of 13433 with flag 33178/73465
16.82/7.66	c cleaning 7358 clauses out of 14729 with flag 52588/81466
18.05/8.20	c cleaning 8182 clauses out of 16369 with flag 73965/90464
19.27/8.83	c cleaning 9085 clauses out of 18187 with flag 96904/100464
20.86/9.67	c cleaning 10046 clauses out of 20102 with flag 122355/111464
22.88/10.61	c cleaning 11021 clauses out of 22056 with flag 151864/123464
25.08/11.75	c cleaning 12011 clauses out of 24035 with flag 184254/136464
27.30/12.84	c cleaning 13007 clauses out of 26023 with flag 213541/150465
30.02/14.16	c cleaning 13994 clauses out of 28014 with flag 249303/165464
33.61/16.00	c cleaning 14999 clauses out of 30020 with flag 284371/181464
36.81/17.50	c cleaning 16000 clauses out of 32022 with flag 319690/198465
39.86/19.08	c cleaning 0 clauses out of 5598 with flag 0/5598
41.41/19.70	c cleaning 17007 clauses out of 34021 with flag 359838/216464
45.02/21.52	c cleaning 18004 clauses out of 36015 with flag 403337/235465
49.03/23.56	c cleaning 18998 clauses out of 38009 with flag 449636/255464
53.10/25.54	c cleaning 20003 clauses out of 40011 with flag 495778/276464
58.71/28.37	c cleaning 21000 clauses out of 42009 with flag 546843/298465
63.78/30.90	c cleaning 21997 clauses out of 44009 with flag 600600/321465
70.58/34.27	c cleaning 23002 clauses out of 46009 with flag 653378/345464
75.60/36.70	c And the winner is solver0
75.82/37.00	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
75.82/37.00	c starts		: 947
75.82/37.00	c conflicts		: 364815
75.82/37.00	c decisions		: 418474
75.82/37.00	c propagations		: 6841036
75.82/37.00	c inspects		: 539918610
75.82/37.00	c shortcuts		: 0
75.82/37.00	c learnt literals	: 21
75.82/37.00	c learnt binary clauses	: 10
75.82/37.00	c learnt ternary clauses	: 23
75.82/37.00	c learnt constraints	: 364793
75.82/37.00	c ignored constraints	: 0
75.82/37.00	c root simplifications	: 0
75.82/37.00	c removed literals (reason simplification)	: 812157
75.82/37.00	c reason swapping (by a shorter reason)	: 0
75.82/37.01	c Calls to reduceDB	: 27
75.82/37.01	c Number of update (reduction) of LBD	: 14983
75.82/37.01	c Imported unit clauses	: 0
75.82/37.01	c number of reductions to clauses (during analyze)	: 0
75.82/37.01	c number of learned constraints concerned by reduction	: 0
75.82/37.01	c number of learning phase by resolution	: 0
75.82/37.01	c number of learning phase by cutting planes	: 0
75.82/37.01	c speed (assignments/second)	: 185933.0850977088
75.82/37.01	c non guided choices	1900
75.82/37.01	c learnt constraints type 
75.82/37.01	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
75.82/37.01	c starts		: 44
75.82/37.01	c conflicts		: 9250
75.82/37.01	c decisions		: 10909
75.82/37.01	c propagations		: 154272
75.82/37.01	c inspects		: 63128800
75.82/37.01	c shortcuts		: 0
75.82/37.01	c learnt literals	: 0
75.82/37.01	c learnt binary clauses	: 0
75.82/37.01	c learnt ternary clauses	: 0
75.82/37.01	c learnt constraints	: 9249
75.82/37.01	c ignored constraints	: 0
75.82/37.01	c root simplifications	: 0
75.82/37.01	c removed literals (reason simplification)	: 0
75.82/37.01	c reason swapping (by a shorter reason)	: 0
75.82/37.01	c Calls to reduceDB	: 1
75.82/37.01	c Number of update (reduction) of LBD	: 0
75.82/37.01	c Imported unit clauses	: 0
75.82/37.01	c number of reductions to clauses (during analyze)	: 0
75.82/37.01	c number of learned constraints concerned by reduction	: 0
75.82/37.01	c number of learning phase by resolution	: 0
75.82/37.01	c number of learning phase by cutting planes	: 0
75.82/37.01	c speed (assignments/second)	: 5009.80710528025
75.82/37.01	c non guided choices	517
75.82/37.01	c learnt constraints type 
75.82/37.01	s OPTIMUM FOUND
75.82/37.01	c Found 2 solution(s)
75.82/37.01	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 
75.82/37.01	c objective function=3
75.82/37.01	c Total wall clock time (in seconds): 36.88

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-4106185-1466269189/watcher-4106185-1466269189 -o /tmp/evaluation-result-4106185-1466269189/solver-4106185-1466269189 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106185-1466269189.opb 

pid=32000
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.22 4.22 4.18 4/197 32003
/proc/meminfo: memFree=27458456/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/32003/stat : 32003 (java) D 32000 32003 30091 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 28967573 9515008 183 33554432000 1073741824 1073778376 140736217358992 140736217350024 270330052277 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2323 183 140 9 0 71 0

[startup+0.100116 s]
/proc/loadavg: 4.22 4.22 4.18 4/197 32003
/proc/meminfo: memFree=27458456/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 4424 0 1 0 8 1 0 0 20 0 18 0 28967573 9787879424 5031 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2389619 5031 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 4.22 4.22 4.18 4/197 32003
/proc/meminfo: memFree=27458456/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 4605 0 1 0 20 1 0 0 20 0 18 0 28967573 9787879424 6727 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2389619 6727 2181 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 4.22 4.22 4.18 4/197 32003
/proc/meminfo: memFree=27458456/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 8007 0 1 0 56 2 0 0 20 0 22 0 28967573 10060525568 9473 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 9489 2234 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700186 s]
/proc/loadavg: 4.22 4.22 4.18 4/197 32003
/proc/meminfo: memFree=27458456/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=2.18 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 16772 0 1 0 213 5 0 0 20 0 22 0 28967573 10060525568 23566 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 23598 2256 9 0 2446860 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.22 4.22 4.18 7/219 32025
/proc/meminfo: memFree=27269920/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=5.03 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 26689 0 1 0 494 9 0 0 20 0 22 0 28967573 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 48970 2281 9 0 2446860 0
[pid=32003/tid=32005] ppid=32000 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/32003/task/32005/stat : 32005 (java) S 32000 32003 30091 0 -1 4202560 2489 0 1 0 17 0 0 0 20 0 22 0 28967574 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732920898424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32006] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32006/stat : 32006 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732859628200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32007] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32007/stat : 32007 (java) S 32000 32003 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732763159336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32008] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32008/stat : 32008 (java) S 32000 32003 30091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732762106792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32009] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32009/stat : 32009 (java) S 32000 32003 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732761054248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32010] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32010/stat : 32010 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732760000680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32011] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32011/stat : 32011 (java) S 32000 32003 30091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732758948136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32012] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32012/stat : 32012 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732757895592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32013] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32013/stat : 32013 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732756843048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32014] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32014/stat : 32014 (java) S 32000 32003 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28967576 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732744645224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32015] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32015/stat : 32015 (java) S 32000 32003 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732743591544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32016] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32016/stat : 32016 (java) S 32000 32003 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732742538888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32017] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32017/stat : 32017 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732741487632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32018] ppid=32000 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/32003/task/32018/stat : 32018 (java) S 32000 32003 30091 0 -1 4202560 13986 0 0 0 111 2 0 0 20 0 22 0 28967579 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732740433976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32019] ppid=32000 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/32003/task/32019/stat : 32019 (java) S 32000 32003 30091 0 -1 4202560 8707 0 0 0 111 3 0 0 20 0 22 0 28967579 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732739381432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32020] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32020/stat : 32020 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732738329080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32021] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32021/stat : 32021 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732737276744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32022] ppid=32000 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/32003/task/32022/stat : 32022 (java) R 32000 32003 30091 0 -1 4202560 24 0 0 0 124 0 0 0 20 0 22 0 28967594 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732736219936 140732861175612 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32023] ppid=32000 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/32003/task/32023/stat : 32023 (java) R 32000 32003 30091 0 -1 4202560 101 0 0 0 121 2 0 0 20 0 22 0 28967594 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732735168152 140732861617144 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32024] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32024/stat : 32024 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967594 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732734117416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32025] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32025/stat : 32025 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967594 10060525568 48970 33554432000 1073741824 1073778376 140734287358064 140732733064872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.22 4.22 4.18 6/219 32025
/proc/meminfo: memFree=27245832/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=8.31 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 27414 0 1 0 817 14 0 0 20 0 22 0 28967573 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 86445 2281 9 0 2446860 0
[pid=32003/tid=32005] ppid=32000 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/32003/task/32005/stat : 32005 (java) S 32000 32003 30091 0 -1 4202560 2489 0 1 0 17 0 0 0 20 0 22 0 28967574 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732920898424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32006] ppid=32000 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32003/task/32006/stat : 32006 (java) S 32000 32003 30091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732859628200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32007] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32007/stat : 32007 (java) S 32000 32003 30091 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732763159336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32008] ppid=32000 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32003/task/32008/stat : 32008 (java) S 32000 32003 30091 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732762106792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32009] ppid=32000 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32003/task/32009/stat : 32009 (java) S 32000 32003 30091 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732761054248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32010] ppid=32000 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32003/task/32010/stat : 32010 (java) S 32000 32003 30091 0 -1 4202560 154 0 0 0 1 0 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732760000680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32011] ppid=32000 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32003/task/32011/stat : 32011 (java) S 32000 32003 30091 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732758948136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32012] ppid=32000 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32003/task/32012/stat : 32012 (java) S 32000 32003 30091 0 -1 4202560 126 0 0 0 3 0 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732757895592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32013] ppid=32000 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32003/task/32013/stat : 32013 (java) S 32000 32003 30091 0 -1 4202560 141 0 0 0 2 1 0 0 20 0 22 0 28967575 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732756843048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32014] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32014/stat : 32014 (java) S 32000 32003 30091 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 28967576 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732744645224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32015] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32015/stat : 32015 (java) S 32000 32003 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732743591544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32016] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32016/stat : 32016 (java) S 32000 32003 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732742538888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32017] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32017/stat : 32017 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732741487632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32018] ppid=32000 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/32003/task/32018/stat : 32018 (java) S 32000 32003 30091 0 -1 4202560 13986 0 0 0 112 2 0 0 20 0 22 0 28967579 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732740433976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32019] ppid=32000 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/32003/task/32019/stat : 32019 (java) S 32000 32003 30091 0 -1 4202560 8707 0 0 0 111 3 0 0 20 0 22 0 28967579 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732739381432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32020] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32020/stat : 32020 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732738329080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32021] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32021/stat : 32021 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732737276744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32022] ppid=32000 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/32003/task/32022/stat : 32022 (java) R 32000 32003 30091 0 -1 4202560 26 0 0 0 278 0 0 0 20 0 22 0 28967594 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732736220032 140732861140151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32023] ppid=32000 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/32003/task/32023/stat : 32023 (java) R 32000 32003 30091 0 -1 4202560 158 0 0 0 273 3 0 0 20 0 22 0 28967594 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732735168192 140732861043393 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32024] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32024/stat : 32024 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967594 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732734117416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32025] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32025/stat : 32025 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967594 10060525568 86445 33554432000 1073741824 1073778376 140734287358064 140732733064872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30078 s]
/proc/loadavg: 4.37 4.25 4.19 7/219 32028
/proc/meminfo: memFree=26871104/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=13.67 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 27961 0 1 0 1343 24 0 0 20 0 22 0 28967573 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 153195 2283 9 0 2446860 0
[pid=32003/tid=32005] ppid=32000 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32003/task/32005/stat : 32005 (java) S 32000 32003 30091 0 -1 4202560 2490 0 1 0 18 0 0 0 20 0 22 0 28967574 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732920898424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32006] ppid=32000 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32003/task/32006/stat : 32006 (java) S 32000 32003 30091 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732859628200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32007] ppid=32000 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/32003/task/32007/stat : 32007 (java) S 32000 32003 30091 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732763159336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32008] ppid=32000 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32003/task/32008/stat : 32008 (java) S 32000 32003 30091 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732762106792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32009] ppid=32000 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32003/task/32009/stat : 32009 (java) S 32000 32003 30091 0 -1 4202560 39 0 0 0 3 0 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732761054248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32010] ppid=32000 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32003/task/32010/stat : 32010 (java) S 32000 32003 30091 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732760000680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32011] ppid=32000 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32003/task/32011/stat : 32011 (java) S 32000 32003 30091 0 -1 4202560 165 0 0 0 2 2 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732758948136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32012] ppid=32000 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/32003/task/32012/stat : 32012 (java) S 32000 32003 30091 0 -1 4202560 159 0 0 0 3 2 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732757895592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32013] ppid=32000 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32003/task/32013/stat : 32013 (java) S 32000 32003 30091 0 -1 4202560 156 0 0 0 3 1 0 0 20 0 22 0 28967575 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732756843048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32014] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32014/stat : 32014 (java) S 32000 32003 30091 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 28967576 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732744645224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32015] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32015/stat : 32015 (java) S 32000 32003 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732743591544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32016] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32016/stat : 32016 (java) S 32000 32003 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732742538888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32017] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32017/stat : 32017 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 153195 33554432000 1073741824 1073778376 140734287358064 140732741487632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32018] ppid=32000 vsize=9824732 CPUtime=1.16 cores=0,2,4,6

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

/proc/32003/task/32018/stat : 32018 (java) S 32000 32003 30091 0 -1 4202560 18080 0 0 0 184 3 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732740433976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32019] ppid=32000 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/32003/task/32019/stat : 32019 (java) S 32000 32003 30091 0 -1 4202560 8728 0 0 0 127 3 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732739381432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32020] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32020/stat : 32020 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732738329080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32021] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32021/stat : 32021 (java) S 32000 32003 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732737276744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32025] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32025/stat : 32025 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967594 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732733064872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32029] ppid=32000 vsize=9824732 CPUtime=28.71 cores=0,2,4,6
/proc/32003/task/32029/stat : 32029 (java) R 32000 32003 30091 0 -1 4202560 26 0 0 0 2871 0 0 0 20 0 22 0 28968194 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732736220104 140732861028075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32030] ppid=32000 vsize=9824732 CPUtime=28.68 cores=0,2,4,6
/proc/32003/task/32030/stat : 32030 (java) R 32000 32003 30091 0 -1 4202560 1442 0 0 0 2838 30 0 0 20 0 22 0 28968194 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732734114576 140732861045936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32031] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32031/stat : 32031 (java) S 32000 32003 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28968194 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732735169960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 72.58
Current children cumulated vsize (KiB) 9824732

[startup+36.0009 s]
/proc/loadavg: 4.28 4.24 4.19 4/219 32250
/proc/meminfo: memFree=26057580/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=74.17 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 34667 0 1 0 7350 67 0 0 20 0 22 0 28967573 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 694323 2286 9 0 2446860 0
[pid=32003/tid=32005] ppid=32000 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32003/task/32005/stat : 32005 (java) S 32000 32003 30091 0 -1 4202560 2490 0 1 0 18 0 0 0 20 0 22 0 28967574 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732920898424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32006] ppid=32000 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32003/task/32006/stat : 32006 (java) S 32000 32003 30091 0 -1 4202560 71 0 0 0 6 2 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732859628200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32007] ppid=32000 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32003/task/32007/stat : 32007 (java) S 32000 32003 30091 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732763159336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32008] ppid=32000 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32003/task/32008/stat : 32008 (java) S 32000 32003 30091 0 -1 4202560 74 0 0 0 9 4 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732762106792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32009] ppid=32000 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/32003/task/32009/stat : 32009 (java) S 32000 32003 30091 0 -1 4202560 90 0 0 0 12 3 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732761054248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32010] ppid=32000 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/32003/task/32010/stat : 32010 (java) S 32000 32003 30091 0 -1 4202560 191 0 0 0 9 2 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732760000680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32011] ppid=32000 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/32003/task/32011/stat : 32011 (java) S 32000 32003 30091 0 -1 4202560 180 0 0 0 8 2 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732758948136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32012] ppid=32000 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32003/task/32012/stat : 32012 (java) S 32000 32003 30091 0 -1 4202560 185 0 0 0 9 3 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732757895592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32013] ppid=32000 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32003/task/32013/stat : 32013 (java) S 32000 32003 30091 0 -1 4202560 217 0 0 0 10 3 0 0 20 0 22 0 28967575 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732756843048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32014] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32014/stat : 32014 (java) S 32000 32003 30091 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 22 0 28967576 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732744645224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32015] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32015/stat : 32015 (java) S 32000 32003 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732743591544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32016] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32016/stat : 32016 (java) S 32000 32003 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28967577 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732742538888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32017] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32017/stat : 32017 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732741487632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32018] ppid=32000 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/32003/task/32018/stat : 32018 (java) S 32000 32003 30091 0 -1 4202560 18080 0 0 0 184 3 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732740433976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32019] ppid=32000 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/32003/task/32019/stat : 32019 (java) S 32000 32003 30091 0 -1 4202560 8728 0 0 0 127 3 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732739381432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32020] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32020/stat : 32020 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732738329080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32021] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32021/stat : 32021 (java) S 32000 32003 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28967579 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732737276744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32025] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32025/stat : 32025 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28967594 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732733064872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32029] ppid=32000 vsize=9824732 CPUtime=29.5 cores=0,2,4,6
/proc/32003/task/32029/stat : 32029 (java) R 32000 32003 30091 0 -1 4202560 26 0 0 0 2950 0 0 0 20 0 22 0 28968194 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732736220104 140732860653495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32030] ppid=32000 vsize=9824732 CPUtime=29.47 cores=0,2,4,6
/proc/32003/task/32030/stat : 32030 (java) R 32000 32003 30091 0 -1 4202560 1442 0 0 0 2917 30 0 0 20 0 22 0 28968194 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732734114576 140732861420127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32031] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32031/stat : 32031 (java) S 32000 32003 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28968194 10060525568 694323 33554432000 1073741824 1073778376 140734287358064 140732735169960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 74.17
Current children cumulated vsize (KiB) 9824732

[startup+36.8009 s]
/proc/loadavg: 4.28 4.24 4.19 4/219 32250
/proc/meminfo: memFree=26057456/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=75.56 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 34720 0 1 0 7485 71 0 0 20 0 19 0 28967573 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 696885 2286 9 0 2446860 0
[pid=32003/tid=32005] ppid=32000 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/32003/task/32005/stat : 32005 (java) R 32000 32003 30091 0 -1 4202560 2490 0 1 0 20 1 0 0 20 0 19 0 28967574 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732920898184 140732861873920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32006] ppid=32000 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/32003/task/32006/stat : 32006 (java) S 32000 32003 30091 0 -1 4202560 83 0 0 0 8 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732859628200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32007] ppid=32000 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/32003/task/32007/stat : 32007 (java) S 32000 32003 30091 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732763159336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32008] ppid=32000 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32003/task/32008/stat : 32008 (java) S 32000 32003 30091 0 -1 4202560 74 0 0 0 10 4 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732762106792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32009] ppid=32000 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/32003/task/32009/stat : 32009 (java) S 32000 32003 30091 0 -1 4202560 97 0 0 0 13 4 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732761054248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32010] ppid=32000 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/32003/task/32010/stat : 32010 (java) S 32000 32003 30091 0 -1 4202560 191 0 0 0 9 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732760000680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32011] ppid=32000 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/32003/task/32011/stat : 32011 (java) S 32000 32003 30091 0 -1 4202560 192 0 0 0 9 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732758948136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32012] ppid=32000 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32003/task/32012/stat : 32012 (java) S 32000 32003 30091 0 -1 4202560 185 0 0 0 9 3 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732757895592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32013] ppid=32000 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32003/task/32013/stat : 32013 (java) S 32000 32003 30091 0 -1 4202560 225 0 0 0 11 3 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732756843048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32014] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32014/stat : 32014 (java) S 32000 32003 30091 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 19 0 28967576 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732744645224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32015] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32015/stat : 32015 (java) S 32000 32003 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28967577 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732743591544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32016] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32016/stat : 32016 (java) S 32000 32003 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28967577 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732742538888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32017] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32017/stat : 32017 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732741487632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32018] ppid=32000 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/32003/task/32018/stat : 32018 (java) S 32000 32003 30091 0 -1 4202560 18081 0 0 0 185 3 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732740433976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32019] ppid=32000 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/32003/task/32019/stat : 32019 (java) S 32000 32003 30091 0 -1 4202560 8728 0 0 0 128 3 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732739381432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32020] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32020/stat : 32020 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732738329080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32021] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32021/stat : 32021 (java) S 32000 32003 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732737276744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32025] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32025/stat : 32025 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28967594 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732733064872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 75.56
Current children cumulated vsize (KiB) 9824732

[startup+37.0008 s]
/proc/loadavg: 4.28 4.24 4.19 4/219 32250
/proc/meminfo: memFree=26057456/32872528 swapFree=1556504/1720024
[pid=32003] ppid=32000 vsize=9824732 CPUtime=75.78 cores=0,2,4,6
/proc/32003/stat : 32003 (java) S 32000 32003 30091 0 -1 4202496 34720 0 1 0 7507 71 0 0 20 0 19 0 28967573 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140734287349200 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32003/statm: 2456183 696885 2286 9 0 2446860 0
[pid=32003/tid=32005] ppid=32000 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/32003/task/32005/stat : 32005 (java) R 32000 32003 30091 0 -1 4202560 2490 0 1 0 40 1 0 0 20 0 19 0 28967574 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732920898184 140732860856240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32006] ppid=32000 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/32003/task/32006/stat : 32006 (java) S 32000 32003 30091 0 -1 4202560 83 0 0 0 8 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732859628200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32007] ppid=32000 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/32003/task/32007/stat : 32007 (java) S 32000 32003 30091 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732763159336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32008] ppid=32000 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32003/task/32008/stat : 32008 (java) S 32000 32003 30091 0 -1 4202560 74 0 0 0 10 4 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732762106792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32003/tid=32009] ppid=32000 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/32003/task/32009/stat : 32009 (java) S 32000 32003 30091 0 -1 4202560 97 0 0 0 13 4 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732761054248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32010] ppid=32000 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/32003/task/32010/stat : 32010 (java) S 32000 32003 30091 0 -1 4202560 191 0 0 0 9 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732760000680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32011] ppid=32000 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/32003/task/32011/stat : 32011 (java) S 32000 32003 30091 0 -1 4202560 192 0 0 0 9 2 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732758948136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32012] ppid=32000 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32003/task/32012/stat : 32012 (java) S 32000 32003 30091 0 -1 4202560 185 0 0 0 9 3 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732757895592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32013] ppid=32000 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32003/task/32013/stat : 32013 (java) S 32000 32003 30091 0 -1 4202560 225 0 0 0 11 3 0 0 20 0 19 0 28967575 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732756843048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32014] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32014/stat : 32014 (java) S 32000 32003 30091 0 -1 4202560 1266 0 0 0 0 0 0 0 20 0 19 0 28967576 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732744645224 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32015] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32015/stat : 32015 (java) S 32000 32003 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28967577 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732743591544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32016] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32016/stat : 32016 (java) S 32000 32003 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28967577 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732742538888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32017] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32017/stat : 32017 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732741487632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32018] ppid=32000 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/32003/task/32018/stat : 32018 (java) S 32000 32003 30091 0 -1 4202560 18081 0 0 0 185 3 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732740433976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32003/tid=32019] ppid=32000 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/32003/task/32019/stat : 32019 (java) S 32000 32003 30091 0 -1 4202560 8728 0 0 0 130 3 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732739381432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32020] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32020/stat : 32020 (java) S 32000 32003 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732738329080 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32003/tid=32021] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32021/stat : 32021 (java) S 32000 32003 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28967579 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732737276744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32003/tid=32025] ppid=32000 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32003/task/32025/stat : 32025 (java) S 32000 32003 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28967594 10060525568 696885 33554432000 1073741824 1073778376 140734287358064 140732733064872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 75.78
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.0400085
#  lost CPU user time (s): 0.0600052
#  lost CPU system time (s): -0.02

Real time (s): 37.0353
CPU time (s): 75.9335
CPU user time (s): 75.0896
CPU system time (s): 0.843868
CPU usage (%): 205.03
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.0296
system time used= 0.863868
maximum resident set size= 2805988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34732
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= 1763
involuntary context switches= 2441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.283956 second user time and 0.307953 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 18:59:49
IDJOB=4106185
IDBENCH=47964
IDSOLVER=2543
FILE ID=node117/4106185-1466269189
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 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=47-P1=211-P2=233-P3=173-P4=181-P5=71-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106185-1466269189/watcher-4106185-1466269189 -o /tmp/evaluation-result-4106185-1466269189/solver-4106185-1466269189 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106185-1466269189.opb

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

MD5SUM BENCH= 66c115908fb4694df4d314e4daf7ce17
RANDOM SEED=809724164

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27459628 kB
Buffers:          134364 kB
Cached:           317476 kB
SwapCached:            0 kB
Active:          2579368 kB
Inactive:         353448 kB
Active(anon):    2473176 kB
Inactive(anon):    10636 kB
Active(file):     106192 kB
Inactive(file):   342812 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               808 kB
Writeback:             0 kB
AnonPages:       4201724 kB
Mapped:            21060 kB
Shmem:               204 kB
Slab:             621224 kB
SReclaimable:      64988 kB
SUnreclaim:       556236 kB
KernelStack:        1632 kB
PageTables:        13012 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4310860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2572288 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= 71740 MiB
End job on node117 at 2016-06-18 19:00:27