Trace number 2698617

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 PB Resolution 2.2.1OPTIMUM 64.3342 62.9642

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-0-100-0.wbo
MD5SUM86727f41c04b3a3cda96c180ef39a0ad
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark0.202968
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.09	c Pseudo Boolean Optimization
0.11/0.09	c --- Begin Solver configuration ---
0.11/0.09	c Stops conflict analysis at the first Unique Implication Point
0.11/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.09	c Learn all clauses as in MiniSAT
0.11/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.09	c Expensive reason simplification
0.11/0.09	c Armin Biere (Picosat) restarts strategy
0.11/0.09	c Glucose learned constraints deletion strategy
0.11/0.09	c timeout=2147483s
0.11/0.09	c DB Simplification allowed=false
0.11/0.09	c --- End Solver configuration ---
0.11/0.09	c solving HOME/instance-2698617-1278327321.wbo
0.11/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.32/0.21	c SATISFIABLE
0.32/0.21	c OPTIMIZING...
0.32/0.21	c Got one! Elapsed wall clock time (in seconds):0.115
0.32/0.21	o 886
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.152
0.32/0.25	o 744
0.32/0.29	c Got one! Elapsed wall clock time (in seconds):0.198
0.32/0.29	o 693
0.61/0.31	c Got one! Elapsed wall clock time (in seconds):0.218
0.61/0.31	o 563
0.61/0.34	c Got one! Elapsed wall clock time (in seconds):0.241
0.61/0.34	o 492
0.61/0.36	c Got one! Elapsed wall clock time (in seconds):0.263
0.61/0.36	o 466
0.61/0.37	c Got one! Elapsed wall clock time (in seconds):0.28
0.61/0.37	o 442
0.78/0.40	c Got one! Elapsed wall clock time (in seconds):0.31
0.78/0.40	o 420
0.78/0.43	c Got one! Elapsed wall clock time (in seconds):0.335
0.78/0.43	o 414
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.372
0.78/0.47	o 389
0.91/0.51	c Got one! Elapsed wall clock time (in seconds):0.412
0.91/0.51	o 372
1.02/0.64	c cleaning 2497 clauses out of 5002 with flag 5002/5002
1.57/1.14	c cleaning 4250 clauses out of 8505 with flag 11002/11002
1.57/1.19	c Got one! Elapsed wall clock time (in seconds):1.095
1.57/1.19	o 365
1.66/1.25	c Got one! Elapsed wall clock time (in seconds):1.157
1.66/1.25	o 338
1.77/1.34	c Got one! Elapsed wall clock time (in seconds):1.246
1.77/1.34	o 332
1.87/1.47	c Got one! Elapsed wall clock time (in seconds):1.373
1.87/1.47	o 326
1.97/1.55	c Got one! Elapsed wall clock time (in seconds):1.451
1.97/1.55	o 315
1.97/1.58	c cleaning 5624 clauses out of 11254 with flag 18001/18001
2.08/1.63	c Got one! Elapsed wall clock time (in seconds):1.539
2.08/1.63	o 254
2.21/1.77	c Got one! Elapsed wall clock time (in seconds):1.673
2.21/1.77	o 241
2.52/2.08	c Got one! Elapsed wall clock time (in seconds):1.989
2.52/2.08	o 235
2.63/2.12	c cleaning 6812 clauses out of 13629 with flag 26000/26000
2.63/2.17	c Got one! Elapsed wall clock time (in seconds):2.08
2.63/2.17	o 233
3.14/2.69	c cleaning 7906 clauses out of 15818 with flag 35001/35001
3.54/3.03	c Got one! Elapsed wall clock time (in seconds):2.938
3.54/3.03	o 226
3.64/3.15	c Got one! Elapsed wall clock time (in seconds):3.058
3.64/3.15	o 207
3.85/3.34	c cleaning 8952 clauses out of 17913 with flag 45002/45002
4.55/4.06	c cleaning 9479 clauses out of 18959 with flag 55000/55000
4.96/4.49	c Got one! Elapsed wall clock time (in seconds):4.399
4.96/4.49	o 202
5.45/4.72	c cleaning 9738 clauses out of 19481 with flag 65001/65001
5.45/4.78	c Got one! Elapsed wall clock time (in seconds):4.685
5.45/4.78	o 193
6.38/5.41	c cleaning 9861 clauses out of 19742 with flag 75000/75000
6.58/5.69	c Got one! Elapsed wall clock time (in seconds):5.596
6.58/5.69	o 166
7.09/6.10	c cleaning 9939 clauses out of 19884 with flag 85003/85003
7.39/6.48	c Got one! Elapsed wall clock time (in seconds):6.387
7.39/6.48	o 154
7.60/6.68	c Got one! Elapsed wall clock time (in seconds):6.584
7.60/6.68	o 144
7.81/6.84	c cleaning 9969 clauses out of 19945 with flag 95003/95003
8.51/7.54	c cleaning 9984 clauses out of 19973 with flag 105000/105000
9.21/8.27	c cleaning 9991 clauses out of 19993 with flag 115004/115004
9.72/8.73	c Got one! Elapsed wall clock time (in seconds):8.637
9.72/8.73	o 140
9.91/8.92	c cleaning 9997 clauses out of 20001 with flag 125003/125003
10.61/9.61	c cleaning 9996 clauses out of 20003 with flag 135002/135002
11.21/10.25	c cleaning 10000 clauses out of 20005 with flag 145000/145000
11.92/10.92	c cleaning 9998 clauses out of 20005 with flag 155000/155000
12.51/11.55	c cleaning 9996 clauses out of 20007 with flag 165000/165000
13.02/12.01	c Got one! Elapsed wall clock time (in seconds):11.92
13.02/12.01	o 135
13.13/12.20	c cleaning 10005 clauses out of 20015 with flag 175004/175004
13.92/12.90	c cleaning 10000 clauses out of 20008 with flag 185002/185002
14.13/13.14	c Got one! Elapsed wall clock time (in seconds):13.046
14.13/13.14	o 123
14.52/13.58	c cleaning 9999 clauses out of 20007 with flag 195001/195001
15.12/14.18	c cleaning 9999 clauses out of 20008 with flag 205001/205001
15.83/14.83	c cleaning 10000 clauses out of 20009 with flag 215001/215001
16.04/15.08	c Got one! Elapsed wall clock time (in seconds):14.986
16.04/15.08	o 122
16.45/15.47	c cleaning 9998 clauses out of 20008 with flag 225000/225000
16.64/15.60	c Got one! Elapsed wall clock time (in seconds):15.502
16.64/15.60	o 121
17.18/16.11	c cleaning 10000 clauses out of 20012 with flag 235002/235002
17.18/16.13	c Got one! Elapsed wall clock time (in seconds):16.04
17.18/16.13	o 120
18.08/16.80	c cleaning 9998 clauses out of 20010 with flag 245000/245000
18.18/16.97	c Got one! Elapsed wall clock time (in seconds):16.873
18.18/16.97	o 117
18.68/17.47	c cleaning 9999 clauses out of 20012 with flag 255000/255000
19.39/18.14	c cleaning 9997 clauses out of 20014 with flag 265001/265001
20.09/18.89	c cleaning 10006 clauses out of 20018 with flag 275002/275002
20.79/19.56	c cleaning 9995 clauses out of 20010 with flag 285000/285000
21.50/20.23	c cleaning 10004 clauses out of 20015 with flag 295000/295000
22.00/20.77	c Got one! Elapsed wall clock time (in seconds):20.671
22.00/20.77	o 110
22.20/20.90	c cleaning 10003 clauses out of 20011 with flag 305000/305000
22.90/21.61	c cleaning 10003 clauses out of 20011 with flag 315003/315003
23.50/22.28	c cleaning 9999 clauses out of 20006 with flag 325001/325001
24.20/22.92	c cleaning 9996 clauses out of 20006 with flag 335000/335000
24.80/23.52	c cleaning 9999 clauses out of 20010 with flag 345000/345000
25.51/24.23	c cleaning 10001 clauses out of 20013 with flag 355002/355002
26.20/24.95	c cleaning 9996 clauses out of 20010 with flag 365000/365000
26.51/25.24	c Got one! Elapsed wall clock time (in seconds):25.149
26.51/25.24	o 93
26.80/25.58	c cleaning 10005 clauses out of 20016 with flag 375002/375002
27.50/26.25	c cleaning 9997 clauses out of 20009 with flag 385000/385000
28.22/26.96	c cleaning 10003 clauses out of 20013 with flag 395001/395001
28.92/27.62	c cleaning 10002 clauses out of 20009 with flag 405000/405000
29.52/28.27	c cleaning 9999 clauses out of 20007 with flag 415000/415000
30.22/28.93	c cleaning 10000 clauses out of 20009 with flag 425001/425001
30.42/29.19	c Got one! Elapsed wall clock time (in seconds):29.098
30.42/29.19	o 87
30.94/29.61	c cleaning 10002 clauses out of 20011 with flag 435003/435003
31.53/30.24	c cleaning 9999 clauses out of 20006 with flag 445000/445000
32.14/30.80	c cleaning 10000 clauses out of 20007 with flag 455000/455000
32.43/31.12	c Got one! Elapsed wall clock time (in seconds):31.025
32.43/31.12	o 62
32.64/31.36	c cleaning 10000 clauses out of 20009 with flag 465002/465002
33.24/31.94	c cleaning 10001 clauses out of 20010 with flag 475003/475003
33.74/32.48	c cleaning 9995 clauses out of 20006 with flag 485000/485000
34.34/33.07	c cleaning 10000 clauses out of 20013 with flag 495002/495002
34.84/33.58	c cleaning 10000 clauses out of 20011 with flag 505000/505000
35.54/34.22	c cleaning 10002 clauses out of 20012 with flag 515001/515001
36.14/34.80	c cleaning 9998 clauses out of 20009 with flag 525000/525000
36.24/34.92	c Got one! Elapsed wall clock time (in seconds):34.824
36.24/34.92	o 57
36.74/35.40	c cleaning 10003 clauses out of 20012 with flag 535001/535001
37.24/35.96	c cleaning 10001 clauses out of 20008 with flag 545000/545000
37.84/36.56	c cleaning 10003 clauses out of 20013 with flag 555006/555006
38.04/36.72	c Got one! Elapsed wall clock time (in seconds):36.622
38.04/36.72	o 54
38.44/37.12	c cleaning 9999 clauses out of 20004 with flag 565000/565000
39.04/37.73	c cleaning 9997 clauses out of 20005 with flag 575000/575000
39.54/38.30	c cleaning 10001 clauses out of 20008 with flag 585000/585000
40.04/38.76	c Got one! Elapsed wall clock time (in seconds):38.669
40.04/38.76	o 35
40.14/38.82	c cleaning 10002 clauses out of 20008 with flag 595001/595001
40.64/39.36	c cleaning 9999 clauses out of 20005 with flag 605000/605000
41.25/39.97	c cleaning 10001 clauses out of 20009 with flag 615003/615003
41.85/40.55	c cleaning 9997 clauses out of 20005 with flag 625000/625000
42.15/40.88	c Got one! Elapsed wall clock time (in seconds):40.784
42.15/40.88	o 31
42.45/41.16	c cleaning 10000 clauses out of 20010 with flag 635002/635002
43.06/41.73	c cleaning 9998 clauses out of 20009 with flag 645001/645001
43.55/42.25	c cleaning 10002 clauses out of 20012 with flag 655002/655002
44.06/42.76	c cleaning 9998 clauses out of 20009 with flag 665001/665001
44.66/43.31	c cleaning 10003 clauses out of 20011 with flag 675001/675001
45.27/43.93	c cleaning 10000 clauses out of 20010 with flag 685003/685003
45.76/44.47	c cleaning 9999 clauses out of 20009 with flag 695002/695002
46.37/45.04	c cleaning 10001 clauses out of 20008 with flag 705000/705000
46.86/45.50	c cleaning 9995 clauses out of 20007 with flag 715000/715000
47.27/45.97	c cleaning 10001 clauses out of 20012 with flag 725000/725000
47.76/46.42	c cleaning 10002 clauses out of 20011 with flag 735000/735000
48.17/46.89	c cleaning 10004 clauses out of 20011 with flag 745002/745002
48.67/47.38	c cleaning 9997 clauses out of 20005 with flag 755000/755000
49.16/47.82	c cleaning 10003 clauses out of 20012 with flag 765004/765004
49.56/48.24	c cleaning 10000 clauses out of 20005 with flag 775000/775000
49.96/48.68	c cleaning 9997 clauses out of 20006 with flag 785001/785001
50.46/49.11	c cleaning 9998 clauses out of 20008 with flag 795000/795000
50.87/49.55	c cleaning 10000 clauses out of 20010 with flag 805000/805000
51.36/50.00	c cleaning 10002 clauses out of 20010 with flag 815000/815000
51.76/50.44	c cleaning 10000 clauses out of 20010 with flag 825002/825002
52.16/50.86	c cleaning 10002 clauses out of 20009 with flag 835001/835001
52.66/51.30	c cleaning 9998 clauses out of 20006 with flag 845000/845000
53.16/51.82	c cleaning 9999 clauses out of 20009 with flag 855001/855001
53.56/52.25	c cleaning 10000 clauses out of 20009 with flag 865000/865000
53.96/52.67	c cleaning 10001 clauses out of 20010 with flag 875001/875001
54.47/53.10	c cleaning 10003 clauses out of 20012 with flag 885004/885004
54.87/53.53	c cleaning 9997 clauses out of 20006 with flag 895001/895001
54.87/53.58	c Got one! Elapsed wall clock time (in seconds):53.484
54.87/53.58	o 12
55.28/53.99	c cleaning 10001 clauses out of 20010 with flag 905002/905002
55.77/54.46	c cleaning 9997 clauses out of 20007 with flag 915000/915000
56.28/54.91	c cleaning 10001 clauses out of 20012 with flag 925002/925002
56.77/55.43	c cleaning 10002 clauses out of 20010 with flag 935001/935001
57.17/55.89	c cleaning 10001 clauses out of 20011 with flag 945004/945004
57.77/56.42	c cleaning 9999 clauses out of 20007 with flag 955001/955001
58.17/56.89	c cleaning 10001 clauses out of 20007 with flag 965000/965000
58.67/57.35	c cleaning 10000 clauses out of 20006 with flag 975000/975000
59.07/57.79	c cleaning 9999 clauses out of 20006 with flag 985000/985000
59.57/58.21	c cleaning 10000 clauses out of 20007 with flag 995000/995000
59.67/58.33	c Got one! Elapsed wall clock time (in seconds):58.232
59.67/58.33	o 2
60.07/58.70	c cleaning 10000 clauses out of 20007 with flag 1005000/1005000
60.47/59.15	c cleaning 9998 clauses out of 20008 with flag 1015001/1015001
60.87/59.56	c cleaning 9998 clauses out of 20010 with flag 1025001/1025001
61.37/60.01	c cleaning 10003 clauses out of 20011 with flag 1035000/1035000
61.78/60.45	c cleaning 10004 clauses out of 20012 with flag 1045004/1045004
62.28/60.90	c cleaning 10000 clauses out of 20005 with flag 1055002/1055002
62.68/61.33	c cleaning 10000 clauses out of 20004 with flag 1065001/1065001
63.08/61.74	c cleaning 9997 clauses out of 20004 with flag 1075001/1075001
63.48/62.18	c cleaning 10001 clauses out of 20008 with flag 1085002/1085002
63.99/62.64	c cleaning 10001 clauses out of 20006 with flag 1095001/1095001
64.29/62.92	c starts		: 215
64.29/62.92	c conflicts		: 1101735
64.29/62.92	c decisions		: 1786559
64.29/62.92	c propagations		: 29924961
64.29/62.92	c inspects		: 297355195
64.29/62.92	c learnt literals	: 6
64.29/62.92	c learnt binary clauses	: 94
64.29/62.92	c learnt ternary clauses	: 1120
64.29/62.92	c learnt clauses	: 1101728
64.29/62.92	c ignored clauses	: 0
64.29/62.92	c root simplifications	: 0
64.29/62.92	c removed literals (reason simplification)	: 6577722
64.29/62.92	c reason swapping (by a shorter reason)	: 0
64.29/62.92	c Calls to reduceDB	: 111
64.29/62.92	c number of reductions to clauses (during analyze)	: 0
64.29/62.92	c number of learned constraints concerned by reduction	: 0
64.29/62.92	c number of learning phase by resolution	: 0
64.29/62.92	c number of learning phase by cutting planes	: 0
64.29/62.92	c speed (assignments/second)	: 6515340.953625082
64.29/62.92	c non guided choices	2599
64.29/62.92	c learnt constraints type 
64.29/62.92	c constraints type 
64.29/62.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
64.29/62.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
64.29/62.92	s OPTIMUM FOUND
64.29/62.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 
64.29/62.92	c objective function=2
64.29/62.92	c Total wall clock time (in seconds): 62.826

Verifier Data

OK	2

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698617-1278327321/watcher-2698617-1278327321 -o /tmp/evaluation-result-2698617-1278327321/solver-2698617-1278327321 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698617-1278327321.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 4255
/proc/meminfo: memFree=32321032/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=13164 CPUtime=0
/proc/4255/stat : 4255 (java) R 4253 4255 3855 0 -1 4194304 721 0 0 0 0 0 0 0 25 0 1 0 944400 13479936 317 4089446400 134512640 134550932 4294893808 18446744073709551615 3307141 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4255/statm: 3291 323 142 10 0 1121 0

[startup+0.098552 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 4255
/proc/meminfo: memFree=32321032/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1529952 CPUtime=0.11
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 5213 0 1 0 10 1 0 0 25 0 18 0 944400 1566670848 4649 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 382488 4649 1345 10 0 379791 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529952

[startup+0.100552 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 4255
/proc/meminfo: memFree=32321032/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1529952 CPUtime=0.11
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 5227 0 1 0 10 1 0 0 25 0 18 0 944400 1566670848 4663 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 382488 4663 1347 10 0 379791 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529952

[startup+0.301517 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 4255
/proc/meminfo: memFree=32321032/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1532696 CPUtime=0.61
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 7104 0 1 0 60 1 0 0 25 0 19 0 944400 1569480704 6101 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 383174 6101 1421 10 0 380477 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1532696

[startup+0.700438 s]
/proc/loadavg: 1.92 1.98 1.91 3/196 4255
/proc/meminfo: memFree=32321032/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1532696 CPUtime=1.14
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 10360 0 1 0 112 2 0 0 25 0 19 0 944400 1569480704 9146 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 383174 9146 1439 10 0 380477 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1532696

[startup+1.50129 s]
/proc/loadavg: 1.92 1.98 1.91 3/215 4274
/proc/meminfo: memFree=32289832/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1532696 CPUtime=1.97
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 11005 0 1 0 195 2 0 0 25 0 19 0 944400 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 383174 9789 1439 10 0 380477 0
[pid=4255/tid=4257] ppid=4253 vsize=1532696 CPUtime=1.46
/proc/4255/task/4257/stat : 4257 (java) R 4253 4255 3855 0 -1 4202560 7044 0 1 0 145 1 0 0 25 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4109331298 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4255/tid=4258] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4259] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4253 4255 3855 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4260] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4261] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4261/stat : 4261 (java) S 4253 4255 3855 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4262] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4263] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4253 4255 3855 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4264] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4264/stat : 4264 (java) S 4253 4255 3855 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4265] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4265/stat : 4265 (java) S 4253 4255 3855 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4266] ppid=4253 vsize=1532696 CPUtime=0.01
/proc/4255/task/4266/stat : 4266 (java) S 4253 4255 3855 0 -1 4202560 354 0 0 0 1 0 0 0 16 0 19 0 944402 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4267] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4267/stat : 4267 (java) S 4253 4255 3855 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944403 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4268] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4268/stat : 4268 (java) S 4253 4255 3855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 944403 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4269] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4269/stat : 4269 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944405 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4270] ppid=4253 vsize=1532696 CPUtime=0.25
/proc/4255/task/4270/stat : 4270 (java) S 4253 4255 3855 0 -1 4202560 1132 0 0 0 25 0 0 0 15 0 19 0 944405 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4271] ppid=4253 vsize=1532696 CPUtime=0.21
/proc/4255/task/4271/stat : 4271 (java) S 4253 4255 3855 0 -1 4202560 901 0 0 0 21 0 0 0 15 0 19 0 944405 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 7 0 0 0
[pid=4255/tid=4272] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4272/stat : 4272 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 944405 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4273] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4273/stat : 4273 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 944405 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4274] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4274/stat : 4274 (java) S 4253 4255 3855 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 944416 1569480704 9789 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1532696

[startup+3.10099 s]
/proc/loadavg: 1.92 1.98 1.91 3/215 4274
/proc/meminfo: memFree=32284748/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1532696 CPUtime=3.64
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 13404 0 1 0 362 2 0 0 25 0 19 0 944400 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 383174 12125 1440 10 0 380477 0
[pid=4255/tid=4257] ppid=4253 vsize=1532696 CPUtime=3.02
/proc/4255/task/4257/stat : 4257 (java) R 4253 4255 3855 0 -1 4202560 8636 0 1 0 301 1 0 0 25 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4109569943 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4255/tid=4258] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4259] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4253 4255 3855 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4260] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4253 4255 3855 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4261] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4261/stat : 4261 (java) S 4253 4255 3855 0 -1 4202560 278 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4262] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4253 4255 3855 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4263] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4253 4255 3855 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4264] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4264/stat : 4264 (java) S 4253 4255 3855 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4265] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4265/stat : 4265 (java) S 4253 4255 3855 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 944401 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4266] ppid=4253 vsize=1532696 CPUtime=0.04
/proc/4255/task/4266/stat : 4266 (java) S 4253 4255 3855 0 -1 4202560 558 0 0 0 4 0 0 0 15 0 19 0 944402 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4267] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4267/stat : 4267 (java) S 4253 4255 3855 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944403 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4268] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4268/stat : 4268 (java) S 4253 4255 3855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 944403 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4269] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4269/stat : 4269 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944405 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4270] ppid=4253 vsize=1532696 CPUtime=0.27
/proc/4255/task/4270/stat : 4270 (java) S 4253 4255 3855 0 -1 4202560 1134 0 0 0 27 0 0 0 15 0 19 0 944405 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4271] ppid=4253 vsize=1532696 CPUtime=0.27
/proc/4255/task/4271/stat : 4271 (java) S 4253 4255 3855 0 -1 4202560 972 0 0 0 27 0 0 0 15 0 19 0 944405 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 7 0 0 0
[pid=4255/tid=4272] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4272/stat : 4272 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 944405 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4273] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4273/stat : 4273 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 944405 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4274] ppid=4253 vsize=1532696 CPUtime=0
/proc/4255/task/4274/stat : 4274 (java) S 4253 4255 3855 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 944416 1569480704 12125 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1532696

[startup+6.30141 s]
/proc/loadavg: 1.93 1.98 1.91 4/215 4275
/proc/meminfo: memFree=32256972/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1544024 CPUtime=7.29
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 21587 0 1 0 725 4 0 0 25 0 19 0 944400 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 386006 16977 1442 10 0 383309 0
[pid=4255/tid=4257] ppid=4253 vsize=1544024 CPUtime=6.16
/proc/4255/task/4257/stat : 4257 (java) R 4253 4255 3855 0 -1 4202560 10418 0 1 0 614 2 0 0 25 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4109505488 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4255/tid=4258] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4259] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4259/stat : 4259 (java) S 4253 4255 3855 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4260] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4260/stat : 4260 (java) S 4253 4255 3855 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4261] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4261/stat : 4261 (java) S 4253 4255 3855 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4262] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4262/stat : 4262 (java) S 4253 4255 3855 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4263] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4263/stat : 4263 (java) S 4253 4255 3855 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4264] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4264/stat : 4264 (java) S 4253 4255 3855 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4265] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4265/stat : 4265 (java) S 4253 4255 3855 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4266] ppid=4253 vsize=1544024 CPUtime=0.09
/proc/4255/task/4266/stat : 4266 (java) S 4253 4255 3855 0 -1 4202560 787 0 0 0 9 0 0 0 15 0 19 0 944402 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4267] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4267/stat : 4267 (java) S 4253 4255 3855 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944403 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4268] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4268/stat : 4268 (java) S 4253 4255 3855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 944403 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4269] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4269/stat : 4269 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944405 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4270] ppid=4253 vsize=1544024 CPUtime=0.38
/proc/4255/task/4270/stat : 4270 (java) S 4253 4255 3855 0 -1 4202560 1941 0 0 0 38 0 0 0 15 0 19 0 944405 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4271] ppid=4253 vsize=1544024 CPUtime=0.6
/proc/4255/task/4271/stat : 4271 (java) S 4253 4255 3855 0 -1 4202560 6289 0 0 0 60 0 0 0 16 0 19 0 944405 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 7 0 0 0
[pid=4255/tid=4272] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4272/stat : 4272 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 944405 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4273] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4273/stat : 4273 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 944405 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4274] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4274/stat : 4274 (java) S 4253 4255 3855 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 944416 1581080576 16977 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 1544024

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.91 3/215 4275
/proc/meminfo: memFree=32254732/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1544024 CPUtime=13.72
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 22146 0 1 0 1368 4 0 0 25 0 19 0 944400 1581080576 17519 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 386006 17519 1444 10 0 383309 0
[pid=4255/tid=4257] ppid=4253 vsize=1544024 CPUtime=12.45
/proc/4255/task/4257/stat : 4257 (java) R 4253 4255 3855 0 -1 4202560 10848 0 1 0 1243 2 0 0 25 0 19 0 944401 1581080576 17519 4089446400 134512640 134550932 4294893808 18446744073709551615 4109505670 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4255/tid=4258] ppid=4253 vsize=1544024 CPUtime=0
/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 944401 1581080576 17519 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0

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

/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4259] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4259/stat : 4259 (java) S 4253 4255 3855 0 -1 4202560 68 0 0 0 3 0 0 0 16 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4260] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4260/stat : 4260 (java) S 4253 4255 3855 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4261] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4261/stat : 4261 (java) S 4253 4255 3855 0 -1 4202560 283 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4262] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4262/stat : 4262 (java) S 4253 4255 3855 0 -1 4202560 88 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4263] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4263/stat : 4263 (java) S 4253 4255 3855 0 -1 4202560 175 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4264] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4264/stat : 4264 (java) S 4253 4255 3855 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4265] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4265/stat : 4265 (java) S 4253 4255 3855 0 -1 4202560 119 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4266] ppid=4253 vsize=1539792 CPUtime=1.18
/proc/4255/task/4266/stat : 4266 (java) S 4253 4255 3855 0 -1 4202560 1244 0 0 0 116 2 0 0 15 0 19 0 944402 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4267] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4267/stat : 4267 (java) S 4253 4255 3855 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4268] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4268/stat : 4268 (java) S 4253 4255 3855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4269] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4269/stat : 4269 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4270] ppid=4253 vsize=1539792 CPUtime=0.69
/proc/4255/task/4270/stat : 4270 (java) S 4253 4255 3855 0 -1 4202560 5098 0 0 0 68 1 0 0 15 0 19 0 944405 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4271] ppid=4253 vsize=1539792 CPUtime=0.62
/proc/4255/task/4271/stat : 4271 (java) S 4253 4255 3855 0 -1 4202560 6289 0 0 0 62 0 0 0 15 0 19 0 944405 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 7 0 0 0
[pid=4255/tid=4272] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4272/stat : 4272 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4273] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4273/stat : 4273 (java) S 4253 4255 3855 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944405 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4274] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4274/stat : 4274 (java) S 4253 4255 3855 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 944416 1576747008 16794 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 62.08
Current children cumulated vsize (KiB) 1539792

[startup+62.3011 s]
/proc/loadavg: 1.97 1.98 1.91 3/215 4276
/proc/meminfo: memFree=32257904/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1539792 CPUtime=63.69
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 25808 0 1 0 6361 8 0 0 25 0 19 0 944400 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 384948 16799 1444 10 0 382251 0
[pid=4255/tid=4257] ppid=4253 vsize=1539792 CPUtime=60.84
/proc/4255/task/4257/stat : 4257 (java) R 4253 4255 3855 0 -1 4202560 10990 0 1 0 6082 2 0 0 20 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4109505670 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4255/tid=4258] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4259] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4259/stat : 4259 (java) S 4253 4255 3855 0 -1 4202560 68 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4260] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4260/stat : 4260 (java) S 4253 4255 3855 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4261] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4261/stat : 4261 (java) S 4253 4255 3855 0 -1 4202560 283 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4262] ppid=4253 vsize=1539792 CPUtime=0.04
/proc/4255/task/4262/stat : 4262 (java) S 4253 4255 3855 0 -1 4202560 88 0 0 0 4 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4263] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4263/stat : 4263 (java) S 4253 4255 3855 0 -1 4202560 175 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4264] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4264/stat : 4264 (java) S 4253 4255 3855 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4265] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4265/stat : 4265 (java) S 4253 4255 3855 0 -1 4202560 120 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4266] ppid=4253 vsize=1539792 CPUtime=1.23
/proc/4255/task/4266/stat : 4266 (java) S 4253 4255 3855 0 -1 4202560 1248 0 0 0 121 2 0 0 15 0 19 0 944402 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4267] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4267/stat : 4267 (java) S 4253 4255 3855 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4268] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4268/stat : 4268 (java) S 4253 4255 3855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4269] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4269/stat : 4269 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4270] ppid=4253 vsize=1539792 CPUtime=0.69
/proc/4255/task/4270/stat : 4270 (java) S 4253 4255 3855 0 -1 4202560 5098 0 0 0 68 1 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4271] ppid=4253 vsize=1539792 CPUtime=0.62
/proc/4255/task/4271/stat : 4271 (java) S 4253 4255 3855 0 -1 4202560 6289 0 0 0 62 0 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 7 0 0 0
[pid=4255/tid=4272] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4272/stat : 4272 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4273] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4273/stat : 4273 (java) S 4253 4255 3855 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4274] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4274/stat : 4274 (java) S 4253 4255 3855 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 944416 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 63.69
Current children cumulated vsize (KiB) 1539792

[startup+62.7061 s]
/proc/loadavg: 1.97 1.98 1.91 3/215 4276
/proc/meminfo: memFree=32257904/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1539792 CPUtime=64.09
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 25809 0 1 0 6401 8 0 0 25 0 19 0 944400 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 384948 16799 1444 10 0 382251 0
[pid=4255/tid=4257] ppid=4253 vsize=1539792 CPUtime=61.23
/proc/4255/task/4257/stat : 4257 (java) R 4253 4255 3855 0 -1 4202560 10991 0 1 0 6121 2 0 0 21 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4109576682 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4255/tid=4258] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4259] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4259/stat : 4259 (java) S 4253 4255 3855 0 -1 4202560 68 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4260] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4260/stat : 4260 (java) S 4253 4255 3855 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4261] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4261/stat : 4261 (java) S 4253 4255 3855 0 -1 4202560 283 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4262] ppid=4253 vsize=1539792 CPUtime=0.04
/proc/4255/task/4262/stat : 4262 (java) S 4253 4255 3855 0 -1 4202560 88 0 0 0 4 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4263] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4263/stat : 4263 (java) S 4253 4255 3855 0 -1 4202560 175 0 0 0 3 0 0 0 16 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4264] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4264/stat : 4264 (java) S 4253 4255 3855 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4265] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4265/stat : 4265 (java) S 4253 4255 3855 0 -1 4202560 120 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4266] ppid=4253 vsize=1539792 CPUtime=1.25
/proc/4255/task/4266/stat : 4266 (java) S 4253 4255 3855 0 -1 4202560 1248 0 0 0 123 2 0 0 15 0 19 0 944402 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4267] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4267/stat : 4267 (java) S 4253 4255 3855 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4268] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4268/stat : 4268 (java) S 4253 4255 3855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4269] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4269/stat : 4269 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4270] ppid=4253 vsize=1539792 CPUtime=0.69
/proc/4255/task/4270/stat : 4270 (java) S 4253 4255 3855 0 -1 4202560 5098 0 0 0 68 1 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4271] ppid=4253 vsize=1539792 CPUtime=0.62
/proc/4255/task/4271/stat : 4271 (java) S 4253 4255 3855 0 -1 4202560 6289 0 0 0 62 0 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 7 0 0 0
[pid=4255/tid=4272] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4272/stat : 4272 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4273] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4273/stat : 4273 (java) S 4253 4255 3855 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4274] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4274/stat : 4274 (java) S 4253 4255 3855 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 944416 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 64.09
Current children cumulated vsize (KiB) 1539792

[startup+62.901 s]
/proc/loadavg: 1.97 1.98 1.91 3/215 4276
/proc/meminfo: memFree=32257904/32951124 swapFree=67111528/67111528
[pid=4255] ppid=4253 vsize=1539792 CPUtime=64.29
/proc/4255/stat : 4255 (java) S 4253 4255 3855 0 -1 4202496 25809 0 1 0 6421 8 0 0 25 0 19 0 944400 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4255/statm: 384948 16799 1444 10 0 382251 0
[pid=4255/tid=4257] ppid=4253 vsize=1539792 CPUtime=61.42
/proc/4255/task/4257/stat : 4257 (java) R 4253 4255 3855 0 -1 4202560 10991 0 1 0 6140 2 0 0 21 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4109568624 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4255/tid=4258] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4258/stat : 4258 (java) S 4253 4255 3855 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4259] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4259/stat : 4259 (java) S 4253 4255 3855 0 -1 4202560 68 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4260] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4260/stat : 4260 (java) S 4253 4255 3855 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4261] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4261/stat : 4261 (java) S 4253 4255 3855 0 -1 4202560 283 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4262] ppid=4253 vsize=1539792 CPUtime=0.04
/proc/4255/task/4262/stat : 4262 (java) S 4253 4255 3855 0 -1 4202560 88 0 0 0 4 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4263] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4263/stat : 4263 (java) S 4253 4255 3855 0 -1 4202560 175 0 0 0 3 0 0 0 16 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4264] ppid=4253 vsize=1539792 CPUtime=0.02
/proc/4255/task/4264/stat : 4264 (java) S 4253 4255 3855 0 -1 4202560 299 0 0 0 2 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4265] ppid=4253 vsize=1539792 CPUtime=0.03
/proc/4255/task/4265/stat : 4265 (java) S 4253 4255 3855 0 -1 4202560 120 0 0 0 3 0 0 0 15 0 19 0 944401 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4266] ppid=4253 vsize=1539792 CPUtime=1.25
/proc/4255/task/4266/stat : 4266 (java) S 4253 4255 3855 0 -1 4202560 1248 0 0 0 123 2 0 0 15 0 19 0 944402 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 0 0 16800975 18446604471124404096 0 0 -1 0 0 0 0
[pid=4255/tid=4267] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4267/stat : 4267 (java) S 4253 4255 3855 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4268] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4268/stat : 4268 (java) S 4253 4255 3855 0 -1 4202560 8 0 0 0 0 0 0 0 19 0 19 0 944403 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4269] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4269/stat : 4269 (java) S 4253 4255 3855 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4270] ppid=4253 vsize=1539792 CPUtime=0.7
/proc/4255/task/4270/stat : 4270 (java) S 4253 4255 3855 0 -1 4202560 5098 0 0 0 69 1 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
[pid=4255/tid=4271] ppid=4253 vsize=1539792 CPUtime=0.62
/proc/4255/task/4271/stat : 4271 (java) S 4253 4255 3855 0 -1 4202560 6289 0 0 0 62 0 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 7 0 0 0
[pid=4255/tid=4272] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4272/stat : 4272 (java) S 4253 4255 3855 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 2 0 0 0
[pid=4255/tid=4273] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4273/stat : 4273 (java) S 4253 4255 3855 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 944405 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 6 0 0 0
[pid=4255/tid=4274] ppid=4253 vsize=1539792 CPUtime=0
/proc/4255/task/4274/stat : 4274 (java) S 4253 4255 3855 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 944416 1576747008 16799 4089446400 134512640 134550932 4294893808 18446744073709551615 4294960144 0 4 0 16800975 18446604471124404096 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 64.29
Current children cumulated vsize (KiB) 1539792

Child status: 30
Real time (s): 62.9642
CPU time (s): 64.3342
CPU user time (s): 64.2412
CPU system time (s): 0.092985
CPU usage (%): 102.176
Max. virtual memory (cumulated for all children) (KiB): 1545724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.2412
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25823
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= 4332
involuntary context switches= 16976

runsolver used 0.120981 second user time and 0.223965 second system time

The end

Launcher Data

Begin job on node147 at 2010-07-05 12:55:21
IDJOB=2698617
IDBENCH=79195
IDSOLVER=1211
FILE ID=node147/2698617-1278327321
PBS_JOBID= 11207411
Free space on /tmp= 74192 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111217392--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698617-1278327321/watcher-2698617-1278327321 -o /tmp/evaluation-result-2698617-1278327321/solver-2698617-1278327321 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698617-1278327321.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 86727f41c04b3a3cda96c180ef39a0ad
RANDOM SEED=2013488725

node147.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.821
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.64
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.821
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.76
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.821
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.821
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.821
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.821
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.821
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.76
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.821
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32321296 kB
Buffers:         25332 kB
Cached:         290584 kB
SwapCached:          0 kB
Active:         296300 kB
Inactive:       234968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32321296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:      215164 kB
Mapped:          20260 kB
Slab:            35748 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1647548 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74192 MiB
End job on node147 at 2010-07-05 12:56:24