Trace number 3453830

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 Res//CP 2.3.0OPT3 31.2013 16.4284

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=59-P1=103-P2=101-P3=43-P4=37-P5=37-P6=17-P7=23-B.opb
MD5SUMa9881f8d96a669a457a765316e0eed8c
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.035994
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 variables147
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

Quality of the solution as a function of time


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

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
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 Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
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@1c691f36
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 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453830-1307194292.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.079s.
0.10/0.19	c #vars     490
0.10/0.19	c #constraints  708
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 365
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
2.25/0.72	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.86/1.12	c cleaning 4248 clauses out of 8503 with flag 11002/11002
4.65/1.54	c cleaning 5627 clauses out of 11253 with flag 18000/18000
5.63/2.08	c cleaning 6810 clauses out of 13626 with flag 26000/26000
5.85/2.16	c  And the winner is Resolution
5.85/2.21	c SATISFIABLE
5.85/2.21	c OPTIMIZING...
5.85/2.21	c Got one! Elapsed wall clock time (in seconds):2.106
5.85/2.21	o 17
6.34/2.42	c cleaning 6025 clauses out of 12061 with flag 4001/31245
7.11/2.84	c cleaning 6015 clauses out of 12035 with flag 10000/37244
7.94/3.22	c cleaning 6501 clauses out of 13020 with flag 17000/44244
7.94/3.32	c  And the winner is Resolution
8.14/3.72	c Got one! Elapsed wall clock time (in seconds):3.612
8.14/3.72	o 13
8.49/3.93	c cleaning 6072 clauses out of 12169 with flag 4002/49894
9.51/4.35	c cleaning 6038 clauses out of 12095 with flag 10000/55892
10.85/4.88	c cleaning 6527 clauses out of 13057 with flag 17000/62892
11.83/5.34	c cleaning 7263 clauses out of 14530 with flag 25000/70892
12.59/5.75	c  And the winner is Resolution
12.71/6.23	c Got one! Elapsed wall clock time (in seconds):6.125
12.71/6.23	o 5
13.05/6.44	c cleaning 9920 clauses out of 19844 with flag 5000/83470
13.81/6.83	c cleaning 7962 clauses out of 15925 with flag 11001/89471
14.56/7.22	c cleaning 7473 clauses out of 14963 with flag 18001/96471
14.56/7.29	c  And the winner is Resolution
14.71/7.77	c Got one! Elapsed wall clock time (in seconds):7.663
14.71/7.77	o 3
15.17/8.02	c cleaning 6512 clauses out of 13029 with flag 5001/102010
15.73/8.38	c cleaning 6254 clauses out of 12516 with flag 11001/108010
16.71/8.86	c cleaning 6627 clauses out of 13261 with flag 18000/115009
18.03/9.54	c cleaning 7315 clauses out of 14635 with flag 26001/123010
18.98/10.03	c cleaning 8153 clauses out of 16320 with flag 35001/132010
20.34/10.74	c cleaning 9081 clauses out of 18166 with flag 45000/142009
21.67/11.42	c cleaning 9542 clauses out of 19085 with flag 55001/152010
23.06/12.18	c cleaning 9768 clauses out of 19543 with flag 65001/162010
24.57/12.96	c cleaning 9880 clauses out of 19774 with flag 75000/172009
26.12/13.73	c cleaning 9941 clauses out of 19894 with flag 85000/182009
27.44/14.44	c cleaning 9976 clauses out of 19954 with flag 95001/192010
28.60/15.07	c cleaning 9989 clauses out of 19978 with flag 105002/202011
30.35/15.97	c cleaning 9993 clauses out of 19987 with flag 115001/212010
30.89/16.28	c  And the winner is Resolution
31.07/16.39	c starts		: 120
31.07/16.39	c conflicts		: 216126
31.07/16.39	c decisions		: 226994
31.07/16.39	c propagations		: 3579125
31.07/16.39	c inspects		: 118125844
31.07/16.39	c shortcuts		: 0
31.07/16.39	c learnt literals	: 14
31.07/16.39	c learnt binary clauses	: 72
31.07/16.39	c learnt ternary clauses	: 221
31.07/16.39	c learnt constraints	: 216111
31.07/16.39	c ignored constraints	: 0
31.07/16.39	c root simplifications	: 0
31.07/16.39	c removed literals (reason simplification)	: 5022506
31.07/16.39	c reason swapping (by a shorter reason)	: 0
31.07/16.39	c Calls to reduceDB	: 27
31.07/16.39	c number of reductions to clauses (during analyze)	: 0
31.07/16.39	c number of learned constraints concerned by reduction	: 0
31.07/16.39	c number of learning phase by resolution	: 0
31.07/16.39	c number of learning phase by cutting planes	: 0
31.07/16.39	c speed (assignments/second)	: 415019.1326530612
31.07/16.39	c non guided choices	2658
31.07/16.39	c learnt constraints type 
31.07/16.39	c constraints type 
31.07/16.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
31.07/16.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 365
31.07/16.39	c constraints type 
31.07/16.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
31.07/16.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
31.07/16.39	s OPTIMUM FOUND
31.07/16.40	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 -x10 x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 x21 x22 -x23 -x24 -x25 -x26 -x27 x28 x29 -x30 -x31 -x32 -x33 x34 x35 x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 x45 x46 x47 -x48 -x49 x50 -x51 -x52 x53 -x54 x55 -x56 x57 -x58 -x59 -x60 -x61 x62 -x63 x64 -x65 -x66 -x67 -x68 x69 x70 x71 -x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 x89 -x90 -x91 x92 -x93 x94 x95 -x96 x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 x113 -x114 -x115 -x116 x117 x118 -x119 x120 -x121 -x122 x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 x146 -x147 
31.07/16.40	c objective function=3
31.07/16.40	c Total wall clock time (in seconds): 16.289

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453830-1307194292/watcher-3453830-1307194292 -o /tmp/evaluation-result-3453830-1307194292/solver-3453830-1307194292 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453830-1307194292.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.24 3.77 3.75 3/551 10306
/proc/meminfo: memFree=14557848/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 4538 0 1 0 0 0 0 0 25 0 2 0 831027816 10694979584 4239 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2611079 4253 917 9 0 2602235 0
[pid=10306/tid=10307] ppid=10304 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) R 10304 10306 4029 0 -1 4202560 8200 0 1 0 0 1 0 0 25 0 2 0 831027816 10694979584 9016 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0216649 s]
/proc/loadavg: 3.24 3.77 3.75 3/551 10306
/proc/meminfo: memFree=14557848/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 9950 0 1 0 0 1 0 0 25 0 10 0 831027816 10703900672 9651 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2613257 9652 952 9 0 2604413 0
[pid=10306/tid=10307] ppid=10304 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) R 10304 10306 4029 0 -1 4202560 8827 0 1 0 0 1 0 0 25 0 10 0 831027816 10703900672 9652 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 47935560460209 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.100678 s]
/proc/loadavg: 3.24 3.77 3.75 3/551 10306
/proc/meminfo: memFree=14557848/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10540176 CPUtime=0.1 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 13111 0 1 0 9 1 0 0 25 0 18 0 831027816 10793140224 12772 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2635044 12773 2092 9 0 2625778 0
[pid=10306/tid=10307] ppid=10304 vsize=10540176 CPUtime=0.08 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) R 10304 10306 4029 0 -1 4202560 11164 0 1 0 7 1 0 0 25 0 18 0 831027816 10793140224 12774 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 47935561515013 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540176

[startup+0.384598 s]
/proc/loadavg: 3.24 3.77 3.75 3/551 10306
/proc/meminfo: memFree=14557848/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10546876 CPUtime=0.99 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 20243 0 1 0 96 3 0 0 25 0 22 0 831027816 10800001024 17835 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2636719 17836 2215 9 0 2627453 0
[pid=10306/tid=10307] ppid=10304 vsize=10546876 CPUtime=0.17 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) S 10304 10306 4029 0 -1 4202560 11857 0 1 0 16 1 0 0 25 0 22 0 831027816 10800001024 17836 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10546876

[startup+0.700544 s]
/proc/loadavg: 3.24 3.77 3.75 3/551 10306
/proc/meminfo: memFree=14557848/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10558144 CPUtime=2.25 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 44590 0 1 0 220 5 0 0 25 0 22 0 831027816 10811539456 39209 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2639536 39211 2226 9 0 2630270 0
[pid=10306/tid=10307] ppid=10304 vsize=10558144 CPUtime=0.17 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) R 10304 10306 4029 0 -1 4202560 11857 0 1 0 16 1 0 0 20 0 22 0 831027816 10811539456 39213 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10558144

[startup+1.50144 s]
/proc/loadavg: 3.22 3.76 3.75 8/573 10328
/proc/meminfo: memFree=14347084/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10623680 CPUtime=4.65 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 78423 0 1 0 457 8 0 0 25 0 22 0 831027816 10878648320 69898 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2655920 69903 2255 9 0 2646654 0
[pid=10306/tid=10307] ppid=10304 vsize=10623680 CPUtime=0.17 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) S 10304 10306 4029 0 -1 4202560 11857 0 1 0 16 1 0 0 15 0 22 0 831027816 10878648320 69905 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10309] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10309/stat : 10309 (java) S 10304 10306 4029 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 69909 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10310] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10310/stat : 10310 (java) S 10304 10306 4029 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 69912 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10311] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10311/stat : 10311 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 69914 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10312] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10312/stat : 10312 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 69917 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10313] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10313/stat : 10313 (java) S 10304 10306 4029 0 -1 4202560 261 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 69919 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10314] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10314/stat : 10314 (java) S 10304 10306 4029 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 69921 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10315] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10315/stat : 10315 (java) S 10304 10306 4029 0 -1 4202560 155 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 69924 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10316] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10316/stat : 10316 (java) S 10304 10306 4029 0 -1 4202560 356 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 69927 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10317] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10317/stat : 10317 (java) S 10304 10306 4029 0 -1 4202560 1059 0 0 0 3 0 0 0 16 0 22 0 831027819 10878648320 69931 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 0 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10318] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10318/stat : 10318 (java) S 10304 10306 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 69934 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10319] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10319/stat : 10319 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 69937 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10320] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10320/stat : 10320 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 69941 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982373809 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10321] ppid=10304 vsize=10623680 CPUtime=0.93 cores=1,3,5,7
/proc/10306/task/10321/stat : 10321 (java) S 10304 10306 4029 0 -1 4202560 6064 0 0 0 93 0 0 0 23 0 22 0 831027822 10878648320 69943 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10322] ppid=10304 vsize=10623680 CPUtime=0.93 cores=1,3,5,7
/proc/10306/task/10322/stat : 10322 (java) S 10304 10306 4029 0 -1 4202560 11634 0 0 0 92 1 0 0 15 0 22 0 831027822 10878648320 69946 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10323] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10323/stat : 10323 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 69948 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10324] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10324/stat : 10324 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027822 10878648320 69952 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10325] ppid=10304 vsize=10623680 CPUtime=1.24 cores=1,3,5,7
/proc/10306/task/10325/stat : 10325 (java) R 10304 10306 4029 0 -1 4202560 507 0 0 0 124 0 0 0 25 0 22 0 831027835 10878648320 69955 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 46912505618092 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10306/tid=10326] ppid=10304 vsize=10623680 CPUtime=1.23 cores=1,3,5,7
/proc/10306/task/10326/stat : 10326 (java) R 10304 10306 4029 0 -1 4202560 44948 0 0 0 119 4 0 0 18 0 22 0 831027835 10878648320 69958 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 46912506073683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10306/tid=10327] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10327/stat : 10327 (java) S 10304 10306 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027835 10878648320 69962 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10328] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10328/stat : 10328 (java) S 10304 10306 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027835 10878648320 69965 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 10623680

[startup+3.10113 s]
/proc/loadavg: 3.22 3.76 3.75 2/570 10328
/proc/meminfo: memFree=14194756/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10623680 CPUtime=7.72 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 113272 0 1 0 760 12 0 0 25 0 22 0 831027816 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2655920 104743 2257 9 0 2646654 0
[pid=10306/tid=10307] ppid=10304 vsize=10623680 CPUtime=0.18 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) S 10304 10306 4029 0 -1 4202560 11857 0 1 0 16 2 0 0 15 0 22 0 831027816 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10309] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10309/stat : 10309 (java) S 10304 10306 4029 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10310] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10310/stat : 10310 (java) S 10304 10306 4029 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10311] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10311/stat : 10311 (java) S 10304 10306 4029 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10312] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10312/stat : 10312 (java) S 10304 10306 4029 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10313] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10313/stat : 10313 (java) S 10304 10306 4029 0 -1 4202560 261 0 0 0 0 0 0 0 16 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10314] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10314/stat : 10314 (java) S 10304 10306 4029 0 -1 4202560 100 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10315] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10315/stat : 10315 (java) S 10304 10306 4029 0 -1 4202560 252 0 0 0 2 0 0 0 16 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10316] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10316/stat : 10316 (java) S 10304 10306 4029 0 -1 4202560 375 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10317] ppid=10304 vsize=10623680 CPUtime=0.12 cores=1,3,5,7
/proc/10306/task/10317/stat : 10317 (java) S 10304 10306 4029 0 -1 4202560 2281 0 0 0 12 0 0 0 15 0 22 0 831027819 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 0 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10318] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10318/stat : 10318 (java) S 10304 10306 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10319] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10319/stat : 10319 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10320] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10320/stat : 10320 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982373809 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10321] ppid=10304 vsize=10623680 CPUtime=0.94 cores=1,3,5,7
/proc/10306/task/10321/stat : 10321 (java) S 10304 10306 4029 0 -1 4202560 6065 0 0 0 94 0 0 0 16 0 22 0 831027822 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10322] ppid=10304 vsize=10623680 CPUtime=1 cores=1,3,5,7
/proc/10306/task/10322/stat : 10322 (java) S 10304 10306 4029 0 -1 4202560 11649 0 0 0 99 1 0 0 16 0 22 0 831027822 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10323] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10323/stat : 10323 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10324] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10324/stat : 10324 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027822 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10328] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10328/stat : 10328 (java) S 10304 10306 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027835 10878648320 104743 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10623680

[startup+6.30058 s]
/proc/loadavg: 3.21 3.75 3.74 3/570 10437
/proc/meminfo: memFree=14667344/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10623680 CPUtime=12.84 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 124141 0 1 0 1271 13 0 0 25 0 22 0 831027816 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2655920 110508 2257 9 0 2646654 0
[pid=10306/tid=10307] ppid=10304 vsize=10623680 CPUtime=0.18 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) S 10304 10306 4029 0 -1 4202560 11858 0 1 0 16 2 0 0 16 0 22 0 831027816 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10309] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10309/stat : 10309 (java) S 10304 10306 4029 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10310] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10310/stat : 10310 (java) S 10304 10306 4029 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10311] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10311/stat : 10311 (java) S 10304 10306 4029 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10312] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10312/stat : 10312 (java) S 10304 10306 4029 0 -1 4202560 26 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10313] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10313/stat : 10313 (java) S 10304 10306 4029 0 -1 4202560 262 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10314] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10314/stat : 10314 (java) S 10304 10306 4029 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10315] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10315/stat : 10315 (java) S 10304 10306 4029 0 -1 4202560 252 0 0 0 3 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10316] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10316/stat : 10316 (java) S 10304 10306 4029 0 -1 4202560 377 0 0 0 3 0 0 0 15 0 22 0 831027818 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10317] ppid=10304 vsize=10623680 CPUtime=0.29 cores=1,3,5,7
/proc/10306/task/10317/stat : 10317 (java) S 10304 10306 4029 0 -1 4202560 3841 0 0 0 29 0 0 0 16 0 22 0 831027819 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 0 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10318] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10318/stat : 10318 (java) S 10304 10306 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10319] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10319/stat : 10319 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 110508 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0

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

[pid=10306/tid=10324] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10324/stat : 10324 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027822 10878648320 129633 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10328] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10328/stat : 10328 (java) S 10304 10306 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027835 10878648320 129633 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10444] ppid=10304 vsize=10623680 CPUtime=5.96 cores=1,3,5,7
/proc/10306/task/10444/stat : 10444 (java) R 10304 10306 4029 0 -1 4202560 1 0 0 0 596 0 0 0 18 0 22 0 831028593 10878648320 129633 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 46912505550239 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10306/tid=10445] ppid=10304 vsize=10623680 CPUtime=5.96 cores=1,3,5,7
/proc/10306/task/10445/stat : 10445 (java) R 10304 10306 4029 0 -1 4202560 9 0 0 0 596 0 0 0 21 0 22 0 831028593 10878648320 129633 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 46912505724083 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10306/tid=10446] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10446/stat : 10446 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831028594 10878648320 129633 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.28
Current children cumulated vsize (KiB) 10623680

[startup+15.1011 s]
/proc/loadavg: 3.19 3.73 3.74 4/572 10446
/proc/meminfo: memFree=12039416/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10623680 CPUtime=28.79 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 143336 0 1 0 2862 17 0 0 25 0 22 0 831027816 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2655920 129687 2257 9 0 2646654 0
[pid=10306/tid=10307] ppid=10304 vsize=10623680 CPUtime=0.18 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) S 10304 10306 4029 0 -1 4202560 11860 0 1 0 16 2 0 0 15 0 22 0 831027816 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10309] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10309/stat : 10309 (java) S 10304 10306 4029 0 -1 4202560 303 0 0 0 2 0 0 0 16 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10310] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10310/stat : 10310 (java) S 10304 10306 4029 0 -1 4202560 235 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10311] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10311/stat : 10311 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 3 0 0 0 16 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10312] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10312/stat : 10312 (java) S 10304 10306 4029 0 -1 4202560 36 0 0 0 3 0 0 0 16 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10313] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10313/stat : 10313 (java) S 10304 10306 4029 0 -1 4202560 271 0 0 0 2 0 0 0 15 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10314] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10314/stat : 10314 (java) S 10304 10306 4029 0 -1 4202560 153 0 0 0 4 0 0 0 15 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10315] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10315/stat : 10315 (java) S 10304 10306 4029 0 -1 4202560 311 0 0 0 4 0 0 0 15 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10316] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10316/stat : 10316 (java) S 10304 10306 4029 0 -1 4202560 377 0 0 0 4 0 0 0 15 0 22 0 831027818 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10317] ppid=10304 vsize=10623680 CPUtime=1.04 cores=1,3,5,7
/proc/10306/task/10317/stat : 10317 (java) R 10304 10306 4029 0 -1 4202560 6438 0 0 0 104 0 0 0 15 0 22 0 831027819 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 47935564377231 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=10306/tid=10318] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10318/stat : 10318 (java) S 10304 10306 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10319] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10319/stat : 10319 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10320] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10320/stat : 10320 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982373809 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10321] ppid=10304 vsize=10623680 CPUtime=0.97 cores=1,3,5,7
/proc/10306/task/10321/stat : 10321 (java) S 10304 10306 4029 0 -1 4202560 6065 0 0 0 97 0 0 0 15 0 22 0 831027822 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10322] ppid=10304 vsize=10623680 CPUtime=1.63 cores=1,3,5,7
/proc/10306/task/10322/stat : 10322 (java) S 10304 10306 4029 0 -1 4202560 16449 0 0 0 162 1 0 0 15 0 22 0 831027822 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10323] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10323/stat : 10323 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10324] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10324/stat : 10324 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027822 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10328] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10328/stat : 10328 (java) S 10304 10306 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027835 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10444] ppid=10304 vsize=10623680 CPUtime=6.66 cores=1,3,5,7
/proc/10306/task/10444/stat : 10444 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 666 0 0 0 18 0 22 0 831028593 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10445] ppid=10304 vsize=10623680 CPUtime=6.65 cores=1,3,5,7
/proc/10306/task/10445/stat : 10445 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 665 0 0 0 24 0 22 0 831028593 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10446] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10446/stat : 10446 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831028594 10878648320 129687 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 28.79
Current children cumulated vsize (KiB) 10623680

[startup+15.901 s]
/proc/loadavg: 3.09 3.70 3.73 4/572 10446
/proc/meminfo: memFree=12045748/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10623680 CPUtime=30.35 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 143603 0 1 0 3018 17 0 0 25 0 22 0 831027816 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2655920 129953 2257 9 0 2646654 0
[pid=10306/tid=10307] ppid=10304 vsize=10623680 CPUtime=0.18 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) S 10304 10306 4029 0 -1 4202560 11860 0 1 0 16 2 0 0 15 0 22 0 831027816 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10309] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10309/stat : 10309 (java) S 10304 10306 4029 0 -1 4202560 303 0 0 0 2 0 0 0 16 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10310] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10310/stat : 10310 (java) S 10304 10306 4029 0 -1 4202560 235 0 0 0 1 0 0 0 15 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10311] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10311/stat : 10311 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 3 0 0 0 16 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10312] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10312/stat : 10312 (java) S 10304 10306 4029 0 -1 4202560 36 0 0 0 3 0 0 0 16 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10313] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10313/stat : 10313 (java) S 10304 10306 4029 0 -1 4202560 271 0 0 0 2 0 0 0 15 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10314] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10314/stat : 10314 (java) S 10304 10306 4029 0 -1 4202560 153 0 0 0 4 0 0 0 15 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10315] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10315/stat : 10315 (java) S 10304 10306 4029 0 -1 4202560 311 0 0 0 4 0 0 0 15 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10316] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10316/stat : 10316 (java) S 10304 10306 4029 0 -1 4202560 377 0 0 0 4 0 0 0 15 0 22 0 831027818 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10317] ppid=10304 vsize=10623680 CPUtime=1.08 cores=1,3,5,7
/proc/10306/task/10317/stat : 10317 (java) S 10304 10306 4029 0 -1 4202560 6704 0 0 0 107 1 0 0 15 0 22 0 831027819 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 0 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10318] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10318/stat : 10318 (java) S 10304 10306 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10319] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10319/stat : 10319 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831027820 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10320] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10320/stat : 10320 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982373809 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10321] ppid=10304 vsize=10623680 CPUtime=0.97 cores=1,3,5,7
/proc/10306/task/10321/stat : 10321 (java) S 10304 10306 4029 0 -1 4202560 6065 0 0 0 97 0 0 0 15 0 22 0 831027822 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10322] ppid=10304 vsize=10623680 CPUtime=1.63 cores=1,3,5,7
/proc/10306/task/10322/stat : 10322 (java) S 10304 10306 4029 0 -1 4202560 16449 0 0 0 162 1 0 0 15 0 22 0 831027822 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10323] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10323/stat : 10323 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831027822 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10324] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10324/stat : 10324 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831027822 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10328] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10328/stat : 10328 (java) S 10304 10306 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831027835 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10444] ppid=10304 vsize=10623680 CPUtime=7.42 cores=1,3,5,7
/proc/10306/task/10444/stat : 10444 (java) R 10304 10306 4029 0 -1 4202560 1 0 0 0 742 0 0 0 19 0 22 0 831028593 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 46912505624082 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10306/tid=10445] ppid=10304 vsize=10623680 CPUtime=7.42 cores=1,3,5,7
/proc/10306/task/10445/stat : 10445 (java) R 10304 10306 4029 0 -1 4202560 11 0 0 0 742 0 0 0 25 0 22 0 831028593 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 46912505649204 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=10306/tid=10446] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10446/stat : 10446 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831028594 10878648320 129953 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.35
Current children cumulated vsize (KiB) 10623680

[startup+16.3009 s]
/proc/loadavg: 3.09 3.70 3.73 4/572 10446
/proc/meminfo: memFree=12045748/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=10623680 CPUtime=31.07 cores=1,3,5,7
/proc/10306/stat : 10306 (java) S 10304 10306 4029 0 -1 4202496 151445 0 1 0 3089 18 0 0 25 0 19 0 831027816 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 2655920 137794 2257 9 0 2646654 0
[pid=10306/tid=10307] ppid=10304 vsize=10623680 CPUtime=0.18 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) S 10304 10306 4029 0 -1 4202560 11860 0 1 0 16 2 0 0 15 0 19 0 831027816 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10309] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10309/stat : 10309 (java) S 10304 10306 4029 0 -1 4202560 304 0 0 0 2 0 0 0 16 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10310] ppid=10304 vsize=10623680 CPUtime=0.01 cores=1,3,5,7
/proc/10306/task/10310/stat : 10310 (java) S 10304 10306 4029 0 -1 4202560 235 0 0 0 1 0 0 0 15 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10311] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10311/stat : 10311 (java) S 10304 10306 4029 0 -1 4202560 12 0 0 0 3 0 0 0 16 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 1 0 0 0
[pid=10306/tid=10312] ppid=10304 vsize=10623680 CPUtime=0.03 cores=1,3,5,7
/proc/10306/task/10312/stat : 10312 (java) S 10304 10306 4029 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10313] ppid=10304 vsize=10623680 CPUtime=0.02 cores=1,3,5,7
/proc/10306/task/10313/stat : 10313 (java) S 10304 10306 4029 0 -1 4202560 271 0 0 0 2 0 0 0 15 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10314] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10314/stat : 10314 (java) S 10304 10306 4029 0 -1 4202560 153 0 0 0 4 0 0 0 15 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10315] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10315/stat : 10315 (java) S 10304 10306 4029 0 -1 4202560 312 0 0 0 4 0 0 0 16 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 7 0 0 0
[pid=10306/tid=10316] ppid=10304 vsize=10623680 CPUtime=0.04 cores=1,3,5,7
/proc/10306/task/10316/stat : 10316 (java) S 10304 10306 4029 0 -1 4202560 377 0 0 0 4 0 0 0 15 0 19 0 831027818 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10317] ppid=10304 vsize=10623680 CPUtime=1.14 cores=1,3,5,7
/proc/10306/task/10317/stat : 10317 (java) S 10304 10306 4029 0 -1 4202560 7090 0 0 0 113 1 0 0 15 0 19 0 831027819 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 0 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10318] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10318/stat : 10318 (java) S 10304 10306 4029 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831027820 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10319] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10319/stat : 10319 (java) S 10304 10306 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 831027820 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10320] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10320/stat : 10320 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027822 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982373809 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10321] ppid=10304 vsize=10623680 CPUtime=0.97 cores=1,3,5,7
/proc/10306/task/10321/stat : 10321 (java) S 10304 10306 4029 0 -1 4202560 6065 0 0 0 97 0 0 0 15 0 19 0 831027822 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
[pid=10306/tid=10322] ppid=10304 vsize=10623680 CPUtime=1.63 cores=1,3,5,7
/proc/10306/task/10322/stat : 10322 (java) S 10304 10306 4029 0 -1 4202560 16449 0 0 0 162 1 0 0 15 0 19 0 831027822 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10323] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10323/stat : 10323 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831027822 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366105 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10324] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10324/stat : 10324 (java) S 10304 10306 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831027822 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 5 0 0 0
[pid=10306/tid=10328] ppid=10304 vsize=10623680 CPUtime=0 cores=1,3,5,7
/proc/10306/task/10328/stat : 10328 (java) S 10304 10306 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831027835 10878648320 137794 33554432000 1073741824 1073778376 140734131628336 18446744073709551615 242982366720 0 4 0 16800975 18446604470261281920 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.07
Current children cumulated vsize (KiB) 10623680

[startup+16.4012 s]
/proc/loadavg: 3.09 3.70 3.73 5/554 10447
/proc/meminfo: memFree=12015020/32951132 swapFree=46579808/67111528
[pid=10306] ppid=10304 vsize=0 CPUtime=31.17 cores=1,3,5,7
/proc/10306/stat : 10306 (java) Z 10304 10306 4029 0 -1 4203548 151456 0 1 0 3098 19 0 0 18 0 2 0 831027816 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/10306/statm: 0 0 0 0 0 0 0
[pid=10306/tid=10307] ppid=10304 vsize=0 CPUtime=0.25 cores=1,3,5,7
/proc/10306/task/10307/stat : 10307 (java) R 10304 10306 4029 0 -1 4203588 11863 0 1 0 22 3 0 0 17 0 2 0 831027816 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.17
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 16.4284
CPU time (s): 31.2013
CPU user time (s): 30.9893
CPU system time (s): 0.211967
CPU usage (%): 189.923
Max. virtual memory (cumulated for all children) (KiB): 10623680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.9893
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151456
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1511
involuntary context switches= 1252

runsolver used 0.088986 second user time and 0.235964 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 15:31:32
IDJOB=3453830
IDBENCH=48034
IDSOLVER=1950
FILE ID=node128/3453830-1307194292
RUNJOBID= node128-1307194276-10140
PBS_JOBID= 13508827
Free space on /tmp= 73920 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=59-P1=103-P2=101-P3=43-P4=37-P5=37-P6=17-P7=23-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453830-1307194292/watcher-3453830-1307194292 -o /tmp/evaluation-result-3453830-1307194292/solver-3453830-1307194292 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453830-1307194292.opb

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

MD5SUM BENCH= a9881f8d96a669a457a765316e0eed8c
RANDOM SEED=1483621210

node128.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14558004 kB
Buffers:        333188 kB
Cached:        3487108 kB
SwapCached:      35620 kB
Active:        9696608 kB
Inactive:      8378608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14558004 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             548 kB
Writeback:           0 kB
AnonPages:    14229364 kB
Mapped:          26016 kB
Slab:           135064 kB
PageTables:     113724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 185171320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node128 at 2011-06-04 15:31:48