Trace number 4106155

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 425.209 211.887

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
MD5SUM5afebeda0ba6ac0761acdbdcd52ef74a
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.091985
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 variables108
Total number of constraints9
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 constraints9
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106155-1466268977.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.075s.
0.10/0.19	c declared #vars     108
0.10/0.19	c internal #vars     432
0.10/0.19	c #constraints  661
0.10/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 324
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 337
0.10/0.19	c 661 constraints processed.
0.10/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 324
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 337
0.10/0.19	c 661 constraints processed.
0.10/0.19	c objective function length is 9 literals
2.24/0.77	c cleaning 2499 clauses out of 5001 with flag 10470/5001
4.49/1.38	c cleaning 4247 clauses out of 8501 with flag 23100/11000
6.01/2.07	c cleaning 5621 clauses out of 11255 with flag 37970/18001
7.84/2.91	c cleaning 6805 clauses out of 13633 with flag 54836/26000
9.89/3.97	c cleaning 7911 clauses out of 15828 with flag 74222/35000
10.57/4.21	c And the winner is solver0
10.60/4.69	c SATISFIABLE
10.60/4.69	c OPTIMIZING...
10.60/4.69	c Got one! Elapsed wall clock time (in seconds):4.58
10.60/4.69	o 167
10.60/4.75	c And the winner is solver0
10.74/5.19	c Got one! Elapsed wall clock time (in seconds):5.081
10.74/5.19	o 145
10.98/5.33	c cleaning 6848 clauses out of 13705 with flag 2138/40788
12.19/5.90	c cleaning 6424 clauses out of 12859 with flag 14753/46790
12.61/6.18	c And the winner is solver0
12.61/6.19	c Got one! Elapsed wall clock time (in seconds):6.082
12.61/6.19	o 3
12.98/6.30	c cleaning 5919 clauses out of 11862 with flag 2351/52217
14.02/6.85	c cleaning 5971 clauses out of 11943 with flag 16173/58217
14.82/7.22	c cleaning 6484 clauses out of 12973 with flag 31042/65218
16.03/7.88	c cleaning 7241 clauses out of 14489 with flag 47955/73218
17.62/8.70	c cleaning 8116 clauses out of 16247 with flag 67501/82217
19.88/9.77	c cleaning 9053 clauses out of 18131 with flag 89146/92217
22.42/10.82	c cleaning 10031 clauses out of 20078 with flag 114239/103217
25.48/12.13	c cleaning 11015 clauses out of 22047 with flag 141450/115217
27.68/13.28	c cleaning 11994 clauses out of 24033 with flag 170401/128218
30.26/14.53	c cleaning 13012 clauses out of 26038 with flag 204074/142217
33.07/15.98	c cleaning 13998 clauses out of 28028 with flag 237644/157219
38.12/18.41	c cleaning 15012 clauses out of 30029 with flag 273615/173218
41.32/20.06	c cleaning 16000 clauses out of 32017 with flag 313356/190218
44.74/21.73	c cleaning 17003 clauses out of 34018 with flag 354532/208219
50.74/24.76	c cleaning 18004 clauses out of 36013 with flag 407627/227217
56.14/27.50	c cleaning 19002 clauses out of 38010 with flag 455004/247218
61.60/30.18	c cleaning 20001 clauses out of 40008 with flag 505221/268218
67.20/32.98	c cleaning 20993 clauses out of 42006 with flag 558011/290217
72.61/35.65	c cleaning 21999 clauses out of 44014 with flag 612932/313218
78.68/38.65	c cleaning 23006 clauses out of 46015 with flag 667970/337218
84.26/41.44	c cleaning 23985 clauses out of 48008 with flag 724863/362217
89.91/44.21	c cleaning 0 clauses out of 6029 with flag 0/6031
93.49/45.99	c cleaning 25004 clauses out of 50023 with flag 786166/388218
105.07/51.67	c cleaning 25997 clauses out of 52019 with flag 844564/415218
113.91/56.04	c cleaning 27009 clauses out of 54021 with flag 905692/443219
122.93/60.57	c cleaning 27999 clauses out of 56010 with flag 969465/472217
134.93/66.51	c cleaning 28998 clauses out of 58011 with flag 1036883/502217
144.18/71.15	c cleaning 29992 clauses out of 60014 with flag 1103919/533218
162.21/80.15	c cleaning 31005 clauses out of 62022 with flag 1173311/565218
177.05/87.58	c cleaning 32000 clauses out of 64016 with flag 1247876/598217
190.26/94.19	c cleaning 33004 clauses out of 66017 with flag 1326352/632218
203.87/100.98	c cleaning 33996 clauses out of 68012 with flag 1404972/667217
217.93/107.92	c cleaning 35004 clauses out of 70016 with flag 1485200/703217
236.96/117.49	c cleaning 35999 clauses out of 72012 with flag 1571950/740217
253.07/125.47	c cleaning 37000 clauses out of 74013 with flag 1662988/778217
274.09/135.99	c cleaning 38004 clauses out of 76014 with flag 1753288/817218
297.95/147.88	c cleaning 38998 clauses out of 78009 with flag 1844206/857217
326.63/162.19	c cleaning 40001 clauses out of 80012 with flag 1931621/898218
352.35/174.95	c cleaning 40999 clauses out of 82009 with flag 2024585/940217
370.76/184.11	c cleaning 0 clauses out of 12030 with flag 0/12032
380.63/189.08	c cleaning 42002 clauses out of 84010 with flag 2124765/983217
415.83/206.58	c cleaning 42998 clauses out of 86005 with flag 2224418/1027217
423.90/210.54	c And the winner is solver0
424.99/211.86	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
424.99/211.86	c starts		: 2746
424.99/211.86	c conflicts		: 1044649
424.99/211.86	c decisions		: 1212990
424.99/211.86	c propagations		: 22730624
424.99/211.86	c inspects		: 3224049558
424.99/211.86	c shortcuts		: 0
424.99/211.86	c learnt literals	: 12
424.99/211.88	c learnt binary clauses	: 20
424.99/211.88	c learnt ternary clauses	: 44
424.99/211.88	c learnt constraints	: 1044636
424.99/211.88	c ignored constraints	: 0
424.99/211.88	c root simplifications	: 0
424.99/211.88	c removed literals (reason simplification)	: 3265204
424.99/211.88	c reason swapping (by a shorter reason)	: 0
424.99/211.88	c Calls to reduceDB	: 47
424.99/211.88	c Number of update (reduction) of LBD	: 39996
424.99/211.88	c Imported unit clauses	: 0
424.99/211.88	c number of reductions to clauses (during analyze)	: 0
424.99/211.88	c number of learned constraints concerned by reduction	: 0
424.99/211.88	c number of learning phase by resolution	: 0
424.99/211.88	c number of learning phase by cutting planes	: 0
424.99/211.88	c speed (assignments/second)	: 107387.59100293383
424.99/211.88	c non guided choices	2876
424.99/211.88	c learnt constraints type 
424.99/211.88	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
424.99/211.88	c starts		: 50
424.99/211.88	c conflicts		: 12604
424.99/211.88	c decisions		: 14337
424.99/211.88	c propagations		: 222790
424.99/211.88	c inspects		: 276210820
424.99/211.88	c shortcuts		: 0
424.99/211.88	c learnt literals	: 0
424.99/211.88	c learnt binary clauses	: 0
424.99/211.88	c learnt ternary clauses	: 0
424.99/211.88	c learnt constraints	: 12601
424.99/211.88	c ignored constraints	: 0
424.99/211.88	c root simplifications	: 0
424.99/211.88	c removed literals (reason simplification)	: 0
424.99/211.88	c reason swapping (by a shorter reason)	: 0
424.99/211.88	c Calls to reduceDB	: 2
424.99/211.88	c Number of update (reduction) of LBD	: 0
424.99/211.88	c Imported unit clauses	: 0
424.99/211.88	c number of reductions to clauses (during analyze)	: 0
424.99/211.88	c number of learned constraints concerned by reduction	: 0
424.99/211.88	c number of learning phase by resolution	: 0
424.99/211.88	c number of learning phase by cutting planes	: 0
424.99/211.88	c speed (assignments/second)	: 1083.25067584651
424.99/211.88	c non guided choices	666
424.99/211.88	c learnt constraints type 
424.99/211.88	s OPTIMUM FOUND
424.99/211.88	c Found 3 solution(s)
424.99/211.88	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 
424.99/211.88	c objective function=3
424.99/211.88	c Total wall clock time (in seconds): 211.752

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

pid=31919
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.20 4.22 4.18 4/197 31922
/proc/meminfo: memFree=27156176/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 28946360 98570240 977 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 24065 977 743 9 0 16771 0
[pid=31922/tid=31923] ppid=31919 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) R 31919 31922 30091 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28946360 98570240 977 33554432000 1073741824 1073778376 140733650509840 139854951730728 270330054016 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.20 4.22 4.18 4/197 31922
/proc/meminfo: memFree=27156176/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 4415 0 1 0 10 0 0 0 20 0 18 0 28946360 9787879424 6051 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2389619 6051 2126 9 0 2380296 0
[pid=31922/tid=31923] ppid=31919 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) R 31919 31922 30091 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 28946360 9787879424 6053 33554432000 1073741824 1073778376 140733650509840 139854951734176 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 4.20 4.22 4.18 4/197 31922
/proc/meminfo: memFree=27156176/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 4965 0 1 0 24 1 0 0 20 0 22 0 28946360 10060525568 8113 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 8113 2214 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) S 31919 31922 30091 0 -1 4202560 2430 0 1 0 17 0 0 0 20 0 22 0 28946360 10060525568 8113 33554432000 1073741824 1073778376 140733650509840 139854951736184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300259 s]
/proc/loadavg: 4.20 4.22 4.18 4/197 31922
/proc/meminfo: memFree=27156176/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 7957 0 1 0 64 1 0 0 20 0 22 0 28946360 10060525568 10313 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 10313 2234 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) S 31919 31922 30091 0 -1 4202560 2430 0 1 0 17 0 0 0 20 0 22 0 28946360 10060525568 10313 33554432000 1073741824 1073778376 140733650509840 139854951736184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824732

[startup+0.700225 s]
/proc/loadavg: 4.20 4.22 4.18 4/197 31922
/proc/meminfo: memFree=27156176/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 17558 0 1 0 221 3 0 0 20 0 22 0 28946360 10060525568 25053 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 25053 2256 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) S 31919 31922 30091 0 -1 4202560 2430 0 1 0 17 0 0 0 20 0 22 0 28946360 10060525568 25053 33554432000 1073741824 1073778376 140733650509840 139854951736184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.20 4.22 4.18 10/219 31944
/proc/meminfo: memFree=26972392/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=4.95 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 26122 0 1 0 487 8 0 0 20 0 22 0 28946360 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 50523 2278 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) S 31919 31922 30091 0 -1 4202560 2430 0 1 0 17 0 0 0 20 0 22 0 28946360 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854951736184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31925] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31925/stat : 31925 (java) S 31919 31922 30091 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854940797736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31926] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31926/stat : 31926 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854794668712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31927] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31927/stat : 31927 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854793616424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31928] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31928/stat : 31928 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854792563624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31929] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31929/stat : 31929 (java) S 31919 31922 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854791510312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31930] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31930/stat : 31930 (java) S 31919 31922 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854790457512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31931] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31931/stat : 31931 (java) S 31919 31922 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854789405224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31932] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31932/stat : 31932 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854788352424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31933] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31933/stat : 31933 (java) S 31919 31922 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28946362 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854775941864 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31934] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31934/stat : 31934 (java) S 31919 31922 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28946363 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854774887928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31935] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31935/stat : 31935 (java) S 31919 31922 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28946363 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854773835528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31936] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31936/stat : 31936 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854772784016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31937] ppid=31919 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/31922/task/31937/stat : 31937 (java) S 31919 31922 30091 0 -1 4202560 11888 0 0 0 114 2 0 0 20 0 22 0 28946365 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854771730616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31938] ppid=31919 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/31922/task/31938/stat : 31938 (java) S 31919 31922 30091 0 -1 4202560 10289 0 0 0 109 2 0 0 20 0 22 0 28946365 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854770677816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31939] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31939/stat : 31939 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854769625720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31940] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31940/stat : 31940 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854768573128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31941] ppid=31919 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/31922/task/31941/stat : 31941 (java) R 31919 31922 30091 0 -1 4202560 28 0 0 0 119 0 0 0 20 0 22 0 28946379 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854767518528 139854822844261 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31942] ppid=31919 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31922/task/31942/stat : 31942 (java) R 31919 31922 30091 0 -1 4202560 106 0 0 0 119 3 0 0 20 0 22 0 28946379 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854766464464 139854822665929 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31943] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31943/stat : 31943 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28946380 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854765414056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31944] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31944/stat : 31944 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28946380 10060525568 50523 33554432000 1073741824 1073778376 140733650509840 139854764361256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.20 4.22 4.18 6/219 31944
/proc/meminfo: memFree=26945396/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=8.27 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 26350 0 1 0 816 11 0 0 20 0 22 0 28946360 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 85463 2281 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) S 31919 31922 30091 0 -1 4202560 2430 0 1 0 17 0 0 0 20 0 22 0 28946360 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854951736184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31925] ppid=31919 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31922/task/31925/stat : 31925 (java) S 31919 31922 30091 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854940797736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31926] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31926/stat : 31926 (java) S 31919 31922 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854794668712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31927] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31927/stat : 31927 (java) S 31919 31922 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854793616424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31928] ppid=31919 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31922/task/31928/stat : 31928 (java) S 31919 31922 30091 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854792563624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31929] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31922/task/31929/stat : 31929 (java) S 31919 31922 30091 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854791510312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31930] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31922/task/31930/stat : 31930 (java) S 31919 31922 30091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854790457512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31931] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31931/stat : 31931 (java) S 31919 31922 30091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854789405224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31932] ppid=31919 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31922/task/31932/stat : 31932 (java) S 31919 31922 30091 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 28946361 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854788352424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31933] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31933/stat : 31933 (java) S 31919 31922 30091 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 28946362 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854775941864 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31934] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31934/stat : 31934 (java) S 31919 31922 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28946363 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854774887928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31935] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31935/stat : 31935 (java) S 31919 31922 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28946363 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854773835528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31936] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31936/stat : 31936 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854772784016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31937] ppid=31919 vsize=9824732 CPUtime=1.21 cores=0,2,4,6
/proc/31922/task/31937/stat : 31937 (java) S 31919 31922 30091 0 -1 4202560 11888 0 0 0 119 2 0 0 20 0 22 0 28946365 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854771730616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31938] ppid=31919 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/31922/task/31938/stat : 31938 (java) S 31919 31922 30091 0 -1 4202560 10292 0 0 0 112 3 0 0 20 0 22 0 28946365 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854770677816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31939] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31939/stat : 31939 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854769625720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31940] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31940/stat : 31940 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854768573128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31941] ppid=31919 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/31922/task/31941/stat : 31941 (java) R 31919 31922 30091 0 -1 4202560 30 0 0 0 274 0 0 0 20 0 22 0 28946379 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854767518688 139854822796092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31942] ppid=31919 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/31922/task/31942/stat : 31942 (java) R 31919 31922 30091 0 -1 4202560 161 0 0 0 272 4 0 0 20 0 22 0 28946379 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854766464592 139854822699288 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31943] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31943/stat : 31943 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28946380 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854765414056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31944] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31944/stat : 31944 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28946380 10060525568 85463 33554432000 1073741824 1073778376 140733650509840 139854764361256 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 9824732

[startup+6.30084 s]
/proc/loadavg: 4.02 4.18 4.17 5/219 31950
/proc/meminfo: memFree=26577080/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=12.98 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 26933 0 1 0 1275 23 0 0 20 0 22 0 28946360 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 146623 2283 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) S 31919 31922 30091 0 -1 4202560 2431 0 1 0 17 0 0 0 20 0 22 0 28946360 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854951736184 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31925] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31922/task/31925/stat : 31925 (java) S 31919 31922 30091 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 22 0 28946361 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854940797736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31926] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31922/task/31926/stat : 31926 (java) S 31919 31922 30091 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 22 0 28946361 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854794668712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31927] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31922/task/31927/stat : 31927 (java) S 31919 31922 30091 0 -1 4202560 54 0 0 0 2 0 0 0 20 0 22 0 28946361 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854793616424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31928] ppid=31919 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/31922/task/31928/stat : 31928 (java) S 31919 31922 30091 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 28946361 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854792563624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31929] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31922/task/31929/stat : 31929 (java) S 31919 31922 30091 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 28946361 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854791510312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31930] ppid=31919 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/31922/task/31930/stat : 31930 (java) S 31919 31922 30091 0 -1 4202560 63 0 0 0 2 2 0 0 20 0 22 0 28946361 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854790457512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31931] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/31922/task/31931/stat : 31931 (java) S 31919 31922 30091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 28946361 10060525568 146623 33554432000 1073741824 1073778376 140733650509840 139854789405224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31932] ppid=31919 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

/proc/31922/task/31934/stat : 31934 (java) S 31919 31922 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28946363 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854774887928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31935] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31935/stat : 31935 (java) S 31919 31922 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28946363 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854773835528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31936] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31936/stat : 31936 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854772784016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31937] ppid=31919 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/31922/task/31937/stat : 31937 (java) S 31919 31922 30091 0 -1 4202560 16846 0 0 0 251 2 0 0 20 0 22 0 28946365 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854771730616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31938] ppid=31919 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31922/task/31938/stat : 31938 (java) S 31919 31922 30091 0 -1 4202560 10299 0 0 0 119 3 0 0 20 0 22 0 28946365 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854770677816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31939] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31939/stat : 31939 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28946365 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854769625720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31940] ppid=31919 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31922/task/31940/stat : 31940 (java) S 31919 31922 30091 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 22 0 28946365 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854768573128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31943] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31943/stat : 31943 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28946380 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854765414056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31951] ppid=31919 vsize=9824732 CPUtime=201.69 cores=0,2,4,6
/proc/31922/task/31951/stat : 31951 (java) R 31919 31922 30091 0 -1 4202560 45 0 0 0 20166 3 0 0 20 0 22 0 28946980 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854767517744 139854822844359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31952] ppid=31919 vsize=9824732 CPUtime=201.68 cores=0,2,4,6
/proc/31922/task/31952/stat : 31952 (java) R 31919 31922 30091 0 -1 4202560 1420 0 0 0 20135 33 0 0 20 0 22 0 28946980 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854764358704 139854822700429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31953] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31953/stat : 31953 (java) S 31919 31922 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28946980 10060525568 646276 33554432000 1073741824 1073778376 140733650509840 139854766465960 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 422.08
Current children cumulated vsize (KiB) 9824732

[startup+211.201 s]
/proc/loadavg: 4.22 4.22 4.18 4/216 31957
/proc/meminfo: memFree=24874828/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=423.51 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 35099 0 1 0 42249 102 0 0 20 0 19 0 28946360 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 646075 2287 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) R 31919 31922 30091 0 -1 4202560 2432 0 1 0 63 1 0 0 20 0 19 0 28946360 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854951735848 139854822512578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31925] ppid=31919 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31922/task/31925/stat : 31925 (java) S 31919 31922 30091 0 -1 4202560 113 0 0 0 35 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854940797736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31926] ppid=31919 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/31922/task/31926/stat : 31926 (java) S 31919 31922 30091 0 -1 4202560 155 0 0 0 44 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854794668712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31927] ppid=31919 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31922/task/31927/stat : 31927 (java) S 31919 31922 30091 0 -1 4202560 172 0 0 0 46 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854793616424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31928] ppid=31919 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31922/task/31928/stat : 31928 (java) S 31919 31922 30091 0 -1 4202560 105 0 0 0 35 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854792563624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31929] ppid=31919 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/31922/task/31929/stat : 31929 (java) S 31919 31922 30091 0 -1 4202560 162 0 0 0 52 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854791510312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31930] ppid=31919 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31922/task/31930/stat : 31930 (java) S 31919 31922 30091 0 -1 4202560 189 0 0 0 39 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854790457512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31931] ppid=31919 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31922/task/31931/stat : 31931 (java) S 31919 31922 30091 0 -1 4202560 133 0 0 0 37 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854789405224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31932] ppid=31919 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/31922/task/31932/stat : 31932 (java) S 31919 31922 30091 0 -1 4202560 187 0 0 0 42 6 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854788352424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31933] ppid=31919 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31922/task/31933/stat : 31933 (java) S 31919 31922 30091 0 -1 4202560 1234 0 0 0 1 9 0 0 20 0 19 0 28946362 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854775941864 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31934] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31934/stat : 31934 (java) S 31919 31922 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28946363 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854774887928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31935] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31935/stat : 31935 (java) S 31919 31922 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28946363 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854773835528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31936] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31936/stat : 31936 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854772784016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31937] ppid=31919 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/31922/task/31937/stat : 31937 (java) S 31919 31922 30091 0 -1 4202560 16846 0 0 0 253 2 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854771730616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31938] ppid=31919 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31922/task/31938/stat : 31938 (java) S 31919 31922 30091 0 -1 4202560 10300 0 0 0 119 3 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854770677816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31939] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31939/stat : 31939 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854769625720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31940] ppid=31919 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31922/task/31940/stat : 31940 (java) S 31919 31922 30091 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854768573128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31943] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31943/stat : 31943 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28946380 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854765414056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 423.51
Current children cumulated vsize (KiB) 9824732

[startup+211.601 s]
/proc/loadavg: 4.22 4.22 4.18 4/216 31957
/proc/meminfo: memFree=24874828/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=423.91 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 35099 0 1 0 42289 102 0 0 20 0 19 0 28946360 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 646075 2287 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) R 31919 31922 30091 0 -1 4202560 2432 0 1 0 103 1 0 0 20 0 19 0 28946360 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854951735944 139854822512566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31925] ppid=31919 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31922/task/31925/stat : 31925 (java) S 31919 31922 30091 0 -1 4202560 113 0 0 0 35 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854940797736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31926] ppid=31919 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/31922/task/31926/stat : 31926 (java) S 31919 31922 30091 0 -1 4202560 155 0 0 0 44 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854794668712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31927] ppid=31919 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31922/task/31927/stat : 31927 (java) S 31919 31922 30091 0 -1 4202560 172 0 0 0 46 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854793616424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31928] ppid=31919 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31922/task/31928/stat : 31928 (java) S 31919 31922 30091 0 -1 4202560 105 0 0 0 35 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854792563624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31929] ppid=31919 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/31922/task/31929/stat : 31929 (java) S 31919 31922 30091 0 -1 4202560 162 0 0 0 52 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854791510312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31930] ppid=31919 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31922/task/31930/stat : 31930 (java) S 31919 31922 30091 0 -1 4202560 189 0 0 0 39 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854790457512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31931] ppid=31919 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31922/task/31931/stat : 31931 (java) S 31919 31922 30091 0 -1 4202560 133 0 0 0 37 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854789405224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31932] ppid=31919 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/31922/task/31932/stat : 31932 (java) S 31919 31922 30091 0 -1 4202560 187 0 0 0 42 6 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854788352424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31933] ppid=31919 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31922/task/31933/stat : 31933 (java) S 31919 31922 30091 0 -1 4202560 1234 0 0 0 1 9 0 0 20 0 19 0 28946362 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854775941864 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31934] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31934/stat : 31934 (java) S 31919 31922 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28946363 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854774887928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31935] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31935/stat : 31935 (java) S 31919 31922 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28946363 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854773835528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31936] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31936/stat : 31936 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854772784016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31937] ppid=31919 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/31922/task/31937/stat : 31937 (java) S 31919 31922 30091 0 -1 4202560 16846 0 0 0 254 2 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854771730616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31938] ppid=31919 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31922/task/31938/stat : 31938 (java) S 31919 31922 30091 0 -1 4202560 10300 0 0 0 119 3 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854770677816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31939] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31939/stat : 31939 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854769625720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31940] ppid=31919 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31922/task/31940/stat : 31940 (java) S 31919 31922 30091 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854768573128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31943] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31943/stat : 31943 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28946380 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854765414056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 423.91
Current children cumulated vsize (KiB) 9824732

[startup+211.801 s]
/proc/loadavg: 4.22 4.22 4.18 4/216 31957
/proc/meminfo: memFree=24874828/32872528 swapFree=1556504/1720024
[pid=31922] ppid=31919 vsize=9824732 CPUtime=424.12 cores=0,2,4,6
/proc/31922/stat : 31922 (java) S 31919 31922 30091 0 -1 4202496 35099 0 1 0 42309 103 0 0 20 0 19 0 28946360 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 140733650500976 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31922/statm: 2456183 646075 2287 9 0 2446860 0
[pid=31922/tid=31923] ppid=31919 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/31922/task/31923/stat : 31923 (java) R 31919 31922 30091 0 -1 4202560 2432 0 1 0 122 1 0 0 20 0 19 0 28946360 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854951733928 139854823596789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31925] ppid=31919 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31922/task/31925/stat : 31925 (java) S 31919 31922 30091 0 -1 4202560 113 0 0 0 35 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854940797736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31926] ppid=31919 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/31922/task/31926/stat : 31926 (java) S 31919 31922 30091 0 -1 4202560 155 0 0 0 44 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854794668712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31927] ppid=31919 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/31922/task/31927/stat : 31927 (java) S 31919 31922 30091 0 -1 4202560 172 0 0 0 46 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854793616424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31928] ppid=31919 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/31922/task/31928/stat : 31928 (java) S 31919 31922 30091 0 -1 4202560 105 0 0 0 35 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854792563624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31929] ppid=31919 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/31922/task/31929/stat : 31929 (java) S 31919 31922 30091 0 -1 4202560 162 0 0 0 52 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854791510312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31930] ppid=31919 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/31922/task/31930/stat : 31930 (java) S 31919 31922 30091 0 -1 4202560 189 0 0 0 39 5 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854790457512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31931] ppid=31919 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/31922/task/31931/stat : 31931 (java) S 31919 31922 30091 0 -1 4202560 133 0 0 0 37 4 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854789405224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31932] ppid=31919 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/31922/task/31932/stat : 31932 (java) S 31919 31922 30091 0 -1 4202560 187 0 0 0 42 6 0 0 20 0 19 0 28946361 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854788352424 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31933] ppid=31919 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/31922/task/31933/stat : 31933 (java) S 31919 31922 30091 0 -1 4202560 1234 0 0 0 1 9 0 0 20 0 19 0 28946362 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854775941864 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31934] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31934/stat : 31934 (java) S 31919 31922 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28946363 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854774887928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31935] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31935/stat : 31935 (java) S 31919 31922 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28946363 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854773835528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31922/tid=31936] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31936/stat : 31936 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854772784016 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31937] ppid=31919 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/31922/task/31937/stat : 31937 (java) S 31919 31922 30091 0 -1 4202560 16846 0 0 0 254 2 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854771730616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31922/tid=31938] ppid=31919 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/31922/task/31938/stat : 31938 (java) S 31919 31922 30091 0 -1 4202560 10300 0 0 0 119 3 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854770677816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31939] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31939/stat : 31939 (java) S 31919 31922 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854769625720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31922/tid=31940] ppid=31919 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/31922/task/31940/stat : 31940 (java) S 31919 31922 30091 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 19 0 28946365 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854768573128 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31922/tid=31943] ppid=31919 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/31922/task/31943/stat : 31943 (java) S 31919 31922 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28946380 10060525568 646075 33554432000 1073741824 1073778376 140733650509840 139854765414056 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 424.12
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.869995
#  lost CPU user time (s): 0.929993
#  lost CPU system time (s): -0.06

Real time (s): 211.887
CPU time (s): 425.209
CPU user time (s): 424.068
CPU system time (s): 1.14082
CPU usage (%): 200.677
Max. virtual memory (cumulated for all children) (KiB): 9826452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 423.138
system time used= 1.20082
maximum resident set size= 2799996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35112
page faults= 1
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7538
involuntary context switches= 7206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.2778 second user time and 1.08683 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 18:56:17
IDJOB=4106155
IDBENCH=47954
IDSOLVER=2543
FILE ID=node117/4106155-1466268977
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=9-P0=127-P1=293-P2=269-P3=7-P4=157-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106155-1466268977/watcher-4106155-1466268977 -o /tmp/evaluation-result-4106155-1466268977/solver-4106155-1466268977 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106155-1466268977.opb

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

MD5SUM BENCH= 5afebeda0ba6ac0761acdbdcd52ef74a
RANDOM SEED=874270022

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:        27157076 kB
Buffers:          134112 kB
Cached:           317368 kB
SwapCached:            0 kB
Active:          2875872 kB
Inactive:         353140 kB
Active(anon):    2769464 kB
Inactive(anon):    10636 kB
Active(file):     106408 kB
Inactive(file):   342504 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       4401052 kB
Mapped:            21120 kB
Shmem:               204 kB
Slab:             621492 kB
SReclaimable:      64984 kB
SUnreclaim:       556508 kB
KernelStack:        1808 kB
PageTables:        13032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4876112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2775040 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 18:59:49