Trace number 354840

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23SAT (TO)42 1800.21 1769.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_2.opb
MD5SUMb690996610ff381ef60353517fe5a0e9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1802.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint64
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1293
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4389
Number of bits of the biggest sum of numbers13
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 (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/354840-1176728060/instance-354840-1176728060.opb
0.19/0.20	c reading problem ... 
0.19/0.29	c ... done. Wall clock time 0.088s.
0.19/0.29	c CPU time (experimental) 0.24s.
0.19/0.29	c #vars     146
0.19/0.29	c #constraints  12
4.46/2.69	c SATISFIABLE
4.46/2.69	c OPTIMIZING...
4.46/2.69	c Got one! Elapsed wall clock time (in seconds):2.486
4.46/2.69	o 2465
5.55/3.60	c Got one! Elapsed wall clock time (in seconds):3.397
5.55/3.60	o 2293
6.38/4.49	c Got one! Elapsed wall clock time (in seconds):4.287
6.38/4.49	o 2291
7.19/5.26	c Got one! Elapsed wall clock time (in seconds):5.061
7.19/5.26	o 2076
8.05/6.08	c Got one! Elapsed wall clock time (in seconds):5.881
8.05/6.08	o 1948
8.96/6.93	c Got one! Elapsed wall clock time (in seconds):6.731
8.96/6.93	o 1744
10.00/7.95	c Got one! Elapsed wall clock time (in seconds):7.748
10.00/7.95	o 1503
11.11/9.01	c Got one! Elapsed wall clock time (in seconds):8.804
11.11/9.01	o 1439
12.14/10.08	c Got one! Elapsed wall clock time (in seconds):9.881
12.14/10.08	o 1407
13.15/11.04	c Got one! Elapsed wall clock time (in seconds):10.835
13.15/11.04	o 1390
14.27/12.18	c Got one! Elapsed wall clock time (in seconds):11.977
14.27/12.18	o 1151
15.58/13.46	c Got one! Elapsed wall clock time (in seconds):13.257
15.58/13.46	o 1027
16.83/14.68	c Got one! Elapsed wall clock time (in seconds):14.476
16.83/14.68	o 963
18.15/15.96	c Got one! Elapsed wall clock time (in seconds):15.761
18.15/15.96	o 778
19.57/17.36	c Got one! Elapsed wall clock time (in seconds):17.157
19.57/17.36	o 636
21.17/18.98	c Got one! Elapsed wall clock time (in seconds):18.777
21.17/18.98	o 588
23.93/21.31	c Got one! Elapsed wall clock time (in seconds):21.103
23.93/21.31	o 509
25.44/22.73	c Got one! Elapsed wall clock time (in seconds):22.527
25.44/22.73	o 479
27.04/24.34	c Got one! Elapsed wall clock time (in seconds):24.14
27.04/24.34	o 476
29.36/26.64	c Got one! Elapsed wall clock time (in seconds):26.435
29.36/26.64	o 430
31.28/28.55	c Got one! Elapsed wall clock time (in seconds):28.349
31.28/28.55	o 426
33.50/30.80	c Got one! Elapsed wall clock time (in seconds):30.594
33.50/30.80	o 231
35.51/32.77	c Got one! Elapsed wall clock time (in seconds):32.564
35.51/32.77	o 229
37.84/35.01	c Got one! Elapsed wall clock time (in seconds):34.805
37.84/35.01	o 210
40.96/38.11	c Got one! Elapsed wall clock time (in seconds):37.91
40.96/38.11	o 204
43.39/40.53	c Got one! Elapsed wall clock time (in seconds):40.329
43.39/40.53	o 144
45.91/43.06	c Got one! Elapsed wall clock time (in seconds):42.858
45.91/43.06	o 139
48.93/46.08	c Got one! Elapsed wall clock time (in seconds):45.872
48.93/46.08	o 127
51.37/48.47	c Got one! Elapsed wall clock time (in seconds):48.269
51.37/48.47	o 126
53.88/50.95	c Got one! Elapsed wall clock time (in seconds):50.742
53.88/50.95	o 118
56.70/53.78	c Got one! Elapsed wall clock time (in seconds):53.579
56.70/53.78	o 117
60.54/57.50	c Got one! Elapsed wall clock time (in seconds):57.296
60.54/57.50	o 114
63.56/60.57	c Got one! Elapsed wall clock time (in seconds):60.367
63.56/60.57	o 108
66.70/63.67	c Got one! Elapsed wall clock time (in seconds):63.465
66.70/63.67	o 107
69.52/66.43	c Got one! Elapsed wall clock time (in seconds):66.23
69.52/66.43	o 105
72.95/69.84	c Got one! Elapsed wall clock time (in seconds):69.638
72.95/69.84	o 103
75.98/72.84	c Got one! Elapsed wall clock time (in seconds):72.633
75.98/72.84	o 101
79.51/76.34	c Got one! Elapsed wall clock time (in seconds):76.138
79.51/76.34	o 85
83.65/80.43	c Got one! Elapsed wall clock time (in seconds):80.227
83.65/80.43	o 81
87.39/84.13	c Got one! Elapsed wall clock time (in seconds):83.929
87.39/84.13	o 79
97.47/94.14	c Got one! Elapsed wall clock time (in seconds):93.938
97.47/94.14	o 71
110.69/107.22	c Got one! Elapsed wall clock time (in seconds):107.019
110.69/107.22	o 69
120.19/116.61	c Got one! Elapsed wall clock time (in seconds):116.406
120.19/116.61	o 67
129.16/125.57	c Got one! Elapsed wall clock time (in seconds):125.366
129.16/125.57	o 63
139.84/136.11	c Got one! Elapsed wall clock time (in seconds):135.911
139.84/136.11	o 58
175.37/171.34	c Got one! Elapsed wall clock time (in seconds):171.133
175.37/171.34	o 56
198.07/193.90	c Got one! Elapsed wall clock time (in seconds):193.693
198.07/193.90	o 53
325.75/320.25	c Got one! Elapsed wall clock time (in seconds):320.046
325.75/320.25	o 52
362.00/356.18	c Got one! Elapsed wall clock time (in seconds):355.98
362.00/356.18	o 51
418.59/412.15	c Got one! Elapsed wall clock time (in seconds):411.944
418.59/412.15	o 50
758.39/747.32	c Got one! Elapsed wall clock time (in seconds):747.113
758.39/747.32	o 49
1141.08/1123.62	c Got one! Elapsed wall clock time (in seconds):1123.412
1141.08/1123.62	o 47
1255.71/1236.23	c Got one! Elapsed wall clock time (in seconds):1236.024
1255.71/1236.23	o 46
1727.44/1698.33	c Got one! Elapsed wall clock time (in seconds):1698.13
1727.44/1698.33	o 42
1800.02/1769.51	c starts		: 110
1800.02/1769.51	c conflicts		: 24798
1800.02/1769.51	c decisions		: 51595
1800.02/1769.51	c propagations		: 346705
1800.02/1769.51	c inspects		: 451621220
1800.02/1769.51	c learnt literals	: 0
1800.02/1769.51	c learnt binary clauses	: 0
1800.02/1769.51	c learnt ternary clauses	: 0
1800.02/1769.51	c learnt clauses	: 24797
1800.02/1769.51	c root simplifications	: 0
1800.02/1769.51	c removed literals (reason simplification)	: 0
1800.02/1769.51	c reason swapping (by a shorter reason)	: 0
1800.02/1769.51	c Calls to reduceDB	: 0
1800.02/1769.51	c speed (decisions/second)	: 724.8830380600474
1800.02/1769.51	c non guided choices	1210
1800.02/1769.51	s SATISFIABLE
1800.02/1769.51	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
1800.02/1769.51	v -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
1800.02/1769.51	v -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
1800.02/1769.51	v -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
1800.02/1769.51	v -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 x118 x119 x120 x121 -x122 x123 x124 -x125 x126 -x127 -x128
1800.02/1769.51	v x129 -x130 -x131 x132 -x133 -x134 x135 -x136 -x137 x138 x139 -x140 x141 x142 x143 x144 -x145 -x146
1800.02/1769.51	c objective function=42
1800.02/1769.51	c Total wall clock time (ms): 1769.311

Verifier Data (download as text)

OK	42

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node48/watcher-354840-1176728060 -o ROOT/results/node48/solver-354840-1176728060 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354840-1176728060/sat4jPseudoCP.jar /tmp/evaluation/354840-1176728060/instance-354840-1176728060.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11791
/proc/meminfo: memFree=1833000/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=152 CPUtime=0
/proc/11791/stat : 11791 (java) R 11789 11791 11039 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 27651345 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 3531556 0 0 4096 0 0 0 0 17 1 0 0
/proc/11791/statm: 38 26 19 9 0 4 0

[startup+0.0436341 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11791
/proc/meminfo: memFree=1833000/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1776088 CPUtime=0.02
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 3250 0 1 0 1 1 0 0 18 0 4 0 27651345 1818714112 2997 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 444022 2997 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.102638 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11791
/proc/meminfo: memFree=1833000/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1780108 CPUtime=0.08
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 27651345 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302654 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11791
/proc/meminfo: memFree=1833000/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1781420 CPUtime=0.31
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 5159 0 1 0 27 4 0 0 18 0 12 0 27651345 1824174080 4897 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 445355 4897 1266 9 0 442967 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781420

[startup+0.702694 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 11791
/proc/meminfo: memFree=1833000/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1783872 CPUtime=0.96
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 8726 0 1 0 90 6 0 0 18 0 13 0 27651345 1826684928 8024 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 445968 8025 1301 9 0 443580 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1783872

[startup+1.50277 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 11804
/proc/meminfo: memFree=1786176/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1797664 CPUtime=2.47
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 25579 0 1 0 233 14 0 0 18 0 13 0 27651345 1840807936 21216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 449416 21217 1306 9 0 447028 0
[pid=11791/tid=11793] ppid=11789 vsize=1797664 CPUtime=1.01
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 16777 0 1 0 92 9 0 0 18 0 13 0 27651346 1840807936 21218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109215034 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 27651348 1840807936 21218 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 27651348 1840807936 21220 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 27651350 1840807936 21221 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 27651351 1840807936 21222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 27651351 1840807936 21222 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1840807936 21223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1797664 CPUtime=0.6
/proc/11791/task/11800/stat : 11800 (java) R 11789 11791 11039 0 -1 64 3610 0 0 0 59 1 0 0 18 0 13 0 27651354 1840807936 21223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105423657 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1797664 CPUtime=0.81
/proc/11791/task/11801/stat : 11801 (java) R 11789 11791 11039 0 -1 64 4467 0 0 0 80 1 0 0 18 0 13 0 27651354 1840807936 21223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105429529 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1840807936 21223 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1840807936 21224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11804] ppid=11789 vsize=1797664 CPUtime=0
/proc/11791/task/11804/stat : 11804 (java) S 11789 11791 11039 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 27651375 1840807936 21224 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1797664

[startup+3.10191 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 11804
/proc/meminfo: memFree=1700288/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1799604 CPUtime=5.05
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 51504 0 1 0 479 26 0 0 18 0 13 0 27651345 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 449901 43261 1326 9 0 447513 0
[pid=11791/tid=11793] ppid=11789 vsize=1799604 CPUtime=2.29
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 37733 0 1 0 210 19 0 0 21 0 13 0 27651346 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109562791 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 132 0 0 0 0 0 0 0 17 0 13 0 27651348 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 175 0 0 0 0 0 0 0 16 0 13 0 27651348 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 27651350 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 27651351 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1799604 CPUtime=1.22
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6062 0 0 0 119 3 0 0 17 0 13 0 27651354 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1799604 CPUtime=1.49
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 6671 0 0 0 147 2 0 0 16 0 13 0 27651354 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1799604 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1842794496 43261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 1799604

[startup+6.3022 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11808
/proc/meminfo: memFree=1664816/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1795596 CPUtime=8.35
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 54506 0 1 0 807 28 0 0 18 0 13 0 27651345 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 448899 44306 1327 9 0 446511 0
[pid=11791/tid=11793] ppid=11789 vsize=1795596 CPUtime=5.41
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 37744 0 1 0 521 20 0 0 18 0 13 0 27651346 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109513077 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1795596 CPUtime=0.06
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 1559 0 0 0 6 0 0 0 16 0 13 0 27651348 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1795596 CPUtime=0.05
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 1713 0 0 0 5 0 0 0 16 0 13 0 27651348 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 26 0 0 0 0 0 0 0 17 0 13 0 27651350 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 27651351 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1795596 CPUtime=1.25
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6064 0 0 0 122 3 0 0 16 0 13 0 27651354 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1795596 CPUtime=1.52
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 6672 0 0 0 150 2 0 0 16 0 13 0 27651354 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1838690304 44306 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 1795596

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 11814
/proc/meminfo: memFree=1620160/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1795596 CPUtime=14.87
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 65075 0 1 0 1454 33 0 0 18 0 13 0 27651345 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 448899 54408 1328 9 0 446511 0
[pid=11791/tid=11793] ppid=11789 vsize=1795596 CPUtime=11.69
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 42656 0 1 0 1147 22 0 0 20 0 13 0 27651346 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494054 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1795596 CPUtime=0.16
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 4376 0 0 0 15 1 0 0 16 0 13 0 27651348 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1795596 CPUtime=0.16
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 4535 0 0 0 14 2 0 0 16 0 13 0 27651348 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 27651350 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1795596 CPUtime=1.28
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6067 0 0 0 125 3 0 0 15 0 13 0 27651354 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1795596 CPUtime=1.53
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 6673 0 0 0 151 2 0 0 16 0 13 0 27651354 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1838690304 54408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1795596

[startup+25.503 s]
/proc/loadavg: 0.95 0.98 0.99 2/77 11823
/proc/meminfo: memFree=1624312/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1795596 CPUtime=28.25
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 69125 0 1 0 2790 35 0 0 18 0 13 0 27651345 1838690304 53095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 448899 53095 1336 9 0 446511 0
[pid=11791/tid=11793] ppid=11789 vsize=1795596 CPUtime=24.3
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 42680 0 1 0 2408 22 0 0 19 0 13 0 27651346 1838690304 53095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109517576 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1795596 CPUtime=0.28
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 5754 0 0 0 26 2 0 0 16 0 13 0 27651348 1838690304 53095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1795596 CPUtime=0.27
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 6275 0 0 0 25 2 0 0 16 0 13 0 27651348 1838690304 53095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0.01
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 29 0 0 0 1 0 0 0 16 0 13 0 27651350 1838690304 53095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 53095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 53095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0.27
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 102 0 0 0 16 11 0 0 15 0 13 0 27651350 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1795596 CPUtime=1.46
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6106 0 0 0 143 3 0 0 16 0 13 0 27651354 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1795596 CPUtime=1.91
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 7532 0 0 0 188 3 0 0 16 0 13 0 27651354 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=12057] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/12057/stat : 12057 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 27774968 1838690304 120090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1567.97
Current children cumulated vsize (KiB) 1795596

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12057
/proc/meminfo: memFree=1347112/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1795596 CPUtime=1629.28
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 163418 0 1 0 162829 99 0 0 18 0 13 0 27651345 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 448899 122011 1336 9 0 446511 0
[pid=11791/tid=11793] ppid=11789 vsize=1795596 CPUtime=1575.01
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 59845 0 1 0 157466 35 0 0 25 0 13 0 27651346 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109535843 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1795596 CPUtime=25.28
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 45992 0 0 0 2506 22 0 0 16 0 13 0 27651348 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1795596 CPUtime=25.29
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 43034 0 0 0 2507 22 0 0 16 0 13 0 27651348 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0.27
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 103 0 0 0 16 11 0 0 16 0 13 0 27651350 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1795596 CPUtime=1.46
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6106 0 0 0 143 3 0 0 16 0 13 0 27651354 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1795596 CPUtime=1.91
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 7532 0 0 0 188 3 0 0 16 0 13 0 27651354 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=12057] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/12057/stat : 12057 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 27774968 1838690304 122011 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.28
Current children cumulated vsize (KiB) 1795596

[startup+1662.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/77 12057
/proc/meminfo: memFree=1338472/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1795596 CPUtime=1690.64
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 165793 0 1 0 168962 102 0 0 18 0 13 0 27651345 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 448899 124243 1336 9 0 446511 0
[pid=11791/tid=11793] ppid=11789 vsize=1795596 CPUtime=1633.55
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 59879 0 1 0 163319 36 0 0 17 0 13 0 27651346 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493172 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1795596 CPUtime=26.67
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 47415 0 0 0 2644 23 0 0 16 0 13 0 27651348 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1795596 CPUtime=26.71
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 43952 0 0 0 2648 23 0 0 17 0 13 0 27651348 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0.28
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 103 0 0 0 17 11 0 0 16 0 13 0 27651350 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1795596 CPUtime=1.46
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6106 0 0 0 143 3 0 0 16 0 13 0 27651354 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1795596 CPUtime=1.91
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 7532 0 0 0 188 3 0 0 16 0 13 0 27651354 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=12057] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/12057/stat : 12057 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 27774968 1838690304 124243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.64
Current children cumulated vsize (KiB) 1795596

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 12058
/proc/meminfo: memFree=1329504/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1795596 CPUtime=1751.95
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 168192 0 1 0 175091 104 0 0 18 0 13 0 27651345 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 448899 126407 1336 9 0 446511 0
[pid=11791/tid=11793] ppid=11789 vsize=1795596 CPUtime=1692.17
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 59911 0 1 0 169181 36 0 0 25 0 13 0 27651346 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110017800 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1795596 CPUtime=28.01
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 48479 0 0 0 2777 24 0 0 16 0 13 0 27651348 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1795596 CPUtime=28.04
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 45254 0 0 0 2781 23 0 0 16 0 13 0 27651348 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0.29
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 103 0 0 0 17 12 0 0 16 0 13 0 27651350 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1795596 CPUtime=1.46
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6106 0 0 0 143 3 0 0 16 0 13 0 27651354 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1795596 CPUtime=1.91
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 7532 0 0 0 188 3 0 0 16 0 13 0 27651354 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=12058] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/12058/stat : 12058 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 27821179 1838690304 126407 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.95
Current children cumulated vsize (KiB) 1795596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.5 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 12058
/proc/meminfo: memFree=1322400/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=1795596 CPUtime=1800.02
/proc/11791/stat : 11791 (java) S 11789 11791 11039 0 -1 0 170120 0 1 0 179896 106 0 0 18 0 13 0 27651345 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11791/statm: 448899 128156 1336 9 0 446511 0
[pid=11791/tid=11793] ppid=11789 vsize=1795596 CPUtime=1738.46
/proc/11791/task/11793/stat : 11793 (java) R 11789 11791 11039 0 -1 64 59931 0 1 0 173810 36 0 0 25 0 13 0 27651346 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109505204 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11794] ppid=11789 vsize=1795596 CPUtime=28.89
/proc/11791/task/11794/stat : 11794 (java) S 11789 11791 11039 0 -1 64 49384 0 0 0 2865 24 0 0 16 0 13 0 27651348 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11795] ppid=11789 vsize=1795596 CPUtime=28.92
/proc/11791/task/11795/stat : 11795 (java) S 11789 11791 11039 0 -1 64 46257 0 0 0 2868 24 0 0 16 0 13 0 27651348 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=11796] ppid=11789 vsize=1795596 CPUtime=0.3
/proc/11791/task/11796/stat : 11796 (java) S 11789 11791 11039 0 -1 64 103 0 0 0 18 12 0 0 16 0 13 0 27651350 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11797] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11797/stat : 11797 (java) S 11789 11791 11039 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11798] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11798/stat : 11798 (java) S 11789 11791 11039 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 27651351 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11799] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11799/stat : 11799 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 27651354 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11800] ppid=11789 vsize=1795596 CPUtime=1.46
/proc/11791/task/11800/stat : 11800 (java) S 11789 11791 11039 0 -1 64 6106 0 0 0 143 3 0 0 16 0 13 0 27651354 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11801] ppid=11789 vsize=1795596 CPUtime=1.91
/proc/11791/task/11801/stat : 11801 (java) S 11789 11791 11039 0 -1 64 7532 0 0 0 188 3 0 0 16 0 13 0 27651354 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11802] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11802/stat : 11802 (java) S 11789 11791 11039 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 27651354 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11791/tid=11803] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/11803/stat : 11803 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27651354 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11791/tid=12058] ppid=11789 vsize=1795596 CPUtime=0
/proc/11791/task/12058/stat : 12058 (java) S 11789 11791 11039 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 27821179 1838690304 128156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1795596

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1769.61 s]
/proc/loadavg: 1.07 1.02 1.00 2/77 12058
/proc/meminfo: memFree=1322400/2055920 swapFree=4184680/4192956
[pid=11791] ppid=11789 vsize=0 CPUtime=1800.17
/proc/11791/stat : 11791 (java) Z 11789 11791 11039 0 -1 1036 170190 0 1 0 179906 111 0 0 15 0 2 0 27651345 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11791/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1769.64
CPU time (s): 1800.21
CPU user time (s): 1799.07
CPU system time (s): 1.14083
CPU usage (%): 101.727
Max. virtual memory (cumulated for all children) (KiB): 1801760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.14083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170190
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= 46425
involuntary context switches= 41242

runsolver used 1.78673 second user time and 4.71928 second system time

The end

Launcher Data (download as text)

Begin job on node48 on Mon Apr 16 12:54:20 UTC 2007

IDJOB= 354840
IDBENCH= 2908
IDSOLVER= 160
FILE ID= node48/354840-1176728060

PBS_JOBID= 4559479

Free space on /tmp= 66546 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_2.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354840-1176728060/sat4jPseudoCP.jar /tmp/evaluation/354840-1176728060/instance-354840-1176728060.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-354840-1176728060 -o ROOT/results/node48/solver-354840-1176728060 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354840-1176728060/sat4jPseudoCP.jar /tmp/evaluation/354840-1176728060/instance-354840-1176728060.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  b690996610ff381ef60353517fe5a0e9

RANDOM SEED= 686795035

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node48.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1833344 kB
Buffers:         31368 kB
Cached:         116928 kB
SwapCached:       2392 kB
Active:          53348 kB
Inactive:       105876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833344 kB
SwapTotal:     4192956 kB
SwapFree:      4184680 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:          17212 kB
Slab:            49352 kB
Committed_AS:   920432 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66546 MiB

End job on node48 on Mon Apr 16 13:23:52 UTC 2007