Trace number 2698017

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 111.779 109.857

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900553812--soft-66-100-0.wbo
MD5SUMfa52148d69071c7fece24d526a14d5b1
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark111.779
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 constraints906
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 44801
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 44800
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.1.v20100705
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.01/0.08	c java.vm.version	11.2-b01
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	32
0.01/0.08	c java.version		1.6.0_12
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		i386
0.01/0.08	c Free memory 		1393557488
0.01/0.08	c Max memory 		1395916800
0.01/0.08	c Total memory 		1395916800
0.01/0.08	c Number of processors 	8
0.01/0.10	c Pseudo Boolean Optimization
0.01/0.10	c --- Begin Solver configuration ---
0.01/0.10	c Stops conflict analysis at the first Unique Implication Point
0.01/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.01/0.10	c Learn all clauses as in MiniSAT
0.01/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.01/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.01/0.10	c Expensive reason simplification
0.01/0.10	c Armin Biere (Picosat) restarts strategy
0.01/0.10	c Glucose learned constraints deletion strategy
0.01/0.10	c timeout=2147483s
0.01/0.10	c DB Simplification allowed=false
0.01/0.10	c --- End Solver configuration ---
0.01/0.10	c solving HOME/instance-2698017-1278326382.wbo
0.01/0.10	c reading problem ... 
0.30/0.28	c ... done. Wall clock time 0.189s.
0.30/0.28	c #vars     1137
0.30/0.29	c #constraints  2707
0.30/0.29	c constraints type 
0.30/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
0.30/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
0.30/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
0.30/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
0.78/0.42	c SATISFIABLE
0.78/0.42	c OPTIMIZING...
0.78/0.42	c Got one! Elapsed wall clock time (in seconds):0.323
0.78/0.42	o 242
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.377
0.78/0.47	o 227
1.38/0.60	c Got one! Elapsed wall clock time (in seconds):0.503
1.38/0.60	o 158
1.68/0.76	c Got one! Elapsed wall clock time (in seconds):0.666
1.68/0.76	o 149
2.15/0.94	c Got one! Elapsed wall clock time (in seconds):0.846
2.15/0.94	o 146
2.15/0.99	c Got one! Elapsed wall clock time (in seconds):0.898
2.15/0.99	o 107
2.33/1.09	c Got one! Elapsed wall clock time (in seconds):0.998
2.33/1.09	o 97
2.44/1.15	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.66/1.39	c Got one! Elapsed wall clock time (in seconds):1.293
2.66/1.39	o 86
3.19/1.83	c cleaning 4250 clauses out of 8504 with flag 11001/11001
3.29/1.91	c Got one! Elapsed wall clock time (in seconds):1.809
3.29/1.91	o 64
3.90/2.56	c cleaning 5624 clauses out of 11254 with flag 18001/18001
4.72/3.40	c cleaning 6811 clauses out of 13630 with flag 26001/26001
4.93/3.58	c Got one! Elapsed wall clock time (in seconds):3.483
4.93/3.58	o 46
5.93/4.58	c cleaning 7905 clauses out of 15818 with flag 35000/35000
7.03/5.63	c cleaning 8952 clauses out of 17913 with flag 45000/45000
7.03/5.69	c Got one! Elapsed wall clock time (in seconds):5.592
7.03/5.69	o 45
8.24/6.88	c cleaning 9475 clauses out of 18961 with flag 55000/55000
9.07/7.67	c Got one! Elapsed wall clock time (in seconds):7.572
9.07/7.67	o 41
9.28/7.85	c cleaning 9739 clauses out of 19486 with flag 65000/65000
10.39/8.97	c cleaning 9874 clauses out of 19751 with flag 75004/75004
11.40/9.97	c cleaning 9933 clauses out of 19873 with flag 85000/85000
11.50/10.02	c Got one! Elapsed wall clock time (in seconds):9.929
11.50/10.02	o 37
12.60/11.17	c cleaning 9968 clauses out of 19940 with flag 95000/95000
13.51/12.03	c Got one! Elapsed wall clock time (in seconds):11.931
13.51/12.03	o 34
13.61/12.18	c cleaning 9980 clauses out of 19972 with flag 105000/105000
14.91/13.40	c cleaning 9990 clauses out of 19993 with flag 115001/115001
15.92/14.49	c cleaning 9998 clauses out of 20003 with flag 125001/125001
17.03/15.54	c cleaning 9994 clauses out of 20004 with flag 135000/135000
18.04/16.55	c cleaning 10000 clauses out of 20012 with flag 145002/145002
18.23/16.72	c Got one! Elapsed wall clock time (in seconds):16.626
18.23/16.72	o 33
19.23/17.78	c cleaning 9993 clauses out of 20012 with flag 155002/155002
19.53/18.03	c Got one! Elapsed wall clock time (in seconds):17.933
19.53/18.03	o 27
20.33/18.86	c cleaning 9998 clauses out of 20017 with flag 165000/165000
21.24/19.80	c cleaning 10009 clauses out of 20020 with flag 175001/175001
22.34/20.84	c cleaning 9993 clauses out of 20010 with flag 185000/185000
23.34/21.85	c cleaning 10004 clauses out of 20020 with flag 195003/195003
23.74/22.24	c Got one! Elapsed wall clock time (in seconds):22.148
23.74/22.24	o 26
24.34/22.89	c cleaning 10002 clauses out of 20014 with flag 205001/205001
25.54/24.01	c cleaning 10000 clauses out of 20012 with flag 215001/215001
26.35/24.88	c Got one! Elapsed wall clock time (in seconds):24.781
26.35/24.88	o 24
26.44/24.94	c cleaning 10000 clauses out of 20011 with flag 225000/225000
27.65/26.14	c cleaning 10001 clauses out of 20014 with flag 235003/235003
28.05/26.58	c Got one! Elapsed wall clock time (in seconds):26.484
28.05/26.58	o 17
28.55/27.07	c cleaning 9998 clauses out of 20010 with flag 245000/245000
29.46/27.93	c cleaning 10000 clauses out of 20013 with flag 255001/255001
30.26/28.78	c cleaning 10003 clauses out of 20017 with flag 265005/265005
31.26/29.73	c cleaning 9998 clauses out of 20011 with flag 275002/275002
32.16/30.66	c cleaning 9999 clauses out of 20012 with flag 285001/285001
33.06/31.53	c cleaning 10000 clauses out of 20012 with flag 295000/295000
33.86/32.37	c cleaning 10001 clauses out of 20012 with flag 305000/305000
34.67/33.17	c cleaning 9998 clauses out of 20011 with flag 315000/315000
34.77/33.22	c Got one! Elapsed wall clock time (in seconds):33.121
34.77/33.22	o 11
35.77/34.27	c cleaning 9994 clauses out of 20014 with flag 325001/325001
36.68/35.15	c cleaning 10000 clauses out of 20020 with flag 335001/335001
37.47/35.99	c cleaning 10001 clauses out of 20020 with flag 345001/345001
38.28/36.75	c cleaning 10002 clauses out of 20019 with flag 355001/355001
39.08/37.53	c cleaning 10006 clauses out of 20018 with flag 365002/365002
39.88/38.30	c cleaning 10000 clauses out of 20011 with flag 375001/375001
40.58/39.07	c cleaning 9997 clauses out of 20010 with flag 385000/385000
41.38/39.89	c cleaning 9999 clauses out of 20013 with flag 395000/395000
42.19/40.66	c cleaning 9996 clauses out of 20014 with flag 405000/405000
42.99/41.47	c cleaning 10005 clauses out of 20019 with flag 415001/415001
43.90/42.32	c cleaning 10002 clauses out of 20014 with flag 425001/425001
44.70/43.17	c cleaning 9998 clauses out of 20011 with flag 435000/435000
45.40/43.88	c cleaning 10002 clauses out of 20013 with flag 445000/445000
46.21/44.61	c cleaning 9997 clauses out of 20011 with flag 455000/455000
46.91/45.34	c cleaning 9998 clauses out of 20014 with flag 465000/465000
47.61/46.08	c cleaning 10003 clauses out of 20017 with flag 475001/475001
48.02/46.48	c Got one! Elapsed wall clock time (in seconds):46.384
48.02/46.48	o 8
48.52/46.92	c cleaning 10003 clauses out of 20014 with flag 485001/485001
49.52/47.95	c cleaning 10002 clauses out of 20011 with flag 495001/495001
50.33/48.78	c cleaning 10000 clauses out of 20008 with flag 505000/505000
51.14/49.52	c cleaning 10003 clauses out of 20010 with flag 515002/515002
51.86/50.25	c cleaning 10000 clauses out of 20010 with flag 525005/525005
52.67/51.01	c cleaning 10001 clauses out of 20009 with flag 535004/535004
53.47/51.80	c cleaning 9997 clauses out of 20004 with flag 545000/545000
54.07/52.49	c cleaning 9999 clauses out of 20008 with flag 555001/555001
54.88/53.26	c cleaning 9999 clauses out of 20008 with flag 565000/565000
55.68/54.09	c cleaning 9998 clauses out of 20010 with flag 575001/575001
56.48/54.89	c cleaning 10001 clauses out of 20014 with flag 585003/585003
57.29/55.63	c cleaning 10000 clauses out of 20010 with flag 595000/595000
57.99/56.35	c cleaning 10001 clauses out of 20010 with flag 605000/605000
58.80/57.15	c cleaning 9998 clauses out of 20010 with flag 615001/615001
59.59/57.95	c cleaning 9997 clauses out of 20011 with flag 625000/625000
60.40/58.79	c cleaning 10002 clauses out of 20014 with flag 635000/635000
61.20/59.52	c cleaning 10001 clauses out of 20013 with flag 645001/645001
62.01/60.31	c cleaning 9998 clauses out of 20011 with flag 655000/655000
62.71/61.08	c cleaning 9999 clauses out of 20015 with flag 665002/665002
63.51/61.82	c cleaning 10000 clauses out of 20015 with flag 675001/675001
64.32/62.66	c cleaning 10005 clauses out of 20016 with flag 685002/685002
65.11/63.47	c cleaning 10002 clauses out of 20011 with flag 695002/695002
65.92/64.28	c cleaning 10000 clauses out of 20007 with flag 705000/705000
66.82/65.12	c cleaning 9999 clauses out of 20007 with flag 715000/715000
67.63/65.94	c cleaning 9997 clauses out of 20009 with flag 725001/725001
68.33/66.69	c cleaning 10001 clauses out of 20016 with flag 735005/735005
69.14/67.49	c cleaning 9998 clauses out of 20011 with flag 745001/745001
69.94/68.22	c cleaning 10005 clauses out of 20013 with flag 755001/755001
70.74/69.02	c cleaning 9996 clauses out of 20008 with flag 765001/765001
71.45/69.79	c cleaning 9999 clauses out of 20011 with flag 775000/775000
71.96/70.23	c Got one! Elapsed wall clock time (in seconds):70.139
71.96/70.23	o 3
72.36/70.66	c cleaning 10001 clauses out of 20013 with flag 785001/785001
73.46/71.70	c cleaning 9996 clauses out of 20012 with flag 795001/795001
74.26/72.52	c cleaning 10005 clauses out of 20015 with flag 805000/805000
75.07/73.30	c cleaning 9999 clauses out of 20011 with flag 815001/815001
75.87/74.16	c cleaning 9999 clauses out of 20011 with flag 825000/825000
76.68/74.99	c cleaning 9998 clauses out of 20013 with flag 835001/835001
77.48/75.77	c cleaning 9992 clauses out of 20014 with flag 845000/845000
78.18/76.49	c cleaning 10005 clauses out of 20024 with flag 855002/855002
78.88/77.16	c cleaning 10005 clauses out of 20023 with flag 865006/865006
79.68/77.91	c cleaning 10000 clauses out of 20015 with flag 875003/875003
80.39/78.61	c cleaning 10004 clauses out of 20015 with flag 885003/885003
81.09/79.30	c cleaning 9998 clauses out of 20009 with flag 895001/895001
81.69/79.99	c cleaning 9997 clauses out of 20010 with flag 905000/905000
82.50/80.75	c cleaning 10001 clauses out of 20014 with flag 915001/915001
83.30/81.56	c cleaning 9999 clauses out of 20012 with flag 925000/925000
84.21/82.49	c cleaning 10000 clauses out of 20014 with flag 935001/935001
85.01/83.28	c cleaning 9999 clauses out of 20014 with flag 945001/945001
85.91/84.12	c cleaning 9998 clauses out of 20014 with flag 955000/955000
86.61/84.80	c cleaning 10003 clauses out of 20016 with flag 965000/965000
87.32/85.58	c cleaning 9997 clauses out of 20014 with flag 975001/975001
88.13/86.38	c cleaning 10003 clauses out of 20016 with flag 985000/985000
88.92/87.12	c cleaning 10000 clauses out of 20013 with flag 995000/995000
89.63/87.83	c cleaning 10002 clauses out of 20013 with flag 1005000/1005000
90.33/88.58	c cleaning 9998 clauses out of 20014 with flag 1015003/1015003
91.05/89.26	c cleaning 10003 clauses out of 20015 with flag 1025002/1025002
91.75/89.99	c cleaning 9999 clauses out of 20011 with flag 1035001/1035001
92.45/90.68	c cleaning 10002 clauses out of 20013 with flag 1045002/1045002
93.16/91.36	c cleaning 10000 clauses out of 20010 with flag 1055001/1055001
93.86/92.01	c cleaning 9998 clauses out of 20009 with flag 1065000/1065000
94.56/92.73	c cleaning 9997 clauses out of 20012 with flag 1075001/1075001
95.27/93.48	c cleaning 10001 clauses out of 20014 with flag 1085000/1085000
96.16/94.31	c cleaning 10002 clauses out of 20013 with flag 1095000/1095000
96.87/95.09	c cleaning 10000 clauses out of 20012 with flag 1105001/1105001
97.67/95.88	c cleaning 9999 clauses out of 20011 with flag 1115000/1115000
98.47/96.63	c cleaning 10000 clauses out of 20012 with flag 1125000/1125000
99.17/97.37	c cleaning 10001 clauses out of 20016 with flag 1135004/1135004
99.88/98.09	c cleaning 10000 clauses out of 20012 with flag 1145001/1145001
100.68/98.84	c cleaning 9998 clauses out of 20013 with flag 1155002/1155002
101.39/99.51	c cleaning 10003 clauses out of 20013 with flag 1165000/1165000
102.10/100.20	c cleaning 10000 clauses out of 20010 with flag 1175000/1175000
102.80/100.92	c cleaning 9995 clauses out of 20010 with flag 1185000/1185000
103.60/101.70	c cleaning 9991 clauses out of 20015 with flag 1195000/1195000
104.31/102.44	c cleaning 10005 clauses out of 20024 with flag 1205000/1205000
105.11/103.24	c cleaning 10001 clauses out of 20019 with flag 1215000/1215000
105.91/104.03	c cleaning 10004 clauses out of 20018 with flag 1225000/1225000
106.62/104.71	c cleaning 10002 clauses out of 20015 with flag 1235001/1235001
107.22/105.38	c cleaning 9998 clauses out of 20012 with flag 1245000/1245000
107.92/106.09	c cleaning 10002 clauses out of 20014 with flag 1255000/1255000
108.72/106.85	c cleaning 9999 clauses out of 20012 with flag 1265000/1265000
109.42/107.59	c cleaning 9997 clauses out of 20013 with flag 1275000/1275000
110.23/108.33	c cleaning 9999 clauses out of 20016 with flag 1285000/1285000
110.93/109.08	c cleaning 10005 clauses out of 20017 with flag 1295000/1295000
111.66/109.79	c starts		: 212
111.66/109.80	c conflicts		: 1304594
111.66/109.80	c decisions		: 2079912
111.66/109.80	c propagations		: 66313512
111.66/109.80	c inspects		: 735785249
111.66/109.80	c learnt literals	: 5
111.66/109.80	c learnt binary clauses	: 24
111.66/109.80	c learnt ternary clauses	: 874
111.66/109.80	c learnt clauses	: 1304588
111.66/109.80	c ignored clauses	: 0
111.66/109.80	c root simplifications	: 0
111.66/109.80	c removed literals (reason simplification)	: 6126910
111.66/109.80	c reason swapping (by a shorter reason)	: 0
111.66/109.80	c Calls to reduceDB	: 131
111.66/109.80	c number of reductions to clauses (during analyze)	: 0
111.66/109.80	c number of learned constraints concerned by reduction	: 0
111.66/109.80	c number of learning phase by resolution	: 0
111.66/109.80	c number of learning phase by cutting planes	: 0
111.66/109.80	c speed (assignments/second)	: 1676276.845298281
111.66/109.80	c non guided choices	3231
111.66/109.80	c learnt constraints type 
111.66/109.80	c constraints type 
111.66/109.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2530
111.66/109.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 12
111.66/109.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 154
111.66/109.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
111.66/109.80	s OPTIMUM FOUND
111.77/109.80	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 
111.77/109.80	c objective function=3
111.77/109.80	c Total wall clock time (in seconds): 109.701

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698017-1278326382/watcher-2698017-1278326382 -o /tmp/evaluation-result-2698017-1278326382/solver-2698017-1278326382 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698017-1278326382.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: 2.00 2.00 1.86 2/196 4323
/proc/meminfo: memFree=32331924/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1832 CPUtime=0
/proc/4323/stat : 4323 (java) R 4321 4323 3812 0 -1 4194304 422 0 0 0 0 0 0 0 24 0 1 0 852253 1875968 152 4089446400 134512640 134550932 4292164576 18446744073709551615 11713056 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4323/statm: 459 153 116 10 0 64 0

[startup+0.02252 s]
/proc/loadavg: 2.00 2.00 1.86 2/196 4323
/proc/meminfo: memFree=32331924/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1524528 CPUtime=0.01
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 3478 0 1 0 1 0 0 0 24 0 11 0 852253 1561116672 2920 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 381132 2920 971 10 0 378442 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1524528

[startup+0.102176 s]
/proc/loadavg: 2.00 2.00 1.86 2/196 4323
/proc/meminfo: memFree=32331924/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1529920 CPUtime=0.12
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 5226 0 1 0 11 1 0 0 24 0 18 0 852253 1566638080 4662 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 382480 4662 1347 10 0 379783 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529920

[startup+0.301112 s]
/proc/loadavg: 2.00 2.00 1.86 2/196 4323
/proc/meminfo: memFree=32331924/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1531568 CPUtime=0.54
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 7565 0 1 0 53 1 0 0 24 0 18 0 852253 1568325632 6836 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 382892 6836 1409 10 0 380195 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 1531568

[startup+0.70104 s]
/proc/loadavg: 2.00 2.00 1.86 2/196 4323
/proc/meminfo: memFree=32331924/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1550128 CPUtime=1.68
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 14934 0 1 0 166 2 0 0 24 0 19 0 852253 1587331072 12356 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 387532 12372 1425 10 0 384835 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1550128

[startup+1.5009 s]
/proc/loadavg: 2.00 2.00 1.86 4/215 4342
/proc/meminfo: memFree=32283164/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1547632 CPUtime=2.86
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 19175 0 1 0 283 3 0 0 24 0 19 0 852253 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 386908 15079 1445 10 0 384211 0
[pid=4323/tid=4325] ppid=4321 vsize=1547632 CPUtime=1.47
/proc/4323/task/4325/stat : 4325 (java) R 4321 4323 3812 0 -1 4202560 8702 0 1 0 146 1 0 0 19 0 19 0 852254 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4109411256 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4323/tid=4326] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4327] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4327/stat : 4327 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4328] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4328/stat : 4328 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4329] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4329/stat : 4329 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4330] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4330/stat : 4330 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4331] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4331/stat : 4331 (java) S 4321 4323 3812 0 -1 4202560 109 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4332] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4332/stat : 4332 (java) S 4321 4323 3812 0 -1 4202560 128 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4333] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4333/stat : 4333 (java) S 4321 4323 3812 0 -1 4202560 108 0 0 0 0 0 0 0 18 0 19 0 852255 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4334] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4334/stat : 4334 (java) S 4321 4323 3812 0 -1 4202560 348 0 0 0 0 0 0 0 16 0 19 0 852256 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4323/tid=4335] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4335/stat : 4335 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 852256 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4336] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4336/stat : 4336 (java) S 4321 4323 3812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 852256 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4337] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4337/stat : 4337 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 852258 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4338] ppid=4321 vsize=1547632 CPUtime=0.66
/proc/4323/task/4338/stat : 4338 (java) S 4321 4323 3812 0 -1 4202560 3237 0 0 0 66 0 0 0 15 0 19 0 852258 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4339] ppid=4321 vsize=1547632 CPUtime=0.69
/proc/4323/task/4339/stat : 4339 (java) S 4321 4323 3812 0 -1 4202560 5462 0 0 0 69 0 0 0 15 0 19 0 852258 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4340] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4340/stat : 4340 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 852258 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4341] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4341/stat : 4341 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 852258 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4342] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4342/stat : 4342 (java) S 4321 4323 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 852285 1584775168 15079 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 1547632

[startup+3.10064 s]
/proc/loadavg: 2.00 2.00 1.86 3/215 4342
/proc/meminfo: memFree=32275352/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1547632 CPUtime=4.51
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 19873 0 1 0 448 3 0 0 24 0 19 0 852253 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 386908 15775 1445 10 0 384211 0
[pid=4323/tid=4325] ppid=4321 vsize=1547632 CPUtime=3.04
/proc/4323/task/4325/stat : 4325 (java) R 4321 4323 3812 0 -1 4202560 8704 0 1 0 303 1 0 0 21 0 19 0 852254 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4109473824 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4323/tid=4326] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4327] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4327/stat : 4327 (java) S 4321 4323 3812 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4328] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4328/stat : 4328 (java) S 4321 4323 3812 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4329] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4329/stat : 4329 (java) S 4321 4323 3812 0 -1 4202560 70 0 0 0 0 0 0 0 16 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4330] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4330/stat : 4330 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4331] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4331/stat : 4331 (java) S 4321 4323 3812 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4332] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4332/stat : 4332 (java) S 4321 4323 3812 0 -1 4202560 128 0 0 0 0 0 0 0 15 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4333] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4333/stat : 4333 (java) S 4321 4323 3812 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 852255 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4334] ppid=4321 vsize=1547632 CPUtime=0.03
/proc/4323/task/4334/stat : 4334 (java) S 4321 4323 3812 0 -1 4202560 640 0 0 0 3 0 0 0 16 0 19 0 852256 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4335] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4335/stat : 4335 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 852256 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4336] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4336/stat : 4336 (java) S 4321 4323 3812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 852256 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4337] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4337/stat : 4337 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 852258 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4338] ppid=4321 vsize=1547632 CPUtime=0.68
/proc/4323/task/4338/stat : 4338 (java) S 4321 4323 3812 0 -1 4202560 3241 0 0 0 68 0 0 0 15 0 19 0 852258 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4339] ppid=4321 vsize=1547632 CPUtime=0.72
/proc/4323/task/4339/stat : 4339 (java) S 4321 4323 3812 0 -1 4202560 5464 0 0 0 72 0 0 0 15 0 19 0 852258 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4340] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4340/stat : 4340 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 852258 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4341] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4341/stat : 4341 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 852258 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4342] ppid=4321 vsize=1547632 CPUtime=0
/proc/4323/task/4342/stat : 4342 (java) S 4321 4323 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 852285 1584775168 15775 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 1547632

[startup+6.30102 s]
/proc/loadavg: 2.00 2.00 1.86 3/215 4342
/proc/meminfo: memFree=32274824/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1545740 CPUtime=7.74
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 20313 0 1 0 771 3 0 0 24 0 19 0 852253 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 386435 15653 1445 10 0 383738 0
[pid=4323/tid=4325] ppid=4321 vsize=1545740 CPUtime=6.19
/proc/4323/task/4325/stat : 4325 (java) R 4321 4323 3812 0 -1 4202560 8708 0 1 0 618 1 0 0 25 0 19 0 852254 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4109406084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4323/tid=4326] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4327] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4327/stat : 4327 (java) S 4321 4323 3812 0 -1 4202560 324 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4328] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4328/stat : 4328 (java) S 4321 4323 3812 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4329] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4329/stat : 4329 (java) S 4321 4323 3812 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4330] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4330/stat : 4330 (java) S 4321 4323 3812 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4331] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4331/stat : 4331 (java) S 4321 4323 3812 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4332] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4332/stat : 4332 (java) S 4321 4323 3812 0 -1 4202560 130 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4333] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4333/stat : 4333 (java) S 4321 4323 3812 0 -1 4202560 170 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4334] ppid=4321 vsize=1545740 CPUtime=0.06
/proc/4323/task/4334/stat : 4334 (java) S 4321 4323 3812 0 -1 4202560 795 0 0 0 6 0 0 0 16 0 19 0 852256 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4335] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4335/stat : 4335 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 852256 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4336] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4336/stat : 4336 (java) S 4321 4323 3812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 852256 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4337] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4337/stat : 4337 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 852258 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4338] ppid=4321 vsize=1545740 CPUtime=0.71
/proc/4323/task/4338/stat : 4338 (java) S 4321 4323 3812 0 -1 4202560 3291 0 0 0 71 0 0 0 15 0 19 0 852258 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4339] ppid=4321 vsize=1545740 CPUtime=0.72
/proc/4323/task/4339/stat : 4339 (java) S 4321 4323 3812 0 -1 4202560 5464 0 0 0 72 0 0 0 15 0 19 0 852258 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4340] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4340/stat : 4340 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 852258 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4341] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4341/stat : 4341 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 852258 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4342] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4342/stat : 4342 (java) S 4321 4323 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 852285 1582837760 15653 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 1545740

[startup+12.7009 s]
/proc/loadavg: 2.08 2.02 1.86 3/215 4343
/proc/meminfo: memFree=32273396/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1545740 CPUtime=14.21
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 20595 0 1 0 1418 3 0 0 24 0 19 0 852253 1582837760 15929 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 386435 15929 1445 10 0 383738 0
[pid=4323/tid=4325] ppid=4321 vsize=1545740 CPUtime=12.51
/proc/4323/task/4325/stat : 4325 (java) R 4321 4323 3812 0 -1 4202560 8714 0 1 0 1250 1 0 0 25 0 19 0 852254 1582837760 15929 4089446400 134512640 134550932 4292164576 18446744073709551615 4109473420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4323/tid=4326] ppid=4321 vsize=1545740 CPUtime=0
/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 852255 1582837760 15929 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0

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

/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 42 0 0 0 6 0 0 0 15 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4327] ppid=4321 vsize=1544052 CPUtime=0.06
/proc/4323/task/4327/stat : 4327 (java) S 4321 4323 3812 0 -1 4202560 339 0 0 0 6 0 0 0 16 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4328] ppid=4321 vsize=1544052 CPUtime=0.06
/proc/4323/task/4328/stat : 4328 (java) S 4321 4323 3812 0 -1 4202560 92 0 0 0 6 0 0 0 15 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4323/tid=4329] ppid=4321 vsize=1544052 CPUtime=0.09
/proc/4323/task/4329/stat : 4329 (java) S 4321 4323 3812 0 -1 4202560 91 0 0 0 9 0 0 0 16 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4330] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4330/stat : 4330 (java) S 4321 4323 3812 0 -1 4202560 38 0 0 0 7 0 0 0 15 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4323/tid=4331] ppid=4321 vsize=1544052 CPUtime=0.08
/proc/4323/task/4331/stat : 4331 (java) S 4321 4323 3812 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4332] ppid=4321 vsize=1544052 CPUtime=0.05
/proc/4323/task/4332/stat : 4332 (java) S 4321 4323 3812 0 -1 4202560 147 0 0 0 5 0 0 0 15 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4333] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4333/stat : 4333 (java) S 4321 4323 3812 0 -1 4202560 187 0 0 0 7 0 0 0 15 0 19 0 852255 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4334] ppid=4321 vsize=1544052 CPUtime=1.71
/proc/4323/task/4334/stat : 4334 (java) S 4321 4323 3812 0 -1 4202560 1623 0 0 0 169 2 0 0 15 0 19 0 852256 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4335] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4335/stat : 4335 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 852256 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4336] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4336/stat : 4336 (java) S 4321 4323 3812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 852256 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4337] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4337/stat : 4337 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 852258 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4338] ppid=4321 vsize=1544052 CPUtime=0.78
/proc/4323/task/4338/stat : 4338 (java) S 4321 4323 3812 0 -1 4202560 3564 0 0 0 78 0 0 0 15 0 19 0 852258 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4339] ppid=4321 vsize=1544052 CPUtime=0.72
/proc/4323/task/4339/stat : 4339 (java) S 4321 4323 3812 0 -1 4202560 5464 0 0 0 72 0 0 0 15 0 19 0 852258 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4340] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4340/stat : 4340 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 852258 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4341] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4341/stat : 4341 (java) S 4321 4323 3812 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 852258 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4342] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4342/stat : 4342 (java) S 4321 4323 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 852285 1581109248 16204 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.63
Current children cumulated vsize (KiB) 1544052

[startup+109.501 s]
/proc/loadavg: 2.42 2.10 1.90 3/215 4345
/proc/meminfo: memFree=32271292/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1544052 CPUtime=111.44
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 21677 0 1 0 11134 10 0 0 24 0 19 0 852253 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 386013 16210 1445 10 0 383316 0
[pid=4323/tid=4325] ppid=4321 vsize=1544052 CPUtime=107.54
/proc/4323/task/4325/stat : 4325 (java) R 4321 4323 3812 0 -1 4202560 8832 0 1 0 10752 2 0 0 25 0 19 0 852254 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4109473677 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4323/tid=4326] ppid=4321 vsize=1544052 CPUtime=0.06
/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 42 0 0 0 6 0 0 0 15 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4327] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4327/stat : 4327 (java) S 4321 4323 3812 0 -1 4202560 339 0 0 0 7 0 0 0 16 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4328] ppid=4321 vsize=1544052 CPUtime=0.06
/proc/4323/task/4328/stat : 4328 (java) S 4321 4323 3812 0 -1 4202560 92 0 0 0 6 0 0 0 15 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4323/tid=4329] ppid=4321 vsize=1544052 CPUtime=0.09
/proc/4323/task/4329/stat : 4329 (java) S 4321 4323 3812 0 -1 4202560 91 0 0 0 9 0 0 0 15 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4330] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4330/stat : 4330 (java) S 4321 4323 3812 0 -1 4202560 38 0 0 0 7 0 0 0 16 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4323/tid=4331] ppid=4321 vsize=1544052 CPUtime=0.08
/proc/4323/task/4331/stat : 4331 (java) S 4321 4323 3812 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4332] ppid=4321 vsize=1544052 CPUtime=0.05
/proc/4323/task/4332/stat : 4332 (java) S 4321 4323 3812 0 -1 4202560 147 0 0 0 5 0 0 0 15 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4333] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4333/stat : 4333 (java) S 4321 4323 3812 0 -1 4202560 187 0 0 0 7 0 0 0 15 0 19 0 852255 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4334] ppid=4321 vsize=1544052 CPUtime=1.72
/proc/4323/task/4334/stat : 4334 (java) S 4321 4323 3812 0 -1 4202560 1629 0 0 0 170 2 0 0 15 0 19 0 852256 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4335] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4335/stat : 4335 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 852256 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4336] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4336/stat : 4336 (java) S 4321 4323 3812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 852256 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4337] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4337/stat : 4337 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 852258 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4338] ppid=4321 vsize=1544052 CPUtime=0.79
/proc/4323/task/4338/stat : 4338 (java) S 4321 4323 3812 0 -1 4202560 3564 0 0 0 79 0 0 0 15 0 19 0 852258 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4339] ppid=4321 vsize=1544052 CPUtime=0.72
/proc/4323/task/4339/stat : 4339 (java) S 4321 4323 3812 0 -1 4202560 5464 0 0 0 72 0 0 0 15 0 19 0 852258 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4340] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4340/stat : 4340 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 852258 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4341] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4341/stat : 4341 (java) S 4321 4323 3812 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 852258 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4342] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4342/stat : 4342 (java) S 4321 4323 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 852285 1581109248 16210 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 111.44
Current children cumulated vsize (KiB) 1544052

[startup+109.701 s]
/proc/loadavg: 2.42 2.10 1.90 3/215 4345
/proc/meminfo: memFree=32271292/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1544052 CPUtime=111.66
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 21678 0 1 0 11156 10 0 0 24 0 19 0 852253 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 386013 16211 1445 10 0 383316 0
[pid=4323/tid=4325] ppid=4321 vsize=1544052 CPUtime=107.74
/proc/4323/task/4325/stat : 4325 (java) R 4321 4323 3812 0 -1 4202560 8833 0 1 0 10772 2 0 0 25 0 19 0 852254 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4109473820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4323/tid=4326] ppid=4321 vsize=1544052 CPUtime=0.06
/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 42 0 0 0 6 0 0 0 15 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4327] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4327/stat : 4327 (java) S 4321 4323 3812 0 -1 4202560 339 0 0 0 7 0 0 0 16 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4328] ppid=4321 vsize=1544052 CPUtime=0.06
/proc/4323/task/4328/stat : 4328 (java) S 4321 4323 3812 0 -1 4202560 92 0 0 0 6 0 0 0 15 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4323/tid=4329] ppid=4321 vsize=1544052 CPUtime=0.09
/proc/4323/task/4329/stat : 4329 (java) S 4321 4323 3812 0 -1 4202560 91 0 0 0 9 0 0 0 15 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4330] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4330/stat : 4330 (java) S 4321 4323 3812 0 -1 4202560 38 0 0 0 7 0 0 0 16 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4323/tid=4331] ppid=4321 vsize=1544052 CPUtime=0.08
/proc/4323/task/4331/stat : 4331 (java) S 4321 4323 3812 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4332] ppid=4321 vsize=1544052 CPUtime=0.05
/proc/4323/task/4332/stat : 4332 (java) S 4321 4323 3812 0 -1 4202560 147 0 0 0 5 0 0 0 15 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4333] ppid=4321 vsize=1544052 CPUtime=0.07
/proc/4323/task/4333/stat : 4333 (java) S 4321 4323 3812 0 -1 4202560 187 0 0 0 7 0 0 0 15 0 19 0 852255 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4334] ppid=4321 vsize=1544052 CPUtime=1.72
/proc/4323/task/4334/stat : 4334 (java) S 4321 4323 3812 0 -1 4202560 1629 0 0 0 170 2 0 0 15 0 19 0 852256 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4335] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4335/stat : 4335 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 852256 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4336] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4336/stat : 4336 (java) S 4321 4323 3812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 852256 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4337] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4337/stat : 4337 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 852258 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4338] ppid=4321 vsize=1544052 CPUtime=0.81
/proc/4323/task/4338/stat : 4338 (java) S 4321 4323 3812 0 -1 4202560 3564 0 0 0 81 0 0 0 16 0 19 0 852258 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4339] ppid=4321 vsize=1544052 CPUtime=0.72
/proc/4323/task/4339/stat : 4339 (java) S 4321 4323 3812 0 -1 4202560 5464 0 0 0 72 0 0 0 15 0 19 0 852258 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4340] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4340/stat : 4340 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 852258 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4341] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4341/stat : 4341 (java) S 4321 4323 3812 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 852258 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4342] ppid=4321 vsize=1544052 CPUtime=0
/proc/4323/task/4342/stat : 4342 (java) S 4321 4323 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 852285 1581109248 16211 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 111.66
Current children cumulated vsize (KiB) 1544052

[startup+109.801 s]
/proc/loadavg: 2.42 2.10 1.90 3/215 4345
/proc/meminfo: memFree=32271292/32951124 swapFree=67111528/67111528
[pid=4323] ppid=4321 vsize=1544376 CPUtime=111.77
/proc/4323/stat : 4323 (java) S 4321 4323 3812 0 -1 4202496 21686 0 1 0 11167 10 0 0 24 0 20 0 852253 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/4323/statm: 386094 16219 1445 10 0 383397 0
[pid=4323/tid=4325] ppid=4321 vsize=1544376 CPUtime=107.84
/proc/4323/task/4325/stat : 4325 (java) S 4321 4323 3812 0 -1 4202560 8836 0 1 0 10782 2 0 0 25 0 20 0 852254 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4326] ppid=4321 vsize=1544376 CPUtime=0.06
/proc/4323/task/4326/stat : 4326 (java) S 4321 4323 3812 0 -1 4202560 42 0 0 0 6 0 0 0 15 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 4 0 0 0
[pid=4323/tid=4327] ppid=4321 vsize=1544376 CPUtime=0.07
/proc/4323/task/4327/stat : 4327 (java) S 4321 4323 3812 0 -1 4202560 339 0 0 0 7 0 0 0 16 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4328] ppid=4321 vsize=1544376 CPUtime=0.06
/proc/4323/task/4328/stat : 4328 (java) S 4321 4323 3812 0 -1 4202560 92 0 0 0 6 0 0 0 15 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 1 0 0 0
[pid=4323/tid=4329] ppid=4321 vsize=1544376 CPUtime=0.09
/proc/4323/task/4329/stat : 4329 (java) S 4321 4323 3812 0 -1 4202560 91 0 0 0 9 0 0 0 15 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4330] ppid=4321 vsize=1544376 CPUtime=0.07
/proc/4323/task/4330/stat : 4330 (java) S 4321 4323 3812 0 -1 4202560 38 0 0 0 7 0 0 0 16 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 3 0 0 0
[pid=4323/tid=4331] ppid=4321 vsize=1544376 CPUtime=0.08
/proc/4323/task/4331/stat : 4331 (java) S 4321 4323 3812 0 -1 4202560 181 0 0 0 8 0 0 0 15 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4332] ppid=4321 vsize=1544376 CPUtime=0.05
/proc/4323/task/4332/stat : 4332 (java) S 4321 4323 3812 0 -1 4202560 147 0 0 0 5 0 0 0 15 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4333] ppid=4321 vsize=1544376 CPUtime=0.07
/proc/4323/task/4333/stat : 4333 (java) S 4321 4323 3812 0 -1 4202560 187 0 0 0 7 0 0 0 15 0 20 0 852255 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
[pid=4323/tid=4334] ppid=4321 vsize=1544376 CPUtime=1.72
/proc/4323/task/4334/stat : 4334 (java) S 4321 4323 3812 0 -1 4202560 1629 0 0 0 170 2 0 0 15 0 20 0 852256 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 0 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4335] ppid=4321 vsize=1544376 CPUtime=0
/proc/4323/task/4335/stat : 4335 (java) S 4321 4323 3812 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 20 0 852256 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4336] ppid=4321 vsize=1544376 CPUtime=0
/proc/4323/task/4336/stat : 4336 (java) S 4321 4323 3812 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 20 0 852256 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4337] ppid=4321 vsize=1544376 CPUtime=0
/proc/4323/task/4337/stat : 4337 (java) S 4321 4323 3812 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 20 0 852258 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4338] ppid=4321 vsize=1544376 CPUtime=0.81
/proc/4323/task/4338/stat : 4338 (java) S 4321 4323 3812 0 -1 4202560 3564 0 0 0 81 0 0 0 15 0 20 0 852258 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 5 0 0 0
[pid=4323/tid=4339] ppid=4321 vsize=1544376 CPUtime=0.73
/proc/4323/task/4339/stat : 4339 (java) S 4321 4323 3812 0 -1 4202560 5464 0 0 0 73 0 0 0 15 0 20 0 852258 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4340] ppid=4321 vsize=1544376 CPUtime=0
/proc/4323/task/4340/stat : 4340 (java) S 4321 4323 3812 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 852258 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 2 0 0 0
[pid=4323/tid=4341] ppid=4321 vsize=1544376 CPUtime=0
/proc/4323/task/4341/stat : 4341 (java) S 4321 4323 3812 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 20 0 852258 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 6 0 0 0
[pid=4323/tid=4342] ppid=4321 vsize=1544376 CPUtime=0
/proc/4323/task/4342/stat : 4342 (java) S 4321 4323 3812 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 20 0 852285 1581441024 16219 4089446400 134512640 134550932 4292164576 18446744073709551615 4294960144 0 4 0 16800975 18446604454224044224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 111.77
Current children cumulated vsize (KiB) 1544376

Child status: 30
Real time (s): 109.857
CPU time (s): 111.779
CPU user time (s): 111.673
CPU system time (s): 0.105983
CPU usage (%): 101.75
Max. virtual memory (cumulated for all children) (KiB): 1550128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.673
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21689
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= 6141
involuntary context switches= 26201

runsolver used 0.19597 second user time and 0.419936 second system time

The end

Launcher Data

Begin job on node109 at 2010-07-05 12:39:42
IDJOB=2698017
IDBENCH=78993
IDSOLVER=1211
FILE ID=node109/2698017-1278326382
PBS_JOBID= 11207477
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900553812--soft-66-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-2698017-1278326382/watcher-2698017-1278326382 -o /tmp/evaluation-result-2698017-1278326382/solver-2698017-1278326382 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698017-1278326382.wbo

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

MD5SUM BENCH= fa52148d69071c7fece24d526a14d5b1
RANDOM SEED=1201572893

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32332320 kB
Buffers:         23376 kB
Cached:         325612 kB
SwapCached:          0 kB
Active:         251836 kB
Inactive:       267836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32332320 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:      170948 kB
Mapped:          20340 kB
Slab:            35860 kB
PageTables:       4540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1660540 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= 74212 MiB
End job on node109 at 2010-07-05 12:41:32