Trace number 3736434

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 32.3291 17.3453

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-B.opb
MD5SUM1141c23e5342793635b3f22754b52627
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.080987
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 variables189
Total number of constraints19
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 constraints19
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)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Quality of the solution as a function of time


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

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/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 Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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	
0.10/0.11	c solving HOME/instance-3736434-1338751695.opb
0.10/0.11	c reading problem ... 
0.26/0.21	c ... done. Wall clock time 0.101s.
0.26/0.21	c #vars     630
0.26/0.21	c #constraints  910
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
0.26/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
3.02/0.91	c cleaning 2498 clauses out of 5000 with flag 5000/5000
4.40/1.33	c cleaning 4247 clauses out of 8504 with flag 11002/11002
5.49/1.82	c cleaning 5627 clauses out of 11255 with flag 18000/18000
6.83/2.46	c cleaning 6810 clauses out of 13627 with flag 26000/26000
8.84/3.25	c cleaning 7906 clauses out of 15818 with flag 35002/35002
10.85/4.00	c cleaning 8956 clauses out of 17911 with flag 45001/45001
12.45/4.86	c cleaning 9472 clauses out of 18953 with flag 55000/55000
13.84/5.56	c cleaning 9736 clauses out of 19481 with flag 65001/65001
15.81/6.54	c cleaning 9872 clauses out of 19744 with flag 75000/75000
17.18/7.24	c cleaning 9929 clauses out of 19871 with flag 85000/85000
18.53/7.94	c cleaning 9964 clauses out of 19943 with flag 95001/95001
20.09/8.71	c cleaning 9987 clauses out of 19979 with flag 105002/105002
21.02/9.22	c And the winner is Resolution
21.07/10.21	c SATISFIABLE
21.07/10.21	c OPTIMIZING...
21.07/10.21	c Got one! Elapsed wall clock time (in seconds):10.103
21.07/10.21	o 5
21.23/10.31	c cleaning 9981 clauses out of 19991 with flag 115001/115001
22.59/11.05	c cleaning 9986 clauses out of 20009 with flag 125000/125000
23.13/11.39	c And the winner is Resolution
23.33/12.22	c Got one! Elapsed wall clock time (in seconds):12.105
23.33/12.22	o 3
24.09/12.62	c cleaning 10002 clauses out of 20023 with flag 135000/135000
24.64/12.97	c cleaning 0 clauses out of 5001 with flag 0/5001
25.58/13.48	c cleaning 10003 clauses out of 20019 with flag 145000/145000
27.27/14.27	c cleaning 10003 clauses out of 20016 with flag 155001/155001
28.61/14.96	c cleaning 10002 clauses out of 20013 with flag 165001/165001
30.36/15.83	c cleaning 10004 clauses out of 20010 with flag 175000/175000
32.09/16.71	c And the winner is Resolution
32.22/17.33	c starts		: 107
32.22/17.33	c conflicts		: 184571
32.22/17.33	c decisions		: 195468
32.22/17.33	c propagations		: 3248697
32.22/17.33	c inspects		: 81650287
32.22/17.33	c learnt literals	: 19
32.22/17.33	c learnt binary clauses	: 81
32.22/17.33	c learnt ternary clauses	: 238
32.22/17.33	c learnt clauses	: 184551
32.22/17.33	c ignored clauses	: 0
32.22/17.33	c root simplifications	: 0
32.22/17.33	c removed literals (reason simplification)	: 4507065
32.22/17.33	c reason swapping (by a shorter reason)	: 0
32.22/17.33	c Calls to reduceDB	: 19
32.22/17.33	c number of reductions to clauses (during analyze)	: 0
32.22/17.33	c number of learned constraints concerned by reduction	: 0
32.22/17.33	c number of learning phase by resolution	: 0
32.22/17.33	c number of learning phase by cutting planes	: 0
32.22/17.33	c speed (assignments/second)	: 634883.1346492085
32.22/17.33	c non guided choices	2041
32.22/17.33	c learnt constraints type 
32.22/17.33	c constraints type 
32.22/17.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
32.22/17.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
32.22/17.33	c constraints type 
32.22/17.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 441
32.22/17.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 469
32.22/17.33	s OPTIMUM FOUND
32.22/17.33	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 x11 x12 -x13 x14 x15 x16 -x17 -x18 -x19 x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 x34 -x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 x44 -x45 x46 x47 -x48 -x49 x50 x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 x67 x68 x69 x70 x71 x72 -x73 x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 x89 -x90 -x91 x92 -x93 -x94 -x95 x96 x97 -x98 x99 x100 -x101 -x102 x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 
32.22/17.33	c objective function=3
32.22/17.33	c Total wall clock time (in seconds): 17.223

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3736434-1338751695/watcher-3736434-1338751695 -o /tmp/evaluation-result-3736434-1338751695/solver-3736434-1338751695 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736434-1338751695.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.22 3.67 3.73 4/197 17441
/proc/meminfo: memFree=28048604/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17441/stat : 17441 (java) R 17439 17441 13986 0 -1 4202496 893 0 0 0 0 0 0 0 20 0 1 0 341293936 23793664 620 33554432000 1073741824 1073778376 140735178747376 140735178736440 239228467763 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 5809 631 468 9 0 128 0

[startup+0.0364709 s]
/proc/loadavg: 3.22 3.67 3.73 4/197 17441
/proc/meminfo: memFree=28048604/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2367080 CPUtime=0.02 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 3689 0 1 0 2 0 0 0 20 0 13 0 341293936 2423889920 4898 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 591770 4898 1677 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100287 s]
/proc/loadavg: 3.22 3.67 3.73 4/197 17441
/proc/meminfo: memFree=28048604/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 4687 0 1 0 9 1 0 0 20 0 18 0 341293936 2764726272 6389 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 674982 6389 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300197 s]
/proc/loadavg: 3.22 3.67 3.73 4/197 17441
/proc/meminfo: memFree=28048604/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 8530 0 1 0 61 2 0 0 20 0 22 0 341293936 3037372416 10759 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 10759 2230 9 0 732240 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 2966184

[startup+0.700235 s]
/proc/loadavg: 3.22 3.67 3.73 4/197 17441
/proc/meminfo: memFree=28048604/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=2.22 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 17646 0 1 0 217 5 0 0 20 0 22 0 341293936 3037372416 30635 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 30635 2245 9 0 732240 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 2966184

[startup+1.5009 s]
/proc/loadavg: 3.22 3.67 3.73 7/219 17463
/proc/meminfo: memFree=27858492/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=4.86 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 27467 0 1 0 475 11 0 0 20 0 22 0 341293936 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 74210 2280 9 0 732240 0
[pid=17441/tid=17443] ppid=17439 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/17441/task/17443/stat : 17443 (java) S 17439 17441 13986 0 -1 4202560 2786 0 1 0 19 0 0 0 20 0 22 0 341293937 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524590986392 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17444] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17444/stat : 17444 (java) S 17439 17441 13986 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524575267752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17445] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17445/stat : 17445 (java) S 17439 17441 13986 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524574215208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17446] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17446/stat : 17446 (java) S 17439 17441 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524573162152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17447] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17447/stat : 17447 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524572109608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17448] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17448/stat : 17448 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524571056552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17449] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17449/stat : 17449 (java) S 17439 17441 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524570004008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17450] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17450/stat : 17450 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524568950952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17451] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17451/stat : 17451 (java) S 17439 17441 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524567898408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17452] ppid=17439 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17441/task/17452/stat : 17452 (java) S 17439 17441 13986 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 341293939 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524555488104 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17453] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17453/stat : 17453 (java) S 17439 17441 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524554434424 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17454] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17454/stat : 17454 (java) S 17439 17441 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524553381256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17455] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17455/stat : 17455 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524434483984 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17456] ppid=17439 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/17441/task/17456/stat : 17456 (java) S 17439 17441 13986 0 -1 4202560 12439 0 0 0 103 3 0 0 20 0 22 0 341293942 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524433430840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17457] ppid=17439 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/17441/task/17457/stat : 17457 (java) S 17439 17441 13986 0 -1 4202560 10756 0 0 0 102 3 0 0 20 0 22 0 341293942 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524432378296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17458] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17458/stat : 17458 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524431325432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17459] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17459/stat : 17459 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524430273096 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17460] ppid=17439 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/17441/task/17460/stat : 17460 (java) R 17439 17441 13986 0 -1 4202560 57 0 0 0 121 0 0 0 20 0 22 0 341293958 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524429218608 140524434611233 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17461] ppid=17439 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/17441/task/17461/stat : 17461 (java) R 17439 17441 13986 0 -1 4202560 158 0 0 0 118 4 0 0 20 0 22 0 341293958 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524428165672 140524435082756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17462] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17462/stat : 17462 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524427113768 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17463] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17463/stat : 17463 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 74210 33554432000 1073741824 1073778376 140735178747376 140524426061224 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 2966184

[startup+3.10085 s]
/proc/loadavg: 3.22 3.67 3.73 5/219 17463
/proc/meminfo: memFree=27673376/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=8.62 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 31503 0 1 0 847 15 0 0 20 0 22 0 341293936 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 108070 2280 9 0 732240 0
[pid=17441/tid=17443] ppid=17439 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/17441/task/17443/stat : 17443 (java) S 17439 17441 13986 0 -1 4202560 2786 0 1 0 19 0 0 0 20 0 22 0 341293937 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524590986392 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17444] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17444/stat : 17444 (java) S 17439 17441 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524575267752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17445] ppid=17439 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/17441/task/17445/stat : 17445 (java) S 17439 17441 13986 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524574215208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17446] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17446/stat : 17446 (java) S 17439 17441 13986 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524573162152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17447] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17447/stat : 17447 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524572109608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17448] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17448/stat : 17448 (java) S 17439 17441 13986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524571056552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17449] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17449/stat : 17449 (java) S 17439 17441 13986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524570004008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17450] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17450/stat : 17450 (java) S 17439 17441 13986 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524568950952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17451] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17451/stat : 17451 (java) S 17439 17441 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341293938 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524567898408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17452] ppid=17439 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/17441/task/17452/stat : 17452 (java) S 17439 17441 13986 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 22 0 341293939 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524555488104 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17453] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17453/stat : 17453 (java) S 17439 17441 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524554434424 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17454] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17454/stat : 17454 (java) S 17439 17441 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524553381256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17455] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17455/stat : 17455 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524434483984 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17456] ppid=17439 vsize=2966184 CPUtime=1.51 cores=1,3,5,7
/proc/17441/task/17456/stat : 17456 (java) S 17439 17441 13986 0 -1 4202560 16384 0 0 0 148 3 0 0 20 0 22 0 341293942 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524433430840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17457] ppid=17439 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/17441/task/17457/stat : 17457 (java) S 17439 17441 13986 0 -1 4202560 10756 0 0 0 115 3 0 0 20 0 22 0 341293942 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524432378296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17458] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17458/stat : 17458 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524431325432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17459] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17459/stat : 17459 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524430273096 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17460] ppid=17439 vsize=2966184 CPUtime=2.71 cores=1,3,5,7
/proc/17441/task/17460/stat : 17460 (java) R 17439 17441 13986 0 -1 4202560 71 0 0 0 271 0 0 0 20 0 22 0 341293958 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524429218928 140524434956487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17461] ppid=17439 vsize=2966184 CPUtime=2.71 cores=1,3,5,7
/proc/17441/task/17461/stat : 17461 (java) R 17439 17441 13986 0 -1 4202560 214 0 0 0 266 5 0 0 20 0 22 0 341293958 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524428165168 140524435085036 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17462] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17462/stat : 17462 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524427113768 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17463] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17463/stat : 17463 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 108070 33554432000 1073741824 1073778376 140735178747376 140524426061224 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 2966184

[startup+6.30088 s]
/proc/loadavg: 3.12 3.64 3.72 5/219 17463
/proc/meminfo: memFree=27633272/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=15.39 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 33835 0 1 0 1522 17 0 0 20 0 22 0 341293936 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 118799 2280 9 0 732240 0
[pid=17441/tid=17443] ppid=17439 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/17441/task/17443/stat : 17443 (java) S 17439 17441 13986 0 -1 4202560 2786 0 1 0 19 0 0 0 20 0 22 0 341293937 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524590986392 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17444] ppid=17439 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17441/task/17444/stat : 17444 (java) S 17439 17441 13986 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524575267752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17445] ppid=17439 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17441/task/17445/stat : 17445 (java) S 17439 17441 13986 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524574215208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17446] ppid=17439 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17441/task/17446/stat : 17446 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524573162152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17447] ppid=17439 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17441/task/17447/stat : 17447 (java) S 17439 17441 13986 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524572109608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17448] ppid=17439 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17441/task/17448/stat : 17448 (java) S 17439 17441 13986 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524571056552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17449] ppid=17439 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17441/task/17449/stat : 17449 (java) S 17439 17441 13986 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524570004008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17450] ppid=17439 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17441/task/17450/stat : 17450 (java) S 17439 17441 13986 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524568950952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17451] ppid=17439 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17441/task/17451/stat : 17451 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341293938 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524567898408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17452] ppid=17439 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/17441/task/17452/stat : 17452 (java) S 17439 17441 13986 0 -1 4202560 39 0 0 0 25 0 0 0 20 0 22 0 341293939 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524555488104 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17453] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17453/stat : 17453 (java) S 17439 17441 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524554434424 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17454] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17454/stat : 17454 (java) S 17439 17441 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524553381256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17455] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17455/stat : 17455 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524434483984 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17456] ppid=17439 vsize=2966184 CPUtime=1.98 cores=1,3,5,7
/proc/17441/task/17456/stat : 17456 (java) S 17439 17441 13986 0 -1 4202560 18647 0 0 0 194 4 0 0 20 0 22 0 341293942 3037372416 118799 33554432000 1073741824 1073778376 140735178747376 140524433430840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/17441/task/17452/stat : 17452 (java) R 17439 17441 13986 0 -1 4202560 47 0 0 0 97 2 0 0 20 0 22 0 341293939 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524555486960 140524595146912 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17453] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17453/stat : 17453 (java) S 17439 17441 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524554434424 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17454] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17454/stat : 17454 (java) S 17439 17441 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524553381256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17455] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17455/stat : 17455 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524434483984 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17456] ppid=17439 vsize=2966184 CPUtime=2.17 cores=1,3,5,7
/proc/17441/task/17456/stat : 17456 (java) S 17439 17441 13986 0 -1 4202560 19776 0 0 0 213 4 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524433430840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17457] ppid=17439 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/17441/task/17457/stat : 17457 (java) S 17439 17441 13986 0 -1 4202560 10756 0 0 0 119 3 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524432378296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17458] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17458/stat : 17458 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524431325432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17459] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17459/stat : 17459 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524430273096 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17462] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17462/stat : 17462 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524427113768 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17463] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17463/stat : 17463 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524426061224 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17466] ppid=17439 vsize=2966184 CPUtime=3.23 cores=1,3,5,7
/proc/17441/task/17466/stat : 17466 (java) S 17439 17441 13986 0 -1 4202560 6 0 0 0 323 0 0 0 20 0 22 0 341295158 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524429217976 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17467] ppid=17439 vsize=2966184 CPUtime=3.23 cores=1,3,5,7
/proc/17441/task/17467/stat : 17467 (java) S 17439 17441 13986 0 -1 4202560 3 0 0 0 323 0 0 0 20 0 22 0 341295158 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524428163624 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 30.52
Current children cumulated vsize (KiB) 2966184

[startup+16.701 s]
/proc/loadavg: 3.26 3.65 3.73 5/219 17467
/proc/meminfo: memFree=27532572/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=32.09 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 35030 0 1 0 3186 23 0 0 20 0 22 0 341293936 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 129562 2281 9 0 732240 0
[pid=17441/tid=17443] ppid=17439 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/17441/task/17443/stat : 17443 (java) S 17439 17441 13986 0 -1 4202560 2787 0 1 0 19 0 0 0 20 0 22 0 341293937 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524590986392 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17444] ppid=17439 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/17441/task/17444/stat : 17444 (java) S 17439 17441 13986 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524575267752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17445] ppid=17439 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/17441/task/17445/stat : 17445 (java) S 17439 17441 13986 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524574215208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17446] ppid=17439 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/17441/task/17446/stat : 17446 (java) S 17439 17441 13986 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524573162152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17447] ppid=17439 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/17441/task/17447/stat : 17447 (java) S 17439 17441 13986 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524572109608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17448] ppid=17439 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17441/task/17448/stat : 17448 (java) S 17439 17441 13986 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524571056552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17449] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17449/stat : 17449 (java) S 17439 17441 13986 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524570004008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17450] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17450/stat : 17450 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524568950952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17451] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17451/stat : 17451 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 22 0 341293938 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524567898408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17452] ppid=17439 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/17441/task/17452/stat : 17452 (java) S 17439 17441 13986 0 -1 4202560 47 0 0 0 99 2 0 0 20 0 22 0 341293939 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524555488104 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17453] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17453/stat : 17453 (java) S 17439 17441 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524554434424 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17454] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17454/stat : 17454 (java) S 17439 17441 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341293940 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524553381256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17455] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17455/stat : 17455 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524434483984 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17456] ppid=17439 vsize=2966184 CPUtime=2.17 cores=1,3,5,7
/proc/17441/task/17456/stat : 17456 (java) S 17439 17441 13986 0 -1 4202560 19776 0 0 0 213 4 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524433430840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17457] ppid=17439 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/17441/task/17457/stat : 17457 (java) S 17439 17441 13986 0 -1 4202560 10756 0 0 0 119 3 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524432378296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17458] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17458/stat : 17458 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524431325432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17459] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17459/stat : 17459 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341293942 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524430273096 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17462] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17462/stat : 17462 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524427113768 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17463] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17463/stat : 17463 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341293958 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524426061224 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17466] ppid=17439 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/17441/task/17466/stat : 17466 (java) R 17439 17441 13986 0 -1 4202560 7 0 0 0 400 0 0 0 20 0 22 0 341295158 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524429217856 140524434986008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17441/tid=17467] ppid=17439 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/17441/task/17467/stat : 17467 (java) R 17439 17441 13986 0 -1 4202560 3 0 0 0 400 0 0 0 20 0 22 0 341295158 3037372416 129562 33554432000 1073741824 1073778376 140735178747376 140524428163504 140524434961589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 32.09
Current children cumulated vsize (KiB) 2966184

[startup+17.1007 s]
/proc/loadavg: 3.26 3.65 3.73 5/219 17467
/proc/meminfo: memFree=27532572/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=32.12 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 35030 0 1 0 3187 25 0 0 20 0 20 0 341293936 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 129556 2281 9 0 732240 0
[pid=17441/tid=17443] ppid=17439 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/17441/task/17443/stat : 17443 (java) S 17439 17441 13986 0 -1 4202560 2787 0 1 0 19 0 0 0 20 0 20 0 341293937 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524590986392 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17444] ppid=17439 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/17441/task/17444/stat : 17444 (java) S 17439 17441 13986 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524575267752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17445] ppid=17439 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/17441/task/17445/stat : 17445 (java) S 17439 17441 13986 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524574215208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17446] ppid=17439 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/17441/task/17446/stat : 17446 (java) S 17439 17441 13986 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524573162152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17447] ppid=17439 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/17441/task/17447/stat : 17447 (java) S 17439 17441 13986 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524572109608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17448] ppid=17439 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17441/task/17448/stat : 17448 (java) S 17439 17441 13986 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524571056552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17449] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17449/stat : 17449 (java) S 17439 17441 13986 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524570004008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17450] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17450/stat : 17450 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524568950952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17451] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17451/stat : 17451 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524567898408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17452] ppid=17439 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/17441/task/17452/stat : 17452 (java) S 17439 17441 13986 0 -1 4202560 47 0 0 0 99 2 0 0 20 0 20 0 341293939 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524555488104 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17453] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17453/stat : 17453 (java) S 17439 17441 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341293940 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524554434424 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17454] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17454/stat : 17454 (java) S 17439 17441 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341293940 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524553381256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17455] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17455/stat : 17455 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524434483984 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17456] ppid=17439 vsize=2966184 CPUtime=2.17 cores=1,3,5,7
/proc/17441/task/17456/stat : 17456 (java) S 17439 17441 13986 0 -1 4202560 19776 0 0 0 213 4 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524433430840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17457] ppid=17439 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/17441/task/17457/stat : 17457 (java) S 17439 17441 13986 0 -1 4202560 10756 0 0 0 119 3 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524432378296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17458] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17458/stat : 17458 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524431325432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17459] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17459/stat : 17459 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524430273096 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17462] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17462/stat : 17462 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341293958 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524427113768 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17463] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17463/stat : 17463 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341293958 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524426061224 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 32.12
Current children cumulated vsize (KiB) 2966184

[startup+17.3008 s]
/proc/loadavg: 3.26 3.65 3.73 5/219 17467
/proc/meminfo: memFree=27532572/32873844 swapFree=7644/7644
[pid=17441] ppid=17439 vsize=2966184 CPUtime=32.22 cores=1,3,5,7
/proc/17441/stat : 17441 (java) S 17439 17441 13986 0 -1 4202496 35030 0 1 0 3197 25 0 0 20 0 20 0 341293936 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140735178738512 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17441/statm: 741546 129556 2281 9 0 732240 0
[pid=17441/tid=17443] ppid=17439 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/17441/task/17443/stat : 17443 (java) R 17439 17441 13986 0 -1 4202560 2787 0 1 0 27 0 0 0 20 0 20 0 341293937 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524590985760 140524435185430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17444] ppid=17439 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/17441/task/17444/stat : 17444 (java) S 17439 17441 13986 0 -1 4202560 30 0 0 0 7 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524575267752 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17445] ppid=17439 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/17441/task/17445/stat : 17445 (java) S 17439 17441 13986 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524574215208 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17446] ppid=17439 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/17441/task/17446/stat : 17446 (java) S 17439 17441 13986 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524573162152 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17447] ppid=17439 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/17441/task/17447/stat : 17447 (java) S 17439 17441 13986 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524572109608 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17448] ppid=17439 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17441/task/17448/stat : 17448 (java) S 17439 17441 13986 0 -1 4202560 5 0 0 0 4 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524571056552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17449] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17449/stat : 17449 (java) S 17439 17441 13986 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524570004008 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17450] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17450/stat : 17450 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524568950952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17451] ppid=17439 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17441/task/17451/stat : 17451 (java) S 17439 17441 13986 0 -1 4202560 12 0 0 0 6 0 0 0 20 0 20 0 341293938 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524567898408 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17452] ppid=17439 vsize=2966184 CPUtime=1.01 cores=1,3,5,7
/proc/17441/task/17452/stat : 17452 (java) S 17439 17441 13986 0 -1 4202560 47 0 0 0 99 2 0 0 20 0 20 0 341293939 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524555488104 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17453] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17453/stat : 17453 (java) S 17439 17441 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341293940 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524554434424 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17454] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17454/stat : 17454 (java) S 17439 17441 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341293940 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524553381256 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17455] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17455/stat : 17455 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524434483984 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17456] ppid=17439 vsize=2966184 CPUtime=2.18 cores=1,3,5,7
/proc/17441/task/17456/stat : 17456 (java) S 17439 17441 13986 0 -1 4202560 19776 0 0 0 214 4 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524433430840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17441/tid=17457] ppid=17439 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/17441/task/17457/stat : 17457 (java) S 17439 17441 13986 0 -1 4202560 10756 0 0 0 119 3 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524432378296 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17458] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17458/stat : 17458 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524431325432 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17441/tid=17459] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17459/stat : 17459 (java) S 17439 17441 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341293942 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524430273096 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17462] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17462/stat : 17462 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341293958 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524427113768 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17441/tid=17463] ppid=17439 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17441/task/17463/stat : 17463 (java) S 17439 17441 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341293958 3037372416 129556 33554432000 1073741824 1073778376 140735178747376 140524426061224 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 32.22
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 17.3453
CPU time (s): 32.3291
CPU user time (s): 31.9761
CPU system time (s): 0.352946
CPU usage (%): 186.385
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.9761
system time used= 0.352946
maximum resident set size= 521048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35041
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1485
involuntary context switches= 1445

runsolver used 0.070989 second user time and 0.19697 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 21:28:15
IDJOB=3736434
IDBENCH=47920
IDSOLVER=2324
FILE ID=node147/3736434-1338751695
RUNJOBID= node147-1338737348-14003
PBS_JOBID= 14636764
Free space on /tmp= 70784 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=53-P1=109-P2=43-P3=13-P4=17-P5=101-P6=59-P7=7-P8=29-P9=107-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736434-1338751695/watcher-3736434-1338751695 -o /tmp/evaluation-result-3736434-1338751695/solver-3736434-1338751695 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736434-1338751695.opb

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

MD5SUM BENCH= 1141c23e5342793635b3f22754b52627
RANDOM SEED=1559383127

node147.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.951
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.90
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.951
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	: 5331.91
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.951
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	: 5331.87
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28048496 kB
Buffers:          459736 kB
Cached:          2569168 kB
SwapCached:         3380 kB
Active:          2387288 kB
Inactive:        1558520 kB
Active(anon):     912364 kB
Inactive(anon):     5908 kB
Active(file):    1474924 kB
Inactive(file):  1552612 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               200 kB
Writeback:             0 kB
AnonPages:       1010780 kB
Mapped:            17712 kB
Shmem:                 0 kB
Slab:             722784 kB
SReclaimable:     163632 kB
SUnreclaim:       559152 kB
KernelStack:        1800 kB
PageTables:         5756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    954368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node147 at 2012-06-03 21:28:33