Trace number 42271

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.42 1769.6

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga20_18_sat_pb.cnf.cr.opb
MD5SUMcb676620fd2a6e3770a1e7936dc60453
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.008998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables540
Total number of constraints416
Number of constraints which are clauses378
Number of constraints which are cardinality constraints (but not clauses)38
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node92/42271-1149234392/instance-42271-1149234392.opb
0.21	c reading problem ... 
0.47	c ... done. Time 0.256 ms.
0.47	c #vars     540
0.47	c #constraints  416
1769.38	c starts		: 15
1769.38	c conflicts		: 69214
1769.38	c decisions		: 192579
1769.38	c propagations		: 1469074
1769.38	c inspects		: 471967078
1769.38	c learnt literals	: 0
1769.38	c learnt binary clauses	: 0
1769.38	c learnt ternary clauses	: 0
1769.38	c learnt clauses	: 69213
1769.38	c root simplifications	: 0
1769.38	c removed literals (reason simplification)	: 0
1769.38	c reason swapping (by a shorter reason)	: 0
1769.38	c Calls to reduceDB	: 0
1769.38	c speed (decisions/second)	: 108.86892301291137
1769.38	c non guided choices	467
1769.38	s UNKNOWN
1769.38	c Total wall clock time (ms): 1769.166

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node92/watcher-42271-1149234392 -o ROOT/results/node92/solver-42271-1149234392 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node92/42271-1149234392/instance-42271-1149234392.opb 721029757 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/67 21238
/proc/meminfo: memFree=1402552/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1596 CPUtime=0
/proc/21238/stat : 21238 (java) D 21236 21238 21193 0 -1 0 131 0 0 0 0 0 0 0 19 0 1 0 189078047 1634304 101 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099843366 0 0 17 1 0 0
/proc/21238/statm: 399 101 80 14 0 43 0

[startup+10.0022 s]
/proc/loadavg: 0.93 0.95 0.90 2/79 21250
/proc/meminfo: memFree=1203480/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712880 CPUtime=11.4
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 55430 0 1 0 1116 24 0 0 25 0 13 0 189078047 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071618786 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428220 51544 1911 14 0 414966 0
[pid=21238/tid=21239] ppid=21236 vsize=1712880 CPUtime=0.32
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 8351 0 0 0 29 3 0 0 16 0 13 0 189078051 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712880 CPUtime=0.32
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 6985 0 0 0 29 3 0 0 16 0 13 0 189078051 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 189078053 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189078057 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712880 CPUtime=0.79
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2675 0 0 0 78 1 0 0 16 0 13 0 189078057 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712880 CPUtime=0.71
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 845 0 0 0 71 0 0 0 17 0 13 0 189078057 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189078095 1753989120 51544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.4
Current children cumulated vsize (Kb) 1712880

[startup+20.0095 s]
/proc/loadavg: 0.94 0.96 0.91 2/79 21250
/proc/meminfo: memFree=1181144/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712880 CPUtime=21.57
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 61804 0 1 0 2130 27 0 0 25 0 13 0 189078047 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071417190 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428220 57110 1911 14 0 414966 0
[pid=21238/tid=21239] ppid=21236 vsize=1712880 CPUtime=0.5
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 11549 0 0 0 45 5 0 0 17 0 13 0 189078051 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712880 CPUtime=0.49
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 10147 0 0 0 45 4 0 0 16 0 13 0 189078051 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 189078053 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189078057 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712880 CPUtime=0.79
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2675 0 0 0 78 1 0 0 16 0 13 0 189078057 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712880 CPUtime=0.71
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 845 0 0 0 71 0 0 0 17 0 13 0 189078057 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189078095 1753989120 57110 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.57
Current children cumulated vsize (Kb) 1712880

[startup+30.0168 s]
/proc/loadavg: 0.95 0.96 0.91 2/79 21250
/proc/meminfo: memFree=1156184/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712880 CPUtime=31.75
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 68584 0 1 0 3145 30 0 0 25 0 13 0 189078047 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071485217 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428220 63352 1912 14 0 414966 0
[pid=21238/tid=21239] ppid=21236 vsize=1712880 CPUtime=0.67
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 14988 0 0 0 61 6 0 0 17 0 13 0 189078051 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712880 CPUtime=0.67
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 13476 0 0 0 61 6 0 0 17 0 13 0 189078051 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712880 CPUtime=0.01
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 189078053 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189078057 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712880 CPUtime=0.79
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2675 0 0 0 78 1 0 0 17 0 13 0 189078057 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712880 CPUtime=0.71
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 845 0 0 0 71 0 0 0 17 0 13 0 189078057 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 189078095 1753989120 63352 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.75
Current children cumulated vsize (Kb) 1712880

[startup+40.0241 s]
/proc/loadavg: 0.95 0.96 0.91 2/79 21250
/proc/meminfo: memFree=1136664/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712880 CPUtime=41.91
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 74069 0 1 0 4159 32 0 0 25 0 13 0 189078047 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071491396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428220 68230 1912 14 0 414966 0
[pid=21238/tid=21239] ppid=21236 vsize=1712880 CPUtime=0.83
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 17633 0 0 0 76 7 0 0 16 0 13 0 189078051 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712880 CPUtime=0.83
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 16307 0 0 0 76 7 0 0 16 0 13 0 189078051 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712880 CPUtime=0.01
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 189078053 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189078057 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712880 CPUtime=0.79
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2675 0 0 0 78 1 0 0 17 0 13 0 189078057 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712880 CPUtime=0.71
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 845 0 0 0 71 0 0 0 17 0 13 0 189078057 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712880 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189078095 1753989120 68230 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.91
Current children cumulated vsize (Kb) 1712880

[startup+50.0314 s]
/proc/loadavg: 0.96 0.96 0.91 2/79 21250
/proc/meminfo: memFree=1121048/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712816 CPUtime=52.03
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 78385 0 1 0 5169 34 0 0 25 0 13 0 189078047 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071538723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428204 72106 1912 14 0 414950 0
[pid=21238/tid=21239] ppid=21236 vsize=1712816 CPUtime=0.95
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 19823 0 0 0 87 8 0 0 16 0 13 0 189078051 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712816 CPUtime=0.96
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 18426 0 0 0 88 8 0 0 16 0 13 0 189078051 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712816 CPUtime=0.01
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 189078053 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712816 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712816 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712816 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712816 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 189078057 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712816 CPUtime=0.79
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2675 0 0 0 78 1 0 0 17 0 13 0 189078057 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712816 CPUtime=0.71
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 845 0 0 0 71 0 0 0 17 0 13 0 189078057 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712816 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712816 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712816 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 189078095 1753923584 72106 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.03
Current children cumulated vsize (Kb) 1712816

[startup+60.0387 s]
/proc/loadavg: 0.97 0.96 0.91 2/79 21250
/proc/meminfo: memFree=1109656/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712784 CPUtime=62.15
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 81618 0 1 0 6179 36 0 0 25 0 13 0 189078047 1753890816 74964 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071416856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428196 74964 1912 14 0 414942 0
[pid=21238/tid=21239] ppid=21236 vsize=1712784 CPUtime=1.06
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 21443 0 0 0 97 9 0 0 16 0 13 0 189078051 1753890816 74964 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712784 CPUtime=1.07
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 20031 0 0 0 98 9 0 0 16 0 13 0 189078051 1753890816 74964 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712784 CPUtime=0.01
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 189078053 1753890816 74964 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753890816 74964 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753890816 74964 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753890816 74964 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21238/tid=21242] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189078057 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712784 CPUtime=0.83
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2678 0 0 0 82 1 0 0 17 0 13 0 189078057 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712784 CPUtime=0.73
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 848 0 0 0 73 0 0 0 16 0 13 0 189078057 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189078095 1753890816 287362 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.06
Current children cumulated vsize (Kb) 1712784

[startup+1766.36 s]
/proc/loadavg: 1.13 1.04 0.98 2/79 21445
/proc/meminfo: memFree=257112/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712784 CPUtime=1797.12
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 315386 0 1 0 179561 151 0 0 25 0 13 0 189078047 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071416751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428196 287456 1912 14 0 414942 0
[pid=21238/tid=21239] ppid=21236 vsize=1712784 CPUtime=30.58
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 139328 0 0 0 2997 61 0 0 17 0 13 0 189078051 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712784 CPUtime=30.54
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 135105 0 0 0 2992 62 0 0 16 0 13 0 189078051 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712784 CPUtime=0.2
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 32 0 0 0 13 7 0 0 15 0 13 0 189078053 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712784 CPUtime=0.83
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2678 0 0 0 82 1 0 0 17 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712784 CPUtime=0.73
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 848 0 0 0 73 0 0 0 16 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189078095 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.12
Current children cumulated vsize (Kb) 1712784

[startup+1767.36 s]
/proc/loadavg: 1.13 1.04 0.98 2/79 21445
/proc/meminfo: memFree=257112/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712784 CPUtime=1798.12
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 315386 0 1 0 179661 151 0 0 25 0 13 0 189078047 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071381674 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428196 287456 1912 14 0 414942 0
[pid=21238/tid=21239] ppid=21236 vsize=1712784 CPUtime=30.58
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 139328 0 0 0 2997 61 0 0 17 0 13 0 189078051 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712784 CPUtime=30.54
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 135105 0 0 0 2992 62 0 0 16 0 13 0 189078051 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712784 CPUtime=0.2
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 32 0 0 0 13 7 0 0 16 0 13 0 189078053 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712784 CPUtime=0.83
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2678 0 0 0 82 1 0 0 17 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712784 CPUtime=0.73
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 848 0 0 0 73 0 0 0 16 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189078095 1753890816 287456 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.12
Current children cumulated vsize (Kb) 1712784

[startup+1768.37 s]
/proc/loadavg: 1.13 1.04 0.98 4/79 21445
/proc/meminfo: memFree=257048/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712784 CPUtime=1799.15
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 315399 0 1 0 179764 151 0 0 25 0 13 0 189078047 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428196 287468 1912 14 0 414942 0
[pid=21238/tid=21239] ppid=21236 vsize=1712784 CPUtime=30.61
/proc/21238/task/21239/stat : 21239 (java) R 21236 21238 21193 0 -1 64 139330 0 0 0 3000 61 0 0 17 0 13 0 189078051 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4152725516 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712784 CPUtime=30.57
/proc/21238/task/21240/stat : 21240 (java) R 21236 21238 21193 0 -1 64 135115 0 0 0 2995 62 0 0 17 0 13 0 189078051 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154644991 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712784 CPUtime=0.2
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 32 0 0 0 13 7 0 0 15 0 13 0 189078053 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189078057 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712784 CPUtime=0.83
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2678 0 0 0 82 1 0 0 17 0 13 0 189078057 1753890816 287468 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712784 CPUtime=0.73
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 848 0 0 0 73 0 0 0 16 0 13 0 189078057 1753890816 287469 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753890816 287469 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753890816 287469 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189078095 1753890816 287469 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.15
Current children cumulated vsize (Kb) 1712784

[startup+1769.37 s]
/proc/loadavg: 1.20 1.05 0.98 2/79 21445
/proc/meminfo: memFree=256728/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712784 CPUtime=1800.19
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 315493 0 1 0 179868 151 0 0 25 0 13 0 189078047 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071416554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428196 287562 1912 14 0 414942 0
[pid=21238/tid=21239] ppid=21236 vsize=1712784 CPUtime=30.63
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 139336 0 0 0 3002 61 0 0 16 0 13 0 189078051 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712784 CPUtime=30.59
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 135203 0 0 0 2997 62 0 0 16 0 13 0 189078051 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712784 CPUtime=0.2
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 32 0 0 0 13 7 0 0 16 0 13 0 189078053 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712784 CPUtime=0.83
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2678 0 0 0 82 1 0 0 17 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712784 CPUtime=0.73
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 848 0 0 0 73 0 0 0 16 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189078095 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (Kb) 1712784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.38 s]
/proc/loadavg: 1.20 1.05 0.98 2/79 21445
/proc/meminfo: memFree=256728/2055892 swapFree=4084900/4096564
[pid=21238] ppid=21236 vsize=1712784 CPUtime=1800.19
/proc/21238/stat : 21238 (java) R 21236 21238 21193 0 -1 0 315493 0 1 0 179868 151 0 0 25 0 13 0 189078047 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071416751 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21238/statm: 428196 287562 1912 14 0 414942 0
[pid=21238/tid=21239] ppid=21236 vsize=1712784 CPUtime=30.63
/proc/21238/task/21239/stat : 21239 (java) S 21236 21238 21193 0 -1 64 139336 0 0 0 3002 61 0 0 16 0 13 0 189078051 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21240] ppid=21236 vsize=1712784 CPUtime=30.59
/proc/21238/task/21240/stat : 21240 (java) S 21236 21238 21193 0 -1 64 135203 0 0 0 2997 62 0 0 16 0 13 0 189078051 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21241] ppid=21236 vsize=1712784 CPUtime=0.2
/proc/21238/task/21241/stat : 21241 (java) S 21236 21238 21193 0 -1 64 32 0 0 0 13 7 0 0 16 0 13 0 189078053 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21242] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21242/stat : 21242 (java) S 21236 21238 21193 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 189078054 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21243] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21243/stat : 21243 (java) S 21236 21238 21193 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 189078054 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21244] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21244/stat : 21244 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21245] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21245/stat : 21245 (java) S 21236 21238 21193 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21246] ppid=21236 vsize=1712784 CPUtime=0.83
/proc/21238/task/21246/stat : 21246 (java) S 21236 21238 21193 0 -1 64 2678 0 0 0 82 1 0 0 17 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21238/tid=21247] ppid=21236 vsize=1712784 CPUtime=0.73
/proc/21238/task/21247/stat : 21247 (java) S 21236 21238 21193 0 -1 64 848 0 0 0 73 0 0 0 16 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21248] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21248/stat : 21248 (java) S 21236 21238 21193 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21249] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21249/stat : 21249 (java) S 21236 21238 21193 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 189078057 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21238/tid=21250] ppid=21236 vsize=1712784 CPUtime=0
/proc/21238/task/21250/stat : 21250 (java) S 21236 21238 21193 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 189078095 1753890816 287562 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (Kb) 1712784

Sending SIGTERM to -21238
Sleeping 2 seconds

Child status: 143
Real time (s): 1769.6
CPU time (s): 1800.42
CPU user time (s): 1798.74
CPU system time (s): 1.68774
CPU usage (%): 101.742
Max. virtual memory (cumulated for all children) (Kb): 1712880

Launcher Data (download as text)

Begin job on node92 on Fri Jun  2 07:46:32 UTC 2006


FILE ID= 42271-1149234392

PBS_JOBID= 296734

BENCH NAME= ROOT/tmp/node92/42271-1149234392/instance-42271-1149234392.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node92/42271-1149234392/instance-42271-1149234392.opb 721029757
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node92/watcher-42271-1149234392 -o ROOT/results/node92/solver-42271-1149234392 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node92/42271-1149234392/instance-42271-1149234392.opb 721029757

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  cb676620fd2a6e3770a1e7936dc60453

RANDOM SEED= 721029757


/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.214
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	: 6006.19
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.214
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1402696 kB
Buffers:         35996 kB
Cached:         541632 kB
SwapCached:       2956 kB
Active:          26212 kB
Inactive:       560172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1402696 kB
SwapTotal:     4096564 kB
SwapFree:      4084900 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          15188 kB
Slab:            53520 kB
Committed_AS:   242712 kB
PageTables:       1256 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node92 on Fri Jun  2 08:16:01 UTC 2006