Trace number 3492330

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 11.6052 10.89

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966483--soft-33-100-0.wbo
MD5SUMee1a48d1e3b75eba43e09ed993a809da
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.592909
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1298
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492330-1307909520.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.28/0.27	c SATISFIABLE
0.28/0.27	c OPTIMIZING...
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.172
0.28/0.27	o 494
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.54/0.31	o 254
0.68/0.43	c Got one! Elapsed wall clock time (in seconds):0.332
0.68/0.43	o 226
0.68/0.49	c cleaning 2999 clauses out of 6005 with flag 1000/6005
1.03/0.71	c cleaning 4499 clauses out of 9006 with flag 7000/12005
1.13/0.85	c Got one! Elapsed wall clock time (in seconds):0.745
1.13/0.85	o 193
1.13/0.88	c cleaning 4880 clauses out of 9764 with flag 1003/17262
1.34/1.07	c cleaning 5436 clauses out of 10882 with flag 7001/23260
1.66/1.30	c cleaning 6219 clauses out of 12449 with flag 14004/30263
1.66/1.32	c Got one! Elapsed wall clock time (in seconds):1.218
1.66/1.32	o 140
1.76/1.47	c cleaning 5705 clauses out of 11420 with flag 5000/35453
1.96/1.64	c Got one! Elapsed wall clock time (in seconds):1.537
1.96/1.64	o 133
2.16/1.84	c cleaning 7914 clauses out of 15839 with flag 5001/45577
2.36/2.04	c cleaning 6961 clauses out of 13928 with flag 11004/51580
2.57/2.28	c cleaning 6971 clauses out of 13963 with flag 18000/58576
2.86/2.57	c cleaning 7492 clauses out of 14993 with flag 26001/66577
3.26/2.92	c cleaning 8240 clauses out of 16500 with flag 35000/75576
3.67/3.31	c cleaning 9127 clauses out of 18260 with flag 45000/85576
3.77/3.43	c Got one! Elapsed wall clock time (in seconds):3.332
3.77/3.43	o 45
3.87/3.51	c cleaning 7298 clauses out of 14604 with flag 2002/91047
4.08/3.70	c cleaning 6646 clauses out of 13304 with flag 8000/97045
4.28/3.93	c cleaning 6825 clauses out of 13659 with flag 15001/104046
4.48/4.18	c cleaning 7414 clauses out of 14833 with flag 23000/112045
4.79/4.48	c cleaning 8207 clauses out of 16419 with flag 32000/121045
5.18/4.86	c cleaning 9103 clauses out of 18214 with flag 42002/131047
5.48/5.19	c Got one! Elapsed wall clock time (in seconds):5.087
5.48/5.19	o 42
5.79/5.46	c cleaning 11744 clauses out of 23494 with flag 5000/145430
5.98/5.68	c cleaning 8872 clauses out of 17753 with flag 11003/151433
6.28/5.91	c cleaning 7936 clauses out of 15880 with flag 18002/158432
6.48/6.18	c cleaning 7968 clauses out of 15942 with flag 26000/166430
6.68/6.31	c Got one! Elapsed wall clock time (in seconds):6.206
6.68/6.31	o 17
6.68/6.35	c cleaning 6536 clauses out of 13075 with flag 1004/171531
6.89/6.54	c cleaning 6265 clauses out of 12536 with flag 7001/177528
7.08/6.77	c cleaning 6633 clauses out of 13271 with flag 14001/184528
7.39/7.03	c cleaning 7316 clauses out of 14638 with flag 22001/192528
7.69/7.36	c cleaning 8155 clauses out of 16321 with flag 31000/201527
8.10/7.71	c cleaning 9075 clauses out of 18166 with flag 41000/211527
8.29/7.93	c Got one! Elapsed wall clock time (in seconds):7.825
8.29/7.93	o 4
8.49/8.15	c cleaning 10390 clauses out of 20786 with flag 5000/223222
8.69/8.35	c cleaning 8194 clauses out of 16396 with flag 11000/229222
8.89/8.57	c cleaning 7597 clauses out of 15203 with flag 18001/236223
9.20/8.83	c cleaning 7799 clauses out of 15605 with flag 26000/244222
9.29/8.99	c Got one! Elapsed wall clock time (in seconds):8.888
9.29/8.99	o 3
9.49/9.19	c cleaning 9192 clauses out of 18395 with flag 5001/254811
9.69/9.39	c cleaning 7595 clauses out of 15202 with flag 11000/260810
10.00/9.61	c cleaning 7298 clauses out of 14607 with flag 18000/267810
10.20/9.86	c cleaning 7652 clauses out of 15311 with flag 26002/275812
10.50/10.16	c cleaning 8326 clauses out of 16657 with flag 35000/284810
10.90/10.53	c cleaning 9162 clauses out of 18331 with flag 45000/294810
11.12/10.64	c Got one! Elapsed wall clock time (in seconds):10.539
11.12/10.64	o 1
11.32/10.74	c cleaning 7234 clauses out of 14474 with flag 2002/300115
11.50/10.87	c starts		: 132
11.50/10.87	c conflicts		: 304021
11.50/10.87	c decisions		: 509885
11.50/10.87	c propagations		: 7565679
11.50/10.87	c inspects		: 62347652
11.50/10.87	c shortcuts		: 0
11.50/10.87	c learnt literals	: 2
11.50/10.87	c learnt binary clauses	: 5
11.50/10.87	c learnt ternary clauses	: 173
11.50/10.87	c learnt constraints	: 304018
11.50/10.87	c ignored constraints	: 0
11.50/10.87	c root simplifications	: 0
11.50/10.87	c removed literals (reason simplification)	: 1945574
11.50/10.87	c reason swapping (by a shorter reason)	: 0
11.50/10.87	c Calls to reduceDB	: 39
11.50/10.87	c number of reductions to clauses (during analyze)	: 0
11.50/10.87	c number of learned constraints concerned by reduction	: 0
11.50/10.87	c number of learning phase by resolution	: 0
11.50/10.87	c number of learning phase by cutting planes	: 0
11.50/10.87	c speed (assignments/second)	: 3.3476455752212387E7
11.50/10.87	c non guided choices	751
11.50/10.87	c learnt constraints type 
11.50/10.87	c constraints type 
11.50/10.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
11.50/10.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
11.50/10.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
11.50/10.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
11.50/10.87	s OPTIMUM FOUND
11.50/10.87	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
11.50/10.87	c objective function=1
11.50/10.87	c Total wall clock time (in seconds): 10.766

Verifier Data

OK	1

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 /var/tmp/evaluation-result-3492330-1307909520/watcher-3492330-1307909520 -o /var/tmp/evaluation-result-3492330-1307909520/solver-3492330-1307909520 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492330-1307909520.wbo 

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: 2.06 2.01 1.94 2/195 4924
/proc/meminfo: memFree=1339864/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 1247 0 0 0 0 0 0 0 25 0 2 0 981182760 31268864 963 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 7634 963 736 9 0 385 0
[pid=4924/tid=4925] ppid=4922 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 143 0 0 0 0 0 0 0 25 0 2 0 981182761 32362496 976 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 47398303006368 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0987391 s]
/proc/loadavg: 2.06 2.01 1.94 2/195 4924
/proc/meminfo: memFree=1339864/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10539544 CPUtime=0.11 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 13113 0 1 0 10 1 0 0 25 0 18 0 981182760 10792493056 12761 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2634886 12761 2093 9 0 2625620 0
[pid=4924/tid=4925] ppid=4922 vsize=10539544 CPUtime=0.08 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 11165 0 1 0 8 0 0 0 18 0 18 0 981182761 10792493056 12761 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 47398305703448 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539544

[startup+0.100736 s]
/proc/loadavg: 2.06 2.01 1.94 2/195 4924
/proc/meminfo: memFree=1339864/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10539544 CPUtime=0.11 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 13134 0 1 0 10 1 0 0 25 0 18 0 981182760 10792493056 12781 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2634886 12781 2093 9 0 2625620 0
[pid=4924/tid=4925] ppid=4922 vsize=10539544 CPUtime=0.08 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 11185 0 1 0 8 0 0 0 18 0 18 0 981182761 10792493056 12781 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912496209624 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539544

[startup+0.300703 s]
/proc/loadavg: 2.06 2.01 1.94 2/195 4924
/proc/meminfo: memFree=1339864/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542684 CPUtime=0.54 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 16096 0 1 0 53 1 0 0 25 0 19 0 981182760 10795708416 14751 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635671 14751 2215 9 0 2626405 0
[pid=4924/tid=4925] ppid=4922 vsize=10542684 CPUtime=0.29 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 11768 0 1 0 28 1 0 0 19 0 19 0 981182761 10795708416 14751 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505122401 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10542684

[startup+0.700632 s]
/proc/loadavg: 2.06 2.01 1.94 2/195 4924
/proc/meminfo: memFree=1339864/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542260 CPUtime=1.03 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 17013 0 1 0 102 1 0 0 25 0 19 0 981182760 10795274240 15421 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635565 15421 2247 9 0 2626299 0
[pid=4924/tid=4925] ppid=4922 vsize=10542260 CPUtime=0.67 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 12044 0 1 0 66 1 0 0 19 0 19 0 981182761 10795274240 15421 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505558101 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10542260

[startup+1.50149 s]
/proc/loadavg: 2.06 2.01 1.94 3/214 4943
/proc/meminfo: memFree=1285376/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542260 CPUtime=1.86 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 17547 0 1 0 185 1 0 0 25 0 19 0 981182760 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635565 15950 2248 9 0 2626299 0
[pid=4924/tid=4925] ppid=4922 vsize=10542260 CPUtime=1.41 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 12048 0 1 0 140 1 0 0 20 0 19 0 981182761 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505540992 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4924/tid=4927] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4927/stat : 4927 (java) S 4922 4924 3459 0 -1 4202560 106 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4928] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4928/stat : 4928 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4929] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4929/stat : 4929 (java) S 4922 4924 3459 0 -1 4202560 117 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4930] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4930/stat : 4930 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4931] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (java) S 4922 4924 3459 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4932] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4932/stat : 4932 (java) S 4922 4924 3459 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4933] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4933/stat : 4933 (java) S 4922 4924 3459 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (java) S 4922 4924 3459 0 -1 4202560 147 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4935] ppid=4922 vsize=10542260 CPUtime=0.06 cores=1,3,5,7
/proc/4924/task/4935/stat : 4935 (java) S 4922 4924 3459 0 -1 4202560 460 0 0 0 6 0 0 0 15 0 19 0 981182763 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 0 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4936] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4936/stat : 4936 (java) S 4922 4924 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (java) S 4922 4924 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4938] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4938/stat : 4938 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000416177 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=10542260 CPUtime=0.19 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (java) S 4922 4924 3459 0 -1 4202560 1190 0 0 0 19 0 0 0 15 0 19 0 981182766 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4940] ppid=4922 vsize=10542260 CPUtime=0.17 cores=1,3,5,7
/proc/4924/task/4940/stat : 4940 (java) S 4922 4924 3459 0 -1 4202560 2177 0 0 0 17 0 0 0 15 0 19 0 981182766 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4941] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4941/stat : 4941 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4942] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4942/stat : 4942 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981182766 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4943] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4943/stat : 4943 (java) S 4922 4924 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981182777 10795274240 15950 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10542260

[startup+3.10121 s]
/proc/loadavg: 2.06 2.01 1.94 3/214 4943
/proc/meminfo: memFree=1283640/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542260 CPUtime=3.46 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 17724 0 1 0 345 1 0 0 25 0 19 0 981182760 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635565 16122 2248 9 0 2626299 0
[pid=4924/tid=4925] ppid=4922 vsize=10542260 CPUtime=2.94 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 12053 0 1 0 293 1 0 0 23 0 19 0 981182761 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505166996 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4924/tid=4927] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4927/stat : 4927 (java) S 4922 4924 3459 0 -1 4202560 127 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4928] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4928/stat : 4928 (java) S 4922 4924 3459 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4929] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4929/stat : 4929 (java) S 4922 4924 3459 0 -1 4202560 138 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4930] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4930/stat : 4930 (java) S 4922 4924 3459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4931] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (java) S 4922 4924 3459 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4932] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4932/stat : 4932 (java) S 4922 4924 3459 0 -1 4202560 30 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4933] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4933/stat : 4933 (java) S 4922 4924 3459 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (java) S 4922 4924 3459 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4935] ppid=4922 vsize=10542260 CPUtime=0.13 cores=1,3,5,7
/proc/4924/task/4935/stat : 4935 (java) S 4922 4924 3459 0 -1 4202560 563 0 0 0 13 0 0 0 15 0 19 0 981182763 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 0 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4936] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4936/stat : 4936 (java) S 4922 4924 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (java) S 4922 4924 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4938] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4938/stat : 4938 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000416177 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=10542260 CPUtime=0.19 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (java) S 4922 4924 3459 0 -1 4202560 1190 0 0 0 19 0 0 0 15 0 19 0 981182766 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4940] ppid=4922 vsize=10542260 CPUtime=0.17 cores=1,3,5,7
/proc/4924/task/4940/stat : 4940 (java) S 4922 4924 3459 0 -1 4202560 2177 0 0 0 17 0 0 0 15 0 19 0 981182766 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4941] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4941/stat : 4941 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4942] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4942/stat : 4942 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981182766 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4943] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4943/stat : 4943 (java) S 4922 4924 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981182777 10795274240 16122 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10542260

[startup+6.30065 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 4943
/proc/meminfo: memFree=1283236/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542260 CPUtime=6.68 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 17958 0 1 0 666 2 0 0 25 0 19 0 981182760 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635565 16264 2248 9 0 2626299 0
[pid=4924/tid=4925] ppid=4922 vsize=10542260 CPUtime=5.99 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 12066 0 1 0 598 1 0 0 20 0 19 0 981182761 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505598471 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4924/tid=4927] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4927/stat : 4927 (java) S 4922 4924 3459 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4928] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4928/stat : 4928 (java) S 4922 4924 3459 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4929] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4929/stat : 4929 (java) S 4922 4924 3459 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4930] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4930/stat : 4930 (java) S 4922 4924 3459 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4931] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (java) S 4922 4924 3459 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4932] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4932/stat : 4932 (java) S 4922 4924 3459 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4933] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4933/stat : 4933 (java) S 4922 4924 3459 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (java) S 4922 4924 3459 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4935] ppid=4922 vsize=10542260 CPUtime=0.26 cores=1,3,5,7
/proc/4924/task/4935/stat : 4935 (java) S 4922 4924 3459 0 -1 4202560 711 0 0 0 26 0 0 0 15 0 19 0 981182763 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 0 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4936] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4936/stat : 4936 (java) S 4922 4924 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (java) S 4922 4924 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4938] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4938/stat : 4938 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000416177 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=10542260 CPUtime=0.19 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (java) S 4922 4924 3459 0 -1 4202560 1190 0 0 0 19 0 0 0 15 0 19 0 981182766 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4940] ppid=4922 vsize=10542260 CPUtime=0.17 cores=1,3,5,7
/proc/4924/task/4940/stat : 4940 (java) S 4922 4924 3459 0 -1 4202560 2177 0 0 0 17 0 0 0 15 0 19 0 981182766 10795274240 16264 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0

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

/proc/4924/task/4927/stat : 4927 (java) S 4922 4924 3459 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4928] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4928/stat : 4928 (java) S 4922 4924 3459 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4929] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4929/stat : 4929 (java) S 4922 4924 3459 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4930] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4930/stat : 4930 (java) S 4922 4924 3459 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4931] ppid=4922 vsize=10542260 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (java) S 4922 4924 3459 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4932] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4932/stat : 4932 (java) S 4922 4924 3459 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4933] ppid=4922 vsize=10542260 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4933/stat : 4933 (java) S 4922 4924 3459 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (java) S 4922 4924 3459 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4935] ppid=4922 vsize=10542260 CPUtime=0.41 cores=1,3,5,7
/proc/4924/task/4935/stat : 4935 (java) S 4922 4924 3459 0 -1 4202560 711 0 0 0 41 0 0 0 15 0 19 0 981182763 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 0 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4936] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4936/stat : 4936 (java) S 4922 4924 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (java) S 4922 4924 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4938] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4938/stat : 4938 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000416177 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=10542260 CPUtime=0.19 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (java) S 4922 4924 3459 0 -1 4202560 1190 0 0 0 19 0 0 0 15 0 19 0 981182766 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4940] ppid=4922 vsize=10542260 CPUtime=0.17 cores=1,3,5,7
/proc/4924/task/4940/stat : 4940 (java) S 4922 4924 3459 0 -1 4202560 2177 0 0 0 17 0 0 0 15 0 19 0 981182766 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4941] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4941/stat : 4941 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4942] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4942/stat : 4942 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981182766 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4943] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4943/stat : 4943 (java) S 4922 4924 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981182777 10795274240 16269 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.9
Current children cumulated vsize (KiB) 10542260

[startup+10.301 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 4943
/proc/meminfo: memFree=1282620/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542260 CPUtime=10.7 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 17980 0 1 0 1068 2 0 0 25 0 19 0 981182760 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635565 16271 2248 9 0 2626299 0
[pid=4924/tid=4925] ppid=4922 vsize=10542260 CPUtime=9.79 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 12081 0 1 0 978 1 0 0 25 0 19 0 981182761 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505541197 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4924/tid=4927] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4927/stat : 4927 (java) S 4922 4924 3459 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4928] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4928/stat : 4928 (java) S 4922 4924 3459 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4929] ppid=4922 vsize=10542260 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4929/stat : 4929 (java) S 4922 4924 3459 0 -1 4202560 140 0 0 0 1 0 0 0 16 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4930] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4930/stat : 4930 (java) S 4922 4924 3459 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4931] ppid=4922 vsize=10542260 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (java) S 4922 4924 3459 0 -1 4202560 48 0 0 0 1 0 0 0 16 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4932] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4932/stat : 4932 (java) S 4922 4924 3459 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4933] ppid=4922 vsize=10542260 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4933/stat : 4933 (java) S 4922 4924 3459 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (java) S 4922 4924 3459 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 981182762 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4935] ppid=4922 vsize=10542260 CPUtime=0.45 cores=1,3,5,7
/proc/4924/task/4935/stat : 4935 (java) S 4922 4924 3459 0 -1 4202560 711 0 0 0 45 0 0 0 15 0 19 0 981182763 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 0 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4936] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4936/stat : 4936 (java) S 4922 4924 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (java) S 4922 4924 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981182764 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4938] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4938/stat : 4938 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000416177 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=10542260 CPUtime=0.19 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (java) S 4922 4924 3459 0 -1 4202560 1190 0 0 0 19 0 0 0 15 0 19 0 981182766 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4940] ppid=4922 vsize=10542260 CPUtime=0.17 cores=1,3,5,7
/proc/4924/task/4940/stat : 4940 (java) S 4922 4924 3459 0 -1 4202560 2177 0 0 0 17 0 0 0 15 0 19 0 981182766 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4941] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4941/stat : 4941 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4942] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4942/stat : 4942 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981182766 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4943] ppid=4922 vsize=10542260 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4943/stat : 4943 (java) S 4922 4924 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981182777 10795274240 16271 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.7
Current children cumulated vsize (KiB) 10542260

[startup+10.7009 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 4943
/proc/meminfo: memFree=1282620/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542744 CPUtime=11.32 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 24888 0 1 0 1129 3 0 0 25 0 19 0 981182760 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635686 21087 2249 9 0 2626420 0
[pid=4924/tid=4925] ppid=4922 vsize=10542744 CPUtime=10.17 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 12082 0 1 0 1016 1 0 0 25 0 19 0 981182761 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505515153 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4924/tid=4927] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4927/stat : 4927 (java) S 4922 4924 3459 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4928] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4928/stat : 4928 (java) S 4922 4924 3459 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4929] ppid=4922 vsize=10542744 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4929/stat : 4929 (java) S 4922 4924 3459 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4930] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4930/stat : 4930 (java) S 4922 4924 3459 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4931] ppid=4922 vsize=10542744 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (java) S 4922 4924 3459 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4932] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4932/stat : 4932 (java) S 4922 4924 3459 0 -1 4202560 32 0 0 0 0 0 0 0 16 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4933] ppid=4922 vsize=10542744 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4933/stat : 4933 (java) S 4922 4924 3459 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (java) S 4922 4924 3459 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4935] ppid=4922 vsize=10542744 CPUtime=0.46 cores=1,3,5,7
/proc/4924/task/4935/stat : 4935 (java) S 4922 4924 3459 0 -1 4202560 725 0 0 0 46 0 0 0 15 0 19 0 981182763 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 0 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4936] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4936/stat : 4936 (java) S 4922 4924 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981182764 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (java) S 4922 4924 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981182764 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4938] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4938/stat : 4938 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000416177 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=10542744 CPUtime=0.21 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (java) S 4922 4924 3459 0 -1 4202560 1280 0 0 0 21 0 0 0 15 0 19 0 981182766 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4940] ppid=4922 vsize=10542744 CPUtime=0.36 cores=1,3,5,7
/proc/4924/task/4940/stat : 4940 (java) R 4922 4924 3459 0 -1 4202560 8979 0 0 0 36 0 0 0 15 0 19 0 981182766 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 47398306360903 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4924/tid=4941] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4941/stat : 4941 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4942] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4942/stat : 4942 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981182766 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4943] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4943/stat : 4943 (java) S 4922 4924 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981182777 10795769856 21087 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 10542744

[startup+10.8009 s]
/proc/loadavg: 2.05 2.01 1.94 3/214 4943
/proc/meminfo: memFree=1282620/32950940 swapFree=67053420/67111528
[pid=4924] ppid=4922 vsize=10542744 CPUtime=11.5 cores=1,3,5,7
/proc/4924/stat : 4924 (java) S 4922 4924 3459 0 -1 4202496 25527 0 1 0 1147 3 0 0 25 0 19 0 981182760 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000395237 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4924/statm: 2635686 20987 2249 9 0 2626420 0
[pid=4924/tid=4925] ppid=4922 vsize=10542744 CPUtime=10.26 cores=1,3,5,7
/proc/4924/task/4925/stat : 4925 (java) R 4922 4924 3459 0 -1 4202560 12083 0 1 0 1025 1 0 0 25 0 19 0 981182761 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 46912505641205 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4924/tid=4927] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4927/stat : 4927 (java) S 4922 4924 3459 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4928] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4928/stat : 4928 (java) S 4922 4924 3459 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4929] ppid=4922 vsize=10542744 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4929/stat : 4929 (java) S 4922 4924 3459 0 -1 4202560 140 0 0 0 1 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4930] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4930/stat : 4930 (java) S 4922 4924 3459 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4931] ppid=4922 vsize=10542744 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4931/stat : 4931 (java) S 4922 4924 3459 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4932] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4932/stat : 4932 (java) S 4922 4924 3459 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4933] ppid=4922 vsize=10542744 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4933/stat : 4933 (java) S 4922 4924 3459 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4934] ppid=4922 vsize=10542744 CPUtime=0.01 cores=1,3,5,7
/proc/4924/task/4934/stat : 4934 (java) S 4922 4924 3459 0 -1 4202560 149 0 0 0 1 0 0 0 15 0 19 0 981182762 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4935] ppid=4922 vsize=10542744 CPUtime=0.47 cores=1,3,5,7
/proc/4924/task/4935/stat : 4935 (java) S 4922 4924 3459 0 -1 4202560 733 0 0 0 47 0 0 0 15 0 19 0 981182763 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 0 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4936] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4936/stat : 4936 (java) S 4922 4924 3459 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 981182764 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4937] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4937/stat : 4937 (java) S 4922 4924 3459 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 981182764 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4938] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4938/stat : 4938 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000416177 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4939] ppid=4922 vsize=10542744 CPUtime=0.21 cores=1,3,5,7
/proc/4924/task/4939/stat : 4939 (java) S 4922 4924 3459 0 -1 4202560 1280 0 0 0 21 0 0 0 15 0 19 0 981182766 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
[pid=4924/tid=4940] ppid=4922 vsize=10542744 CPUtime=0.44 cores=1,3,5,7
/proc/4924/task/4940/stat : 4940 (java) S 4922 4924 3459 0 -1 4202560 9609 0 0 0 44 0 0 0 16 0 19 0 981182766 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 3 0 0 0
[pid=4924/tid=4941] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4941/stat : 4941 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981182766 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000408473 0 4 0 16800975 18446604471068530688 0 0 -1 5 0 0 0
[pid=4924/tid=4942] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4942/stat : 4942 (java) S 4922 4924 3459 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981182766 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 1 0 0 0
[pid=4924/tid=4943] ppid=4922 vsize=10542744 CPUtime=0 cores=1,3,5,7
/proc/4924/task/4943/stat : 4943 (java) S 4922 4924 3459 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981182777 10795769856 20987 33554432000 1073741824 1073778376 140735848937104 18446744073709551615 216000409088 0 4 0 16800975 18446604471068530688 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (KiB) 10542744

Child status: 30
Real time (s): 10.89
CPU time (s): 11.6052
CPU user time (s): 11.5672
CPU system time (s): 0.037994
CPU usage (%): 106.567
Max. virtual memory (cumulated for all children) (KiB): 10543404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.5672
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25557
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= 1362
involuntary context switches= 398

runsolver used 0.020996 second user time and 0.047992 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-12 22:12:00
IDJOB=3492330
IDBENCH=78758
IDSOLVER=1982
FILE ID=node117/3492330-1307909520
RUNJOBID= node117-1307907339-4520
PBS_JOBID= 13559588
Free space on /var/tmp= 2884 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110966483--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492330-1307909520/watcher-3492330-1307909520 -o /var/tmp/evaluation-result-3492330-1307909520/solver-3492330-1307909520 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492330-1307909520.wbo

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

MD5SUM BENCH= ee1a48d1e3b75eba43e09ed993a809da
RANDOM SEED=418473692

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       1340028 kB
Buffers:         62248 kB
Cached:       30289244 kB
SwapCached:      10872 kB
Active:       15036792 kB
Inactive:     15627628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       1340028 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             124 kB
Writeback:           0 kB
AnonPages:      310296 kB
Mapped:          21272 kB
Slab:           882616 kB
PageTables:       5376 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 10549944 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 /var/tmp at the end= 2884 MiB
End job on node117 at 2011-06-12 22:12:11