Trace number 3492484

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 24.6313 23.7455

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-33-100-0.wbo
MD5SUM477adc333907175569d22a28ba04c3fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1.2958
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 1192
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.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492484-1307909894.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.30/0.25	c SATISFIABLE
0.30/0.25	c OPTIMIZING...
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.145
0.30/0.25	o 566
0.30/0.29	c Got one! Elapsed wall clock time (in seconds):0.19
0.30/0.29	o 426
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.248
0.54/0.35	o 396
0.68/0.40	c Got one! Elapsed wall clock time (in seconds):0.294
0.68/0.40	o 386
0.68/0.49	c cleaning 3195 clauses out of 6395 with flag 2000/6395
0.81/0.54	c Got one! Elapsed wall clock time (in seconds):0.434
0.81/0.54	o 374
0.91/0.60	c Got one! Elapsed wall clock time (in seconds):0.492
0.91/0.60	o 158
0.91/0.63	c Got one! Elapsed wall clock time (in seconds):0.53
0.91/0.63	o 142
1.03/0.70	c cleaning 4731 clauses out of 9471 with flag 2001/12666
1.23/0.90	c cleaning 5367 clauses out of 10742 with flag 8003/18668
1.44/1.13	c cleaning 6182 clauses out of 12373 with flag 15001/25666
1.44/1.16	c Got one! Elapsed wall clock time (in seconds):1.055
1.44/1.16	o 71
1.66/1.31	c cleaning 5887 clauses out of 11779 with flag 5002/31254
1.76/1.50	c cleaning 5943 clauses out of 11893 with flag 11003/37255
1.86/1.55	c Got one! Elapsed wall clock time (in seconds):1.445
1.86/1.55	o 63
1.96/1.67	c cleaning 5794 clauses out of 11597 with flag 4000/42902
2.16/1.88	c cleaning 5894 clauses out of 11803 with flag 10000/48902
2.26/1.92	c Got one! Elapsed wall clock time (in seconds):1.817
2.26/1.92	o 34
2.36/2.07	c cleaning 5885 clauses out of 11780 with flag 5000/54773
2.57/2.26	c cleaning 5943 clauses out of 11895 with flag 11000/60773
2.76/2.47	c cleaning 6472 clauses out of 12952 with flag 18000/67773
3.06/2.73	c cleaning 7236 clauses out of 14480 with flag 26000/75773
3.36/3.02	c cleaning 8120 clauses out of 16244 with flag 35000/84773
3.67/3.32	c cleaning 9060 clauses out of 18125 with flag 45001/94774
3.87/3.54	c Got one! Elapsed wall clock time (in seconds):3.437
3.87/3.54	o 12
4.07/3.74	c cleaning 10783 clauses out of 21574 with flag 5002/107283
4.27/3.95	c cleaning 8393 clauses out of 16789 with flag 11000/113281
4.47/4.19	c cleaning 7694 clauses out of 15398 with flag 18002/120283
4.78/4.46	c cleaning 7847 clauses out of 15705 with flag 26003/128284
5.07/4.77	c cleaning 8423 clauses out of 16856 with flag 35001/137282
5.38/5.09	c cleaning 9211 clauses out of 18436 with flag 45004/147285
5.78/5.45	c cleaning 9608 clauses out of 19221 with flag 55000/157281
6.08/5.80	c cleaning 9797 clauses out of 19613 with flag 65000/167281
6.48/6.13	c cleaning 9904 clauses out of 19816 with flag 75000/177281
6.78/6.49	c cleaning 9951 clauses out of 19912 with flag 85000/187281
6.88/6.52	c Got one! Elapsed wall clock time (in seconds):6.412
6.88/6.52	o 9
6.98/6.67	c cleaning 7682 clauses out of 15376 with flag 5000/192696
7.18/6.86	c cleaning 6842 clauses out of 13694 with flag 11000/198696
7.38/7.08	c cleaning 6919 clauses out of 13852 with flag 18000/205696
7.68/7.33	c cleaning 7463 clauses out of 14933 with flag 26000/213696
7.99/7.61	c cleaning 8227 clauses out of 16470 with flag 35000/222696
8.28/7.93	c cleaning 9115 clauses out of 18244 with flag 45001/232697
8.58/8.25	c cleaning 9560 clauses out of 19128 with flag 55000/242696
8.89/8.57	c cleaning 9775 clauses out of 19568 with flag 65000/252696
9.29/8.90	c cleaning 9892 clauses out of 19795 with flag 75002/262698
9.59/9.23	c cleaning 9947 clauses out of 19901 with flag 85000/272696
10.00/9.62	c cleaning 9974 clauses out of 19954 with flag 95000/282696
10.31/9.95	c cleaning 9982 clauses out of 19980 with flag 105000/292696
10.61/10.28	c cleaning 9996 clauses out of 19999 with flag 115001/302697
11.01/10.63	c cleaning 9999 clauses out of 20003 with flag 125001/312697
11.31/10.96	c cleaning 9997 clauses out of 20003 with flag 135000/322696
11.71/11.30	c cleaning 10001 clauses out of 20008 with flag 145002/332698
12.01/11.64	c cleaning 9995 clauses out of 20005 with flag 155000/342696
12.31/11.98	c cleaning 10000 clauses out of 20010 with flag 165000/352696
12.71/12.32	c cleaning 10000 clauses out of 20010 with flag 175000/362696
13.01/12.67	c cleaning 10001 clauses out of 20012 with flag 185002/372698
13.31/13.00	c cleaning 10002 clauses out of 20009 with flag 195000/382696
13.71/13.33	c cleaning 9997 clauses out of 20007 with flag 205000/392696
14.01/13.68	c cleaning 10002 clauses out of 20011 with flag 215001/402697
14.41/14.03	c cleaning 10004 clauses out of 20009 with flag 225001/412697
14.72/14.38	c cleaning 9996 clauses out of 20004 with flag 235000/422696
15.11/14.73	c cleaning 10001 clauses out of 20008 with flag 245000/432696
15.42/15.06	c cleaning 9997 clauses out of 20008 with flag 255001/442697
15.72/15.38	c cleaning 9996 clauses out of 20010 with flag 265000/452696
16.12/15.70	c cleaning 10005 clauses out of 20015 with flag 275001/462697
16.42/16.03	c cleaning 10001 clauses out of 20009 with flag 285000/472696
16.72/16.34	c cleaning 9998 clauses out of 20008 with flag 295000/482696
17.02/16.68	c cleaning 9999 clauses out of 20010 with flag 305000/492696
17.42/17.00	c cleaning 10002 clauses out of 20012 with flag 315001/502697
17.74/17.33	c cleaning 10000 clauses out of 20009 with flag 325000/512696
18.04/17.66	c cleaning 9999 clauses out of 20011 with flag 335002/522698
18.44/18.00	c cleaning 10001 clauses out of 20011 with flag 345001/532697
18.74/18.35	c cleaning 10001 clauses out of 20010 with flag 355001/542697
19.05/18.68	c cleaning 9997 clauses out of 20011 with flag 365003/552699
19.44/19.02	c cleaning 10001 clauses out of 20011 with flag 375000/562696
19.74/19.37	c cleaning 10000 clauses out of 20011 with flag 385001/572697
20.15/19.70	c cleaning 10000 clauses out of 20011 with flag 395001/582697
20.44/20.04	c cleaning 10001 clauses out of 20012 with flag 405002/592698
20.84/20.43	c cleaning 9997 clauses out of 20009 with flag 415000/602696
21.14/20.76	c cleaning 9997 clauses out of 20012 with flag 425000/612696
21.44/21.07	c cleaning 10006 clauses out of 20018 with flag 435003/622699
21.84/21.41	c cleaning 10001 clauses out of 20009 with flag 445000/632696
22.14/21.75	c cleaning 10002 clauses out of 20009 with flag 455001/642697
22.46/22.09	c cleaning 9997 clauses out of 20006 with flag 465000/652696
22.85/22.41	c cleaning 10002 clauses out of 20010 with flag 475001/662697
23.16/22.74	c cleaning 9998 clauses out of 20007 with flag 485000/672696
23.61/23.12	c cleaning 9998 clauses out of 20009 with flag 495000/682696
24.26/23.51	c cleaning 10003 clauses out of 20012 with flag 505001/692697
24.47/23.61	c starts		: 181
24.47/23.61	c conflicts		: 695375
24.47/23.61	c decisions		: 1029345
24.47/23.61	c propagations		: 15165011
24.47/23.61	c inspects		: 148121969
24.47/23.61	c shortcuts		: 0
24.47/23.61	c learnt literals	: 7
24.47/23.61	c learnt binary clauses	: 19
24.47/23.61	c learnt ternary clauses	: 172
24.47/23.61	c learnt constraints	: 695367
24.47/23.61	c ignored constraints	: 0
24.47/23.61	c root simplifications	: 0
24.47/23.61	c removed literals (reason simplification)	: 6296406
24.47/23.61	c reason swapping (by a shorter reason)	: 0
24.47/23.61	c Calls to reduceDB	: 76
24.47/23.61	c number of reductions to clauses (during analyze)	: 0
24.47/23.61	c number of learned constraints concerned by reduction	: 0
24.47/23.61	c number of learning phase by resolution	: 0
24.47/23.61	c number of learning phase by cutting planes	: 0
24.47/23.61	c speed (assignments/second)	: 887413.5993914214
24.47/23.61	c non guided choices	551
24.47/23.61	c learnt constraints type 
24.47/23.61	c constraints type 
24.47/23.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
24.47/23.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
24.47/23.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
24.47/23.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
24.47/23.61	s OPTIMUM FOUND
24.47/23.61	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 
24.47/23.61	c objective function=9
24.47/23.61	c Total wall clock time (in seconds): 23.503

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492484-1307909894/watcher-3492484-1307909894 -o /tmp/evaluation-result-3492484-1307909894/solver-3492484-1307909894 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492484-1307909894.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.00 2.00 1.95 2/190 4423
/proc/meminfo: memFree=28694160/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 1184 0 0 0 0 0 0 0 25 0 2 0 902588987 29065216 910 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 7096 910 690 9 0 381 0
[pid=4423/tid=4424] ppid=4421 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 105 0 0 0 0 0 0 0 25 0 2 0 902588987 31260672 939 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210642178340 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.077076 s]
/proc/loadavg: 2.00 2.00 1.95 2/190 4423
/proc/meminfo: memFree=28694160/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 11977 0 1 0 5 1 0 0 25 0 18 0 902588987 10724442112 11673 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2618272 11673 1755 9 0 2609006 0
[pid=4423/tid=4424] ppid=4421 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 10803 0 1 0 5 1 0 0 25 0 18 0 902588987 10724442112 11674 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.101071 s]
/proc/loadavg: 2.00 2.00 1.95 2/190 4423
/proc/meminfo: memFree=28694160/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10539940 CPUtime=0.1 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 13114 0 1 0 9 1 0 0 25 0 18 0 902588987 10792898560 12785 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2634985 12786 2092 9 0 2625719 0
[pid=4423/tid=4424] ppid=4421 vsize=10539940 CPUtime=0.09 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 11177 0 1 0 8 1 0 0 25 0 18 0 902588987 10792898560 12786 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658973131 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539940

[startup+0.301042 s]
/proc/loadavg: 2.00 2.00 1.95 2/190 4423
/proc/meminfo: memFree=28694160/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10543992 CPUtime=0.54 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 16370 0 1 0 52 2 0 0 25 0 19 0 902588987 10797047808 14893 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2635998 14893 2215 9 0 2626732 0
[pid=4423/tid=4424] ppid=4421 vsize=10543992 CPUtime=0.28 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 11784 0 1 0 27 1 0 0 25 0 19 0 902588987 10797047808 14893 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505215681 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543992

[startup+0.700961 s]
/proc/loadavg: 2.00 2.00 1.95 2/190 4423
/proc/meminfo: memFree=28694160/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10543992 CPUtime=1.03 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 17462 0 1 0 101 2 0 0 25 0 19 0 902588987 10797047808 15684 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2635998 15684 2247 9 0 2626732 0
[pid=4423/tid=4424] ppid=4421 vsize=10543992 CPUtime=0.67 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 12081 0 1 0 66 1 0 0 25 0 19 0 902588987 10797047808 15684 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505530517 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10543992

[startup+1.5008 s]
/proc/loadavg: 2.00 2.00 1.95 3/209 4442
/proc/meminfo: memFree=28638864/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10543992 CPUtime=1.86 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 18146 0 1 0 184 2 0 0 25 0 19 0 902588987 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2635998 16156 2248 9 0 2626732 0
[pid=4423/tid=4424] ppid=4421 vsize=10543992 CPUtime=1.42 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) S 4421 4423 2091 0 -1 4202560 12084 0 1 0 141 1 0 0 18 0 19 0 902588987 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 2091 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 2091 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4428/stat : 4428 (java) R 4421 4423 2091 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 2091 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 902588989 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4430/stat : 4430 (java) R 4421 4423 2091 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658963398 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 2091 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 2091 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16156 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 2091 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=10543992 CPUtime=0.05 cores=1,3,5,7
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 2091 0 -1 4202560 411 0 0 0 5 0 0 0 15 0 19 0 902588990 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 0 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 2091 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588992 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658970033 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=10543992 CPUtime=0.21 cores=1,3,5,7
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 2091 0 -1 4202560 2044 0 0 0 21 0 0 0 18 0 19 0 902588992 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=10543992 CPUtime=0.14 cores=1,3,5,7
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 2091 0 -1 4202560 1925 0 0 0 14 0 0 0 15 0 19 0 902588993 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588993 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588993 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902589004 10797047808 16157 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10543992

[startup+3.10057 s]
/proc/loadavg: 2.00 2.00 1.95 3/209 4442
/proc/meminfo: memFree=28637748/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10543992 CPUtime=3.46 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 18251 0 1 0 344 2 0 0 25 0 19 0 902588987 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2635998 16253 2248 9 0 2626732 0
[pid=4423/tid=4424] ppid=4421 vsize=10543992 CPUtime=2.91 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 12092 0 1 0 290 1 0 0 19 0 19 0 902588987 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505576615 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 2091 0 -1 4202560 111 0 0 0 0 0 0 0 16 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 2091 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 2091 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 2091 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 2091 0 -1 4202560 18 0 0 0 0 0 0 0 16 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 2091 0 -1 4202560 106 0 0 0 0 0 0 0 16 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 2091 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 2091 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=10543992 CPUtime=0.14 cores=1,3,5,7
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 2091 0 -1 4202560 497 0 0 0 14 0 0 0 15 0 19 0 902588990 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 0 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 2091 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588992 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658970033 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=10543992 CPUtime=0.21 cores=1,3,5,7
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 2091 0 -1 4202560 2044 0 0 0 21 0 0 0 18 0 19 0 902588992 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=10543992 CPUtime=0.14 cores=1,3,5,7
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 2091 0 -1 4202560 1925 0 0 0 14 0 0 0 15 0 19 0 902588993 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588993 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588993 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902589004 10797047808 16253 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10543992

[startup+6.30101 s]
/proc/loadavg: 2.00 2.00 1.95 3/209 4442
/proc/meminfo: memFree=28636500/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10543992 CPUtime=6.68 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 18523 0 1 0 666 2 0 0 25 0 19 0 902588987 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2635998 16514 2248 9 0 2626732 0
[pid=4423/tid=4424] ppid=4421 vsize=10543992 CPUtime=5.98 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 12103 0 1 0 597 1 0 0 20 0 19 0 902588987 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505554238 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 2091 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 2091 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 2091 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 2091 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 2091 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 2091 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 2091 0 -1 4202560 90 0 0 0 0 0 0 0 16 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 2091 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 902588989 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=10543992 CPUtime=0.27 cores=1,3,5,7
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 2091 0 -1 4202560 665 0 0 0 27 0 0 0 15 0 19 0 902588990 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 0 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 2091 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588992 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658970033 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=10543992 CPUtime=0.21 cores=1,3,5,7
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 2091 0 -1 4202560 2044 0 0 0 21 0 0 0 18 0 19 0 902588992 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=10543992 CPUtime=0.14 cores=1,3,5,7
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 2091 0 -1 4202560 1925 0 0 0 14 0 0 0 15 0 19 0 902588993 10797047808 16514 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0

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

/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 12152 0 1 0 2127 1 0 0 18 0 19 0 902588987 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505548448 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 2091 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 1 0 0 0 16 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 2091 0 -1 4202560 189 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 2091 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=10543992 CPUtime=0.02 cores=1,3,5,7
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 2091 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 2091 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 2091 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=10543992 CPUtime=0.9 cores=1,3,5,7
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 2091 0 -1 4202560 812 0 0 0 90 0 0 0 16 0 19 0 902588990 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 0 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 2091 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588992 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658970033 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=10543992 CPUtime=0.24 cores=1,3,5,7
/proc/4423/task/4438/stat : 4438 (java) S 4421 4423 2091 0 -1 4202560 2420 0 0 0 24 0 0 0 15 0 19 0 902588992 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=10543992 CPUtime=0.14 cores=1,3,5,7
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 2091 0 -1 4202560 1925 0 0 0 14 0 0 0 15 0 19 0 902588993 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588993 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588993 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902589004 10797047808 16754 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.75
Current children cumulated vsize (KiB) 10543992

[startup+23.1062 s]
/proc/loadavg: 2.00 2.00 1.95 3/209 4444
/proc/meminfo: memFree=28634672/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10543992 CPUtime=23.61 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 20176 0 1 0 2357 4 0 0 25 0 19 0 902588987 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2635998 17396 2251 9 0 2626732 0
[pid=4423/tid=4424] ppid=4421 vsize=10543992 CPUtime=22.06 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 12156 0 1 0 2205 1 0 0 18 0 19 0 902588987 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505228700 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 2091 0 -1 4202560 113 0 0 0 1 0 0 0 16 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 2091 0 -1 4202560 189 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 2091 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=10543992 CPUtime=0.02 cores=1,3,5,7
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 2091 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 1 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 2091 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 2091 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=10543992 CPUtime=0.93 cores=1,3,5,7
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 2091 0 -1 4202560 820 0 0 0 93 0 0 0 16 0 19 0 902588990 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 0 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 2091 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588992 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658970033 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=10543992 CPUtime=0.27 cores=1,3,5,7
/proc/4423/task/4438/stat : 4438 (java) R 4421 4423 2091 0 -1 4202560 3463 0 0 0 27 0 0 0 15 0 19 0 902588992 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 47682799721519 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=10543992 CPUtime=0.16 cores=1,3,5,7
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 2091 0 -1 4202560 1937 0 0 0 16 0 0 0 16 0 19 0 902588993 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588993 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588993 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902589004 10797047808 17396 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 23.61
Current children cumulated vsize (KiB) 10543992

[startup+23.5011 s]
/proc/loadavg: 2.00 2.00 1.95 3/209 4444
/proc/meminfo: memFree=28634672/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10543992 CPUtime=24.26 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 26164 0 1 0 2422 4 0 0 25 0 19 0 902588987 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2635998 20982 2251 9 0 2626732 0
[pid=4423/tid=4424] ppid=4421 vsize=10543992 CPUtime=22.44 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) R 4421 4423 2091 0 -1 4202560 12157 0 1 0 2243 1 0 0 18 0 19 0 902588987 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 46912505178913 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 2091 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 2091 0 -1 4202560 189 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=10543992 CPUtime=0.02 cores=1,3,5,7
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 2091 0 -1 4202560 39 0 0 0 2 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=10543992 CPUtime=0.02 cores=1,3,5,7
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 2091 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 2091 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=10543992 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 2091 0 -1 4202560 59 0 0 0 1 0 0 0 15 0 19 0 902588989 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=10543992 CPUtime=0.94 cores=1,3,5,7
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 2091 0 -1 4202560 827 0 0 0 94 0 0 0 16 0 19 0 902588990 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 0 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 2091 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902588990 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588992 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658970033 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=10543992 CPUtime=0.53 cores=1,3,5,7
/proc/4423/task/4438/stat : 4438 (java) R 4421 4423 2091 0 -1 4202560 9443 0 0 0 52 1 0 0 15 0 19 0 902588992 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 47682797856320 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=10543992 CPUtime=0.16 cores=1,3,5,7
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 2091 0 -1 4202560 1937 0 0 0 16 0 0 0 15 0 19 0 902588993 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902588993 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4441] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4441/stat : 4441 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902588993 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=10543992 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902589004 10797047808 20982 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 10543992

[startup+23.7011 s]
/proc/loadavg: 2.00 2.00 1.95 3/209 4444
/proc/meminfo: memFree=28634672/32951132 swapFree=67061148/67111528
[pid=4423] ppid=4421 vsize=10545020 CPUtime=24.58 cores=1,3,5,7
/proc/4423/stat : 4423 (java) S 4421 4423 2091 0 -1 4202496 27671 0 1 0 2453 5 0 0 25 0 18 0 902588987 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658949093 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/4423/statm: 2636255 21568 2252 9 0 2626989 0
[pid=4423/tid=4424] ppid=4421 vsize=10545020 CPUtime=22.53 cores=1,3,5,7
/proc/4423/task/4424/stat : 4424 (java) S 4421 4423 2091 0 -1 4202560 12165 0 1 0 2252 1 0 0 18 0 18 0 902588987 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4426] ppid=4421 vsize=10545020 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4426/stat : 4426 (java) S 4421 4423 2091 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4427] ppid=4421 vsize=10545020 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4427/stat : 4427 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4428] ppid=4421 vsize=10545020 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4428/stat : 4428 (java) S 4421 4423 2091 0 -1 4202560 189 0 0 0 1 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4429] ppid=4421 vsize=10545020 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4429/stat : 4429 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4430] ppid=4421 vsize=10545020 CPUtime=0.02 cores=1,3,5,7
/proc/4423/task/4430/stat : 4430 (java) S 4421 4423 2091 0 -1 4202560 39 0 0 0 2 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4431] ppid=4421 vsize=10545020 CPUtime=0.02 cores=1,3,5,7
/proc/4423/task/4431/stat : 4431 (java) S 4421 4423 2091 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
[pid=4423/tid=4432] ppid=4421 vsize=10545020 CPUtime=0.01 cores=1,3,5,7
/proc/4423/task/4432/stat : 4432 (java) S 4421 4423 2091 0 -1 4202560 92 0 0 0 1 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4433] ppid=4421 vsize=10545020 CPUtime=0.02 cores=1,3,5,7
/proc/4423/task/4433/stat : 4433 (java) S 4421 4423 2091 0 -1 4202560 59 0 0 0 2 0 0 0 15 0 18 0 902588989 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4434] ppid=4421 vsize=10545020 CPUtime=0.96 cores=1,3,5,7
/proc/4423/task/4434/stat : 4434 (java) S 4421 4423 2091 0 -1 4202560 827 0 0 0 96 0 0 0 15 0 18 0 902588990 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 0 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4435] ppid=4421 vsize=10545020 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4435/stat : 4435 (java) S 4421 4423 2091 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 902588990 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4436] ppid=4421 vsize=10545020 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4436/stat : 4436 (java) S 4421 4423 2091 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 902588990 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4437] ppid=4421 vsize=10545020 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4437/stat : 4437 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 902588992 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4438] ppid=4421 vsize=10545020 CPUtime=0.71 cores=1,3,5,7
/proc/4423/task/4438/stat : 4438 (java) R 4421 4423 2091 0 -1 4202560 10927 0 0 0 70 1 0 0 15 0 18 0 902588992 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 47682799786152 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4423/tid=4439] ppid=4421 vsize=10545020 CPUtime=0.18 cores=1,3,5,7
/proc/4423/task/4439/stat : 4439 (java) S 4421 4423 2091 0 -1 4202560 1937 0 0 0 18 0 0 0 15 0 18 0 902588993 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 5 0 0 0
[pid=4423/tid=4440] ppid=4421 vsize=10545020 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4440/stat : 4440 (java) S 4421 4423 2091 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 902588993 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962329 0 4 0 16800975 18446604455115450176 0 0 -1 3 0 0 0
[pid=4423/tid=4442] ppid=4421 vsize=10545020 CPUtime=0 cores=1,3,5,7
/proc/4423/task/4442/stat : 4442 (java) S 4421 4423 2091 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 902589004 10798100480 21568 33554432000 1073741824 1073778376 140737123784128 18446744073709551615 210658962944 0 4 0 16800975 18446604455115450176 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 10545020

Child status: 30
Real time (s): 23.7455
CPU time (s): 24.6313
CPU user time (s): 24.5733
CPU system time (s): 0.057991
CPU usage (%): 103.73
Max. virtual memory (cumulated for all children) (KiB): 10545020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.5733
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27927
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= 2692
involuntary context switches= 1144

runsolver used 0.034994 second user time and 0.097985 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-12 22:18:14
IDJOB=3492484
IDBENCH=78838
IDSOLVER=1982
FILE ID=node129/3492484-1307909894
RUNJOBID= node129-1307908045-4033
PBS_JOBID= 13559577
Free space on /tmp= 74052 MiB

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

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

MD5SUM BENCH= 477adc333907175569d22a28ba04c3fe
RANDOM SEED=264341296

node129.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.831
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.66
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.831
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.83
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28694920 kB
Buffers:        448184 kB
Cached:        3301100 kB
SwapCached:      13132 kB
Active:        1348428 kB
Inactive:      2624372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28694920 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:             316 kB
Writeback:           0 kB
AnonPages:      220436 kB
Mapped:          17416 kB
Slab:           220252 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10521340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74052 MiB
End job on node129 at 2011-06-12 22:18:37