Trace number 3688590

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
SAT 4j PB RES // CP 2.3.2 SnapshotOPT3 35.5486 17.9321

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
MD5SUM74c00e33b4232d137ad873ae982593f6
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.048992
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 variables96
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 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@23174b07
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 c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688590-1337878544.opb
0.10/0.11	c reading problem ... 
0.10/0.18	c ... done. Wall clock time 0.063s.
0.10/0.18	c declared #vars     96
0.10/0.18	c internal #vars     352
0.10/0.18	c #constraints  525
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
0.10/0.18	c 525 constraints processed.
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
0.10/0.18	c 525 constraints processed.
0.10/0.18	c objective function length is 8 literals
1.04/0.46	c  And the winner is solver0
1.57/0.68	c SATISFIABLE
1.57/0.68	c OPTIMIZING...
1.57/0.68	c Got one! Elapsed wall clock time (in seconds):0.565
1.57/0.68	o 19
2.48/0.91	c cleaning 2544 clauses out of 5087 with flag 3002/5087
2.48/0.96	c  And the winner is solver0
2.99/1.18	c Got one! Elapsed wall clock time (in seconds):1.066
2.99/1.18	o 11
3.36/1.32	c  And the winner is solver0
3.49/1.68	c Got one! Elapsed wall clock time (in seconds):1.567
3.49/1.68	o 3
3.53/1.73	c cleaning 4171 clauses out of 8356 with flag 1000/10900
3.94/1.99	c cleaning 5089 clauses out of 10185 with flag 7000/16900
4.57/2.29	c cleaning 6040 clauses out of 12097 with flag 14001/23901
5.56/2.72	c cleaning 7021 clauses out of 14056 with flag 22000/31900
6.34/3.18	c cleaning 8009 clauses out of 16036 with flag 31001/40901
7.73/3.84	c cleaning 9003 clauses out of 18028 with flag 41002/50902
8.90/4.46	c cleaning 10005 clauses out of 20025 with flag 52002/61902
10.23/5.14	c cleaning 11001 clauses out of 22019 with flag 64001/73901
11.79/5.93	c cleaning 12005 clauses out of 24017 with flag 77000/86900
13.61/6.84	c cleaning 13004 clauses out of 26013 with flag 91001/100901
15.77/7.79	c cleaning 13996 clauses out of 28007 with flag 106000/115900
18.16/8.71	c cleaning 14999 clauses out of 30011 with flag 122000/131900
19.90/9.65	c cleaning 15996 clauses out of 32012 with flag 139001/148901
22.24/10.83	c cleaning 16999 clauses out of 34016 with flag 157001/166901
24.99/12.22	c cleaning 18002 clauses out of 36016 with flag 176000/185900
27.72/13.64	c cleaning 18999 clauses out of 38015 with flag 196001/205901
30.68/15.18	c cleaning 19999 clauses out of 40016 with flag 217001/226901
33.83/16.72	c cleaning 21007 clauses out of 42015 with flag 239001/248901
35.15/17.46	c  And the winner is solver0
35.42/17.92	c starts		: 122
35.42/17.92	c conflicts		: 259005
35.42/17.92	c decisions		: 270617
35.42/17.92	c propagations		: 4526449
35.42/17.92	c inspects		: 151271217
35.42/17.92	c shortcuts		: 0
35.42/17.92	c learnt literals	: 17
35.42/17.92	c learnt binary clauses	: 14
35.42/17.92	c learnt ternary clauses	: 37
35.42/17.92	c learnt constraints	: 258987
35.42/17.92	c ignored constraints	: 0
35.42/17.92	c root simplifications	: 0
35.42/17.92	c removed literals (reason simplification)	: 618571
35.42/17.92	c reason swapping (by a shorter reason)	: 0
35.42/17.92	c Calls to reduceDB	: 19
35.42/17.92	c number of reductions to clauses (during analyze)	: 0
35.42/17.92	c number of learned constraints concerned by reduction	: 0
35.42/17.92	c number of learning phase by resolution	: 0
35.42/17.92	c number of learning phase by cutting planes	: 0
35.42/17.92	c speed (assignments/second)	: 255198.11693070983
35.42/17.92	c non guided choices	1145
35.42/17.92	c learnt constraints type 
35.42/17.92	c constraints type 
35.42/17.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
35.42/17.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 269
35.42/17.92	c 525 constraints processed.
35.42/17.92	c constraints type 
35.42/17.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 256
35.42/17.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
35.42/17.92	c 525 constraints processed.
35.42/17.92	s OPTIMUM FOUND
35.42/17.92	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 
35.42/17.92	c objective function=3
35.42/17.92	c Total wall clock time (in seconds): 17.806

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-3688590-1337878544/watcher-3688590-1337878544 -o /tmp/evaluation-result-3688590-1337878544/solver-3688590-1337878544 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688590-1337878544.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.83 3.88 3.88 4/197 24272
/proc/meminfo: memFree=26314996/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24272/stat : 24272 (java) R 24270 24272 22059 0 -1 4202496 566 0 0 0 0 0 0 0 20 0 1 0 253981324 23793664 293 33554432000 1073741824 1073778376 140735785101696 140735785090760 233402579521 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 5809 305 236 9 0 128 0

[startup+0.067194 s]
/proc/loadavg: 3.83 3.88 3.88 4/197 24272
/proc/meminfo: memFree=26314996/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 3224 0 1 0 4 1 0 0 20 0 18 0 253981324 9787813888 4432 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2389603 4434 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100283 s]
/proc/loadavg: 3.83 3.88 3.88 4/197 24272
/proc/meminfo: memFree=26314996/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 4316 0 1 0 9 1 0 0 20 0 18 0 253981324 9787813888 5503 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2389603 5503 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300176 s]
/proc/loadavg: 3.83 3.88 3.88 4/197 24272
/proc/meminfo: memFree=26314996/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=0.65 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 8008 0 1 0 63 2 0 0 20 0 22 0 253981324 10060460032 10390 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 10390 2210 9 0 2446860 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 9824668

[startup+0.700197 s]
/proc/loadavg: 3.83 3.88 3.88 4/197 24272
/proc/meminfo: memFree=26314996/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 15107 0 1 0 163 5 0 0 20 0 22 0 253981324 10060460032 17263 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 17263 2230 9 0 2446860 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9824668

[startup+1.50073 s]
/proc/loadavg: 3.83 3.88 3.88 5/216 24297
/proc/meminfo: memFree=26210200/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=3.49 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 23128 0 1 0 338 11 0 0 20 0 19 0 253981324 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 34212 2272 9 0 2446860 0
[pid=24272/tid=24274] ppid=24270 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/24272/task/24274/stat : 24274 (java) S 24270 24272 22059 0 -1 4202560 2442 0 1 0 15 2 0 0 20 0 19 0 253981324 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134614356984 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24275] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24275/stat : 24275 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134586809384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24276] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24276/stat : 24276 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134585756584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24277] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24277/stat : 24277 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134584703784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24278] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24278/stat : 24278 (java) S 24270 24272 22059 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134583650984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24279/stat : 24279 (java) S 24270 24272 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134453914152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24280/stat : 24280 (java) S 24270 24272 22059 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134452861352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24281] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24281/stat : 24281 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134451808552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24282] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24282/stat : 24282 (java) S 24270 24272 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253981325 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140134450755752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24283] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24283/stat : 24283 (java) S 24270 24272 22059 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 253981326 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133968243688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24284] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24284/stat : 24284 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253981327 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133967189752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24285] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24285/stat : 24285 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253981327 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133966136840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24286] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24286/stat : 24286 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133965085328 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24287] ppid=24270 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/24272/task/24287/stat : 24287 (java) S 24270 24272 22059 0 -1 4202560 8344 0 0 0 91 1 0 0 20 0 19 0 253981329 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133964032440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24288] ppid=24270 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/24272/task/24288/stat : 24288 (java) S 24270 24272 22059 0 -1 4202560 10918 0 0 0 91 3 0 0 20 0 19 0 253981329 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133962979640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24289] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24289/stat : 24289 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133961927032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24290] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24290/stat : 24290 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133960874440 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24293] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24293/stat : 24293 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253981342 10060460032 34212 33554432000 1073741824 1073778376 140735785101696 140133957715368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9824668

[startup+3.10091 s]
/proc/loadavg: 3.83 3.88 3.88 5/219 24303
/proc/meminfo: memFree=26130088/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=6.34 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 23290 0 1 0 621 13 0 0 20 0 22 0 253981324 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 52753 2279 9 0 2446860 0
[pid=24272/tid=24274] ppid=24270 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/24272/task/24274/stat : 24274 (java) S 24270 24272 22059 0 -1 4202560 2442 0 1 0 15 2 0 0 20 0 22 0 253981324 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134614356984 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24275] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24275/stat : 24275 (java) S 24270 24272 22059 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134586809384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24276] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24276/stat : 24276 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134585756584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24277] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24277/stat : 24277 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134584703784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24278] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24278/stat : 24278 (java) S 24270 24272 22059 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134583650984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24279/stat : 24279 (java) S 24270 24272 22059 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134453914152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24280/stat : 24280 (java) S 24270 24272 22059 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134452861352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24281] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24281/stat : 24281 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134451808552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24272/tid=24282] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24282/stat : 24282 (java) S 24270 24272 22059 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253981325 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140134450755752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24283] ppid=24270 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/24272/task/24283/stat : 24283 (java) S 24270 24272 22059 0 -1 4202560 98 0 0 0 11 0 0 0 20 0 22 0 253981326 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133968243688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24284] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24284/stat : 24284 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133967189752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24285] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24285/stat : 24285 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133966136840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24286] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24286/stat : 24286 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133965085328 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24287] ppid=24270 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/24272/task/24287/stat : 24287 (java) S 24270 24272 22059 0 -1 4202560 8344 0 0 0 92 1 0 0 20 0 22 0 253981329 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133964032440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24288] ppid=24270 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/24272/task/24288/stat : 24288 (java) S 24270 24272 22059 0 -1 4202560 10927 0 0 0 101 3 0 0 20 0 22 0 253981329 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133962979640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24289] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24289/stat : 24289 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133961927032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24290] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24290/stat : 24290 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133960874440 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24293] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24293/stat : 24293 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253981342 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133957715368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24301] ppid=24270 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/24272/task/24301/stat : 24301 (java) R 24270 24272 22059 0 -1 4202560 4 0 0 0 125 0 0 0 20 0 22 0 253981492 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133958765520 140134465301088 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24302] ppid=24270 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/24272/task/24302/stat : 24302 (java) R 24270 24272 22059 0 -1 4202560 35 0 0 0 126 0 0 0 20 0 22 0 253981492 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133956660656 140134465483266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24303] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24303/stat : 24303 (java) S 24270 24272 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253981492 10060460032 52753 33554432000 1073741824 1073778376 140735785101696 140133959820456 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.84 3.88 3.88 5/219 24303
/proc/meminfo: memFree=25951168/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=12.56 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 23567 0 1 0 1235 21 0 0 20 0 22 0 253981324 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 111958 2279 9 0 2446860 0
[pid=24272/tid=24274] ppid=24270 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/24272/task/24274/stat : 24274 (java) S 24270 24272 22059 0 -1 4202560 2443 0 1 0 15 2 0 0 20 0 22 0 253981324 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134614356984 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24272/tid=24275] ppid=24270 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/24272/task/24275/stat : 24275 (java) S 24270 24272 22059 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134586809384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24276] ppid=24270 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24272/task/24276/stat : 24276 (java) S 24270 24272 22059 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134585756584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24277] ppid=24270 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24272/task/24277/stat : 24277 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134584703784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24278] ppid=24270 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24272/task/24278/stat : 24278 (java) S 24270 24272 22059 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134583650984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24272/task/24279/stat : 24279 (java) S 24270 24272 22059 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134453914152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/24272/task/24280/stat : 24280 (java) S 24270 24272 22059 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134452861352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24281] ppid=24270 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24272/task/24281/stat : 24281 (java) S 24270 24272 22059 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134451808552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24282] ppid=24270 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/24272/task/24282/stat : 24282 (java) S 24270 24272 22059 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 253981325 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140134450755752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24283] ppid=24270 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24272/task/24283/stat : 24283 (java) S 24270 24272 22059 0 -1 4202560 232 0 0 0 35 2 0 0 20 0 22 0 253981326 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133968243688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24272/tid=24284] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24284/stat : 24284 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133967189752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24285] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24285/stat : 24285 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133966136840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24286] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24286/stat : 24286 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133965085328 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24287] ppid=24270 vsize=9824668 CPUtime=0.95 cores=1,3,5,7
/proc/24272/task/24287/stat : 24287 (java) R 24270 24272 22059 0 -1 4202560 8344 0 0 0 94 1 0 0 20 0 22 0 253981329 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133964032440 140134620817756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24288] ppid=24270 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/24272/task/24288/stat : 24288 (java) S 24270 24272 22059 0 -1 4202560 10927 0 0 0 102 3 0 0 20 0 22 0 253981329 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133962979640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24289] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24289/stat : 24289 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133961927032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24290] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24290/stat : 24290 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 111958 33554432000 1073741824 1073778376 140735785101696 140133960874440 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/24272/task/24281/stat : 24281 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 6 1 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134451808552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24282] ppid=24270 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24272/task/24282/stat : 24282 (java) S 24270 24272 22059 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134450755752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24283] ppid=24270 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/24272/task/24283/stat : 24283 (java) S 24270 24272 22059 0 -1 4202560 498 0 0 0 90 3 0 0 20 0 22 0 253981326 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133968243688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24284] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24284/stat : 24284 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133967189752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24285] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24285/stat : 24285 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133966136840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24286] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24286/stat : 24286 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133965085328 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24287] ppid=24270 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/24272/task/24287/stat : 24287 (java) S 24270 24272 22059 0 -1 4202560 16131 0 0 0 181 3 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133964032440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24288] ppid=24270 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/24272/task/24288/stat : 24288 (java) S 24270 24272 22059 0 -1 4202560 10941 0 0 0 105 3 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133962979640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24289] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24289/stat : 24289 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133961927032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24290] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24290/stat : 24290 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133960874440 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24293] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24293/stat : 24293 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253981342 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133957715368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24301] ppid=24270 vsize=9824668 CPUtime=13.09 cores=1,3,5,7
/proc/24272/task/24301/stat : 24301 (java) R 24270 24272 22059 0 -1 4202560 32 0 0 0 1309 0 0 0 20 0 22 0 253981492 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133958767312 140134465338341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24272/tid=24302] ppid=24270 vsize=9824668 CPUtime=13.1 cores=1,3,5,7
/proc/24272/task/24302/stat : 24302 (java) R 24270 24272 22059 0 -1 4202560 213 0 0 0 1302 8 0 0 20 0 22 0 253981492 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133956659952 140134464946048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24303] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24303/stat : 24303 (java) S 24270 24272 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253981492 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133959820456 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 32.23
Current children cumulated vsize (KiB) 9824668

[startup+16.7009 s]
/proc/loadavg: 3.87 3.89 3.88 5/219 24303
/proc/meminfo: memFree=25643496/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=33.83 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 31788 0 1 0 3354 29 0 0 20 0 22 0 253981324 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 167414 2279 9 0 2446860 0
[pid=24272/tid=24274] ppid=24270 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/24272/task/24274/stat : 24274 (java) S 24270 24272 22059 0 -1 4202560 2445 0 1 0 15 2 0 0 20 0 22 0 253981324 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134614356984 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24275] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24275/stat : 24275 (java) S 24270 24272 22059 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134586809384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24276] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24276/stat : 24276 (java) S 24270 24272 22059 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134585756584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24277] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24277/stat : 24277 (java) S 24270 24272 22059 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134584703784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24278] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24278/stat : 24278 (java) S 24270 24272 22059 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134583650984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24279/stat : 24279 (java) S 24270 24272 22059 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134453914152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24280/stat : 24280 (java) S 24270 24272 22059 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134452861352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24281] ppid=24270 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24272/task/24281/stat : 24281 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 6 1 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134451808552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24282] ppid=24270 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24272/task/24282/stat : 24282 (java) S 24270 24272 22059 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 22 0 253981325 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140134450755752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24283] ppid=24270 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/24272/task/24283/stat : 24283 (java) S 24270 24272 22059 0 -1 4202560 498 0 0 0 90 3 0 0 20 0 22 0 253981326 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133968243688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24284] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24284/stat : 24284 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133967189752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24285] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24285/stat : 24285 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253981327 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133966136840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24286] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24286/stat : 24286 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133965085328 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24287] ppid=24270 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/24272/task/24287/stat : 24287 (java) S 24270 24272 22059 0 -1 4202560 16131 0 0 0 181 3 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133964032440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24288] ppid=24270 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/24272/task/24288/stat : 24288 (java) S 24270 24272 22059 0 -1 4202560 10941 0 0 0 105 3 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133962979640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24289] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24289/stat : 24289 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133961927032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24290] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24290/stat : 24290 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253981329 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133960874440 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24293] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24293/stat : 24293 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253981342 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133957715368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24301] ppid=24270 vsize=9824668 CPUtime=13.89 cores=1,3,5,7
/proc/24272/task/24301/stat : 24301 (java) R 24270 24272 22059 0 -1 4202560 32 0 0 0 1389 0 0 0 20 0 22 0 253981492 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133958767256 140134466051792 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24272/tid=24302] ppid=24270 vsize=9824668 CPUtime=13.9 cores=1,3,5,7
/proc/24272/task/24302/stat : 24302 (java) R 24270 24272 22059 0 -1 4202560 213 0 0 0 1382 8 0 0 20 0 22 0 253981492 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133956659952 140134465398643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24303] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24303/stat : 24303 (java) S 24270 24272 22059 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253981492 10060460032 167414 33554432000 1073741824 1073778376 140735785101696 140133959820456 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 33.83
Current children cumulated vsize (KiB) 9824668

[startup+17.5009 s]
/proc/loadavg: 3.87 3.89 3.88 2/216 24303
/proc/meminfo: memFree=25639276/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=35.32 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 31797 0 1 0 3501 31 0 0 20 0 19 0 253981324 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 168432 2279 9 0 2446860 0
[pid=24272/tid=24274] ppid=24270 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/24272/task/24274/stat : 24274 (java) S 24270 24272 22059 0 -1 4202560 2445 0 1 0 15 2 0 0 20 0 19 0 253981324 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134614356984 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24275] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24275/stat : 24275 (java) S 24270 24272 22059 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134586809384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24276] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24276/stat : 24276 (java) S 24270 24272 22059 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134585756584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24277] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24277/stat : 24277 (java) S 24270 24272 22059 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134584703784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24278] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24278/stat : 24278 (java) S 24270 24272 22059 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134583650984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24279/stat : 24279 (java) S 24270 24272 22059 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134453914152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24280/stat : 24280 (java) S 24270 24272 22059 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134452861352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24281] ppid=24270 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24272/task/24281/stat : 24281 (java) S 24270 24272 22059 0 -1 4202560 18 0 0 0 6 1 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134451808552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24282] ppid=24270 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24272/task/24282/stat : 24282 (java) S 24270 24272 22059 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134450755752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24283] ppid=24270 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/24272/task/24283/stat : 24283 (java) S 24270 24272 22059 0 -1 4202560 499 0 0 0 98 3 0 0 20 0 19 0 253981326 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133968243688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24284] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24284/stat : 24284 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253981327 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133967189752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24285] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24285/stat : 24285 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253981327 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133966136840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24286] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24286/stat : 24286 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133965085328 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24287] ppid=24270 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/24272/task/24287/stat : 24287 (java) S 24270 24272 22059 0 -1 4202560 16131 0 0 0 181 3 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133964032440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24288] ppid=24270 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/24272/task/24288/stat : 24288 (java) S 24270 24272 22059 0 -1 4202560 10941 0 0 0 105 3 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133962979640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24289] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24289/stat : 24289 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133961927032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24290] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24290/stat : 24290 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133960874440 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24293] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24293/stat : 24293 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253981342 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133957715368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 35.32
Current children cumulated vsize (KiB) 9824668

[startup+17.9007 s]
/proc/loadavg: 3.87 3.89 3.88 2/216 24303
/proc/meminfo: memFree=25639276/32873844 swapFree=7100/7100
[pid=24272] ppid=24270 vsize=9824668 CPUtime=35.42 cores=1,3,5,7
/proc/24272/stat : 24272 (java) S 24270 24272 22059 0 -1 4202496 31797 0 1 0 3511 31 0 0 20 0 19 0 253981324 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140735785092832 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24272/statm: 2456167 168432 2279 9 0 2446860 0
[pid=24272/tid=24274] ppid=24270 vsize=9824668 CPUtime=0.24 cores=1,3,5,7
/proc/24272/task/24274/stat : 24274 (java) R 24270 24272 22059 0 -1 4202560 2445 0 1 0 22 2 0 0 20 0 19 0 253981324 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134614356648 140134465148830 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24275] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24275/stat : 24275 (java) S 24270 24272 22059 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134586809384 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24276] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24276/stat : 24276 (java) S 24270 24272 22059 0 -1 4202560 16 0 0 0 6 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134585756584 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24277] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24277/stat : 24277 (java) S 24270 24272 22059 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134584703784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24278] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24278/stat : 24278 (java) S 24270 24272 22059 0 -1 4202560 16 0 0 0 5 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134583650984 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24279] ppid=24270 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24272/task/24279/stat : 24279 (java) S 24270 24272 22059 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134453914152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24280] ppid=24270 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24272/task/24280/stat : 24280 (java) S 24270 24272 22059 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134452861352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24281] ppid=24270 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24272/task/24281/stat : 24281 (java) S 24270 24272 22059 0 -1 4202560 18 0 0 0 6 1 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134451808552 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24282] ppid=24270 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24272/task/24282/stat : 24282 (java) S 24270 24272 22059 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 19 0 253981325 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140134450755752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24283] ppid=24270 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/24272/task/24283/stat : 24283 (java) S 24270 24272 22059 0 -1 4202560 499 0 0 0 98 3 0 0 20 0 19 0 253981326 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133968243688 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24284] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24284/stat : 24284 (java) S 24270 24272 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253981327 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133967189752 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24285] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24285/stat : 24285 (java) S 24270 24272 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253981327 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133966136840 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24286] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24286/stat : 24286 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133965085328 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24287] ppid=24270 vsize=9824668 CPUtime=1.85 cores=1,3,5,7
/proc/24272/task/24287/stat : 24287 (java) S 24270 24272 22059 0 -1 4202560 16131 0 0 0 182 3 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133964032440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24272/tid=24288] ppid=24270 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/24272/task/24288/stat : 24288 (java) S 24270 24272 22059 0 -1 4202560 10941 0 0 0 106 3 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133962979640 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24272/tid=24289] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24289/stat : 24289 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133961927032 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24290] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24290/stat : 24290 (java) S 24270 24272 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253981329 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133960874440 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24272/tid=24293] ppid=24270 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24272/task/24293/stat : 24293 (java) S 24270 24272 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253981342 10060460032 168432 33554432000 1073741824 1073778376 140735785101696 140133957715368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 35.42
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 17.9321
CPU time (s): 35.5486
CPU user time (s): 35.1367
CPU system time (s): 0.411937
CPU usage (%): 198.24
Max. virtual memory (cumulated for all children) (KiB): 9825880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.1367
system time used= 0.411937
maximum resident set size= 673768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31802
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= 1487
involuntary context switches= 1490

runsolver used 0.078987 second user time and 0.203968 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 18:55:44
IDJOB=3688590
IDBENCH=48054
IDSOLVER=2268
FILE ID=node111/3688590-1337878544
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688590-1337878544/watcher-3688590-1337878544 -o /tmp/evaluation-result-3688590-1337878544/solver-3688590-1337878544 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688590-1337878544.opb

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

MD5SUM BENCH= 74c00e33b4232d137ad873ae982593f6
RANDOM SEED=698857102

node111.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.152
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	: 5332.30
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.152
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.152
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.92
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26315268 kB
Buffers:          204728 kB
Cached:          3053020 kB
SwapCached:            0 kB
Active:          3275036 kB
Inactive:        2510016 kB
Active(anon):    2529904 kB
Inactive(anon):        0 kB
Active(file):     745132 kB
Inactive(file):  2510016 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:       2535996 kB
Mapped:            22524 kB
Shmem:               200 kB
Slab:             630184 kB
SReclaimable:      72272 kB
SUnreclaim:       557912 kB
KernelStack:        1784 kB
PageTables:         9200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3393296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2433024 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= 71624 MiB
End job on node111 at 2012-05-24 18:56:02