Trace number 44571

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
SAT4JPSEUDO 2006.2? (TO) 1800.58 1785.43

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath2.opb
MD5SUMa4a0adfe0d9b9bff1eac92e870352c94
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4820003452178237
Number of bits of the biggest sum of numbers53
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.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.20	c no version file found!!!
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_06
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 1548419056
0.20	c Max memory 1551040512
0.20	c Total memory 1551040512
0.20	c Number of processors 2
0.25	c Cutting planes based inference
0.25	c --- Begin Solver configuration ---
0.25	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.25	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.25	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.25	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving ROOT/tmp/node22/44571-1149304916/instance-44571-1149304916.opb
0.25	c reading problem ... 
10.07	c ... done. Time 9.824 ms.
10.07	c #vars     52335
10.07	c #constraints  5112
1785.33	c starts		: 1
1785.33	c conflicts		: 12
1785.33	c decisions		: 21169
1785.33	c propagations		: 53890
1785.33	c inspects		: 220929
1785.33	c learnt literals	: 0
1785.33	c learnt binary clauses	: 0
1785.33	c learnt ternary clauses	: 0
1785.33	c learnt clauses	: 11
1785.33	c root simplifications	: 0
1785.33	c removed literals (reason simplification)	: 0
1785.33	c reason swapping (by a shorter reason)	: 0
1785.33	c Calls to reduceDB	: 0
1785.33	c speed (decisions/second)	: 11.924833385252278
1785.33	c non guided choices	20190
1785.33	s UNKNOWN
1785.33	c Total wall clock time (ms): 1785.08

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/node22/watcher-44571-1149304916 -o ROOT/results/node22/solver-44571-1149304916 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node22/44571-1149304916/instance-44571-1149304916.opb 576403397 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.97 3/64 23321
/proc/meminfo: memFree=1564360/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1784 CPUtime=0
/proc/23321/stat : 23321 (java) D 23319 23321 23275 0 -1 0 166 0 0 0 0 0 0 0 18 0 1 0 91925941 1826816 137 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23321/statm: 446 137 102 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 1.00 0.97 0.98 2/75 23332
/proc/meminfo: memFree=1331064/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1710424 CPUtime=11.12
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 63468 0 1 0 1082 30 0 0 25 0 12 0 91925941 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071338587 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 427606 60104 1884 14 0 414353 0
[pid=23321/tid=23322] ppid=23319 vsize=1710424 CPUtime=0.65
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 10564 0 0 0 60 5 0 0 17 0 12 0 91925949 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1710424 CPUtime=0.65
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 12287 0 0 0 59 6 0 0 16 0 12 0 91925949 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1710424 CPUtime=0
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 91925952 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1710424 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 91925952 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1710424 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 91925952 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1710424 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 91925956 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1710424 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 91925956 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1710424 CPUtime=0.39
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 350 0 0 0 39 0 0 0 16 0 12 0 91925956 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1710424 CPUtime=0.32
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 508 0 0 0 32 0 0 0 16 0 12 0 91925956 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1710424 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 91925956 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1710424 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 91925956 1751474176 60104 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (Kb) 1710424

[startup+20.0086 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 23333
/proc/meminfo: memFree=1336944/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1710876 CPUtime=21.52
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 64466 0 1 0 2122 30 0 0 25 0 13 0 91925941 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429015 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 427719 58619 1906 14 0 414466 0
[pid=23321/tid=23322] ppid=23319 vsize=1710876 CPUtime=0.69
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 10859 0 0 0 64 5 0 0 16 0 13 0 91925949 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1710876 CPUtime=0.69
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 12878 0 0 0 63 6 0 0 16 0 13 0 91925949 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 91925952 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91925956 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1710876 CPUtime=0.67
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 372 0 0 0 67 0 0 0 17 0 13 0 91925956 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1710876 CPUtime=0.51
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 524 0 0 0 51 0 0 0 17 0 13 0 91925956 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 91926964 1751937024 58619 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.52
Current children cumulated vsize (Kb) 1710876

[startup+30.0153 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 23333
/proc/meminfo: memFree=1369200/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1710876 CPUtime=31.55
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 64493 0 1 0 3124 31 0 0 20 0 13 0 91925941 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429163 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23321/statm: 427719 50557 1906 14 0 414466 0
[pid=23321/tid=23322] ppid=23319 vsize=1710876 CPUtime=0.72
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 10859 0 0 0 67 5 0 0 16 0 13 0 91925949 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1710876 CPUtime=0.72
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 12878 0 0 0 66 6 0 0 16 0 13 0 91925949 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1710876 CPUtime=0.02
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 28 0 0 0 1 1 0 0 16 0 13 0 91925952 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91925956 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1710876 CPUtime=0.68
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 372 0 0 0 68 0 0 0 16 0 13 0 91925956 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1710876 CPUtime=0.52
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 524 0 0 0 52 0 0 0 17 0 13 0 91925956 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 91926964 1751937024 50557 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.55
Current children cumulated vsize (Kb) 1710876

[startup+40.022 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 23333
/proc/meminfo: memFree=1376880/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1711516 CPUtime=41.67
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 64842 0 1 0 4135 32 0 0 25 0 13 0 91925941 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071611476 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 427879 48629 1906 14 0 414626 0
[pid=23321/tid=23322] ppid=23319 vsize=1711516 CPUtime=0.75
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 10859 0 0 0 70 5 0 0 16 0 13 0 91925949 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1711516 CPUtime=0.76
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 12878 0 0 0 70 6 0 0 16 0 13 0 91925949 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1711516 CPUtime=0.02
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 28 0 0 0 1 1 0 0 15 0 13 0 91925952 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1711516 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1711516 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1711516 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1711516 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91925956 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1711516 CPUtime=0.69
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 372 0 0 0 69 0 0 0 17 0 13 0 91925956 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1711516 CPUtime=0.6
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 847 0 0 0 60 0 0 0 17 0 13 0 91925956 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1711516 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1711516 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1711516 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 91926964 1752592384 48629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.67
Current children cumulated vsize (Kb) 1711516

[startup+50.0287 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 23333
/proc/meminfo: memFree=1377648/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1711484 CPUtime=51.75
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 64874 0 1 0 5142 33 0 0 25 0 13 0 91925941 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071611476 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 427871 48432 1907 14 0 414618 0
[pid=23321/tid=23322] ppid=23319 vsize=1711484 CPUtime=0.78
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 10859 0 0 0 73 5 0 0 16 0 13 0 91925949 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1711484 CPUtime=0.79
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 12878 0 0 0 73 6 0 0 16 0 13 0 91925949 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1711484 CPUtime=0.02
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 28 0 0 0 1 1 0 0 16 0 13 0 91925952 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1711484 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1711484 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1711484 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1711484 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91925956 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1711484 CPUtime=0.73
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 375 0 0 0 73 0 0 0 17 0 13 0 91925956 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1711484 CPUtime=0.62
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 847 0 0 0 62 0 0 0 17 0 13 0 91925956 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1711484 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1711484 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1711484 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91926964 1752559616 48432 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.75
Current children cumulated vsize (Kb) 1711484

[startup+60.0354 s]
/proc/loadavg: 1.00 0.97 0.98 2/76 23333
/proc/meminfo: memFree=1378224/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1710876 CPUtime=61.8
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 64909 0 1 0 6147 33 0 0 19 0 13 0 91925941 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071429123 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 427719 48290 1907 14 0 414466 0
[pid=23321/tid=23322] ppid=23319 vsize=1710876 CPUtime=0.82
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 10859 0 0 0 77 5 0 0 16 0 13 0 91925949 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1710876 CPUtime=0.83
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 12878 0 0 0 77 6 0 0 16 0 13 0 91925949 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1710876 CPUtime=0.03
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 28 0 0 0 1 2 0 0 15 0 13 0 91925952 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1710876 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 91925956 1751937024 48290 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=23321/tid=23325] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1712360 CPUtime=1.07
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 2528 0 0 0 107 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1712360 CPUtime=0.94
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 2284 0 0 0 93 1 0 0 16 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 91926964 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.43
Current children cumulated vsize (Kb) 1712360

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 23333
/proc/meminfo: memFree=1314224/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1712360 CPUtime=1797.44
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 99408 0 1 0 179399 345 0 0 17 0 13 0 91925941 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071439080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 428090 64161 1908 14 0 414837 0
[pid=23321/tid=23322] ppid=23319 vsize=1712360 CPUtime=14.49
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 13726 0 0 0 1316 133 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1712360 CPUtime=14.44
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 14904 0 0 0 1331 113 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1712360 CPUtime=1.14
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 72 0 0 0 63 51 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1712360 CPUtime=1.07
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 2528 0 0 0 107 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1712360 CPUtime=0.94
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 2284 0 0 0 93 1 0 0 16 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 91926964 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.44
Current children cumulated vsize (Kb) 1712360

[startup+1783.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 23333
/proc/meminfo: memFree=1314224/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1712360 CPUtime=1798.46
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 99411 0 1 0 179500 346 0 0 17 0 13 0 91925941 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071611688 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 428090 64161 1908 14 0 414837 0
[pid=23321/tid=23322] ppid=23319 vsize=1712360 CPUtime=14.49
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 13726 0 0 0 1316 133 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1712360 CPUtime=14.45
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 14904 0 0 0 1332 113 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1712360 CPUtime=1.14
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 72 0 0 0 63 51 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1712360 CPUtime=1.07
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 2528 0 0 0 107 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1712360 CPUtime=0.94
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 2284 0 0 0 93 1 0 0 16 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 91926964 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.46
Current children cumulated vsize (Kb) 1712360

[startup+1784.31 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 23333
/proc/meminfo: memFree=1314224/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1712360 CPUtime=1799.47
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 99414 0 1 0 179601 346 0 0 17 0 13 0 91925941 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071611728 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 428090 64161 1908 14 0 414837 0
[pid=23321/tid=23322] ppid=23319 vsize=1712360 CPUtime=14.5
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 13726 0 0 0 1317 133 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1712360 CPUtime=14.46
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 14904 0 0 0 1333 113 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1712360 CPUtime=1.14
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 72 0 0 0 63 51 0 0 15 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1712360 CPUtime=1.07
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 2528 0 0 0 107 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1712360 CPUtime=0.94
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 2284 0 0 0 93 1 0 0 16 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 91926964 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.47
Current children cumulated vsize (Kb) 1712360

[startup+1785.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 23333
/proc/meminfo: memFree=1314224/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1712360 CPUtime=1800.48
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 99417 0 1 0 179702 346 0 0 17 0 13 0 91925941 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071611839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 428090 64161 1908 14 0 414837 0
[pid=23321/tid=23322] ppid=23319 vsize=1712360 CPUtime=14.5
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 13726 0 0 0 1317 133 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1712360 CPUtime=14.47
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 14904 0 0 0 1334 113 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1712360 CPUtime=1.14
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 72 0 0 0 63 51 0 0 15 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1712360 CPUtime=1.07
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 2528 0 0 0 107 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1712360 CPUtime=0.94
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 2284 0 0 0 93 1 0 0 16 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 91926964 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 1712360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.33 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 23333
/proc/meminfo: memFree=1314224/2055920 swapFree=4183836/4192956
[pid=23321] ppid=23319 vsize=1712360 CPUtime=1800.48
/proc/23321/stat : 23321 (java) R 23319 23321 23275 0 -1 0 99417 0 1 0 179702 346 0 0 17 0 13 0 91925941 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071436651 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23321/statm: 428090 64161 1908 14 0 414837 0
[pid=23321/tid=23322] ppid=23319 vsize=1712360 CPUtime=14.5
/proc/23321/task/23322/stat : 23322 (java) S 23319 23321 23275 0 -1 64 13726 0 0 0 1317 133 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23323] ppid=23319 vsize=1712360 CPUtime=14.47
/proc/23321/task/23323/stat : 23323 (java) S 23319 23321 23275 0 -1 64 14904 0 0 0 1334 113 0 0 16 0 13 0 91925949 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23324] ppid=23319 vsize=1712360 CPUtime=1.14
/proc/23321/task/23324/stat : 23324 (java) S 23319 23321 23275 0 -1 64 72 0 0 0 63 51 0 0 15 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23325] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23325/stat : 23325 (java) S 23319 23321 23275 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23326] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23326/stat : 23326 (java) S 23319 23321 23275 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 91925952 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23327] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23327/stat : 23327 (java) S 23319 23321 23275 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23328] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23328/stat : 23328 (java) S 23319 23321 23275 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23329] ppid=23319 vsize=1712360 CPUtime=1.07
/proc/23321/task/23329/stat : 23329 (java) S 23319 23321 23275 0 -1 64 2528 0 0 0 107 0 0 0 17 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23330] ppid=23319 vsize=1712360 CPUtime=0.94
/proc/23321/task/23330/stat : 23330 (java) S 23319 23321 23275 0 -1 64 2284 0 0 0 93 1 0 0 16 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23321/tid=23331] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23331/stat : 23331 (java) S 23319 23321 23275 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23332] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23332/stat : 23332 (java) S 23319 23321 23275 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 91925956 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23321/tid=23333] ppid=23319 vsize=1712360 CPUtime=0
/proc/23321/task/23333/stat : 23333 (java) S 23319 23321 23275 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 91926964 1753456640 64161 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (Kb) 1712360

Sending SIGTERM to -23321
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.43
CPU time (s): 1800.58
CPU user time (s): 1797.08
CPU system time (s): 3.50447
CPU usage (%): 100.849
Max. virtual memory (cumulated for all children) (Kb): 1712520

Launcher Data (download as text)

Begin job on node22 on Sat Jun  3 03:21:56 UTC 2006


FILE ID= 44571-1149304916

PBS_JOBID= 307559

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath2.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node22/44571-1149304916/instance-44571-1149304916.opb 576403397
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-44571-1149304916 -o ROOT/results/node22/solver-44571-1149304916 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node22/44571-1149304916/instance-44571-1149304916.opb 576403397

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  a4a0adfe0d9b9bff1eac92e870352c94

RANDOM SEED= 576403397


/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.261
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.261
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:       1564504 kB
Buffers:         34592 kB
Cached:         383756 kB
SwapCached:       3184 kB
Active:          60828 kB
Inactive:       366192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564504 kB
SwapTotal:     4192956 kB
SwapFree:      4183836 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14960 kB
Slab:            50448 kB
Committed_AS:   276940 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node22 on Sat Jun  3 03:51:42 UTC 2006