Trace number 3492733

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 41.0718 39.9273

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900563801--soft-66-100-0.wbo
MD5SUM8222df718f0c39737e94bfab6b6fa003
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark31.2383
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints927
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 719
Number of bits of the biggest sum of numbers10
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492733-1307910628.wbo
0.10/0.11	c reading problem ... 
0.48/0.30	c ... done. Wall clock time 0.193s.
0.48/0.30	c #vars     1158
0.48/0.30	c #constraints  2707
0.48/0.30	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.74/0.40	c SATISFIABLE
0.74/0.40	c OPTIMIZING...
0.74/0.40	c Got one! Elapsed wall clock time (in seconds):0.286
0.74/0.40	o 422
0.74/0.43	c Got one! Elapsed wall clock time (in seconds):0.316
0.74/0.43	o 370
0.74/0.47	c Got one! Elapsed wall clock time (in seconds):0.356
0.74/0.47	o 347
1.03/0.51	c Got one! Elapsed wall clock time (in seconds):0.395
1.03/0.51	o 214
1.03/0.54	c Got one! Elapsed wall clock time (in seconds):0.425
1.03/0.54	o 208
1.03/0.56	c Got one! Elapsed wall clock time (in seconds):0.447
1.03/0.56	o 134
1.03/0.59	c Got one! Elapsed wall clock time (in seconds):0.48
1.03/0.59	o 113
1.32/0.65	c Got one! Elapsed wall clock time (in seconds):0.535
1.32/0.65	o 106
1.44/0.71	c Got one! Elapsed wall clock time (in seconds):0.597
1.44/0.71	o 105
1.44/0.78	c Got one! Elapsed wall clock time (in seconds):0.665
1.44/0.78	o 98
1.56/0.83	c Got one! Elapsed wall clock time (in seconds):0.714
1.56/0.83	o 84
1.68/0.92	c Got one! Elapsed wall clock time (in seconds):0.806
1.68/0.92	o 79
2.00/1.24	c Got one! Elapsed wall clock time (in seconds):1.13
2.00/1.24	o 64
2.11/1.37	c cleaning 4822 clauses out of 9648 with flag 1002/9648
2.47/1.63	c Got one! Elapsed wall clock time (in seconds):1.518
2.47/1.63	o 53
2.57/1.72	c Got one! Elapsed wall clock time (in seconds):1.614
2.57/1.72	o 46
2.67/1.88	c cleaning 5566 clauses out of 11137 with flag 2000/15959
2.99/2.11	c Got one! Elapsed wall clock time (in seconds):1.999
2.99/2.11	o 42
3.09/2.27	c cleaning 5464 clauses out of 10933 with flag 2004/21321
3.52/2.66	c cleaning 5730 clauses out of 11465 with flag 8000/27317
3.72/2.82	c Got one! Elapsed wall clock time (in seconds):2.704
3.72/2.82	o 34
3.92/3.02	c cleaning 5517 clauses out of 11041 with flag 3001/32623
4.32/3.41	c cleaning 5756 clauses out of 11523 with flag 9000/38622
4.32/3.44	c Got one! Elapsed wall clock time (in seconds):3.325
4.32/3.44	o 28
4.62/3.73	c cleaning 5496 clauses out of 11013 with flag 5001/43868
4.93/4.06	c cleaning 5749 clauses out of 11516 with flag 11000/49867
5.34/4.43	c cleaning 6375 clauses out of 12768 with flag 18001/56868
5.34/4.47	c Got one! Elapsed wall clock time (in seconds):4.36
5.34/4.47	o 14
5.63/4.76	c cleaning 5967 clauses out of 11945 with flag 5001/62420
5.93/5.07	c cleaning 5986 clauses out of 11977 with flag 11000/68419
6.13/5.27	c Got one! Elapsed wall clock time (in seconds):5.159
6.13/5.27	o 9
6.23/5.33	c cleaning 5555 clauses out of 11117 with flag 1000/73545
6.53/5.69	c cleaning 5780 clauses out of 11565 with flag 7003/79548
6.94/6.02	c cleaning 6391 clauses out of 12785 with flag 14003/86548
7.34/6.42	c cleaning 7193 clauses out of 14393 with flag 22002/94547
7.74/6.85	c cleaning 8096 clauses out of 16199 with flag 31001/103546
8.24/7.36	c cleaning 9044 clauses out of 18102 with flag 41000/113545
8.84/7.91	c cleaning 9526 clauses out of 19060 with flag 51002/123547
9.35/8.48	c cleaning 9763 clauses out of 19535 with flag 61003/133548
9.95/9.06	c cleaning 9881 clauses out of 19771 with flag 71002/143547
10.56/9.63	c cleaning 9934 clauses out of 19889 with flag 81001/153546
11.16/10.21	c cleaning 9974 clauses out of 19957 with flag 91003/163548
11.66/10.79	c Got one! Elapsed wall clock time (in seconds):10.68
11.66/10.79	o 7
12.16/11.25	c cleaning 12460 clauses out of 24929 with flag 5002/178494
12.57/11.63	c cleaning 9225 clauses out of 18469 with flag 11002/184494
12.98/12.03	c cleaning 8109 clauses out of 16243 with flag 18001/191493
13.37/12.42	c cleaning 8063 clauses out of 16134 with flag 26001/199493
13.87/12.91	c cleaning 8530 clauses out of 17070 with flag 35000/208492
14.37/13.42	c cleaning 9265 clauses out of 18541 with flag 45001/218493
14.88/13.94	c cleaning 9636 clauses out of 19278 with flag 55003/228495
15.48/14.50	c cleaning 9818 clauses out of 19639 with flag 65000/238492
15.98/15.00	c cleaning 9905 clauses out of 19823 with flag 75002/248494
16.48/15.53	c cleaning 9948 clauses out of 19916 with flag 85000/258492
17.08/16.11	c cleaning 9978 clauses out of 19971 with flag 95003/268495
17.58/16.68	c cleaning 9994 clauses out of 19991 with flag 105001/278493
18.18/17.25	c cleaning 9995 clauses out of 19997 with flag 115001/288493
18.79/17.82	c cleaning 10000 clauses out of 20005 with flag 125004/298496
19.29/18.35	c cleaning 9995 clauses out of 20003 with flag 135002/308494
19.79/18.88	c cleaning 9997 clauses out of 20006 with flag 145000/318492
20.39/19.45	c cleaning 9999 clauses out of 20009 with flag 155000/328492
20.80/19.85	c Got one! Elapsed wall clock time (in seconds):19.735
20.80/19.85	o 6
21.19/20.26	c cleaning 11462 clauses out of 22928 with flag 5001/341410
21.60/20.61	c cleaning 8730 clauses out of 17468 with flag 11003/347412
21.90/20.99	c cleaning 7863 clauses out of 15738 with flag 18003/354412
22.40/21.42	c cleaning 7934 clauses out of 15872 with flag 26000/362409
22.80/21.89	c cleaning 8461 clauses out of 16939 with flag 35001/371410
23.41/22.46	c cleaning 9229 clauses out of 18477 with flag 45000/381409
23.91/22.99	c cleaning 9612 clauses out of 19248 with flag 55000/391409
24.51/23.51	c cleaning 9812 clauses out of 19637 with flag 65001/401410
25.03/24.01	c cleaning 9907 clauses out of 19824 with flag 75000/411409
25.53/24.51	c cleaning 9946 clauses out of 19917 with flag 85000/421409
26.03/25.05	c cleaning 9980 clauses out of 19971 with flag 95000/431409
26.63/25.61	c cleaning 9985 clauses out of 19993 with flag 105002/441411
27.13/26.17	c cleaning 9999 clauses out of 20007 with flag 115001/451410
27.63/26.68	c cleaning 9998 clauses out of 20008 with flag 125001/461410
28.13/27.19	c cleaning 10000 clauses out of 20009 with flag 135000/471409
28.73/27.72	c cleaning 9998 clauses out of 20011 with flag 145002/481411
29.24/28.26	c cleaning 9992 clauses out of 20011 with flag 155000/491409
29.75/28.80	c cleaning 9999 clauses out of 20021 with flag 165002/501411
30.15/29.16	c Got one! Elapsed wall clock time (in seconds):29.046
30.15/29.16	o 5
30.55/29.60	c cleaning 11013 clauses out of 22028 with flag 5005/513417
30.96/29.95	c cleaning 8499 clauses out of 17010 with flag 11000/519412
31.36/30.32	c cleaning 7752 clauses out of 15514 with flag 18003/526415
31.77/30.78	c cleaning 7874 clauses out of 15760 with flag 26001/534413
32.26/31.28	c cleaning 8437 clauses out of 16887 with flag 35002/543414
32.87/31.80	c cleaning 9213 clauses out of 18448 with flag 45000/553412
33.37/32.35	c cleaning 9613 clauses out of 19235 with flag 55000/563412
33.87/32.87	c cleaning 9804 clauses out of 19622 with flag 65000/573412
34.47/33.43	c cleaning 9908 clauses out of 19819 with flag 75001/583413
34.97/34.00	c cleaning 9947 clauses out of 19911 with flag 85001/593413
35.58/34.54	c cleaning 9976 clauses out of 19966 with flag 95003/603415
36.08/35.07	c cleaning 9990 clauses out of 19991 with flag 105004/613416
36.68/35.61	c cleaning 9993 clauses out of 19998 with flag 115001/623413
37.19/36.17	c cleaning 10000 clauses out of 20005 with flag 125001/633413
37.79/36.72	c cleaning 9996 clauses out of 20006 with flag 135002/643414
38.29/37.29	c cleaning 9998 clauses out of 20009 with flag 145001/653413
38.89/37.85	c cleaning 9999 clauses out of 20010 with flag 155000/663412
39.50/38.44	c cleaning 10001 clauses out of 20014 with flag 165003/673415
40.09/39.06	c cleaning 10002 clauses out of 20011 with flag 175002/683414
40.74/39.67	c cleaning 10001 clauses out of 20007 with flag 185000/693412
41.03/39.92	c starts		: 190
41.03/39.92	c conflicts		: 697601
41.03/39.92	c decisions		: 1179176
41.03/39.92	c propagations		: 34535506
41.03/39.92	c inspects		: 372164256
41.03/39.92	c shortcuts		: 0
41.03/39.92	c learnt literals	: 6
41.03/39.92	c learnt binary clauses	: 27
41.03/39.92	c learnt ternary clauses	: 479
41.03/39.92	c learnt constraints	: 697594
41.03/39.92	c ignored constraints	: 0
41.03/39.92	c root simplifications	: 0
41.03/39.92	c removed literals (reason simplification)	: 3134840
41.03/39.92	c reason swapping (by a shorter reason)	: 0
41.03/39.92	c Calls to reduceDB	: 77
41.03/39.92	c number of reductions to clauses (during analyze)	: 0
41.03/39.92	c number of learned constraints concerned by reduction	: 0
41.03/39.92	c number of learning phase by resolution	: 0
41.03/39.92	c number of learning phase by cutting planes	: 0
41.03/39.92	c speed (assignments/second)	: 3209917.8362301327
41.03/39.92	c non guided choices	3259
41.03/39.92	c learnt constraints type 
41.03/39.92	c constraints type 
41.03/39.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2528
41.03/39.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
41.03/39.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
41.03/39.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
41.03/39.92	s OPTIMUM FOUND
41.03/39.92	v -x1 -x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 x229 -x230 -x231 
41.03/39.92	c objective function=5
41.03/39.92	c Total wall clock time (in seconds): 39.807

Verifier Data

OK	5

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-3492733-1307910628/watcher-3492733-1307910628 -o /var/tmp/evaluation-result-3492733-1307910628/solver-3492733-1307910628 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492733-1307910628.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.10 2.04 1.97 3/195 25721
/proc/meminfo: memFree=1350360/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=9100 CPUtime=0 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 236 0 0 0 0 0 0 0 24 0 1 0 902659886 9318400 170 33554432000 1073741824 1073778376 140735085880800 18446744073709551615 239476690789 0 2147483391 4096 0 18446744071699207358 0 0 17 1 0 0 0
/proc/25721/statm: 2275 170 130 9 0 67 0

[startup+0.043775 s]
/proc/loadavg: 2.10 2.04 1.97 3/195 25721
/proc/meminfo: memFree=1350360/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 11153 0 1 0 2 1 0 0 24 0 13 0 902659886 10718699520 10848 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2616870 10848 1653 9 0 2607618 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100764 s]
/proc/loadavg: 2.10 2.04 1.97 3/195 25721
/proc/meminfo: memFree=1350360/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10539944 CPUtime=0.1 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 13018 0 1 0 9 1 0 0 24 0 18 0 902659886 10792902656 12683 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2634986 12683 2092 9 0 2625720 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539944

[startup+0.304745 s]
/proc/loadavg: 2.10 2.04 1.97 3/195 25721
/proc/meminfo: memFree=1350360/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10540740 CPUtime=0.48 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 16304 0 1 0 46 2 0 0 24 0 18 0 902659886 10793717760 15428 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2635185 15429 2201 9 0 2625919 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540740

[startup+0.700631 s]
/proc/loadavg: 2.10 2.04 1.97 3/195 25721
/proc/meminfo: memFree=1350360/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10545236 CPUtime=1.44 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 22165 0 1 0 141 3 0 0 24 0 19 0 902659886 10798321664 18858 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2636309 18858 2228 9 0 2627043 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 10545236

[startup+1.50148 s]
/proc/loadavg: 2.10 2.04 1.97 3/214 25740
/proc/meminfo: memFree=1281560/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10545236 CPUtime=2.37 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 24251 0 1 0 234 3 0 0 24 0 19 0 902659886 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2636309 20940 2253 9 0 2627043 0
[pid=25721/tid=25723] ppid=25719 vsize=10545236 CPUtime=1.46 cores=1,3,5,7
/proc/25721/task/25723/stat : 25723 (java) R 25719 25721 22833 0 -1 4202560 14989 0 1 0 145 1 0 0 25 0 19 0 902659887 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 46912505641410 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25721/tid=25724] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25724/stat : 25724 (java) S 25719 25721 22833 0 -1 4202560 179 0 0 0 0 0 0 0 18 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25725] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25725/stat : 25725 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25726] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25726/stat : 25726 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25727] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25727/stat : 25727 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25728] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25728/stat : 25728 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25729] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25729/stat : 25729 (java) S 25719 25721 22833 0 -1 4202560 189 0 0 0 0 0 0 0 18 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25730] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25730/stat : 25730 (java) S 25719 25721 22833 0 -1 4202560 162 0 0 0 0 0 0 0 18 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25731] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25731/stat : 25731 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 902659888 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25732] ppid=25719 vsize=10545236 CPUtime=0.01 cores=1,3,5,7
/proc/25721/task/25732/stat : 25732 (java) S 25719 25721 22833 0 -1 4202560 530 0 0 0 1 0 0 0 15 0 19 0 902659889 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 0 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25733] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25733/stat : 25733 (java) S 25719 25721 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25734] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25734/stat : 25734 (java) S 25719 25721 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25735] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25735/stat : 25735 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902659892 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488518577 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25736] ppid=25719 vsize=10545236 CPUtime=0.45 cores=1,3,5,7
/proc/25721/task/25736/stat : 25736 (java) S 25719 25721 22833 0 -1 4202560 2757 0 0 0 45 0 0 0 15 0 19 0 902659892 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25737] ppid=25719 vsize=10545236 CPUtime=0.42 cores=1,3,5,7
/proc/25721/task/25737/stat : 25737 (java) S 25719 25721 22833 0 -1 4202560 4288 0 0 0 42 0 0 0 16 0 19 0 902659892 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25738] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25738/stat : 25738 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902659892 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25739] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25739/stat : 25739 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902659892 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25740] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25740/stat : 25740 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902659918 10798321664 20940 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 10545236

[startup+3.10118 s]
/proc/loadavg: 2.10 2.04 1.97 3/214 25740
/proc/meminfo: memFree=1273500/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10545236 CPUtime=4.02 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 24784 0 1 0 399 3 0 0 24 0 19 0 902659886 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2636309 21469 2253 9 0 2627043 0
[pid=25721/tid=25723] ppid=25719 vsize=10545236 CPUtime=3 cores=1,3,5,7
/proc/25721/task/25723/stat : 25723 (java) R 25719 25721 22833 0 -1 4202560 14991 0 1 0 299 1 0 0 25 0 19 0 902659887 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 46912505680220 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25721/tid=25724] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25724/stat : 25724 (java) S 25719 25721 22833 0 -1 4202560 182 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25725] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25725/stat : 25725 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25726] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25726/stat : 25726 (java) S 25719 25721 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25727] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25727/stat : 25727 (java) S 25719 25721 22833 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25728] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25728/stat : 25728 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25729] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25729/stat : 25729 (java) S 25719 25721 22833 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25730] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25730/stat : 25730 (java) S 25719 25721 22833 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25731] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25731/stat : 25731 (java) S 25719 25721 22833 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25732] ppid=25719 vsize=10545236 CPUtime=0.06 cores=1,3,5,7
/proc/25721/task/25732/stat : 25732 (java) S 25719 25721 22833 0 -1 4202560 720 0 0 0 6 0 0 0 15 0 19 0 902659889 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 0 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25733] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25733/stat : 25733 (java) S 25719 25721 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25734] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25734/stat : 25734 (java) S 25719 25721 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25735] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25735/stat : 25735 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902659892 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488518577 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25736] ppid=25719 vsize=10545236 CPUtime=0.45 cores=1,3,5,7
/proc/25721/task/25736/stat : 25736 (java) S 25719 25721 22833 0 -1 4202560 2757 0 0 0 45 0 0 0 15 0 19 0 902659892 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25737] ppid=25719 vsize=10545236 CPUtime=0.46 cores=1,3,5,7
/proc/25721/task/25737/stat : 25737 (java) S 25719 25721 22833 0 -1 4202560 4302 0 0 0 46 0 0 0 15 0 19 0 902659892 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25738] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25738/stat : 25738 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902659892 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25739] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25739/stat : 25739 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902659892 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25740] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25740/stat : 25740 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902659918 10798321664 21469 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 10545236

[startup+6.30057 s]
/proc/loadavg: 2.10 2.04 1.97 3/214 25740
/proc/meminfo: memFree=1272708/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10545236 CPUtime=7.24 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 24801 0 1 0 721 3 0 0 24 0 19 0 902659886 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2636309 21424 2253 9 0 2627043 0
[pid=25721/tid=25723] ppid=25719 vsize=10545236 CPUtime=6.06 cores=1,3,5,7
/proc/25721/task/25723/stat : 25723 (java) R 25719 25721 22833 0 -1 4202560 15001 0 1 0 605 1 0 0 25 0 19 0 902659887 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 46912505680302 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25721/tid=25724] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25724/stat : 25724 (java) S 25719 25721 22833 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25725] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25725/stat : 25725 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25726] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25726/stat : 25726 (java) S 25719 25721 22833 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25727] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25727/stat : 25727 (java) S 25719 25721 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25728] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25728/stat : 25728 (java) S 25719 25721 22833 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25729] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25729/stat : 25729 (java) S 25719 25721 22833 0 -1 4202560 272 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25730] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25730/stat : 25730 (java) S 25719 25721 22833 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25731] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25731/stat : 25731 (java) S 25719 25721 22833 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 902659888 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25732] ppid=25719 vsize=10545236 CPUtime=0.18 cores=1,3,5,7
/proc/25721/task/25732/stat : 25732 (java) S 25719 25721 22833 0 -1 4202560 720 0 0 0 18 0 0 0 16 0 19 0 902659889 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 0 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25733] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25733/stat : 25733 (java) S 25719 25721 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25734] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25734/stat : 25734 (java) S 25719 25721 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25735] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25735/stat : 25735 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902659892 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488518577 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25736] ppid=25719 vsize=10545236 CPUtime=0.45 cores=1,3,5,7
/proc/25721/task/25736/stat : 25736 (java) S 25719 25721 22833 0 -1 4202560 2757 0 0 0 45 0 0 0 15 0 19 0 902659892 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25737] ppid=25719 vsize=10545236 CPUtime=0.47 cores=1,3,5,7
/proc/25721/task/25737/stat : 25737 (java) S 25719 25721 22833 0 -1 4202560 4302 0 0 0 47 0 0 0 15 0 19 0 902659892 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25738] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25738/stat : 25738 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902659892 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25739] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25739/stat : 25739 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902659892 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25740] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25740/stat : 25740 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902659918 10798321664 21424 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 10545236

[startup+12.7013 s]

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

/proc/25721/task/25724/stat : 25724 (java) S 25719 25721 22833 0 -1 4202560 342 0 0 0 4 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25725] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25725/stat : 25725 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25726] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25726/stat : 25726 (java) S 25719 25721 22833 0 -1 4202560 45 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25727] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25727/stat : 25727 (java) S 25719 25721 22833 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25728] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25728/stat : 25728 (java) S 25719 25721 22833 0 -1 4202560 39 0 0 0 2 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25729] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25729/stat : 25729 (java) S 25719 25721 22833 0 -1 4202560 278 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25730] ppid=25719 vsize=10545236 CPUtime=0.01 cores=1,3,5,7
/proc/25721/task/25730/stat : 25730 (java) S 25719 25721 22833 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25731] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25731/stat : 25731 (java) S 25719 25721 22833 0 -1 4202560 286 0 0 0 2 0 0 0 15 0 19 0 902659888 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25732] ppid=25719 vsize=10545236 CPUtime=1.07 cores=1,3,5,7
/proc/25721/task/25732/stat : 25732 (java) S 25719 25721 22833 0 -1 4202560 1115 0 0 0 106 1 0 0 15 0 19 0 902659889 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 0 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25733] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25733/stat : 25733 (java) S 25719 25721 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25734] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25734/stat : 25734 (java) S 25719 25721 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25735] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25735/stat : 25735 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902659892 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488518577 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25736] ppid=25719 vsize=10545236 CPUtime=0.45 cores=1,3,5,7
/proc/25721/task/25736/stat : 25736 (java) S 25719 25721 22833 0 -1 4202560 2757 0 0 0 45 0 0 0 15 0 19 0 902659892 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25737] ppid=25719 vsize=10545236 CPUtime=0.49 cores=1,3,5,7
/proc/25721/task/25737/stat : 25737 (java) S 25719 25721 22833 0 -1 4202560 4309 0 0 0 49 0 0 0 15 0 19 0 902659892 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25738] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25738/stat : 25738 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902659892 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25739] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25739/stat : 25739 (java) S 25719 25721 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902659892 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25740] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25740/stat : 25740 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902659918 10798321664 22127 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39.39
Current children cumulated vsize (KiB) 10545236

[startup+39.1012 s]
/proc/loadavg: 2.05 2.03 1.97 3/214 25741
/proc/meminfo: memFree=1269112/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10545236 CPUtime=40.22 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 25592 0 1 0 4016 6 0 0 24 0 19 0 902659886 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2636309 22148 2254 9 0 2627043 0
[pid=25721/tid=25723] ppid=25719 vsize=10545236 CPUtime=37.85 cores=1,3,5,7
/proc/25721/task/25723/stat : 25723 (java) R 25719 25721 22833 0 -1 4202560 15064 0 1 0 3783 2 0 0 25 0 19 0 902659887 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 46912505680302 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25721/tid=25724] ppid=25719 vsize=10545236 CPUtime=0.04 cores=1,3,5,7
/proc/25721/task/25724/stat : 25724 (java) S 25719 25721 22833 0 -1 4202560 342 0 0 0 4 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25725] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25725/stat : 25725 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25726] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25726/stat : 25726 (java) S 25719 25721 22833 0 -1 4202560 45 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25727] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25727/stat : 25727 (java) S 25719 25721 22833 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25728] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25728/stat : 25728 (java) S 25719 25721 22833 0 -1 4202560 39 0 0 0 2 0 0 0 16 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25729] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25729/stat : 25729 (java) S 25719 25721 22833 0 -1 4202560 279 0 0 0 3 0 0 0 16 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25730] ppid=25719 vsize=10545236 CPUtime=0.01 cores=1,3,5,7
/proc/25721/task/25730/stat : 25730 (java) S 25719 25721 22833 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25731] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25731/stat : 25731 (java) S 25719 25721 22833 0 -1 4202560 286 0 0 0 2 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25732] ppid=25719 vsize=10545236 CPUtime=1.1 cores=1,3,5,7
/proc/25721/task/25732/stat : 25732 (java) S 25719 25721 22833 0 -1 4202560 1134 0 0 0 109 1 0 0 15 0 19 0 902659889 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 0 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25733] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25733/stat : 25733 (java) S 25719 25721 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25734] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25734/stat : 25734 (java) S 25719 25721 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25735] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25735/stat : 25735 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488518577 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25736] ppid=25719 vsize=10545236 CPUtime=0.47 cores=1,3,5,7
/proc/25721/task/25736/stat : 25736 (java) S 25719 25721 22833 0 -1 4202560 2757 0 0 0 47 0 0 0 15 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25737] ppid=25719 vsize=10545236 CPUtime=0.51 cores=1,3,5,7
/proc/25721/task/25737/stat : 25737 (java) S 25719 25721 22833 0 -1 4202560 4310 0 0 0 51 0 0 0 16 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25738] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25738/stat : 25738 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25739] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25739/stat : 25739 (java) S 25719 25721 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25740] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25740/stat : 25740 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902659918 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.22
Current children cumulated vsize (KiB) 10545236

[startup+39.5011 s]
/proc/loadavg: 2.05 2.03 1.97 3/214 25741
/proc/meminfo: memFree=1268976/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10545236 CPUtime=40.64 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 25592 0 1 0 4058 6 0 0 24 0 19 0 902659886 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2636309 22148 2254 9 0 2627043 0
[pid=25721/tid=25723] ppid=25719 vsize=10545236 CPUtime=38.25 cores=1,3,5,7
/proc/25721/task/25723/stat : 25723 (java) R 25719 25721 22833 0 -1 4202560 15064 0 1 0 3823 2 0 0 25 0 19 0 902659887 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 46912505651503 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25721/tid=25724] ppid=25719 vsize=10545236 CPUtime=0.04 cores=1,3,5,7
/proc/25721/task/25724/stat : 25724 (java) S 25719 25721 22833 0 -1 4202560 342 0 0 0 4 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25725] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25725/stat : 25725 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25726] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25726/stat : 25726 (java) S 25719 25721 22833 0 -1 4202560 45 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25727] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25727/stat : 25727 (java) S 25719 25721 22833 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25728] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25728/stat : 25728 (java) S 25719 25721 22833 0 -1 4202560 39 0 0 0 2 0 0 0 16 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25729] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25729/stat : 25729 (java) S 25719 25721 22833 0 -1 4202560 279 0 0 0 3 0 0 0 16 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25730] ppid=25719 vsize=10545236 CPUtime=0.01 cores=1,3,5,7
/proc/25721/task/25730/stat : 25730 (java) S 25719 25721 22833 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25731] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25731/stat : 25731 (java) S 25719 25721 22833 0 -1 4202560 286 0 0 0 2 0 0 0 15 0 19 0 902659888 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25732] ppid=25719 vsize=10545236 CPUtime=1.1 cores=1,3,5,7
/proc/25721/task/25732/stat : 25732 (java) S 25719 25721 22833 0 -1 4202560 1134 0 0 0 109 1 0 0 15 0 19 0 902659889 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 0 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25733] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25733/stat : 25733 (java) S 25719 25721 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25734] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25734/stat : 25734 (java) S 25719 25721 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25735] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25735/stat : 25735 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488518577 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25736] ppid=25719 vsize=10545236 CPUtime=0.48 cores=1,3,5,7
/proc/25721/task/25736/stat : 25736 (java) S 25719 25721 22833 0 -1 4202560 2757 0 0 0 48 0 0 0 16 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25737] ppid=25719 vsize=10545236 CPUtime=0.51 cores=1,3,5,7
/proc/25721/task/25737/stat : 25737 (java) S 25719 25721 22833 0 -1 4202560 4310 0 0 0 51 0 0 0 15 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25738] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25738/stat : 25738 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25739] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25739/stat : 25739 (java) S 25719 25721 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902659892 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25740] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25740/stat : 25740 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902659918 10798321664 22148 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40.64
Current children cumulated vsize (KiB) 10545236

[startup+39.9011 s]
/proc/loadavg: 2.05 2.03 1.97 3/214 25741
/proc/meminfo: memFree=1268976/32950928 swapFree=67053956/67111528
[pid=25721] ppid=25719 vsize=10545236 CPUtime=41.03 cores=1,3,5,7
/proc/25721/stat : 25721 (java) S 25719 25721 22833 0 -1 4202496 25599 0 1 0 4097 6 0 0 24 0 19 0 902659886 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/25721/statm: 2636309 22154 2254 9 0 2627043 0
[pid=25721/tid=25723] ppid=25719 vsize=10545236 CPUtime=38.62 cores=1,3,5,7
/proc/25721/task/25723/stat : 25723 (java) R 25719 25721 22833 0 -1 4202560 15065 0 1 0 3860 2 0 0 25 0 19 0 902659887 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 46912505642244 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25721/tid=25724] ppid=25719 vsize=10545236 CPUtime=0.04 cores=1,3,5,7
/proc/25721/task/25724/stat : 25724 (java) S 25719 25721 22833 0 -1 4202560 342 0 0 0 4 0 0 0 16 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25725] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25725/stat : 25725 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25726] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25726/stat : 25726 (java) S 25719 25721 22833 0 -1 4202560 45 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25727] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25727/stat : 25727 (java) S 25719 25721 22833 0 -1 4202560 8 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25728] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25728/stat : 25728 (java) S 25719 25721 22833 0 -1 4202560 39 0 0 0 2 0 0 0 15 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25729] ppid=25719 vsize=10545236 CPUtime=0.03 cores=1,3,5,7
/proc/25721/task/25729/stat : 25729 (java) S 25719 25721 22833 0 -1 4202560 279 0 0 0 3 0 0 0 15 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25730] ppid=25719 vsize=10545236 CPUtime=0.01 cores=1,3,5,7
/proc/25721/task/25730/stat : 25730 (java) S 25719 25721 22833 0 -1 4202560 167 0 0 0 1 0 0 0 15 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25731] ppid=25719 vsize=10545236 CPUtime=0.02 cores=1,3,5,7
/proc/25721/task/25731/stat : 25731 (java) S 25719 25721 22833 0 -1 4202560 286 0 0 0 2 0 0 0 16 0 19 0 902659888 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
[pid=25721/tid=25732] ppid=25719 vsize=10545236 CPUtime=1.12 cores=1,3,5,7
/proc/25721/task/25732/stat : 25732 (java) S 25719 25721 22833 0 -1 4202560 1139 0 0 0 111 1 0 0 16 0 19 0 902659889 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 0 0 16800975 18446604454223780800 0 0 -1 5 0 0 0
[pid=25721/tid=25733] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25733/stat : 25733 (java) S 25719 25721 22833 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25734] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25734/stat : 25734 (java) S 25719 25721 22833 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902659890 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25735] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25735/stat : 25735 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902659892 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488518577 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25736] ppid=25719 vsize=10545236 CPUtime=0.48 cores=1,3,5,7
/proc/25721/task/25736/stat : 25736 (java) S 25719 25721 22833 0 -1 4202560 2757 0 0 0 48 0 0 0 16 0 19 0 902659892 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 1 0 0 0
[pid=25721/tid=25737] ppid=25719 vsize=10545236 CPUtime=0.52 cores=1,3,5,7
/proc/25721/task/25737/stat : 25737 (java) S 25719 25721 22833 0 -1 4202560 4311 0 0 0 52 0 0 0 15 0 19 0 902659892 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25738] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25738/stat : 25738 (java) S 25719 25721 22833 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902659892 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488510873 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25739] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25739/stat : 25739 (java) S 25719 25721 22833 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902659892 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 3 0 0 0
[pid=25721/tid=25740] ppid=25719 vsize=10545236 CPUtime=0 cores=1,3,5,7
/proc/25721/task/25740/stat : 25740 (java) S 25719 25721 22833 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902659918 10798321664 22154 33554432000 1073741824 1073778376 140737401493584 18446744073709551615 239488511488 0 4 0 16800975 18446604454223780800 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.03
Current children cumulated vsize (KiB) 10545236

Child status: 30
Real time (s): 39.9273
CPU time (s): 41.0718
CPU user time (s): 40.9998
CPU system time (s): 0.071989
CPU usage (%): 102.866
Max. virtual memory (cumulated for all children) (KiB): 10545236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.9998
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25626
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= 3183
involuntary context switches= 1434

runsolver used 0.06399 second user time and 0.165974 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-12 22:30:28
IDJOB=3492733
IDBENCH=78981
IDSOLVER=1982
FILE ID=node148/3492733-1307910628
RUNJOBID= node148-1307908037-24964
PBS_JOBID= 13559561
Free space on /var/tmp= 2900 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900563801--soft-66-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-3492733-1307910628/watcher-3492733-1307910628 -o /var/tmp/evaluation-result-3492733-1307910628/solver-3492733-1307910628 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492733-1307910628.wbo

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

MD5SUM BENCH= 8222df718f0c39737e94bfab6b6fa003
RANDOM SEED=1389366056

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1351160 kB
Buffers:         63024 kB
Cached:       30485124 kB
SwapCached:      10272 kB
Active:       15684344 kB
Inactive:     14964020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1351160 kB
SwapTotal:    67111528 kB
SwapFree:     67053956 kB
Dirty:              96 kB
Writeback:           0 kB
AnonPages:       97372 kB
Mapped:          21456 kB
Slab:           887904 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10551040 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= 2900 MiB
End job on node148 at 2011-06-12 22:31:08