Trace number 4106044

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 358.021 177.69

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=251-P1=139-P2=89-P3=173-P4=107-B.opb
MD5SUM616d60d0b9e17d59a77d69efb2609a49
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-4106044-1466267973.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.078s.
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.20	c objective function length is 9 literals
2.63/0.80	c cleaning 2496 clauses out of 5001 with flag 10865/5001
3.85/1.15	c cleaning 4246 clauses out of 8505 with flag 23801/11001
5.14/1.66	c cleaning 5624 clauses out of 11258 with flag 38711/18000
6.57/2.39	c cleaning 6810 clauses out of 13637 with flag 55797/26003
7.19/2.61	c And the winner is solver0
7.19/2.70	c SATISFIABLE
7.19/2.70	c OPTIMIZING...
7.19/2.70	c Got one! Elapsed wall clock time (in seconds):2.583
7.19/2.70	o 9
7.22/2.79	c And the winner is solver0
7.43/3.20	c Got one! Elapsed wall clock time (in seconds):3.084
7.43/3.20	o 3
7.75/3.34	c cleaning 6642 clauses out of 13286 with flag 6704/32462
9.32/4.01	c cleaning 6319 clauses out of 12643 with flag 20649/38461
10.73/4.63	c cleaning 6653 clauses out of 13325 with flag 36258/45462
12.57/5.32	c cleaning 7327 clauses out of 14672 with flag 54056/53462
13.87/5.95	c cleaning 8168 clauses out of 16345 with flag 74575/62462
15.78/6.80	c cleaning 9080 clauses out of 18177 with flag 100143/72462
17.82/7.83	c cleaning 10037 clauses out of 20096 with flag 126207/83461
19.88/8.84	c cleaning 11024 clauses out of 22060 with flag 152089/95462
22.47/10.11	c cleaning 12011 clauses out of 24036 with flag 181022/108462
25.74/11.79	c cleaning 12996 clauses out of 26026 with flag 211790/122463
28.34/13.00	c cleaning 14009 clauses out of 28029 with flag 244519/137462
33.00/15.40	c cleaning 15002 clauses out of 30020 with flag 281426/153462
37.62/17.62	c cleaning 16008 clauses out of 32018 with flag 321793/170462
42.08/19.85	c cleaning 17002 clauses out of 34009 with flag 364974/188461
46.86/22.29	c cleaning 17998 clauses out of 36008 with flag 408853/207462
51.66/24.67	c cleaning 18997 clauses out of 38009 with flag 455549/227461
60.33/28.99	c cleaning 20004 clauses out of 40013 with flag 506410/248462
64.34/30.95	c cleaning 0 clauses out of 5231 with flag 0/5233
68.47/32.80	c cleaning 21001 clauses out of 42009 with flag 564619/270462
75.18/36.16	c cleaning 21996 clauses out of 44007 with flag 618328/293461
84.17/40.66	c cleaning 22998 clauses out of 46011 with flag 677985/317461
91.84/44.47	c cleaning 24000 clauses out of 48013 with flag 739526/342461
98.05/47.52	c cleaning 25003 clauses out of 50013 with flag 795076/368462
109.31/53.19	c cleaning 25998 clauses out of 52009 with flag 855626/395461
120.58/58.77	c cleaning 27004 clauses out of 54011 with flag 916986/423461
136.21/66.54	c cleaning 27998 clauses out of 56007 with flag 982002/452461
150.24/73.54	c cleaning 28998 clauses out of 58008 with flag 1051141/482461
163.10/79.99	c cleaning 29997 clauses out of 60011 with flag 1121245/513462
173.53/85.18	c cleaning 31004 clauses out of 62014 with flag 1190643/545462
183.74/90.26	c cleaning 32002 clauses out of 64009 with flag 1264288/578461
200.65/98.62	c cleaning 32997 clauses out of 66007 with flag 1342085/612461
217.26/106.92	c cleaning 34005 clauses out of 68011 with flag 1419765/647462
231.11/113.89	c cleaning 34997 clauses out of 70006 with flag 1500828/683462
235.92/116.24	c cleaning 0 clauses out of 11230 with flag 0/11232
246.37/121.45	c cleaning 36000 clauses out of 72010 with flag 1582604/720463
261.87/129.18	c cleaning 37001 clauses out of 74009 with flag 1666786/758462
280.92/138.65	c cleaning 38000 clauses out of 76007 with flag 1749148/797462
301.56/148.96	c cleaning 39004 clauses out of 78007 with flag 1834683/837462
330.07/163.11	c cleaning 40000 clauses out of 80002 with flag 1922795/878462
356.52/176.21	c cleaning 40995 clauses out of 81999 with flag 2013709/920461
356.92/176.41	c And the winner is solver0
357.81/177.67	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
357.81/177.67	c starts		: 2447
357.81/177.67	c conflicts		: 922040
357.81/177.67	c decisions		: 1067030
357.81/177.67	c propagations		: 20458474
357.81/177.67	c inspects		: 2737456016
357.81/177.67	c shortcuts		: 0
357.81/177.67	c learnt literals	: 7
357.81/177.67	c learnt binary clauses	: 28
357.81/177.67	c learnt ternary clauses	: 52
357.81/177.67	c learnt constraints	: 922032
357.81/177.67	c ignored constraints	: 0
357.81/177.67	c root simplifications	: 0
357.81/177.67	c removed literals (reason simplification)	: 2870502
357.81/177.67	c reason swapping (by a shorter reason)	: 0
357.81/177.67	c Calls to reduceDB	: 42
357.81/177.67	c Number of update (reduction) of LBD	: 36300
357.81/177.67	c Imported unit clauses	: 0
357.81/177.67	c number of reductions to clauses (during analyze)	: 0
357.81/177.67	c number of learned constraints concerned by reduction	: 0
357.81/177.67	c number of learning phase by resolution	: 0
357.81/177.67	c number of learning phase by cutting planes	: 0
357.81/177.67	c speed (assignments/second)	: 115277.84257709711
357.81/177.67	c non guided choices	2524
357.81/177.67	c learnt constraints type 
357.81/177.67	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
357.81/177.67	c starts		: 46
357.81/177.67	c conflicts		: 13629
357.81/177.67	c decisions		: 15515
357.81/177.67	c propagations		: 228488
357.81/177.67	c inspects		: 232532371
357.81/177.67	c shortcuts		: 0
357.81/177.67	c learnt literals	: 0
357.81/177.67	c learnt binary clauses	: 0
357.81/177.67	c learnt ternary clauses	: 0
357.81/177.67	c learnt constraints	: 13626
357.81/177.67	c ignored constraints	: 0
357.81/177.67	c root simplifications	: 0
357.81/177.67	c removed literals (reason simplification)	: 0
357.81/177.67	c reason swapping (by a shorter reason)	: 0
357.81/177.67	c Calls to reduceDB	: 2
357.81/177.67	c Number of update (reduction) of LBD	: 0
357.81/177.67	c Imported unit clauses	: 0
357.81/177.67	c number of reductions to clauses (during analyze)	: 0
357.81/177.67	c number of learned constraints concerned by reduction	: 0
357.81/177.67	c number of learning phase by resolution	: 0
357.81/177.67	c number of learning phase by cutting planes	: 0
357.81/177.67	c speed (assignments/second)	: 1309.5969553853913
357.81/177.67	c non guided choices	600
357.81/177.67	c learnt constraints type 
357.81/177.67	s OPTIMUM FOUND
357.81/177.67	c Found 2 solution(s)
357.81/177.67	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 
357.81/177.67	c objective function=3
357.81/177.67	c Total wall clock time (in seconds): 177.558

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

pid=30983
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.44 4.47 4.17 4/197 30986
/proc/meminfo: memFree=28316608/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 1237 0 0 0 0 0 0 0 20 0 2 0 28845927 91889664 879 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 22434 883 668 9 0 16769 0
[pid=30986/tid=30987] ppid=30983 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) R 30983 30986 30091 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 2 0 28845927 94085120 902 33554432000 1073741824 1073778376 140735315897472 140735315886536 270320889735 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 4.44 4.47 4.17 4/197 30986
/proc/meminfo: memFree=28316608/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 4411 0 1 0 9 1 0 0 20 0 18 0 28845927 9787879424 6036 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2389619 6036 2126 9 0 2380296 0
[pid=30986/tid=30987] ppid=30983 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) R 30983 30986 30091 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 28845927 9787879424 6036 33554432000 1073741824 1073778376 140735315897472 140340106980256 270333426744 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.20027 s]
/proc/loadavg: 4.44 4.47 4.17 4/197 30986
/proc/meminfo: memFree=28316608/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9559504 CPUtime=0.24 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 4903 0 1 0 23 1 0 0 20 0 19 0 28845927 9788932096 7518 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2389876 7524 2210 9 0 2380553 0
[pid=30986/tid=30987] ppid=30983 vsize=9559504 CPUtime=0.17 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) S 30983 30986 30091 0 -1 4202560 2432 0 1 0 17 0 0 0 20 0 19 0 28845927 9788932096 7524 33554432000 1073741824 1073778376 140735315897472 140340106982168 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9559504

[startup+0.30025 s]
/proc/loadavg: 4.44 4.47 4.17 4/197 30986
/proc/meminfo: memFree=28316608/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 8057 0 1 0 62 2 0 0 20 0 22 0 28845927 10060525568 10396 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 10396 2234 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) S 30983 30986 30091 0 -1 4202560 2435 0 1 0 17 0 0 0 20 0 22 0 28845927 10060525568 10396 33554432000 1073741824 1073778376 140735315897472 140340106982264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 9824732

[startup+0.700222 s]
/proc/loadavg: 4.44 4.47 4.17 4/197 30986
/proc/meminfo: memFree=28316608/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 17489 0 1 0 218 4 0 0 20 0 22 0 28845927 10060525568 24245 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 24245 2256 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) S 30983 30986 30091 0 -1 4202560 2435 0 1 0 17 0 0 0 20 0 22 0 28845927 10060525568 24245 33554432000 1073741824 1073778376 140735315897472 140340106982264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.44 4.47 4.17 7/219 31008
/proc/meminfo: memFree=28014800/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=4.92 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 27804 0 1 0 483 9 0 0 20 0 22 0 28845927 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 48366 2281 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) S 30983 30986 30091 0 -1 4202560 2435 0 1 0 17 0 0 0 20 0 22 0 28845927 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340106982264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30989] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30989/stat : 30989 (java) S 30983 30986 30091 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340079434536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30990] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30990/stat : 30990 (java) S 30983 30986 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340078381736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30991] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30991/stat : 30991 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340077329448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30992] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30992/stat : 30992 (java) S 30983 30986 30091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340076276648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30993] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30993/stat : 30993 (java) S 30983 30986 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340075223336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30994] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30994/stat : 30994 (java) S 30983 30986 30091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340074170536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30995] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30995/stat : 30995 (java) S 30983 30986 30091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340073118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30996] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30996/stat : 30996 (java) S 30983 30986 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28845928 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140340072065448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30997] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30997/stat : 30997 (java) S 30983 30986 30091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 28845929 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339460414184 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30998] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30998/stat : 30998 (java) S 30983 30986 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28845930 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339459360248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30999] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30999/stat : 30999 (java) S 30983 30986 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28845930 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339458307848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31000] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31000/stat : 31000 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28845932 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339457256336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31001] ppid=30983 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/30986/task/31001/stat : 31001 (java) S 30983 30986 30091 0 -1 4202560 13212 0 0 0 98 3 0 0 20 0 22 0 28845932 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339456202936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=31002] ppid=30983 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/30986/task/31002/stat : 31002 (java) S 30983 30986 30091 0 -1 4202560 10639 0 0 0 106 2 0 0 20 0 22 0 28845932 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339455150136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31003] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31003/stat : 31003 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28845932 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339454098040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31004] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31004/stat : 31004 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28845932 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339453045448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31005] ppid=30983 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/30986/task/31005/stat : 31005 (java) R 30983 30986 30091 0 -1 4202560 26 0 0 0 126 0 0 0 20 0 22 0 28845947 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339451988896 140339952821824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31006] ppid=30983 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/30986/task/31006/stat : 31006 (java) R 30983 30986 30091 0 -1 4202560 106 0 0 0 124 2 0 0 20 0 22 0 28845947 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339450937992 140339952677123 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31007] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31007/stat : 31007 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28845947 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339449886376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31008] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31008/stat : 31008 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28845947 10060525568 48366 33554432000 1073741824 1073778376 140735315897472 140339448833576 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.44 4.47 4.17 5/219 31008
/proc/meminfo: memFree=27962648/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=7.43 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 28033 0 1 0 726 17 0 0 20 0 19 0 28845927 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 82270 2282 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) S 30983 30986 30091 0 -1 4202560 2435 0 1 0 17 0 0 0 20 0 19 0 28845927 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340106982264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30989] ppid=30983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30986/task/30989/stat : 30989 (java) S 30983 30986 30091 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340079434536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30990] ppid=30983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30986/task/30990/stat : 30990 (java) S 30983 30986 30091 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340078381736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30991] ppid=30983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30986/task/30991/stat : 30991 (java) S 30983 30986 30091 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340077329448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30992] ppid=30983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30986/task/30992/stat : 30992 (java) S 30983 30986 30091 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340076276648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30993] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30993/stat : 30993 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340075223336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30994] ppid=30983 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30986/task/30994/stat : 30994 (java) S 30983 30986 30091 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340074170536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30995] ppid=30983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30986/task/30995/stat : 30995 (java) S 30983 30986 30091 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340073118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30996] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30996/stat : 30996 (java) S 30983 30986 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28845928 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140340072065448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30997] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30997/stat : 30997 (java) S 30983 30986 30091 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 19 0 28845929 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339460414184 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30998] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30998/stat : 30998 (java) S 30983 30986 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339459360248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30999] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30999/stat : 30999 (java) S 30983 30986 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339458307848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31000] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31000/stat : 31000 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339457256336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31001] ppid=30983 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/30986/task/31001/stat : 31001 (java) S 30983 30986 30091 0 -1 4202560 13213 0 0 0 100 3 0 0 20 0 19 0 28845932 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339456202936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=31002] ppid=30983 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/30986/task/31002/stat : 31002 (java) S 30983 30986 30091 0 -1 4202560 10639 0 0 0 108 2 0 0 20 0 19 0 28845932 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339455150136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31003] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31003/stat : 31003 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339454098040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31004] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31004/stat : 31004 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339453045448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31007] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31007/stat : 31007 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28845947 10060525568 82270 33554432000 1073741824 1073778376 140735315897472 140339449886376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.24 4.43 4.16 5/219 31014
/proc/meminfo: memFree=27579536/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=14.78 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 34918 0 1 0 1453 25 0 0 20 0 22 0 28845927 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 152023 2282 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) S 30983 30986 30091 0 -1 4202560 2435 0 1 0 18 0 0 0 20 0 22 0 28845927 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340106982264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30989] ppid=30983 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30986/task/30989/stat : 30989 (java) S 30983 30986 30091 0 -1 4202560 139 0 0 0 3 0 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340079434536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30990] ppid=30983 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30986/task/30990/stat : 30990 (java) S 30983 30986 30091 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340078381736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30991] ppid=30983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30986/task/30991/stat : 30991 (java) S 30983 30986 30091 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340077329448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30992] ppid=30983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30986/task/30992/stat : 30992 (java) S 30983 30986 30091 0 -1 4202560 169 0 0 0 3 1 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340076276648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30993] ppid=30983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30986/task/30993/stat : 30993 (java) S 30983 30986 30091 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340075223336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30994] ppid=30983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30986/task/30994/stat : 30994 (java) S 30983 30986 30091 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340074170536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30995] ppid=30983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30986/task/30995/stat : 30995 (java) S 30983 30986 30091 0 -1 4202560 158 0 0 0 3 2 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340073118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30996] ppid=30983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30986/task/30996/stat : 30996 (java) S 30983 30986 30091 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 28845928 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140340072065448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30997] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30997/stat : 30997 (java) S 30983 30986 30091 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 28845929 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140339460414184 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30998] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30998/stat : 30998 (java) S 30983 30986 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28845930 10060525568 152023 33554432000 1073741824 1073778376 140735315897472 140339459360248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30999] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/30986/task/30998/stat : 30998 (java) S 30983 30986 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28845930 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339459360248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30999] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30999/stat : 30999 (java) S 30983 30986 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28845930 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339458307848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31000] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31000/stat : 31000 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28845932 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339457256336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31001] ppid=30983 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/30986/task/31001/stat : 31001 (java) S 30983 30986 30091 0 -1 4202560 13877 0 0 0 133 3 0 0 20 0 22 0 28845932 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339456202936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=31002] ppid=30983 vsize=9824732 CPUtime=2.61 cores=0,2,4,6
/proc/30986/task/31002/stat : 31002 (java) S 30983 30986 30091 0 -1 4202560 18454 0 0 0 258 3 0 0 20 0 22 0 28845932 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339455150136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31003] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31003/stat : 31003 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28845932 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339454098040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31004] ppid=30983 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30986/task/31004/stat : 31004 (java) S 30983 30986 30091 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 22 0 28845932 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339453045448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31007] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31007/stat : 31007 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28845947 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339449886376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31012] ppid=30983 vsize=9824732 CPUtime=171.3 cores=0,2,4,6
/proc/30986/task/31012/stat : 31012 (java) R 30983 30986 30091 0 -1 4202560 73 0 0 0 17128 2 0 0 20 0 22 0 28846247 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339451989408 140339952794684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31013] ppid=30983 vsize=9824732 CPUtime=171.31 cores=0,2,4,6
/proc/30986/task/31013/stat : 31013 (java) R 30983 30986 30091 0 -1 4202560 1130 0 0 0 17093 38 0 0 20 0 22 0 28846247 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339448830864 140339953021252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31014] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31014/stat : 31014 (java) S 30983 30986 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28846247 10060525568 686483 33554432000 1073741824 1073778376 140735315897472 140339450938664 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 356.14
Current children cumulated vsize (KiB) 9824732

[startup+176.801 s]
/proc/loadavg: 4.44 4.39 4.19 5/219 31035
/proc/meminfo: memFree=24482756/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=356.3 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 40443 0 1 0 35517 113 0 0 20 0 19 0 28845927 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 686470 2286 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) R 30983 30986 30091 0 -1 4202560 2439 0 1 0 22 1 0 0 20 0 19 0 28845927 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340106982024 140339953250616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30989] ppid=30983 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/30986/task/30989/stat : 30989 (java) S 30983 30986 30091 0 -1 4202560 311 0 0 0 37 7 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340079434536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30990] ppid=30983 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/30986/task/30990/stat : 30990 (java) S 30983 30986 30091 0 -1 4202560 256 0 0 0 40 6 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340078381736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30991] ppid=30983 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/30986/task/30991/stat : 30991 (java) S 30983 30986 30091 0 -1 4202560 166 0 0 0 38 8 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340077329448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30992] ppid=30983 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/30986/task/30992/stat : 30992 (java) S 30983 30986 30091 0 -1 4202560 277 0 0 0 33 6 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340076276648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30993] ppid=30983 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/30986/task/30993/stat : 30993 (java) S 30983 30986 30091 0 -1 4202560 151 0 0 0 34 5 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340075223336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30994] ppid=30983 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/30986/task/30994/stat : 30994 (java) S 30983 30986 30091 0 -1 4202560 187 0 0 0 44 9 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340074170536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30995] ppid=30983 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/30986/task/30995/stat : 30995 (java) S 30983 30986 30091 0 -1 4202560 236 0 0 0 35 5 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340073118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30996] ppid=30983 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30986/task/30996/stat : 30996 (java) S 30983 30986 30091 0 -1 4202560 135 0 0 0 29 4 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340072065448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30997] ppid=30983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30986/task/30997/stat : 30997 (java) S 30983 30986 30091 0 -1 4202560 1272 0 0 0 0 5 0 0 20 0 19 0 28845929 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339460414184 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30998] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30998/stat : 30998 (java) S 30983 30986 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339459360248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30999] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30999/stat : 30999 (java) S 30983 30986 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339458307848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31000] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31000/stat : 31000 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339457256336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31001] ppid=30983 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/30986/task/31001/stat : 31001 (java) S 30983 30986 30091 0 -1 4202560 13877 0 0 0 133 3 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339456202936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=31002] ppid=30983 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/30986/task/31002/stat : 31002 (java) S 30983 30986 30091 0 -1 4202560 18454 0 0 0 259 3 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339455150136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31003] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31003/stat : 31003 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339454098040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31004] ppid=30983 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30986/task/31004/stat : 31004 (java) S 30983 30986 30091 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339453045448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31007] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31007/stat : 31007 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28845947 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339449886376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 356.3
Current children cumulated vsize (KiB) 9824732

[startup+177.208 s]
/proc/loadavg: 4.44 4.39 4.19 4/216 31035
/proc/meminfo: memFree=24482764/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=356.73 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 40444 0 1 0 35560 113 0 0 20 0 19 0 28845927 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 686470 2286 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) R 30983 30986 30091 0 -1 4202560 2440 0 1 0 62 1 0 0 20 0 19 0 28845927 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340106979840 140339953390805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30989] ppid=30983 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/30986/task/30989/stat : 30989 (java) S 30983 30986 30091 0 -1 4202560 311 0 0 0 37 7 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340079434536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30990] ppid=30983 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/30986/task/30990/stat : 30990 (java) S 30983 30986 30091 0 -1 4202560 256 0 0 0 40 6 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340078381736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30991] ppid=30983 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/30986/task/30991/stat : 30991 (java) S 30983 30986 30091 0 -1 4202560 166 0 0 0 38 8 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340077329448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30992] ppid=30983 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/30986/task/30992/stat : 30992 (java) S 30983 30986 30091 0 -1 4202560 277 0 0 0 33 6 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340076276648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30993] ppid=30983 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/30986/task/30993/stat : 30993 (java) S 30983 30986 30091 0 -1 4202560 151 0 0 0 34 5 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340075223336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30994] ppid=30983 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/30986/task/30994/stat : 30994 (java) S 30983 30986 30091 0 -1 4202560 187 0 0 0 44 9 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340074170536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30995] ppid=30983 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/30986/task/30995/stat : 30995 (java) S 30983 30986 30091 0 -1 4202560 236 0 0 0 35 5 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340073118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30996] ppid=30983 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30986/task/30996/stat : 30996 (java) S 30983 30986 30091 0 -1 4202560 135 0 0 0 29 4 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340072065448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30997] ppid=30983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30986/task/30997/stat : 30997 (java) S 30983 30986 30091 0 -1 4202560 1272 0 0 0 0 5 0 0 20 0 19 0 28845929 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339460414184 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30998] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30998/stat : 30998 (java) S 30983 30986 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339459360248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30999] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30999/stat : 30999 (java) S 30983 30986 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339458307848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31000] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31000/stat : 31000 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339457256336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31001] ppid=30983 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/30986/task/31001/stat : 31001 (java) S 30983 30986 30091 0 -1 4202560 13877 0 0 0 133 3 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339456202936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=31002] ppid=30983 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/30986/task/31002/stat : 31002 (java) S 30983 30986 30091 0 -1 4202560 18454 0 0 0 261 3 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339455150136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31003] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31003/stat : 31003 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339454098040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31004] ppid=30983 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30986/task/31004/stat : 31004 (java) S 30983 30986 30091 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339453045448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31007] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31007/stat : 31007 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28845947 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339449886376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 356.73
Current children cumulated vsize (KiB) 9824732

[startup+177.601 s]
/proc/loadavg: 4.44 4.39 4.19 4/216 31035
/proc/meminfo: memFree=24482764/32872528 swapFree=1556504/1720024
[pid=30986] ppid=30983 vsize=9824732 CPUtime=357.13 cores=0,2,4,6
/proc/30986/stat : 30986 (java) S 30983 30986 30091 0 -1 4202496 40444 0 1 0 35600 113 0 0 20 0 19 0 28845927 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140735315888608 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30986/statm: 2456183 686470 2286 9 0 2446860 0
[pid=30986/tid=30987] ppid=30983 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/30986/task/30987/stat : 30987 (java) R 30983 30986 30091 0 -1 4202560 2440 0 1 0 102 1 0 0 20 0 19 0 28845927 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340106982024 140339953390805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30989] ppid=30983 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/30986/task/30989/stat : 30989 (java) S 30983 30986 30091 0 -1 4202560 311 0 0 0 37 7 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340079434536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=30990] ppid=30983 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/30986/task/30990/stat : 30990 (java) S 30983 30986 30091 0 -1 4202560 256 0 0 0 40 6 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340078381736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30991] ppid=30983 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/30986/task/30991/stat : 30991 (java) S 30983 30986 30091 0 -1 4202560 166 0 0 0 38 8 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340077329448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30992] ppid=30983 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/30986/task/30992/stat : 30992 (java) S 30983 30986 30091 0 -1 4202560 277 0 0 0 33 6 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340076276648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30993] ppid=30983 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/30986/task/30993/stat : 30993 (java) S 30983 30986 30091 0 -1 4202560 151 0 0 0 34 5 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340075223336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30994] ppid=30983 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/30986/task/30994/stat : 30994 (java) S 30983 30986 30091 0 -1 4202560 187 0 0 0 44 9 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340074170536 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=30995] ppid=30983 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/30986/task/30995/stat : 30995 (java) S 30983 30986 30091 0 -1 4202560 236 0 0 0 35 5 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340073118248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30996] ppid=30983 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/30986/task/30996/stat : 30996 (java) S 30983 30986 30091 0 -1 4202560 135 0 0 0 29 4 0 0 20 0 19 0 28845928 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140340072065448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=30997] ppid=30983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30986/task/30997/stat : 30997 (java) S 30983 30986 30091 0 -1 4202560 1272 0 0 0 0 5 0 0 20 0 19 0 28845929 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339460414184 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30998] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30998/stat : 30998 (java) S 30983 30986 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339459360248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=30999] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/30999/stat : 30999 (java) S 30983 30986 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28845930 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339458307848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31000] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31000/stat : 31000 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339457256336 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30986/tid=31001] ppid=30983 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/30986/task/31001/stat : 31001 (java) S 30983 30986 30091 0 -1 4202560 13877 0 0 0 133 3 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339456202936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30986/tid=31002] ppid=30983 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/30986/task/31002/stat : 31002 (java) S 30983 30986 30091 0 -1 4202560 18454 0 0 0 262 3 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339455150136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31003] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31003/stat : 31003 (java) S 30983 30986 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339454098040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30986/tid=31004] ppid=30983 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30986/task/31004/stat : 31004 (java) S 30983 30986 30091 0 -1 4202560 11 0 0 0 1 5 0 0 20 0 19 0 28845932 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339453045448 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30986/tid=31007] ppid=30983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30986/task/31007/stat : 31007 (java) S 30983 30986 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28845947 10060525568 686470 33554432000 1073741824 1073778376 140735315897472 140339449886376 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 357.13
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.679993
#  lost CPU user time (s): 0.730011
#  lost CPU system time (s): -0.05

Real time (s): 177.69
CPU time (s): 358.021
CPU user time (s): 356.769
CPU system time (s): 1.2518
CPU usage (%): 201.487
Max. virtual memory (cumulated for all children) (KiB): 9825756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.039
system time used= 1.3018
maximum resident set size= 2875880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40456
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5860
involuntary context switches= 8259

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.952855 second user time and 1.75173 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 18:39:33
IDJOB=4106044
IDBENCH=47904
IDSOLVER=2543
FILE ID=node117/4106044-1466267973
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=251-P1=139-P2=89-P3=173-P4=107-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106044-1466267973/watcher-4106044-1466267973 -o /tmp/evaluation-result-4106044-1466267973/solver-4106044-1466267973 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106044-1466267973.opb

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

MD5SUM BENCH= 616d60d0b9e17d59a77d69efb2609a49
RANDOM SEED=946157446

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:        28323132 kB
Buffers:          132852 kB
Cached:           316824 kB
SwapCached:            0 kB
Active:          1708392 kB
Inactive:         352160 kB
Active(anon):    1602800 kB
Inactive(anon):    10636 kB
Active(file):     105592 kB
Inactive(file):   341524 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1936 kB
Writeback:             0 kB
AnonPages:       3435232 kB
Mapped:            21124 kB
Shmem:               204 kB
Slab:             621304 kB
SReclaimable:      64840 kB
SUnreclaim:       556464 kB
KernelStack:        1808 kB
PageTables:        10788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3911032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1822720 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:42:31