Trace number 3453865

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0OPT3 28.0627 13.9968

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=5-P1=47-P2=89-P3=41-P4=37-P5=113-P6=47-P7=127-P8=37-B.opb
MD5SUMad74f094bba1086e11cc0beef00e98a6
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.117981
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 variables168
Total number of constraints17
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 constraints17
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)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3453865-1307194345.opb
0.00/0.11	c reading problem ... 
0.23/0.20	c ... done. Wall clock time 0.087s.
0.23/0.20	c #vars     560
0.23/0.20	c #constraints  809
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 417
0.23/0.20	c constraints type 
0.23/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
0.23/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
2.23/0.77	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.83/1.16	c cleaning 4243 clauses out of 8500 with flag 11001/11001
4.64/1.55	c cleaning 5626 clauses out of 11256 with flag 18000/18000
5.64/2.03	c cleaning 6814 clauses out of 13630 with flag 26000/26000
6.62/2.56	c cleaning 7905 clauses out of 15817 with flag 35001/35001
7.81/3.18	c cleaning 8943 clauses out of 17910 with flag 45000/45000
8.00/3.24	c  And the winner is Resolution
8.07/3.72	c SATISFIABLE
8.07/3.72	c OPTIMIZING...
8.07/3.72	c Got one! Elapsed wall clock time (in seconds):3.611
8.07/3.72	o 61
8.63/4.01	c cleaning 7297 clauses out of 14615 with flag 5000/50648
9.40/4.34	c cleaning 6658 clauses out of 13321 with flag 11003/56651
10.51/4.78	c cleaning 6824 clauses out of 13660 with flag 18000/63648
11.32/5.15	c  And the winner is Resolution
11.44/5.23	c Got one! Elapsed wall clock time (in seconds):5.12
11.44/5.23	o 3
11.77/5.47	c cleaning 9135 clauses out of 18282 with flag 5001/75094
12.52/5.82	c cleaning 7568 clauses out of 15147 with flag 11001/81094
13.11/6.18	c cleaning 7286 clauses out of 14577 with flag 18000/88093
14.08/6.70	c cleaning 7638 clauses out of 15292 with flag 26001/96094
15.21/7.24	c cleaning 8318 clauses out of 16653 with flag 35000/105093
16.40/7.83	c cleaning 9164 clauses out of 18334 with flag 45000/115093
17.53/8.43	c cleaning 9578 clauses out of 19170 with flag 55001/125094
18.51/8.94	c cleaning 9786 clauses out of 19591 with flag 65000/135093
20.02/9.77	c cleaning 9901 clauses out of 19805 with flag 75000/145093
21.18/10.32	c cleaning 9947 clauses out of 19903 with flag 85001/155094
22.33/10.97	c cleaning 9977 clauses out of 19956 with flag 95001/165094
23.67/11.61	c cleaning 9987 clauses out of 19977 with flag 105000/175093
25.21/12.43	c cleaning 9991 clauses out of 19991 with flag 115001/185094
27.00/13.33	c cleaning 9998 clauses out of 19999 with flag 125000/195093
27.91/13.80	c  And the winner is Resolution
27.95/13.97	c starts		: 107
27.95/13.97	c conflicts		: 201216
27.95/13.97	c decisions		: 210999
27.95/13.97	c propagations		: 3377978
27.95/13.97	c inspects		: 107033818
27.95/13.97	c shortcuts		: 0
27.95/13.97	c learnt literals	: 17
27.95/13.97	c learnt binary clauses	: 71
27.95/13.97	c learnt ternary clauses	: 230
27.95/13.97	c learnt constraints	: 201198
27.95/13.97	c ignored constraints	: 0
27.95/13.97	c root simplifications	: 0
27.95/13.97	c removed literals (reason simplification)	: 4724609
27.95/13.97	c reason swapping (by a shorter reason)	: 0
27.95/13.97	c Calls to reduceDB	: 23
27.95/13.97	c number of reductions to clauses (during analyze)	: 0
27.95/13.97	c number of learned constraints concerned by reduction	: 0
27.95/13.97	c number of learning phase by resolution	: 0
27.95/13.97	c number of learning phase by cutting planes	: 0
27.95/13.97	c speed (assignments/second)	: 386673.30586080585
27.95/13.97	c non guided choices	2059
27.95/13.97	c learnt constraints type 
27.95/13.97	c constraints type 
27.95/13.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
27.95/13.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 417
27.95/13.97	c constraints type 
27.95/13.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 392
27.95/13.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 417
27.95/13.97	s OPTIMUM FOUND
27.95/13.97	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 x28 x29 -x30 -x31 -x32 -x33 -x34 x35 x36 -x37 -x38 -x39 -x40 -x41 x42 x43 -x44 x45 -x46 -x47 -x48 -x49 x50 -x51 x52 -x53 x54 x55 -x56 x57 x58 -x59 x60 x61 -x62 x63 x64 -x65 x66 x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 x164 -x165 -x166 -x167 -x168 
27.95/13.97	c objective function=3
27.95/13.97	c Total wall clock time (in seconds): 13.858

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453865-1307194345/watcher-3453865-1307194345 -o /tmp/evaluation-result-3453865-1307194345/solver-3453865-1307194345 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453865-1307194345.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.70 3.67 3.63 3/526 14994
/proc/meminfo: memFree=29636992/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 3838 0 1 0 0 0 0 0 25 0 2 0 831037135 10694979584 3540 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2611079 3552 917 9 0 2602235 0
[pid=14994/tid=14995] ppid=14991 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) R 14991 14994 9506 0 -1 4202560 5557 0 1 0 0 0 0 0 25 0 2 0 831037135 10694979584 6373 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216634209339 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.121454 s]
/proc/loadavg: 3.70 3.67 3.63 3/526 14994
/proc/meminfo: memFree=29636992/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10539380 CPUtime=0.13 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 13398 0 1 0 12 1 0 0 25 0 18 0 831037135 10792325120 13044 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2634845 13044 2137 9 0 2625579 0
[pid=14994/tid=14995] ppid=14991 vsize=10539380 CPUtime=0.1 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) R 14991 14994 9506 0 -1 4202560 11373 0 1 0 9 1 0 0 18 0 18 0 831037135 10792325120 13044 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 47092357842115 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10539380

[startup+0.200395 s]
/proc/loadavg: 3.70 3.67 3.63 3/526 14994
/proc/meminfo: memFree=29636992/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10539380 CPUtime=0.23 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 14027 0 1 0 22 1 0 0 25 0 18 0 831037135 10792325120 13673 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2634845 13679 2181 9 0 2625579 0
[pid=14994/tid=14995] ppid=14991 vsize=10539380 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) R 14991 14994 9506 0 -1 4202560 11903 0 1 0 17 1 0 0 18 0 18 0 831037135 10792325120 13680 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 47092354541192 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10539380

[startup+0.314343 s]
/proc/loadavg: 3.70 3.67 3.63 3/526 14994
/proc/meminfo: memFree=29636992/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10545996 CPUtime=0.69 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 18682 0 1 0 67 2 0 0 25 0 22 0 831037135 10799099904 16419 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2636499 16419 2214 9 0 2627233 0
[pid=14994/tid=14995] ppid=14991 vsize=10545996 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) S 14991 14994 9506 0 -1 4202560 11958 0 1 0 17 1 0 0 19 0 22 0 831037135 10799099904 16419 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10545996

[startup+0.700279 s]
/proc/loadavg: 3.70 3.67 3.63 3/526 14994
/proc/meminfo: memFree=29636992/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10552424 CPUtime=2.23 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 40435 0 1 0 218 5 0 0 25 0 22 0 831037135 10805682176 33893 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2638106 33893 2225 9 0 2628840 0
[pid=14994/tid=14995] ppid=14991 vsize=10552424 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) S 14991 14994 9506 0 -1 4202560 11958 0 1 0 17 1 0 0 19 0 22 0 831037135 10805682176 33893 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10552424

[startup+1.50118 s]
/proc/loadavg: 3.70 3.67 3.63 8/548 15019
/proc/meminfo: memFree=29444508/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10554580 CPUtime=4.64 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 77312 0 1 0 455 9 0 0 25 0 22 0 831037135 10807889920 64296 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2638645 64300 2256 9 0 2629379 0
[pid=14994/tid=14995] ppid=14991 vsize=10554580 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) S 14991 14994 9506 0 -1 4202560 11958 0 1 0 17 1 0 0 15 0 22 0 831037135 10807889920 64303 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=14998] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/14998/stat : 14998 (java) S 14991 14994 9506 0 -1 4202560 218 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 64306 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=14999] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/14999/stat : 14999 (java) S 14991 14994 9506 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 64308 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15000] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15000/stat : 15000 (java) S 14991 14994 9506 0 -1 4202560 142 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 64311 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15002] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15002/stat : 15002 (java) S 14991 14994 9506 0 -1 4202560 128 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 64315 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15003] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15003/stat : 15003 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 64318 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15004] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15004/stat : 15004 (java) S 14991 14994 9506 0 -1 4202560 143 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 64320 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15005] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15005/stat : 15005 (java) S 14991 14994 9506 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 64324 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15006] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15006/stat : 15006 (java) S 14991 14994 9506 0 -1 4202560 249 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 64326 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15008] ppid=14991 vsize=10554580 CPUtime=0.03 cores=1,3,5,7
/proc/14994/task/15008/stat : 15008 (java) S 14991 14994 9506 0 -1 4202560 1006 0 0 0 3 0 0 0 16 0 22 0 831037138 10807889920 64328 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 0 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15009] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15009/stat : 15009 (java) S 14991 14994 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831037139 10807889920 64330 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15010] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15010/stat : 15010 (java) S 14991 14994 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831037139 10807889920 64332 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15011] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15011/stat : 15011 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10807889920 64335 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646338993 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15012] ppid=14991 vsize=10554580 CPUtime=0.95 cores=1,3,5,7
/proc/14994/task/15012/stat : 15012 (java) S 14991 14994 9506 0 -1 4202560 6939 0 0 0 94 1 0 0 15 0 22 0 831037141 10807889920 64338 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15013] ppid=14991 vsize=10554580 CPUtime=0.96 cores=1,3,5,7
/proc/14994/task/15013/stat : 15013 (java) S 14991 14994 9506 0 -1 4202560 13435 0 0 0 95 1 0 0 16 0 22 0 831037141 10807889920 64340 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15014] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15014/stat : 15014 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10807889920 64342 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15015] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15015/stat : 15015 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831037141 10807889920 64343 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15016] ppid=14991 vsize=10554580 CPUtime=1.25 cores=1,3,5,7
/proc/14994/task/15016/stat : 15016 (java) R 14991 14994 9506 0 -1 4202560 563 0 0 0 125 0 0 0 25 0 22 0 831037155 10807889920 64345 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505548613 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14994/tid=15017] ppid=14991 vsize=10554580 CPUtime=1.22 cores=1,3,5,7
/proc/14994/task/15017/stat : 15017 (java) R 14991 14994 9506 0 -1 4202560 41137 0 0 0 117 5 0 0 24 0 22 0 831037155 10807889920 64349 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505668156 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14994/tid=15018] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15018/stat : 15018 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831037156 10807889920 64351 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15019] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15019/stat : 15019 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831037156 10807889920 64354 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 10554580

[startup+3.1009 s]
/proc/loadavg: 3.73 3.68 3.63 5/548 15019
/proc/meminfo: memFree=29302672/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10554580 CPUtime=7.81 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 104047 0 1 0 769 12 0 0 25 0 22 0 831037135 10807889920 91028 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2638645 91028 2257 9 0 2629379 0
[pid=14994/tid=14995] ppid=14991 vsize=10554580 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) S 14991 14994 9506 0 -1 4202560 11958 0 1 0 17 1 0 0 15 0 22 0 831037135 10807889920 91028 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=14998] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/14998/stat : 14998 (java) S 14991 14994 9506 0 -1 4202560 290 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 91028 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=14999] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/14999/stat : 14999 (java) S 14991 14994 9506 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 91028 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15000] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15000/stat : 15000 (java) S 14991 14994 9506 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 91028 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15002] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15002/stat : 15002 (java) S 14991 14994 9506 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 91028 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15003] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15003/stat : 15003 (java) S 14991 14994 9506 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 22 0 831037137 10807889920 91028 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15004] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15004/stat : 15004 (java) S 14991 14994 9506 0 -1 4202560 295 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15005] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15005/stat : 15005 (java) S 14991 14994 9506 0 -1 4202560 343 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15006] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15006/stat : 15006 (java) S 14991 14994 9506 0 -1 4202560 349 0 0 0 0 0 0 0 16 0 22 0 831037137 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15008] ppid=14991 vsize=10554580 CPUtime=0.11 cores=1,3,5,7
/proc/14994/task/15008/stat : 15008 (java) S 14991 14994 9506 0 -1 4202560 2637 0 0 0 11 0 0 0 16 0 22 0 831037138 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 0 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15009] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15009/stat : 15009 (java) S 14991 14994 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831037139 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15010] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15010/stat : 15010 (java) S 14991 14994 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831037139 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15011] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15011/stat : 15011 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646338993 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15012] ppid=14991 vsize=10554580 CPUtime=0.97 cores=1,3,5,7
/proc/14994/task/15012/stat : 15012 (java) S 14991 14994 9506 0 -1 4202560 6943 0 0 0 96 1 0 0 15 0 22 0 831037141 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15013] ppid=14991 vsize=10554580 CPUtime=0.99 cores=1,3,5,7
/proc/14994/task/15013/stat : 15013 (java) S 14991 14994 9506 0 -1 4202560 13441 0 0 0 98 1 0 0 15 0 22 0 831037141 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15014] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15014/stat : 15014 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15015] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15015/stat : 15015 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831037141 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15016] ppid=14991 vsize=10554580 CPUtime=2.76 cores=1,3,5,7
/proc/14994/task/15016/stat : 15016 (java) R 14991 14994 9506 0 -1 4202560 574 0 0 0 276 0 0 0 25 0 22 0 831037155 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912506205401 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14994/tid=15017] ppid=14991 vsize=10554580 CPUtime=2.72 cores=1,3,5,7
/proc/14994/task/15017/stat : 15017 (java) R 14991 14994 9506 0 -1 4202560 65626 0 0 0 265 7 0 0 25 0 22 0 831037155 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505668795 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14994/tid=15018] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15018/stat : 15018 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831037156 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15019] ppid=14991 vsize=10554580 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15019/stat : 15019 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831037156 10807889920 91029 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 10554580

[startup+6.30129 s]
/proc/loadavg: 3.73 3.68 3.63 4/548 15025
/proc/meminfo: memFree=29141812/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10552424 CPUtime=13.45 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 142679 0 1 0 1329 16 0 0 25 0 22 0 831037135 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2638106 124384 2258 9 0 2628840 0
[pid=14994/tid=14995] ppid=14991 vsize=10552424 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) S 14991 14994 9506 0 -1 4202560 11959 0 1 0 17 1 0 0 15 0 22 0 831037135 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=14998] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/14998/stat : 14998 (java) S 14991 14994 9506 0 -1 4202560 291 0 0 0 1 0 0 0 16 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=14999] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/14999/stat : 14999 (java) S 14991 14994 9506 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15000] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15000/stat : 15000 (java) S 14991 14994 9506 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15002] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15002/stat : 15002 (java) S 14991 14994 9506 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15003] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15003/stat : 15003 (java) S 14991 14994 9506 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15004] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15004/stat : 15004 (java) S 14991 14994 9506 0 -1 4202560 295 0 0 0 1 0 0 0 16 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15005] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15005/stat : 15005 (java) S 14991 14994 9506 0 -1 4202560 405 0 0 0 1 0 0 0 15 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15006] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15006/stat : 15006 (java) S 14991 14994 9506 0 -1 4202560 407 0 0 0 1 0 0 0 15 0 22 0 831037137 10805682176 124384 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0

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

/proc/14994/task/15009/stat : 15009 (java) S 14991 14994 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831037139 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15010] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15010/stat : 15010 (java) S 14991 14994 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831037139 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15011] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15011/stat : 15011 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646338993 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15012] ppid=14991 vsize=10552424 CPUtime=1.18 cores=1,3,5,7
/proc/14994/task/15012/stat : 15012 (java) S 14991 14994 9506 0 -1 4202560 8645 0 0 0 117 1 0 0 15 0 22 0 831037141 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15013] ppid=14991 vsize=10552424 CPUtime=1.44 cores=1,3,5,7
/proc/14994/task/15013/stat : 15013 (java) S 14991 14994 9506 0 -1 4202560 16588 0 0 0 143 1 0 0 15 0 22 0 831037141 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15014] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15014/stat : 15014 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15015] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15015/stat : 15015 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831037141 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15018] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15018/stat : 15018 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831037156 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15023] ppid=14991 vsize=10552424 CPUtime=6.86 cores=1,3,5,7
/proc/14994/task/15023/stat : 15023 (java) R 14991 14994 9506 0 -1 4202560 8 0 0 0 686 0 0 0 18 0 22 0 831037658 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505564023 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14994/tid=15024] ppid=14991 vsize=10552424 CPUtime=6.85 cores=1,3,5,7
/proc/14994/task/15024/stat : 15024 (java) R 14991 14994 9506 0 -1 4202560 17719 0 0 0 683 2 0 0 22 0 22 0 831037658 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505666042 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14994/tid=15025] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15025/stat : 15025 (java) S 14991 14994 9506 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831037659 10805682176 133395 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.96
Current children cumulated vsize (KiB) 10552424

[startup+13.601 s]
/proc/loadavg: 3.77 3.69 3.64 4/548 15025
/proc/meminfo: memFree=29102652/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10552424 CPUtime=27.51 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 156588 0 1 0 2733 18 0 0 25 0 22 0 831037135 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2638106 138281 2258 9 0 2628840 0
[pid=14994/tid=14995] ppid=14991 vsize=10552424 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) S 14991 14994 9506 0 -1 4202560 11964 0 1 0 17 1 0 0 15 0 22 0 831037135 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=14998] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/14998/stat : 14998 (java) S 14991 14994 9506 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=14999] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/14999/stat : 14999 (java) S 14991 14994 9506 0 -1 4202560 146 0 0 0 2 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15000] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15000/stat : 15000 (java) S 14991 14994 9506 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15002] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15002/stat : 15002 (java) S 14991 14994 9506 0 -1 4202560 137 0 0 0 1 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15003] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15003/stat : 15003 (java) S 14991 14994 9506 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15004] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15004/stat : 15004 (java) S 14991 14994 9506 0 -1 4202560 297 0 0 0 2 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15005] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15005/stat : 15005 (java) S 14991 14994 9506 0 -1 4202560 412 0 0 0 2 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15006] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15006/stat : 15006 (java) S 14991 14994 9506 0 -1 4202560 408 0 0 0 2 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15008] ppid=14991 vsize=10552424 CPUtime=0.97 cores=1,3,5,7
/proc/14994/task/15008/stat : 15008 (java) S 14991 14994 9506 0 -1 4202560 6815 0 0 0 97 0 0 0 15 0 22 0 831037138 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 0 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15009] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15009/stat : 15009 (java) S 14991 14994 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831037139 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15010] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15010/stat : 15010 (java) S 14991 14994 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831037139 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15011] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15011/stat : 15011 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646338993 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15012] ppid=14991 vsize=10552424 CPUtime=1.18 cores=1,3,5,7
/proc/14994/task/15012/stat : 15012 (java) S 14991 14994 9506 0 -1 4202560 8645 0 0 0 117 1 0 0 15 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15013] ppid=14991 vsize=10552424 CPUtime=1.44 cores=1,3,5,7
/proc/14994/task/15013/stat : 15013 (java) S 14991 14994 9506 0 -1 4202560 16588 0 0 0 143 1 0 0 15 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15014] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15014/stat : 15014 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15015] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15015/stat : 15015 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15018] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15018/stat : 15018 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831037156 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15023] ppid=14991 vsize=10552424 CPUtime=7.6 cores=1,3,5,7
/proc/14994/task/15023/stat : 15023 (java) R 14991 14994 9506 0 -1 4202560 8 0 0 0 760 0 0 0 17 0 22 0 831037658 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505549522 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14994/tid=15024] ppid=14991 vsize=10552424 CPUtime=7.58 cores=1,3,5,7
/proc/14994/task/15024/stat : 15024 (java) R 14991 14994 9506 0 -1 4202560 22110 0 0 0 756 2 0 0 25 0 22 0 831037658 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505662675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14994/tid=15025] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15025/stat : 15025 (java) S 14991 14994 9506 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831037659 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.51
Current children cumulated vsize (KiB) 10552424

[startup+13.801 s]
/proc/loadavg: 3.77 3.69 3.64 4/548 15025
/proc/meminfo: memFree=29102652/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10552424 CPUtime=27.91 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 156588 0 1 0 2773 18 0 0 25 0 22 0 831037135 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2638106 138281 2258 9 0 2628840 0
[pid=14994/tid=14995] ppid=14991 vsize=10552424 CPUtime=0.18 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) S 14991 14994 9506 0 -1 4202560 11964 0 1 0 17 1 0 0 15 0 22 0 831037135 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=14998] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/14998/stat : 14998 (java) S 14991 14994 9506 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=14999] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/14999/stat : 14999 (java) S 14991 14994 9506 0 -1 4202560 146 0 0 0 2 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15000] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15000/stat : 15000 (java) S 14991 14994 9506 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15002] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15002/stat : 15002 (java) S 14991 14994 9506 0 -1 4202560 137 0 0 0 1 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15003] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15003/stat : 15003 (java) S 14991 14994 9506 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15004] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15004/stat : 15004 (java) S 14991 14994 9506 0 -1 4202560 297 0 0 0 2 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15005] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15005/stat : 15005 (java) S 14991 14994 9506 0 -1 4202560 412 0 0 0 2 0 0 0 16 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15006] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15006/stat : 15006 (java) S 14991 14994 9506 0 -1 4202560 408 0 0 0 2 0 0 0 15 0 22 0 831037137 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15008] ppid=14991 vsize=10552424 CPUtime=0.97 cores=1,3,5,7
/proc/14994/task/15008/stat : 15008 (java) S 14991 14994 9506 0 -1 4202560 6815 0 0 0 97 0 0 0 15 0 22 0 831037138 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 0 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15009] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15009/stat : 15009 (java) S 14991 14994 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831037139 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15010] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15010/stat : 15010 (java) S 14991 14994 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831037139 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15011] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15011/stat : 15011 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646338993 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15012] ppid=14991 vsize=10552424 CPUtime=1.18 cores=1,3,5,7
/proc/14994/task/15012/stat : 15012 (java) S 14991 14994 9506 0 -1 4202560 8645 0 0 0 117 1 0 0 15 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15013] ppid=14991 vsize=10552424 CPUtime=1.44 cores=1,3,5,7
/proc/14994/task/15013/stat : 15013 (java) S 14991 14994 9506 0 -1 4202560 16588 0 0 0 143 1 0 0 15 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15014] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15014/stat : 15014 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15015] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15015/stat : 15015 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831037141 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15018] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15018/stat : 15018 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 831037156 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15023] ppid=14991 vsize=10552424 CPUtime=7.8 cores=1,3,5,7
/proc/14994/task/15023/stat : 15023 (java) R 14991 14994 9506 0 -1 4202560 8 0 0 0 780 0 0 0 17 0 22 0 831037658 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505732256 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14994/tid=15024] ppid=14991 vsize=10552424 CPUtime=7.78 cores=1,3,5,7
/proc/14994/task/15024/stat : 15024 (java) R 14991 14994 9506 0 -1 4202560 22110 0 0 0 776 2 0 0 25 0 22 0 831037658 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505667690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14994/tid=15025] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15025/stat : 15025 (java) S 14991 14994 9506 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 22 0 831037659 10805682176 138281 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.91
Current children cumulated vsize (KiB) 10552424

[startup+13.906 s]
/proc/loadavg: 3.77 3.69 3.64 4/548 15025
/proc/meminfo: memFree=29102652/32951124 swapFree=51712236/67111528
[pid=14994] ppid=14991 vsize=10552424 CPUtime=27.95 cores=1,3,5,7
/proc/14994/stat : 14994 (java) S 14991 14994 9506 0 -1 4202496 156589 0 1 0 2777 18 0 0 25 0 19 0 831037135 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14994/statm: 2638106 138282 2258 9 0 2628840 0
[pid=14994/tid=14995] ppid=14991 vsize=10552424 CPUtime=0.19 cores=1,3,5,7
/proc/14994/task/14995/stat : 14995 (java) R 14991 14994 9506 0 -1 4202560 11965 0 1 0 18 1 0 0 15 0 19 0 831037135 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14994/tid=14998] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/14998/stat : 14998 (java) S 14991 14994 9506 0 -1 4202560 298 0 0 0 2 0 0 0 15 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=14999] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/14999/stat : 14999 (java) S 14991 14994 9506 0 -1 4202560 146 0 0 0 2 0 0 0 16 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15000] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15000/stat : 15000 (java) S 14991 14994 9506 0 -1 4202560 269 0 0 0 0 0 0 0 15 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15002] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15002/stat : 15002 (java) S 14991 14994 9506 0 -1 4202560 137 0 0 0 1 0 0 0 16 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15003] ppid=14991 vsize=10552424 CPUtime=0.01 cores=1,3,5,7
/proc/14994/task/15003/stat : 15003 (java) S 14991 14994 9506 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15004] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15004/stat : 15004 (java) S 14991 14994 9506 0 -1 4202560 297 0 0 0 2 0 0 0 16 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15005] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15005/stat : 15005 (java) S 14991 14994 9506 0 -1 4202560 412 0 0 0 2 0 0 0 16 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15006] ppid=14991 vsize=10552424 CPUtime=0.02 cores=1,3,5,7
/proc/14994/task/15006/stat : 15006 (java) S 14991 14994 9506 0 -1 4202560 408 0 0 0 2 0 0 0 15 0 19 0 831037137 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15008] ppid=14991 vsize=10552424 CPUtime=0.97 cores=1,3,5,7
/proc/14994/task/15008/stat : 15008 (java) S 14991 14994 9506 0 -1 4202560 6815 0 0 0 97 0 0 0 15 0 19 0 831037138 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 0 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
[pid=14994/tid=15009] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15009/stat : 15009 (java) S 14991 14994 9506 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831037139 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15010] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15010/stat : 15010 (java) S 14991 14994 9506 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831037139 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 5 0 0 0
[pid=14994/tid=15011] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15011/stat : 15011 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831037141 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646338993 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15012] ppid=14991 vsize=10552424 CPUtime=1.18 cores=1,3,5,7
/proc/14994/task/15012/stat : 15012 (java) R 14991 14994 9506 0 -1 4202560 8645 0 0 0 117 1 0 0 15 0 19 0 831037141 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646340980 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14994/tid=15013] ppid=14991 vsize=10552424 CPUtime=1.44 cores=1,3,5,7
/proc/14994/task/15013/stat : 15013 (java) R 14991 14994 9506 0 -1 4202560 16588 0 0 0 143 1 0 0 15 0 19 0 831037141 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 47092353458447 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14994/tid=15014] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15014/stat : 15014 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831037141 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331289 0 4 0 16800975 18446604459740193088 0 0 -1 7 0 0 0
[pid=14994/tid=15015] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15015/stat : 15015 (java) S 14991 14994 9506 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831037141 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 3 0 0 0
[pid=14994/tid=15018] ppid=14991 vsize=10552424 CPUtime=0 cores=1,3,5,7
/proc/14994/task/15018/stat : 15018 (java) S 14991 14994 9506 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 831037156 10805682176 138282 33554432000 1073741824 1073778376 140736493535344 18446744073709551615 216646331904 0 4 0 16800975 18446604459740193088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.95
Current children cumulated vsize (KiB) 10552424

Child status: 30
Real time (s): 13.9968
CPU time (s): 28.0627
CPU user time (s): 27.8538
CPU system time (s): 0.208968
CPU usage (%): 200.494
Max. virtual memory (cumulated for all children) (KiB): 10561276

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

runsolver used 0.068989 second user time and 0.178972 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-04 15:32:25
IDJOB=3453865
IDBENCH=48069
IDSOLVER=1950
FILE ID=node103/3453865-1307194345
RUNJOBID= node103-1307194143-13807
PBS_JOBID= 13508861
Free space on /tmp= 73916 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=5-P1=47-P2=89-P3=41-P4=37-P5=113-P6=47-P7=127-P8=37-B.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453865-1307194345/watcher-3453865-1307194345 -o /tmp/evaluation-result-3453865-1307194345/solver-3453865-1307194345 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453865-1307194345.opb

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

MD5SUM BENCH= ad74f094bba1086e11cc0beef00e98a6
RANDOM SEED=734513434

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29637256 kB
Buffers:        327352 kB
Cached:         487788 kB
SwapCached:      23760 kB
Active:        2579728 kB
Inactive:       439580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29637256 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:             416 kB
Writeback:          20 kB
AnonPages:     2201208 kB
Mapped:          30836 kB
Slab:           150632 kB
PageTables:      74692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 172440636 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73916 MiB
End job on node103 at 2011-06-04 15:32:39