Trace number 3736401

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 22.8315 15.2781

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=107-P1=13-P2=17-P3=127-P4=13-P5=53-P6=73-P7=59-B.opb
MD5SUMc07fae5b4c60769a268376cf318d4faa
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.062989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables147
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/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-3736401-1338751665.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.083s.
0.10/0.19	c #vars     490
0.10/0.19	c #constraints  708
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
2.63/0.84	c cleaning 2498 clauses out of 5002 with flag 5002/5002
4.08/1.28	c cleaning 4249 clauses out of 8502 with flag 11001/11001
5.86/1.98	c cleaning 5626 clauses out of 11252 with flag 18000/18000
7.71/2.62	c cleaning 6813 clauses out of 13626 with flag 26000/26000
8.91/3.28	c cleaning 7899 clauses out of 15812 with flag 35000/35000
10.50/4.08	c cleaning 8956 clauses out of 17912 with flag 45000/45000
11.88/4.71	c cleaning 9460 clauses out of 18956 with flag 55001/55001
13.46/5.54	c cleaning 9748 clauses out of 19496 with flag 65001/65001
14.01/5.86	c And the winner is Resolution
14.13/6.20	c SATISFIABLE
14.13/6.20	c OPTIMIZING...
14.13/6.20	c Got one! Elapsed wall clock time (in seconds):6.086
14.13/6.20	o 37
14.74/6.58	c cleaning 9863 clauses out of 19747 with flag 75001/75001
16.09/7.24	c And the winner is Resolution
16.21/8.20	c Got one! Elapsed wall clock time (in seconds):8.087
16.21/8.20	o 33
16.21/8.29	c cleaning 9935 clauses out of 19884 with flag 85001/85001
17.58/8.98	c cleaning 9971 clauses out of 19949 with flag 95001/95001
18.13/9.20	c And the winner is Resolution
18.16/10.20	c Got one! Elapsed wall clock time (in seconds):10.089
18.16/10.20	o 25
18.95/10.69	c cleaning 9980 clauses out of 19977 with flag 105001/105001
19.51/10.92	c And the winner is CuttingPlanes
19.55/11.20	c Got one! Elapsed wall clock time (in seconds):11.09
19.55/11.20	o 7
20.54/11.77	c cleaning 9997 clauses out of 19998 with flag 115002/115002
21.90/12.43	c And the winner is Resolution
21.98/13.20	c Got one! Elapsed wall clock time (in seconds):13.091
21.98/13.20	o 5
22.20/13.34	c cleaning 9991 clauses out of 19997 with flag 125000/125000
22.37/13.41	c And the winner is Resolution
22.37/13.42	c cleaning 0 clauses out of 5000 with flag 0/5000
22.69/14.20	c Got one! Elapsed wall clock time (in seconds):14.092
22.69/14.20	o 3
22.69/14.20	c And the winner is Resolution
22.69/15.27	c starts		: 95
22.69/15.27	c conflicts		: 125162
22.69/15.27	c decisions		: 133318
22.69/15.27	c propagations		: 2123589
22.69/15.27	c inspects		: 56317243
22.69/15.27	c learnt literals	: 8
22.69/15.27	c learnt binary clauses	: 17
22.69/15.27	c learnt ternary clauses	: 50
22.69/15.27	c learnt clauses	: 125154
22.69/15.27	c ignored clauses	: 0
22.69/15.27	c root simplifications	: 0
22.69/15.27	c removed literals (reason simplification)	: 2862710
22.69/15.27	c reason swapping (by a shorter reason)	: 0
22.69/15.27	c Calls to reduceDB	: 14
22.69/15.27	c number of reductions to clauses (during analyze)	: 0
22.69/15.27	c number of learned constraints concerned by reduction	: 0
22.69/15.27	c number of learning phase by resolution	: 0
22.69/15.27	c number of learning phase by cutting planes	: 0
22.69/15.27	c speed (assignments/second)	: 1997731.8908748825
22.69/15.27	c non guided choices	2433
22.69/15.27	c learnt constraints type 
22.69/15.27	c constraints type 
22.69/15.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
22.69/15.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
22.69/15.27	c constraints type 
22.69/15.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 343
22.69/15.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 365
22.69/15.27	s OPTIMUM FOUND
22.69/15.27	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 
22.69/15.27	c objective function=3
22.69/15.27	c Total wall clock time (in seconds): 15.157

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-3736401-1338751665/watcher-3736401-1338751665 -o /tmp/evaluation-result-3736401-1338751665/solver-3736401-1338751665 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736401-1338751665.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.52 3.76 3.76 4/197 17235
/proc/meminfo: memFree=28091316/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17235/stat : 17235 (java) R 17233 17235 13986 0 -1 4202496 785 0 0 0 0 0 0 0 20 0 1 0 341290912 23793664 511 33554432000 1073741824 1073778376 140735290179088 140735290168152 239228467777 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 5809 526 397 9 0 128 0

[startup+0.098379 s]
/proc/loadavg: 3.52 3.76 3.76 4/197 17235
/proc/meminfo: memFree=28091316/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 4690 0 1 0 8 1 0 0 20 0 18 0 341290912 2764726272 6402 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 674982 6402 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.100236 s]
/proc/loadavg: 3.52 3.76 3.76 4/197 17235
/proc/meminfo: memFree=28091316/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 4690 0 1 0 9 1 0 0 20 0 18 0 341290912 2764726272 6402 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 674982 6402 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300186 s]
/proc/loadavg: 3.52 3.76 3.76 4/197 17235
/proc/meminfo: memFree=28091316/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=0.63 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 7943 0 1 0 61 2 0 0 20 0 22 0 341290912 3037372416 10985 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 10985 2226 9 0 732240 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 2966184

[startup+0.700197 s]
/proc/loadavg: 3.52 3.76 3.76 4/197 17235
/proc/meminfo: memFree=28091316/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=2.23 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 14488 0 1 0 217 6 0 0 20 0 22 0 341290912 3037372416 33251 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 33251 2251 9 0 732240 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 2966184

[startup+1.50079 s]
/proc/loadavg: 3.52 3.76 3.76 7/219 17257
/proc/meminfo: memFree=27903620/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=4.94 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 23978 0 1 0 481 13 0 0 20 0 22 0 341290912 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 74462 2280 9 0 732240 0
[pid=17235/tid=17237] ppid=17233 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/17235/task/17237/stat : 17237 (java) S 17233 17235 13986 0 -1 4202560 2786 0 1 0 16 1 0 0 20 0 22 0 341290913 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687882925208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17238] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17238/stat : 17238 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687867206312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17239] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17239/stat : 17239 (java) S 17233 17235 13986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687866153768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17240] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17240/stat : 17240 (java) S 17233 17235 13986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687865101224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17241] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17241/stat : 17241 (java) S 17233 17235 13986 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687864048680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17242] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17242/stat : 17242 (java) S 17233 17235 13986 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687862995112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17243] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17243/stat : 17243 (java) S 17233 17235 13986 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687861942568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17244] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17244/stat : 17244 (java) S 17233 17235 13986 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687860890024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17245] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17245/stat : 17245 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687859837480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17246] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17246/stat : 17246 (java) S 17233 17235 13986 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 341290915 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687847426664 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17247] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17247/stat : 17247 (java) S 17233 17235 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341290916 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687846372984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17248] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17248/stat : 17248 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341290916 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687845320328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17249] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17249/stat : 17249 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341290918 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687844269072 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17250] ppid=17233 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/17235/task/17250/stat : 17250 (java) S 17233 17235 13986 0 -1 4202560 8652 0 0 0 101 2 0 0 20 0 22 0 341290918 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687843215416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17251] ppid=17233 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/17235/task/17251/stat : 17251 (java) R 17233 17235 13986 0 -1 4202560 11034 0 0 0 109 3 0 0 20 0 22 0 341290918 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687842140944 139687885531819 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17252] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17252/stat : 17252 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341290918 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687841110520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17253] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17253/stat : 17253 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341290918 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687840058184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17254] ppid=17233 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/17235/task/17254/stat : 17254 (java) R 17233 17235 13986 0 -1 4202560 62 0 0 0 123 0 0 0 20 0 22 0 341290932 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687721165512 139687721653641 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17255] ppid=17233 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/17235/task/17255/stat : 17255 (java) R 17233 17235 13986 0 -1 4202560 166 0 0 0 119 4 0 0 20 0 22 0 341290932 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687720112808 139687721642806 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17256] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17256/stat : 17256 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341290933 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687719061032 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17257] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17257/stat : 17257 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341290933 3037372416 74462 33554432000 1073741824 1073778376 140735290179088 139687718008488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 3.52 3.76 3.76 6/219 17257
/proc/meminfo: memFree=27679896/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=8.69 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 26272 0 1 0 852 17 0 0 20 0 22 0 341290912 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 106062 2280 9 0 732240 0
[pid=17235/tid=17237] ppid=17233 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/17235/task/17237/stat : 17237 (java) S 17233 17235 13986 0 -1 4202560 2786 0 1 0 16 1 0 0 20 0 22 0 341290913 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687882925208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17238] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17238/stat : 17238 (java) S 17233 17235 13986 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687867206312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17239] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17239/stat : 17239 (java) S 17233 17235 13986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687866153768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17240] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17240/stat : 17240 (java) S 17233 17235 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687865101224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17241] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17241/stat : 17241 (java) S 17233 17235 13986 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687864048680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17242] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17242/stat : 17242 (java) S 17233 17235 13986 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687862995112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17243] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17243/stat : 17243 (java) S 17233 17235 13986 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687861942568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17244] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17244/stat : 17244 (java) S 17233 17235 13986 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687860890024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17245] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17245/stat : 17245 (java) S 17233 17235 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341290914 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687859837480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17246] ppid=17233 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/17235/task/17246/stat : 17246 (java) S 17233 17235 13986 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 22 0 341290915 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687847426664 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17247] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17247/stat : 17247 (java) S 17233 17235 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341290916 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687846372984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17248] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17248/stat : 17248 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341290916 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687845320328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17249] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17249/stat : 17249 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341290918 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687844269072 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17250] ppid=17233 vsize=2966184 CPUtime=1.05 cores=1,3,5,7
/proc/17235/task/17250/stat : 17250 (java) S 17233 17235 13986 0 -1 4202560 8654 0 0 0 103 2 0 0 20 0 22 0 341290918 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687843215416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17251] ppid=17233 vsize=2966184 CPUtime=1.72 cores=1,3,5,7
/proc/17235/task/17251/stat : 17251 (java) S 17233 17235 13986 0 -1 4202560 13248 0 0 0 168 4 0 0 20 0 22 0 341290918 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687842162872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17252] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17252/stat : 17252 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341290918 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687841110520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17253] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17253/stat : 17253 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341290918 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687840058184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17254] ppid=17233 vsize=2966184 CPUtime=2.75 cores=1,3,5,7
/proc/17235/task/17254/stat : 17254 (java) R 17233 17235 13986 0 -1 4202560 69 0 0 0 275 0 0 0 20 0 22 0 341290932 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687721165352 139687721707831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17255] ppid=17233 vsize=2966184 CPUtime=2.74 cores=1,3,5,7
/proc/17235/task/17255/stat : 17255 (java) R 17233 17235 13986 0 -1 4202560 220 0 0 0 267 7 0 0 20 0 22 0 341290932 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687720111088 139687721752519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17256] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17256/stat : 17256 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341290933 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687719061032 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17257] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17257/stat : 17257 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341290933 3037372416 106062 33554432000 1073741824 1073778376 140735290179088 139687718008488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.69
Current children cumulated vsize (KiB) 2966184

[startup+6.30071 s]
/proc/loadavg: 3.48 3.74 3.76 5/219 17257
/proc/meminfo: memFree=27617648/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=14.33 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 26387 0 1 0 1412 21 0 0 20 0 22 0 341290912 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 133477 2281 9 0 732240 0
[pid=17235/tid=17237] ppid=17233 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/17235/task/17237/stat : 17237 (java) S 17233 17235 13986 0 -1 4202560 2786 0 1 0 16 1 0 0 20 0 22 0 341290913 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687882925208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17238] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17238/stat : 17238 (java) S 17233 17235 13986 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687867206312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17239] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17239/stat : 17239 (java) S 17233 17235 13986 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687866153768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17240] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17240/stat : 17240 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687865101224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17241] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17241/stat : 17241 (java) S 17233 17235 13986 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687864048680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17242] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17242/stat : 17242 (java) S 17233 17235 13986 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687862995112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17243] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17243/stat : 17243 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687861942568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17244] ppid=17233 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/17235/task/17244/stat : 17244 (java) S 17233 17235 13986 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687860890024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17245] ppid=17233 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/17235/task/17245/stat : 17245 (java) S 17233 17235 13986 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 341290914 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687859837480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17246] ppid=17233 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/17235/task/17246/stat : 17246 (java) S 17233 17235 13986 0 -1 4202560 40 0 0 0 26 1 0 0 20 0 22 0 341290915 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687847426664 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17247] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17247/stat : 17247 (java) S 17233 17235 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341290916 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687846372984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17248] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17248/stat : 17248 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341290916 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687845320328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17249] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17249/stat : 17249 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341290918 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687844269072 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17250] ppid=17233 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/17235/task/17250/stat : 17250 (java) S 17233 17235 13986 0 -1 4202560 8654 0 0 0 107 2 0 0 20 0 22 0 341290918 3037372416 133477 33554432000 1073741824 1073778376 140735290179088 139687843215416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/17235/task/17242/stat : 17242 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687862995112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17243] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17243/stat : 17243 (java) S 17233 17235 13986 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687861942568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17244] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17244/stat : 17244 (java) S 17233 17235 13986 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687860890024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17245] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17245/stat : 17245 (java) S 17233 17235 13986 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687859837480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17246] ppid=17233 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/17235/task/17246/stat : 17246 (java) S 17233 17235 13986 0 -1 4202560 66 0 0 0 65 2 0 0 20 0 20 0 341290915 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687847426664 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17247] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17247/stat : 17247 (java) S 17233 17235 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687846372984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17248] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17248/stat : 17248 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687845320328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17249] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17249/stat : 17249 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687844269072 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17250] ppid=17233 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/17235/task/17250/stat : 17250 (java) S 17233 17235 13986 0 -1 4202560 8657 0 0 0 115 2 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687843215416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17251] ppid=17233 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/17235/task/17251/stat : 17251 (java) S 17233 17235 13986 0 -1 4202560 13582 0 0 0 188 4 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687842162872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17252] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17252/stat : 17252 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687841110520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17253] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17253/stat : 17253 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687840058184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17256] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17256/stat : 17256 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687719061032 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17257] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17257/stat : 17257 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687718008488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 2966184

[startup+14.7007 s]
/proc/loadavg: 3.48 3.74 3.76 3/217 17267
/proc/meminfo: memFree=27556404/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=22.69 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 26794 0 1 0 2237 32 0 0 20 0 20 0 341290912 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 135573 2281 9 0 732240 0
[pid=17235/tid=17237] ppid=17233 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/17235/task/17237/stat : 17237 (java) S 17233 17235 13986 0 -1 4202560 2786 0 1 0 16 2 0 0 20 0 20 0 341290913 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687882925208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17238] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17238/stat : 17238 (java) S 17233 17235 13986 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687867206312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17239] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17239/stat : 17239 (java) S 17233 17235 13986 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687866153768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17240] ppid=17233 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17235/task/17240/stat : 17240 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687865101224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17241] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17241/stat : 17241 (java) S 17233 17235 13986 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687864048680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17242] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17242/stat : 17242 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687862995112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17243] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17243/stat : 17243 (java) S 17233 17235 13986 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687861942568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17244] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17244/stat : 17244 (java) S 17233 17235 13986 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687860890024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17245] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17245/stat : 17245 (java) S 17233 17235 13986 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687859837480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17246] ppid=17233 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/17235/task/17246/stat : 17246 (java) S 17233 17235 13986 0 -1 4202560 66 0 0 0 65 2 0 0 20 0 20 0 341290915 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687847426664 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17247] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17247/stat : 17247 (java) S 17233 17235 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687846372984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17248] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17248/stat : 17248 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687845320328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17249] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17249/stat : 17249 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687844269072 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17250] ppid=17233 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/17235/task/17250/stat : 17250 (java) S 17233 17235 13986 0 -1 4202560 8657 0 0 0 115 2 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687843215416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17251] ppid=17233 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/17235/task/17251/stat : 17251 (java) S 17233 17235 13986 0 -1 4202560 13582 0 0 0 188 4 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687842162872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17252] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17252/stat : 17252 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687841110520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17253] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17253/stat : 17253 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687840058184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17256] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17256/stat : 17256 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687719061032 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17257] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17257/stat : 17257 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687718008488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 2966184

[startup+15.1007 s]
/proc/loadavg: 3.48 3.74 3.76 3/217 17267
/proc/meminfo: memFree=27556404/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=22.69 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 26794 0 1 0 2237 32 0 0 20 0 20 0 341290912 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 135573 2281 9 0 732240 0
[pid=17235/tid=17237] ppid=17233 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/17235/task/17237/stat : 17237 (java) S 17233 17235 13986 0 -1 4202560 2786 0 1 0 16 2 0 0 20 0 20 0 341290913 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687882925208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17238] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17238/stat : 17238 (java) S 17233 17235 13986 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687867206312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17239] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17239/stat : 17239 (java) S 17233 17235 13986 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687866153768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17240] ppid=17233 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17235/task/17240/stat : 17240 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687865101224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17241] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17241/stat : 17241 (java) S 17233 17235 13986 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687864048680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17242] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17242/stat : 17242 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687862995112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17243] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17243/stat : 17243 (java) S 17233 17235 13986 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687861942568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17244] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17244/stat : 17244 (java) S 17233 17235 13986 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687860890024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17245] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17245/stat : 17245 (java) S 17233 17235 13986 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687859837480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17246] ppid=17233 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/17235/task/17246/stat : 17246 (java) S 17233 17235 13986 0 -1 4202560 66 0 0 0 65 2 0 0 20 0 20 0 341290915 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687847426664 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17247] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17247/stat : 17247 (java) S 17233 17235 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687846372984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17248] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17248/stat : 17248 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687845320328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17249] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17249/stat : 17249 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687844269072 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17250] ppid=17233 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/17235/task/17250/stat : 17250 (java) S 17233 17235 13986 0 -1 4202560 8657 0 0 0 115 2 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687843215416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17251] ppid=17233 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/17235/task/17251/stat : 17251 (java) S 17233 17235 13986 0 -1 4202560 13582 0 0 0 188 4 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687842162872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17252] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17252/stat : 17252 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687841110520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17253] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17253/stat : 17253 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687840058184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17256] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17256/stat : 17256 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687719061032 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17257] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17257/stat : 17257 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135573 33554432000 1073741824 1073778376 140735290179088 139687718008488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 2966184

[startup+15.2007 s]
/proc/loadavg: 3.48 3.74 3.76 3/217 17267
/proc/meminfo: memFree=27556404/32873844 swapFree=7644/7644
[pid=17235] ppid=17233 vsize=2966184 CPUtime=22.69 cores=1,3,5,7
/proc/17235/stat : 17235 (java) S 17233 17235 13986 0 -1 4202496 26794 0 1 0 2237 32 0 0 20 0 20 0 341290912 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 140735290170224 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17235/statm: 741546 135355 2281 9 0 732240 0
[pid=17235/tid=17237] ppid=17233 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/17235/task/17237/stat : 17237 (java) S 17233 17235 13986 0 -1 4202560 2786 0 1 0 16 2 0 0 20 0 20 0 341290913 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687882925208 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17238] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17238/stat : 17238 (java) S 17233 17235 13986 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687867206312 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17239] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17239/stat : 17239 (java) S 17233 17235 13986 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687866153768 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17240] ppid=17233 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/17235/task/17240/stat : 17240 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687865101224 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17241] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17241/stat : 17241 (java) S 17233 17235 13986 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687864048680 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17242] ppid=17233 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/17235/task/17242/stat : 17242 (java) S 17233 17235 13986 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687862995112 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17243] ppid=17233 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/17235/task/17243/stat : 17243 (java) S 17233 17235 13986 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687861942568 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17244] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17244/stat : 17244 (java) S 17233 17235 13986 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687860890024 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17245] ppid=17233 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/17235/task/17245/stat : 17245 (java) S 17233 17235 13986 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 341290914 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687859837480 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17246] ppid=17233 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/17235/task/17246/stat : 17246 (java) S 17233 17235 13986 0 -1 4202560 66 0 0 0 65 2 0 0 20 0 20 0 341290915 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687847426664 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17235/tid=17247] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17247/stat : 17247 (java) S 17233 17235 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687846372984 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17248] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17248/stat : 17248 (java) S 17233 17235 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341290916 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687845320328 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17249] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17249/stat : 17249 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687844269072 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17235/tid=17250] ppid=17233 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/17235/task/17250/stat : 17250 (java) S 17233 17235 13986 0 -1 4202560 8657 0 0 0 115 2 0 0 20 0 20 0 341290918 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687843215416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17251] ppid=17233 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/17235/task/17251/stat : 17251 (java) S 17233 17235 13986 0 -1 4202560 13582 0 0 0 188 4 0 0 20 0 20 0 341290918 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687842162872 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17252] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17252/stat : 17252 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687841110520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17235/tid=17253] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17253/stat : 17253 (java) S 17233 17235 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341290918 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687840058184 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17256] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17256/stat : 17256 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687719061032 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17235/tid=17257] ppid=17233 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/17235/task/17257/stat : 17257 (java) S 17233 17235 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341290933 3037372416 135355 33554432000 1073741824 1073778376 140735290179088 139687718008488 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.69
Current children cumulated vsize (KiB) 2966184

Child status: 30
Real time (s): 15.2781
CPU time (s): 22.8315
CPU user time (s): 22.3996
CPU system time (s): 0.431934
CPU usage (%): 149.439
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3996
system time used= 0.431934
maximum resident set size= 542308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26804
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= 1314
involuntary context switches= 776

runsolver used 0.066989 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 21:27:45
IDJOB=3736401
IDBENCH=47909
IDSOLVER=2324
FILE ID=node147/3736401-1338751665
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=107-P1=13-P2=17-P3=127-P4=13-P5=53-P6=73-P7=59-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736401-1338751665/watcher-3736401-1338751665 -o /tmp/evaluation-result-3736401-1338751665/solver-3736401-1338751665 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736401-1338751665.opb

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

MD5SUM BENCH= c07fae5b4c60769a268376cf318d4faa
RANDOM SEED=279019327

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:        28091836 kB
Buffers:          459688 kB
Cached:          2569440 kB
SwapCached:         3380 kB
Active:          2360056 kB
Inactive:        1558436 kB
Active(anon):     885212 kB
Inactive(anon):     5908 kB
Active(file):    1474844 kB
Inactive(file):  1552528 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:        965432 kB
Mapped:            17712 kB
Shmem:                 0 kB
Slab:             723116 kB
SReclaimable:     163588 kB
SUnreclaim:       559528 kB
KernelStack:        1792 kB
PageTables:         6004 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:    909312 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:01