Trace number 43845

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.9 1786.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-swath1.opb
MD5SUMef9882d48a9aa7a6e80245293de5a7b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark262226
Best CPU time to get the best result obtained on this benchmark354.742
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262226
Optimality of the best value was proved YES
Number of variables53335
Total number of constraints5302
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)189
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint50934
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 560808
Number of bits of the biggest sum of numbers20
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@1037c71
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.21	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
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/node83/43845-1149257401/instance-43845-1149257401.opb
0.21	c reading problem ... 
13.14	c ... done. Time 12.927 ms.
13.14	c #vars     53335
13.14	c #constraints  5216
1786.30	c starts		: 4
1786.30	c conflicts		: 490
1786.30	c decisions		: 61575
1786.30	c propagations		: 297622
1786.30	c inspects		: 1288801
1786.30	c learnt literals	: 0
1786.30	c learnt binary clauses	: 0
1786.30	c learnt ternary clauses	: 0
1786.30	c learnt clauses	: 489
1786.30	c root simplifications	: 0
1786.30	c removed literals (reason simplification)	: 0
1786.30	c reason swapping (by a shorter reason)	: 0
1786.30	c Calls to reduceDB	: 0
1786.30	c speed (decisions/second)	: 34.72723540187152
1786.30	c non guided choices	37621
1786.30	s UNKNOWN
1786.30	c Total wall clock time (ms): 1786.082

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.92 2/67 26379
/proc/meminfo: memFree=1594848/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1596 CPUtime=0
/proc/26379/stat : 26379 (java) D 26377 26379 26333 0 -1 0 131 0 0 0 0 0 0 0 19 0 1 0 191379431 1634304 101 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099917094 0 0 17 1 0 0
/proc/26379/statm: 399 101 80 14 0 43 0

[startup+10.0017 s]
/proc/loadavg: 0.93 0.97 0.92 2/78 26390
/proc/meminfo: memFree=1408520/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1710600 CPUtime=10.81
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 50245 0 1 0 1060 21 0 0 25 0 12 0 191379431 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071352614 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427650 48404 1881 14 0 414396 0
[pid=26379/tid=26380] ppid=26377 vsize=1710600 CPUtime=0.32
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 5114 0 0 0 30 2 0 0 16 0 12 0 191379434 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1710600 CPUtime=0.32
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 4542 0 0 0 30 2 0 0 16 0 12 0 191379434 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1710600 CPUtime=0
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 32 0 0 0 0 0 0 0 15 0 12 0 191379437 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1710600 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 191379437 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1710600 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 191379437 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1710600 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191379441 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1710600 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 191379441 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1710600 CPUtime=0.27
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 476 0 0 0 27 0 0 0 15 0 12 0 191379441 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1710600 CPUtime=0.37
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 349 0 0 0 37 0 0 0 15 0 12 0 191379441 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1710600 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 191379441 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1710600 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 191379441 1751654400 48404 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (Kb) 1710600

[startup+20.0086 s]
/proc/loadavg: 0.94 0.97 0.92 2/79 26391
/proc/meminfo: memFree=1358336/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711724 CPUtime=21.57
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 64589 0 1 0 2129 28 0 0 18 0 13 0 191379431 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071555981 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427931 60991 1909 14 0 414677 0
[pid=26379/tid=26380] ppid=26377 vsize=1711724 CPUtime=0.7
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 12136 0 0 0 65 5 0 0 15 0 13 0 191379434 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711724 CPUtime=0.69
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 11611 0 0 0 64 5 0 0 16 0 13 0 191379434 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 191379437 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711724 CPUtime=0.51
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 502 0 0 0 51 0 0 0 16 0 13 0 191379441 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711724 CPUtime=0.61
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 509 0 0 0 61 0 0 0 17 0 13 0 191379441 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711724 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 191380762 1752805376 60991 18446744073709551615 134512640 134570276 4294956464 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) 1711724

[startup+30.0146 s]
/proc/loadavg: 0.95 0.97 0.92 2/79 26391
/proc/meminfo: memFree=1379840/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711564 CPUtime=31.64
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 64633 0 1 0 3135 29 0 0 18 0 13 0 191379431 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071601200 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427891 55568 1909 14 0 414637 0
[pid=26379/tid=26380] ppid=26377 vsize=1711564 CPUtime=0.73
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 12152 0 0 0 68 5 0 0 16 0 13 0 191379434 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711564 CPUtime=0.72
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 11623 0 0 0 67 5 0 0 16 0 13 0 191379434 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 191379437 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711564 CPUtime=0.54
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 504 0 0 0 54 0 0 0 15 0 13 0 191379441 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711564 CPUtime=0.61
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 509 0 0 0 61 0 0 0 16 0 13 0 191379441 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711564 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 191380762 1752641536 55568 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (Kb) 1711564

[startup+40.0205 s]
/proc/loadavg: 0.95 0.97 0.92 2/79 26391
/proc/meminfo: memFree=1389824/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1712464 CPUtime=41.86
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 65810 0 1 0 4157 29 0 0 25 0 13 0 191379431 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071367528 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 428116 53087 1909 14 0 414862 0
[pid=26379/tid=26380] ppid=26377 vsize=1712464 CPUtime=0.75
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 12197 0 0 0 70 5 0 0 16 0 13 0 191379434 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1712464 CPUtime=0.75
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 11782 0 0 0 70 5 0 0 16 0 13 0 191379434 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1712464 CPUtime=0.01
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 33 0 0 0 0 1 0 0 16 0 13 0 191379437 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1712464 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1712464 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1712464 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1712464 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 191379441 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1712464 CPUtime=0.62
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 822 0 0 0 62 0 0 0 15 0 13 0 191379441 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1712464 CPUtime=0.74
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1144 0 0 0 74 0 0 0 16 0 13 0 191379441 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1712464 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1712464 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1712464 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 191380762 1753563136 53087 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.86
Current children cumulated vsize (Kb) 1712464

[startup+50.0284 s]
/proc/loadavg: 0.96 0.97 0.92 2/79 26391
/proc/meminfo: memFree=1390336/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1712308 CPUtime=52.05
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 67738 0 1 0 5175 30 0 0 25 0 13 0 191379431 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071692134 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 428077 52961 1909 14 0 414823 0
[pid=26379/tid=26380] ppid=26377 vsize=1712308 CPUtime=0.8
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 13020 0 0 0 75 5 0 0 16 0 13 0 191379434 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1712308 CPUtime=0.79
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 12462 0 0 0 74 5 0 0 16 0 13 0 191379434 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1712308 CPUtime=0.01
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 33 0 0 0 0 1 0 0 16 0 13 0 191379437 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1712308 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1712308 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1712308 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1712308 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 191379441 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1712308 CPUtime=0.68
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 1046 0 0 0 68 0 0 0 17 0 13 0 191379441 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1712308 CPUtime=0.84
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1335 0 0 0 84 0 0 0 17 0 13 0 191379441 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1712308 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1712308 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1712308 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191380762 1753403392 52961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.05
Current children cumulated vsize (Kb) 1712308

[startup+60.0353 s]
/proc/loadavg: 0.97 0.97 0.92 2/79 26391
/proc/meminfo: memFree=1391488/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711852 CPUtime=62.1
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 68844 0 1 0 6179 31 0 0 25 0 13 0 191379431 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071426294 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427963 52716 1909 14 0 414709 0
[pid=26379/tid=26380] ppid=26377 vsize=1711852 CPUtime=0.84
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 13602 0 0 0 79 5 0 0 16 0 13 0 191379434 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711852 CPUtime=0.85
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 12975 0 0 0 79 6 0 0 16 0 13 0 191379434 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711852 CPUtime=0.01
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 35 0 0 0 0 1 0 0 16 0 13 0 191379437 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 191379441 1752936448 52716 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=26379/tid=26383] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711852 CPUtime=0.71
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 1046 0 0 0 71 0 0 0 16 0 13 0 191379441 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711852 CPUtime=0.85
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1336 0 0 0 85 0 0 0 16 0 13 0 191379441 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191380762 1752936448 92083 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (Kb) 1711852

[startup+1783.27 s]
/proc/loadavg: 1.07 1.02 0.95 2/79 26393
/proc/meminfo: memFree=1232768/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711852 CPUtime=1797.72
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 135077 0 1 0 179620 152 0 0 25 0 13 0 191379431 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071426477 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427963 92084 1909 14 0 414709 0
[pid=26379/tid=26380] ppid=26377 vsize=1711852 CPUtime=14.11
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 30078 0 0 0 1362 49 0 0 16 0 13 0 191379434 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711852 CPUtime=14.05
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 28649 0 0 0 1356 49 0 0 16 0 13 0 191379434 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711852 CPUtime=0.35
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 122 0 0 0 20 15 0 0 15 0 13 0 191379437 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711852 CPUtime=0.71
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 1046 0 0 0 71 0 0 0 16 0 13 0 191379441 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711852 CPUtime=0.85
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1336 0 0 0 85 0 0 0 16 0 13 0 191379441 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191380762 1752936448 92084 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.72
Current children cumulated vsize (Kb) 1711852

[startup+1784.28 s]
/proc/loadavg: 1.07 1.02 0.95 2/79 26393
/proc/meminfo: memFree=1232704/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711852 CPUtime=1798.74
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 135079 0 1 0 179722 152 0 0 21 0 13 0 191379431 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071633058 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427963 92085 1909 14 0 414709 0
[pid=26379/tid=26380] ppid=26377 vsize=1711852 CPUtime=14.13
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 30079 0 0 0 1363 50 0 0 16 0 13 0 191379434 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711852 CPUtime=14.06
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 28649 0 0 0 1357 49 0 0 16 0 13 0 191379434 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711852 CPUtime=0.35
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 122 0 0 0 20 15 0 0 15 0 13 0 191379437 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711852 CPUtime=0.71
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 1046 0 0 0 71 0 0 0 16 0 13 0 191379441 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711852 CPUtime=0.85
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1336 0 0 0 85 0 0 0 16 0 13 0 191379441 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191380762 1752936448 92085 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (Kb) 1711852

[startup+1785.28 s]
/proc/loadavg: 1.07 1.02 0.95 2/79 26393
/proc/meminfo: memFree=1232704/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711852 CPUtime=1799.77
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 135081 0 1 0 179825 152 0 0 19 0 13 0 191379431 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071426471 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427963 92086 1909 14 0 414709 0
[pid=26379/tid=26380] ppid=26377 vsize=1711852 CPUtime=14.15
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 30079 0 0 0 1365 50 0 0 16 0 13 0 191379434 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711852 CPUtime=14.08
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 28650 0 0 0 1359 49 0 0 17 0 13 0 191379434 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711852 CPUtime=0.35
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 122 0 0 0 20 15 0 0 15 0 13 0 191379437 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711852 CPUtime=0.71
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 1046 0 0 0 71 0 0 0 16 0 13 0 191379441 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711852 CPUtime=0.85
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1336 0 0 0 85 0 0 0 16 0 13 0 191379441 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191380762 1752936448 92086 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.77
Current children cumulated vsize (Kb) 1711852

[startup+1786.29 s]
/proc/loadavg: 1.07 1.02 0.95 2/79 26393
/proc/meminfo: memFree=1232704/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711852 CPUtime=1800.8
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 135087 0 1 0 179927 153 0 0 18 0 13 0 191379431 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071635957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427963 92091 1909 14 0 414709 0
[pid=26379/tid=26380] ppid=26377 vsize=1711852 CPUtime=14.17
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 30083 0 0 0 1367 50 0 0 17 0 13 0 191379434 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711852 CPUtime=14.1
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 28651 0 0 0 1361 49 0 0 16 0 13 0 191379434 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711852 CPUtime=0.35
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 122 0 0 0 20 15 0 0 15 0 13 0 191379437 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711852 CPUtime=0.71
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 1046 0 0 0 71 0 0 0 16 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711852 CPUtime=0.85
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1336 0 0 0 85 0 0 0 16 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191380762 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (Kb) 1711852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.29 s]
/proc/loadavg: 1.07 1.02 0.95 2/79 26393
/proc/meminfo: memFree=1232704/2055888 swapFree=4085416/4096564
[pid=26379] ppid=26377 vsize=1711852 CPUtime=1800.8
/proc/26379/stat : 26379 (java) R 26377 26379 26333 0 -1 0 135087 0 1 0 179927 153 0 0 18 0 13 0 191379431 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071692599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26379/statm: 427963 92091 1909 14 0 414709 0
[pid=26379/tid=26380] ppid=26377 vsize=1711852 CPUtime=14.17
/proc/26379/task/26380/stat : 26380 (java) S 26377 26379 26333 0 -1 64 30083 0 0 0 1367 50 0 0 17 0 13 0 191379434 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26381] ppid=26377 vsize=1711852 CPUtime=14.1
/proc/26379/task/26381/stat : 26381 (java) S 26377 26379 26333 0 -1 64 28651 0 0 0 1361 49 0 0 16 0 13 0 191379434 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26382] ppid=26377 vsize=1711852 CPUtime=0.35
/proc/26379/task/26382/stat : 26382 (java) S 26377 26379 26333 0 -1 64 122 0 0 0 20 15 0 0 15 0 13 0 191379437 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26383] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26383/stat : 26383 (java) S 26377 26379 26333 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26384] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26384/stat : 26384 (java) S 26377 26379 26333 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 191379437 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26385] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26385/stat : 26385 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26386] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26386/stat : 26386 (java) S 26377 26379 26333 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26387] ppid=26377 vsize=1711852 CPUtime=0.71
/proc/26379/task/26387/stat : 26387 (java) S 26377 26379 26333 0 -1 64 1046 0 0 0 71 0 0 0 16 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26388] ppid=26377 vsize=1711852 CPUtime=0.85
/proc/26379/task/26388/stat : 26388 (java) S 26377 26379 26333 0 -1 64 1336 0 0 0 85 0 0 0 16 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26389] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26389/stat : 26389 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26379/tid=26390] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26390/stat : 26390 (java) S 26377 26379 26333 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 191379441 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26379/tid=26391] ppid=26377 vsize=1711852 CPUtime=0
/proc/26379/task/26391/stat : 26391 (java) S 26377 26379 26333 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 191380762 1752936448 92091 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (Kb) 1711852

Sending SIGTERM to -26379
Sleeping 2 seconds

Child status: 143
Real time (s): 1786.38
CPU time (s): 1800.9
CPU user time (s): 1799.31
CPU system time (s): 1.58676
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (Kb): 1712464

Launcher Data (download as text)

Begin job on node83 on Fri Jun  2 14:10:01 UTC 2006


FILE ID= 43845-1149257401

PBS_JOBID= 298464

BENCH NAME= ROOT/tmp/node83/43845-1149257401/instance-43845-1149257401.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node83/43845-1149257401/instance-43845-1149257401.opb 67831421
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node83/watcher-43845-1149257401 -o ROOT/results/node83/solver-43845-1149257401 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node83/43845-1149257401/instance-43845-1149257401.opb 67831421

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  ef9882d48a9aa7a6e80245293de5a7b2

RANDOM SEED= 67831421


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


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1595248 kB
Buffers:         29624 kB
Cached:         356896 kB
SwapCached:       2440 kB
Active:          36472 kB
Inactive:       358836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1595248 kB
SwapTotal:     4096564 kB
SwapFree:      4085416 kB
Dirty:             152 kB
Writeback:           0 kB
Mapped:          16896 kB
Slab:            52016 kB
Committed_AS:   307976 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node83 on Fri Jun  2 14:39:47 UTC 2006