Trace number 3492660

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 53.2199 51.4728

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900544484--soft-66-100-0.wbo
MD5SUM9807244e443328f735b38c92df34bd91
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark24.0703
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 constraints961
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 46411
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46410
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 741
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/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@38540408
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-3492660-1307910261.wbo
0.10/0.10	c reading problem ... 
0.49/0.30	c ... done. Wall clock time 0.193s.
0.49/0.30	c #vars     1192
0.49/0.30	c #constraints  2707
0.49/0.30	c constraints type 
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2538
0.49/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.49/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146
0.49/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.49/0.38	c SATISFIABLE
0.49/0.38	c OPTIMIZING...
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.28
0.49/0.38	o 173
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.321
0.75/0.42	o 163
0.75/0.47	c Got one! Elapsed wall clock time (in seconds):0.371
0.75/0.47	o 128
1.05/0.53	c Got one! Elapsed wall clock time (in seconds):0.427
1.05/0.53	o 127
1.05/0.55	c Got one! Elapsed wall clock time (in seconds):0.441
1.05/0.55	o 126
1.05/0.56	c Got one! Elapsed wall clock time (in seconds):0.459
1.05/0.56	o 122
1.31/0.61	c Got one! Elapsed wall clock time (in seconds):0.511
1.31/0.61	o 74
1.31/0.67	c Got one! Elapsed wall clock time (in seconds):0.564
1.31/0.67	o 58
1.41/0.72	c Got one! Elapsed wall clock time (in seconds):0.621
1.41/0.72	o 57
1.62/0.93	c Got one! Elapsed wall clock time (in seconds):0.83
1.62/0.93	o 55
1.97/1.20	c cleaning 4396 clauses out of 8801 with flag 3001/8801
1.97/1.29	c Got one! Elapsed wall clock time (in seconds):1.186
1.97/1.29	o 45
2.31/1.52	c Got one! Elapsed wall clock time (in seconds):1.42
2.31/1.52	o 31
2.43/1.61	c cleaning 4810 clauses out of 9628 with flag 1002/14024
2.53/1.70	c Got one! Elapsed wall clock time (in seconds):1.596
2.53/1.70	o 28
2.74/1.95	c cleaning 5036 clauses out of 10081 with flag 4000/19287
2.95/2.13	c Got one! Elapsed wall clock time (in seconds):2.023
2.95/2.13	o 19
3.14/2.34	c cleaning 5376 clauses out of 10758 with flag 3001/25000
3.29/2.44	c Got one! Elapsed wall clock time (in seconds):2.339
3.29/2.44	o 6
3.59/2.71	c cleaning 5438 clauses out of 10880 with flag 4002/30498
3.89/3.06	c cleaning 5715 clauses out of 11442 with flag 10002/36498
4.29/3.45	c cleaning 6356 clauses out of 12728 with flag 17003/43499
4.69/3.84	c Got one! Elapsed wall clock time (in seconds):3.733
4.69/3.84	o 5
5.09/4.27	c cleaning 9217 clauses out of 18446 with flag 5001/55573
5.50/4.65	c cleaning 7612 clauses out of 15228 with flag 11000/61572
5.90/5.06	c cleaning 7307 clauses out of 14619 with flag 18003/68575
6.20/5.34	c Got one! Elapsed wall clock time (in seconds):5.233
6.20/5.34	o 2
6.60/5.74	c cleaning 8798 clauses out of 17605 with flag 5000/78868
7.00/6.14	c cleaning 7397 clauses out of 14807 with flag 11000/84868
7.41/6.53	c cleaning 7197 clauses out of 14410 with flag 18000/91868
7.90/7.01	c cleaning 7603 clauses out of 15215 with flag 26002/99870
8.41/7.54	c cleaning 8298 clauses out of 16612 with flag 35002/108870
9.01/8.19	c cleaning 9150 clauses out of 18312 with flag 45000/118868
9.71/8.83	c cleaning 9573 clauses out of 19162 with flag 55000/128868
10.31/9.45	c cleaning 9787 clauses out of 19590 with flag 65001/138869
10.91/10.04	c cleaning 9893 clauses out of 19804 with flag 75002/148870
11.51/10.67	c cleaning 9949 clauses out of 19911 with flag 85002/158870
12.11/11.29	c cleaning 9970 clauses out of 19961 with flag 95001/168869
12.82/11.93	c cleaning 9991 clauses out of 19991 with flag 105001/178869
13.32/12.48	c cleaning 9995 clauses out of 20001 with flag 115002/188870
13.92/13.05	c cleaning 9999 clauses out of 20004 with flag 125000/198868
14.52/13.60	c cleaning 9999 clauses out of 20006 with flag 135001/208869
15.02/14.19	c cleaning 9998 clauses out of 20007 with flag 145001/218869
15.62/14.79	c cleaning 9995 clauses out of 20009 with flag 155001/228869
16.23/15.34	c cleaning 9998 clauses out of 20016 with flag 165003/238871
16.82/15.91	c cleaning 9992 clauses out of 20016 with flag 175001/248869
17.33/16.46	c cleaning 10010 clauses out of 20025 with flag 185002/258870
17.92/17.03	c cleaning 10003 clauses out of 20015 with flag 195002/268870
18.53/17.64	c cleaning 10004 clauses out of 20012 with flag 205002/278870
19.23/18.30	c cleaning 9996 clauses out of 20008 with flag 215002/288870
19.73/18.89	c cleaning 9997 clauses out of 20010 with flag 225000/298868
20.43/19.53	c cleaning 9996 clauses out of 20013 with flag 235000/308868
21.03/20.18	c cleaning 10003 clauses out of 20017 with flag 245000/318868
21.74/20.83	c cleaning 10005 clauses out of 20016 with flag 255002/328870
22.33/21.44	c cleaning 9992 clauses out of 20011 with flag 265002/338870
23.03/22.17	c cleaning 10004 clauses out of 20017 with flag 275000/348868
23.74/22.84	c cleaning 9998 clauses out of 20013 with flag 285000/358868
24.44/23.52	c cleaning 10004 clauses out of 20016 with flag 295001/368869
25.04/24.17	c cleaning 10000 clauses out of 20011 with flag 305000/378868
25.74/24.83	c cleaning 9997 clauses out of 20011 with flag 315000/388868
26.34/25.49	c cleaning 10004 clauses out of 20014 with flag 325000/398868
27.04/26.10	c cleaning 10004 clauses out of 20012 with flag 335002/408870
27.64/26.71	c cleaning 9994 clauses out of 20006 with flag 345000/418868
28.25/27.37	c cleaning 10002 clauses out of 20013 with flag 355001/428869
29.28/28.04	c cleaning 9997 clauses out of 20010 with flag 365000/438868
30.24/28.67	c cleaning 9999 clauses out of 20014 with flag 375001/448869
30.94/29.31	c cleaning 9996 clauses out of 20014 with flag 385000/458868
31.44/29.90	c cleaning 10000 clauses out of 20018 with flag 395000/468868
32.06/30.49	c cleaning 10009 clauses out of 20021 with flag 405003/478871
32.66/31.07	c cleaning 9999 clauses out of 20009 with flag 415000/488868
33.27/31.65	c cleaning 9990 clauses out of 20011 with flag 425001/498869
33.87/32.22	c cleaning 9993 clauses out of 20021 with flag 435001/508869
34.37/32.79	c cleaning 10010 clauses out of 20028 with flag 445001/518869
34.97/33.39	c cleaning 10000 clauses out of 20019 with flag 455002/528870
35.67/34.04	c cleaning 9998 clauses out of 20017 with flag 465000/538868
36.37/34.73	c cleaning 10002 clauses out of 20019 with flag 475000/548868
36.97/35.37	c cleaning 10002 clauses out of 20018 with flag 485001/558869
37.57/35.98	c cleaning 10001 clauses out of 20015 with flag 495000/568868
38.17/36.58	c cleaning 10002 clauses out of 20015 with flag 505001/578869
38.91/37.25	c cleaning 10002 clauses out of 20013 with flag 515001/588869
39.61/37.96	c cleaning 10000 clauses out of 20010 with flag 525000/598868
40.21/38.54	c cleaning 9997 clauses out of 20011 with flag 535001/608869
40.81/39.12	c cleaning 10004 clauses out of 20015 with flag 545002/618870
41.41/39.74	c cleaning 10000 clauses out of 20010 with flag 555001/628869
42.01/40.37	c cleaning 9996 clauses out of 20009 with flag 565000/638868
42.61/40.98	c cleaning 10002 clauses out of 20014 with flag 575001/648869
43.31/41.61	c cleaning 9991 clauses out of 20012 with flag 585001/658869
43.81/42.19	c cleaning 10005 clauses out of 20020 with flag 595000/668868
44.42/42.76	c cleaning 9986 clauses out of 20016 with flag 605001/678869
45.02/43.33	c cleaning 10004 clauses out of 20033 with flag 615004/688872
45.62/43.92	c cleaning 10008 clauses out of 20027 with flag 625002/698870
46.12/44.47	c cleaning 10006 clauses out of 20017 with flag 635000/708868
46.72/45.06	c cleaning 10002 clauses out of 20013 with flag 645002/718870
47.32/45.60	c cleaning 9987 clauses out of 20010 with flag 655001/728869
47.93/46.20	c cleaning 9998 clauses out of 20022 with flag 665000/738868
48.42/46.79	c cleaning 10008 clauses out of 20025 with flag 675001/748869
49.12/47.43	c cleaning 10007 clauses out of 20017 with flag 685001/758869
49.73/48.05	c cleaning 10002 clauses out of 20009 with flag 695000/768868
50.33/48.61	c cleaning 9993 clauses out of 20011 with flag 705004/778872
50.94/49.28	c cleaning 10004 clauses out of 20014 with flag 715000/788868
51.63/49.91	c cleaning 9996 clauses out of 20012 with flag 725002/798870
52.34/50.64	c cleaning 10003 clauses out of 20014 with flag 735001/808869
53.14/51.41	c cleaning 9995 clauses out of 20011 with flag 745001/818869
53.14/51.46	c starts		: 188
53.14/51.46	c conflicts		: 819219
53.14/51.46	c decisions		: 1374677
53.14/51.46	c propagations		: 37680771
53.14/51.46	c inspects		: 485809582
53.14/51.46	c shortcuts		: 0
53.14/51.46	c learnt literals	: 3
53.14/51.46	c learnt binary clauses	: 37
53.14/51.46	c learnt ternary clauses	: 706
53.14/51.46	c learnt constraints	: 819215
53.14/51.46	c ignored constraints	: 0
53.14/51.46	c root simplifications	: 0
53.14/51.46	c removed literals (reason simplification)	: 4623668
53.14/51.46	c reason swapping (by a shorter reason)	: 0
53.14/51.46	c Calls to reduceDB	: 86
53.14/51.46	c number of reductions to clauses (during analyze)	: 0
53.14/51.46	c number of learned constraints concerned by reduction	: 0
53.14/51.46	c number of learning phase by resolution	: 0
53.14/51.46	c number of learning phase by cutting planes	: 0
53.14/51.46	c speed (assignments/second)	: 816962.7084101208
53.14/51.46	c non guided choices	2412
53.14/51.46	c learnt constraints type 
53.14/51.46	c constraints type 
53.14/51.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2538
53.14/51.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
53.14/51.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 146
53.14/51.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
53.14/51.46	s OPTIMUM FOUND
53.14/51.46	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 
53.14/51.46	c objective function=2
53.14/51.46	c Total wall clock time (in seconds): 51.358

Verifier Data

OK	2

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-3492660-1307910261/watcher-3492660-1307910261 -o /var/tmp/evaluation-result-3492660-1307910261/solver-3492660-1307910261 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492660-1307910261.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: 1.99 1.97 1.91 2/192 30024
/proc/meminfo: memFree=2327888/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 1240 0 0 0 0 0 0 0 25 0 2 0 981256545 31268864 958 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 4096 2048 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 7634 958 731 9 0 385 0
[pid=30024/tid=30025] ppid=30022 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 125 0 0 0 0 0 0 0 25 0 2 0 981256545 31272960 959 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252458065723 0 0 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.037318 s]
/proc/loadavg: 1.99 1.97 1.91 2/192 30024
/proc/meminfo: memFree=2327888/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 11146 0 1 0 2 0 0 0 25 0 13 0 981256545 10718699520 10841 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2616870 10841 1653 9 0 2607618 0
[pid=30024/tid=30025] ppid=30022 vsize=10467480 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 9997 0 1 0 2 0 0 0 25 0 13 0 981256545 10718699520 10841 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 47320357832328 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.100304 s]
/proc/loadavg: 1.99 1.97 1.91 2/192 30024
/proc/meminfo: memFree=2327888/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10539968 CPUtime=0.1 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 13099 0 1 0 9 1 0 0 25 0 18 0 981256545 10792927232 12762 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2634992 12763 2092 9 0 2625726 0
[pid=30024/tid=30025] ppid=30022 vsize=10539968 CPUtime=0.08 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 11164 0 1 0 7 1 0 0 18 0 18 0 981256545 10792927232 12763 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 47320361470772 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) 10539968

[startup+0.300263 s]
/proc/loadavg: 1.99 1.97 1.91 2/192 30024
/proc/meminfo: memFree=2327888/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10542028 CPUtime=0.49 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 16501 0 1 0 47 2 0 0 25 0 18 0 981256545 10795036672 15608 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2635507 15608 2209 9 0 2626241 0
[pid=30024/tid=30025] ppid=30022 vsize=10542028 CPUtime=0.28 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 13142 0 1 0 27 1 0 0 18 0 18 0 981256545 10795036672 15608 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912505228109 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10542028

[startup+0.700194 s]
/proc/loadavg: 1.99 1.97 1.91 2/192 30024
/proc/meminfo: memFree=2327888/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10544180 CPUtime=1.41 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 21221 0 1 0 139 2 0 0 25 0 19 0 981256545 10797240320 18178 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2636045 18178 2224 9 0 2626779 0
[pid=30024/tid=30025] ppid=30022 vsize=10544180 CPUtime=0.68 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 14114 0 1 0 67 1 0 0 19 0 19 0 981256545 10797240320 18178 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912505659361 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10544180

[startup+1.50104 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 30043
/proc/meminfo: memFree=2262048/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10544180 CPUtime=2.31 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 22754 0 1 0 228 3 0 0 25 0 19 0 981256545 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2636045 19704 2252 9 0 2626779 0
[pid=30024/tid=30025] ppid=30022 vsize=10544180 CPUtime=1.46 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 14662 0 1 0 145 1 0 0 20 0 19 0 981256545 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912505366468 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30024/tid=30027] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30027/stat : 30027 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30028] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30028/stat : 30028 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30029] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30029/stat : 30029 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30030] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30030/stat : 30030 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30031] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30031/stat : 30031 (java) S 30022 30024 27812 0 -1 4202560 27 0 0 0 0 0 0 0 18 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30032] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30032/stat : 30032 (java) S 30022 30024 27812 0 -1 4202560 26 0 0 0 0 0 0 0 17 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30033] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30033/stat : 30033 (java) S 30022 30024 27812 0 -1 4202560 232 0 0 0 0 0 0 0 18 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30034] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30034/stat : 30034 (java) S 30022 30024 27812 0 -1 4202560 200 0 0 0 0 0 0 0 18 0 19 0 981256547 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30035] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30035/stat : 30035 (java) S 30022 30024 27812 0 -1 4202560 484 0 0 0 1 0 0 0 16 0 19 0 981256548 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 0 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30036] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30036/stat : 30036 (java) S 30022 30024 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30037] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30037/stat : 30037 (java) S 30022 30024 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30038] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30038/stat : 30038 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469889457 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30039] ppid=30022 vsize=10544180 CPUtime=0.41 cores=1,3,5,7
/proc/30024/task/30039/stat : 30039 (java) S 30022 30024 27812 0 -1 4202560 3891 0 0 0 41 0 0 0 17 0 19 0 981256551 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30040] ppid=30022 vsize=10544180 CPUtime=0.39 cores=1,3,5,7
/proc/30024/task/30040/stat : 30040 (java) S 30022 30024 27812 0 -1 4202560 2076 0 0 0 39 0 0 0 15 0 19 0 981256551 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30041] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30041/stat : 30041 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30042] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30042/stat : 30042 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981256551 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30043] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30043/stat : 30043 (java) S 30022 30024 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981256576 10797240320 19704 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10544180

[startup+3.10075 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 30043
/proc/meminfo: memFree=2255872/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10544180 CPUtime=3.99 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 23267 0 1 0 396 3 0 0 25 0 19 0 981256545 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2636045 20212 2252 9 0 2626779 0
[pid=30024/tid=30025] ppid=30022 vsize=10544180 CPUtime=2.98 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 14668 0 1 0 297 1 0 0 25 0 19 0 981256545 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912505647057 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=30024/tid=30027] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30027/stat : 30027 (java) S 30022 30024 27812 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30028] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30028/stat : 30028 (java) S 30022 30024 27812 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30029] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30029/stat : 30029 (java) S 30022 30024 27812 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30030] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30030/stat : 30030 (java) S 30022 30024 27812 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30031] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30031/stat : 30031 (java) S 30022 30024 27812 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30032] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30032/stat : 30032 (java) S 30022 30024 27812 0 -1 4202560 28 0 0 0 0 0 0 0 16 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30033] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30033/stat : 30033 (java) S 30022 30024 27812 0 -1 4202560 232 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30034] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30034/stat : 30034 (java) S 30022 30024 27812 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30035] ppid=30022 vsize=10544180 CPUtime=0.08 cores=1,3,5,7
/proc/30024/task/30035/stat : 30035 (java) S 30022 30024 27812 0 -1 4202560 651 0 0 0 8 0 0 0 16 0 19 0 981256548 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 0 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30036] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30036/stat : 30036 (java) S 30022 30024 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30037] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30037/stat : 30037 (java) S 30022 30024 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30038] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30038/stat : 30038 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469889457 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30039] ppid=30022 vsize=10544180 CPUtime=0.47 cores=1,3,5,7
/proc/30024/task/30039/stat : 30039 (java) S 30022 30024 27812 0 -1 4202560 3910 0 0 0 47 0 0 0 15 0 19 0 981256551 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30040] ppid=30022 vsize=10544180 CPUtime=0.41 cores=1,3,5,7
/proc/30024/task/30040/stat : 30040 (java) S 30022 30024 27812 0 -1 4202560 2078 0 0 0 41 0 0 0 15 0 19 0 981256551 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30041] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30041/stat : 30041 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30042] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30042/stat : 30042 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981256551 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30043] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30043/stat : 30043 (java) S 30022 30024 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981256576 10797240320 20212 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 10544180

[startup+6.30115 s]
/proc/loadavg: 1.99 1.97 1.91 3/211 30043
/proc/meminfo: memFree=2253736/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10544180 CPUtime=7.2 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 23684 0 1 0 717 3 0 0 25 0 19 0 981256545 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2636045 20614 2252 9 0 2626779 0
[pid=30024/tid=30025] ppid=30022 vsize=10544180 CPUtime=6.09 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 14675 0 1 0 608 1 0 0 25 0 19 0 981256545 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912505647310 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30024/tid=30027] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30027/stat : 30027 (java) S 30022 30024 27812 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30028] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30028/stat : 30028 (java) S 30022 30024 27812 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30029] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30029/stat : 30029 (java) S 30022 30024 27812 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30030] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30030/stat : 30030 (java) S 30022 30024 27812 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30031] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30031/stat : 30031 (java) S 30022 30024 27812 0 -1 4202560 130 0 0 0 0 0 0 0 16 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30032] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30032/stat : 30032 (java) S 30022 30024 27812 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30033] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30033/stat : 30033 (java) S 30022 30024 27812 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30034] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30034/stat : 30034 (java) S 30022 30024 27812 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 19 0 981256547 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30035] ppid=30022 vsize=10544180 CPUtime=0.16 cores=1,3,5,7
/proc/30024/task/30035/stat : 30035 (java) S 30022 30024 27812 0 -1 4202560 837 0 0 0 16 0 0 0 15 0 19 0 981256548 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 0 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30036] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30036/stat : 30036 (java) S 30022 30024 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30037] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30037/stat : 30037 (java) S 30022 30024 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30038] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30038/stat : 30038 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469889457 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30039] ppid=30022 vsize=10544180 CPUtime=0.48 cores=1,3,5,7
/proc/30024/task/30039/stat : 30039 (java) S 30022 30024 27812 0 -1 4202560 3910 0 0 0 48 0 0 0 15 0 19 0 981256551 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30040] ppid=30022 vsize=10544180 CPUtime=0.41 cores=1,3,5,7
/proc/30024/task/30040/stat : 30040 (java) S 30022 30024 27812 0 -1 4202560 2078 0 0 0 41 0 0 0 15 0 19 0 981256551 10797240320 20614 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0

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

/proc/30024/task/30028/stat : 30028 (java) S 30022 30024 27812 0 -1 4202560 104 0 0 0 1 0 0 0 16 0 19 0 981256547 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30029] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30029/stat : 30029 (java) S 30022 30024 27812 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30030] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30030/stat : 30030 (java) S 30022 30024 27812 0 -1 4202560 62 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30031] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30031/stat : 30031 (java) S 30022 30024 27812 0 -1 4202560 130 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30032] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30032/stat : 30032 (java) S 30022 30024 27812 0 -1 4202560 99 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30033] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30033/stat : 30033 (java) S 30022 30024 27812 0 -1 4202560 234 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30034] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30034/stat : 30034 (java) S 30022 30024 27812 0 -1 4202560 218 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30035] ppid=30022 vsize=10544180 CPUtime=0.62 cores=1,3,5,7
/proc/30024/task/30035/stat : 30035 (java) R 30022 30024 27812 0 -1 4202560 989 0 0 0 62 0 0 0 15 0 19 0 981256548 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 47320355902008 0 0 0 16800975 0 0 0 -1 3 0 0 0
[pid=30024/tid=30036] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30036/stat : 30036 (java) S 30022 30024 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30037] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30037/stat : 30037 (java) S 30022 30024 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30038] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30038/stat : 30038 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469889457 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30039] ppid=30022 vsize=10544180 CPUtime=0.48 cores=1,3,5,7
/proc/30024/task/30039/stat : 30039 (java) S 30022 30024 27812 0 -1 4202560 3910 0 0 0 48 0 0 0 15 0 19 0 981256551 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30040] ppid=30022 vsize=10544180 CPUtime=0.41 cores=1,3,5,7
/proc/30024/task/30040/stat : 30040 (java) S 30022 30024 27812 0 -1 4202560 2078 0 0 0 41 0 0 0 15 0 19 0 981256551 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30041] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30041/stat : 30041 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30042] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30042/stat : 30042 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981256551 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30043] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30043/stat : 30043 (java) S 30022 30024 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981256576 10797240320 20777 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 26.44
Current children cumulated vsize (KiB) 10544180

[startup+51.1008 s]
/proc/loadavg: 2.33 2.05 1.94 3/211 30044
/proc/meminfo: memFree=2234988/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10544180 CPUtime=52.84 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 33921 0 1 0 5278 6 0 0 25 0 19 0 981256545 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2636045 24998 2254 9 0 2626779 0
[pid=30024/tid=30025] ppid=30022 vsize=10544180 CPUtime=49.67 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 14748 0 1 0 4966 1 0 0 18 0 19 0 981256545 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912505647285 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30024/tid=30027] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30027/stat : 30027 (java) S 30022 30024 27812 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30028] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30028/stat : 30028 (java) S 30022 30024 27812 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30029] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30029/stat : 30029 (java) S 30022 30024 27812 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30030] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30030/stat : 30030 (java) S 30022 30024 27812 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30031] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30031/stat : 30031 (java) S 30022 30024 27812 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30032] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30032/stat : 30032 (java) S 30022 30024 27812 0 -1 4202560 105 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30033] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30033/stat : 30033 (java) S 30022 30024 27812 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30034] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30034/stat : 30034 (java) S 30022 30024 27812 0 -1 4202560 218 0 0 0 2 0 0 0 16 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30035] ppid=30022 vsize=10544180 CPUtime=1.28 cores=1,3,5,7
/proc/30024/task/30035/stat : 30035 (java) S 30022 30024 27812 0 -1 4202560 1159 0 0 0 127 1 0 0 16 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 0 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30036] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30036/stat : 30036 (java) S 30022 30024 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30037] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30037/stat : 30037 (java) S 30022 30024 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30038] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30038/stat : 30038 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469889457 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30039] ppid=30022 vsize=10544180 CPUtime=1.19 cores=1,3,5,7
/proc/30024/task/30039/stat : 30039 (java) S 30022 30024 27812 0 -1 4202560 13700 0 0 0 118 1 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30040] ppid=30022 vsize=10544180 CPUtime=0.46 cores=1,3,5,7
/proc/30024/task/30040/stat : 30040 (java) S 30022 30024 27812 0 -1 4202560 2090 0 0 0 46 0 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30041] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30041/stat : 30041 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30042] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30042/stat : 30042 (java) S 30022 30024 27812 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30043] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30043/stat : 30043 (java) S 30022 30024 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981256576 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 52.84
Current children cumulated vsize (KiB) 10544180

Solver just ended. Dumping a history of the last processes samples

[startup+51.3008 s]
/proc/loadavg: 2.33 2.05 1.94 3/211 30044
/proc/meminfo: memFree=2234988/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10544180 CPUtime=53.04 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 33921 0 1 0 5298 6 0 0 25 0 19 0 981256545 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2636045 24998 2254 9 0 2626779 0
[pid=30024/tid=30025] ppid=30022 vsize=10544180 CPUtime=49.87 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 14748 0 1 0 4986 1 0 0 18 0 19 0 981256545 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912505709344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30024/tid=30027] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30027/stat : 30027 (java) S 30022 30024 27812 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30028] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30028/stat : 30028 (java) S 30022 30024 27812 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30029] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30029/stat : 30029 (java) S 30022 30024 27812 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30030] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30030/stat : 30030 (java) S 30022 30024 27812 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30031] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30031/stat : 30031 (java) S 30022 30024 27812 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30032] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30032/stat : 30032 (java) S 30022 30024 27812 0 -1 4202560 105 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30033] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30033/stat : 30033 (java) S 30022 30024 27812 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30034] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30034/stat : 30034 (java) S 30022 30024 27812 0 -1 4202560 218 0 0 0 2 0 0 0 16 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30035] ppid=30022 vsize=10544180 CPUtime=1.28 cores=1,3,5,7
/proc/30024/task/30035/stat : 30035 (java) S 30022 30024 27812 0 -1 4202560 1159 0 0 0 127 1 0 0 16 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 0 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30036] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30036/stat : 30036 (java) S 30022 30024 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30037] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30037/stat : 30037 (java) S 30022 30024 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30038] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30038/stat : 30038 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469889457 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30039] ppid=30022 vsize=10544180 CPUtime=1.19 cores=1,3,5,7
/proc/30024/task/30039/stat : 30039 (java) S 30022 30024 27812 0 -1 4202560 13700 0 0 0 118 1 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30040] ppid=30022 vsize=10544180 CPUtime=0.46 cores=1,3,5,7
/proc/30024/task/30040/stat : 30040 (java) S 30022 30024 27812 0 -1 4202560 2090 0 0 0 46 0 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30041] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30041/stat : 30041 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30042] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30042/stat : 30042 (java) S 30022 30024 27812 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30043] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30043/stat : 30043 (java) S 30022 30024 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981256576 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.04
Current children cumulated vsize (KiB) 10544180

[startup+51.4008 s]
/proc/loadavg: 2.33 2.05 1.94 3/211 30044
/proc/meminfo: memFree=2234988/32951124 swapFree=67062556/67111528
[pid=30024] ppid=30022 vsize=10544180 CPUtime=53.14 cores=1,3,5,7
/proc/30024/stat : 30024 (java) S 30022 30024 27812 0 -1 4202496 33921 0 1 0 5308 6 0 0 25 0 19 0 981256545 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469868517 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30024/statm: 2636045 24998 2254 9 0 2626779 0
[pid=30024/tid=30025] ppid=30022 vsize=10544180 CPUtime=49.97 cores=1,3,5,7
/proc/30024/task/30025/stat : 30025 (java) R 30022 30024 27812 0 -1 4202560 14748 0 1 0 4996 1 0 0 18 0 19 0 981256545 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 46912506011472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30024/tid=30027] ppid=30022 vsize=10544180 CPUtime=0.01 cores=1,3,5,7
/proc/30024/task/30027/stat : 30027 (java) S 30022 30024 27812 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30028] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30028/stat : 30028 (java) S 30022 30024 27812 0 -1 4202560 106 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30029] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30029/stat : 30029 (java) S 30022 30024 27812 0 -1 4202560 14 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30030] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30030/stat : 30030 (java) S 30022 30024 27812 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30031] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30031/stat : 30031 (java) S 30022 30024 27812 0 -1 4202560 130 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30032] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30032/stat : 30032 (java) S 30022 30024 27812 0 -1 4202560 105 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30033] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30033/stat : 30033 (java) S 30022 30024 27812 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
[pid=30024/tid=30034] ppid=30022 vsize=10544180 CPUtime=0.02 cores=1,3,5,7
/proc/30024/task/30034/stat : 30034 (java) S 30022 30024 27812 0 -1 4202560 218 0 0 0 2 0 0 0 16 0 19 0 981256547 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30035] ppid=30022 vsize=10544180 CPUtime=1.28 cores=1,3,5,7
/proc/30024/task/30035/stat : 30035 (java) S 30022 30024 27812 0 -1 4202560 1159 0 0 0 127 1 0 0 16 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 0 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30036] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30036/stat : 30036 (java) S 30022 30024 27812 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30037] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30037/stat : 30037 (java) S 30022 30024 27812 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 981256548 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30038] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30038/stat : 30038 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469889457 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30039] ppid=30022 vsize=10544180 CPUtime=1.19 cores=1,3,5,7
/proc/30024/task/30039/stat : 30039 (java) S 30022 30024 27812 0 -1 4202560 13700 0 0 0 118 1 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 1 0 0 0
[pid=30024/tid=30040] ppid=30022 vsize=10544180 CPUtime=0.46 cores=1,3,5,7
/proc/30024/task/30040/stat : 30040 (java) S 30022 30024 27812 0 -1 4202560 2090 0 0 0 46 0 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 5 0 0 0
[pid=30024/tid=30041] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30041/stat : 30041 (java) S 30022 30024 27812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469881753 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30042] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30042/stat : 30042 (java) S 30022 30024 27812 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981256551 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 3 0 0 0
[pid=30024/tid=30043] ppid=30022 vsize=10544180 CPUtime=0 cores=1,3,5,7
/proc/30024/task/30043/stat : 30043 (java) S 30022 30024 27812 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981256576 10797240320 24998 33554432000 1073741824 1073778376 140735605992864 18446744073709551615 252469882368 0 4 0 16800975 18446604455928622080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 53.14
Current children cumulated vsize (KiB) 10544180

Child status: 30
Real time (s): 51.4728
CPU time (s): 53.2199
CPU user time (s): 53.1529
CPU system time (s): 0.066989
CPU usage (%): 103.394
Max. virtual memory (cumulated for all children) (KiB): 10544180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.1529
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33948
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= 3658
involuntary context switches= 1719

runsolver used 0.076988 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-12 22:24:21
IDJOB=3492660
IDBENCH=78944
IDSOLVER=1982
FILE ID=node111/3492660-1307910261
RUNJOBID= node111-1307908264-29685
PBS_JOBID= 13559593
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 9807244e443328f735b38c92df34bd91
RANDOM SEED=1185969569

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       2328192 kB
Buffers:         61156 kB
Cached:       29532068 kB
SwapCached:      11248 kB
Active:       14713404 kB
Inactive:     14980140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       2328192 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:             176 kB
Writeback:           0 kB
AnonPages:       97752 kB
Mapped:          18476 kB
Slab:           865280 kB
PageTables:       3776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10519596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node111 at 2011-06-12 22:25:12