Trace number 43781

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.23 1764.45

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-air04.opb
MD5SUM015f32a31b4a3d7bbfc82031e4222c83
Bench CategoryOPT-MEDINT (optimisation, medium 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 57799
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-34.ELsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	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/node82/43781-1149537812/instance-43781-1149537812.opb
0.21	c reading problem ... 
1.50	c ... done. Time 1.285 ms.
1.50	c #vars     8904
1.50	c #constraints  1646
1764.31	c starts		: 9
1764.31	c conflicts		: 5650
1764.31	c decisions		: 251246
1764.31	c propagations		: 2900288
1764.31	c inspects		: 5041059
1764.31	c learnt literals	: 6
1764.31	c learnt binary clauses	: 2
1764.31	c learnt ternary clauses	: 2
1764.31	c learnt clauses	: 5643
1764.31	c root simplifications	: 0
1764.31	c removed literals (reason simplification)	: 0
1764.31	c reason swapping (by a shorter reason)	: 0
1764.31	c Calls to reduceDB	: 0
1764.31	c speed (decisions/second)	: 142.52730895080077
1764.31	c non guided choices	12924
1764.31	s UNKNOWN
1764.31	c Total wall clock time (ms): 1764.098

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.00 0.09 0.38 2/68 18526
/proc/meminfo: memFree=1202496/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=168 CPUtime=0
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 210970496 172032 23 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 7713211 0 0 4096 0 0 0 0 17 1 0 0
/proc/18526/statm: 42 23 18 14 0 2 0

[startup+10.0025 s]
/proc/loadavg: 0.23 0.14 0.39 2/80 18538
/proc/meminfo: memFree=1035616/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1715540 CPUtime=11.37
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 47736 0 1 0 1117 20 0 0 22 0 13 0 210970496 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071501839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428885 43512 1910 14 0 415631 0
[pid=18526/tid=18527] ppid=18524 vsize=1715540 CPUtime=0.1
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 2683 0 0 0 10 0 0 0 16 0 13 0 210970499 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1715540 CPUtime=0.11
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 2419 0 0 0 10 1 0 0 16 0 13 0 210970499 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 210970502 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 210970506 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1715540 CPUtime=0.68
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 770 0 0 0 68 0 0 0 17 0 13 0 210970506 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1715540 CPUtime=1.05
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3875 0 0 0 104 1 0 0 16 0 13 0 210970506 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1715540 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 210970648 1756712960 43512 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (Kb) 1715540

[startup+20.0094 s]
/proc/loadavg: 0.35 0.17 0.40 2/80 18538
/proc/meminfo: memFree=1011104/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=21.44
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 54225 0 1 0 2122 22 0 0 25 0 13 0 210970496 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071472355 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 49627 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=0.17
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 4282 0 0 0 16 1 0 0 16 0 13 0 210970499 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=0.17
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 4020 0 0 0 16 1 0 0 16 0 13 0 210970499 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 210970506 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.69
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 770 0 0 0 69 0 0 0 17 0 13 0 210970506 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.06
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3875 0 0 0 105 1 0 0 17 0 13 0 210970506 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 210970648 1755664384 49627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.44
Current children cumulated vsize (Kb) 1714516

[startup+30.0163 s]
/proc/loadavg: 0.45 0.19 0.40 2/80 18538
/proc/meminfo: memFree=1013024/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=31.58
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 56104 0 1 0 3135 23 0 0 25 0 13 0 210970496 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071561533 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 49126 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=0.22
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 5110 0 0 0 21 1 0 0 16 0 13 0 210970499 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=0.23
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 5043 0 0 0 22 1 0 0 16 0 13 0 210970499 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 210970506 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.76
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 76 0 0 0 16 0 13 0 210970506 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.08
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3883 0 0 0 107 1 0 0 16 0 13 0 210970506 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 210970648 1755664384 49126 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (Kb) 1714516

[startup+40.0262 s]
/proc/loadavg: 0.53 0.22 0.41 2/80 18538
/proc/meminfo: memFree=1024992/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=41.64
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 57740 0 1 0 4139 25 0 0 22 0 13 0 210970496 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071553772 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 46123 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=0.29
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 5988 0 0 0 27 2 0 0 16 0 13 0 210970499 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=0.3
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 5781 0 0 0 28 2 0 0 16 0 13 0 210970499 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 210970506 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.76
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 76 0 0 0 16 0 13 0 210970506 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.08
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3883 0 0 0 107 1 0 0 16 0 13 0 210970506 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 46123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.64
Current children cumulated vsize (Kb) 1714516

[startup+50.034 s]
/proc/loadavg: 0.60 0.25 0.42 2/80 18538
/proc/meminfo: memFree=982432/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=51.75
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 69379 0 1 0 5146 29 0 0 17 0 13 0 210970496 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071502285 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 56807 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=0.38
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 7752 0 0 0 36 2 0 0 16 0 13 0 210970499 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=0.41
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 8169 0 0 0 38 3 0 0 16 0 13 0 210970499 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 48 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 210970506 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.76
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 76 0 0 0 16 0 13 0 210970506 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.08
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3883 0 0 0 107 1 0 0 16 0 13 0 210970506 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 56807 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.75
Current children cumulated vsize (Kb) 1714516

[startup+60.0409 s]
/proc/loadavg: 0.66 0.27 0.42 2/80 18538
/proc/meminfo: memFree=986912/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=61.82
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 70882 0 1 0 6152 30 0 0 25 0 13 0 210970496 1755664384 55640 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071666726 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 55640 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=0.45
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 8562 0 0 0 42 3 0 0 16 0 13 0 210970499 1755664384 55640 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=0.47
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 8848 0 0 0 44 3 0 0 15 0 13 0 210970499 1755664384 55640 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0.01
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 48 0 0 0 0 1 0 0 16 0 13 0 210970502 1755664384 55640 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 55640 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 55640 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 55640 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0.01
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 210970506 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.8
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 80 0 0 0 16 0 13 0 210970506 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.19
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3910 0 0 0 118 1 0 0 17 0 13 0 210970506 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 158964 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.9
Current children cumulated vsize (Kb) 1714516

[startup+1761.28 s]
/proc/loadavg: 1.00 1.00 0.89 2/80 18540
/proc/meminfo: memFree=572128/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=1796.94
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 210640 0 1 0 179466 228 0 0 18 0 13 0 210970496 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071655130 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 158968 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=35.34
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 67838 0 0 0 3453 81 0 0 16 0 13 0 210970499 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=35.32
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 66168 0 0 0 3461 71 0 0 16 0 13 0 210970499 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0.72
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 109 0 0 0 40 32 0 0 15 0 13 0 210970502 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0.01
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 210970506 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.8
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 80 0 0 0 16 0 13 0 210970506 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.19
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3910 0 0 0 118 1 0 0 17 0 13 0 210970506 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 158968 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.94
Current children cumulated vsize (Kb) 1714516

[startup+1762.29 s]
/proc/loadavg: 1.00 1.00 0.89 2/80 18540
/proc/meminfo: memFree=572128/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=1797.98
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 210644 0 1 0 179570 228 0 0 19 0 13 0 210970496 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071472433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 158970 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=35.37
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 67838 0 0 0 3456 81 0 0 16 0 13 0 210970499 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=35.36
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 66168 0 0 0 3465 71 0 0 16 0 13 0 210970499 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0.72
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 111 0 0 0 40 32 0 0 15 0 13 0 210970502 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0.01
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 210970506 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.8
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 80 0 0 0 16 0 13 0 210970506 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.19
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3910 0 0 0 118 1 0 0 17 0 13 0 210970506 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 158970 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.98
Current children cumulated vsize (Kb) 1714516

[startup+1763.29 s]
/proc/loadavg: 1.00 1.00 0.89 2/80 18540
/proc/meminfo: memFree=572064/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=1799.01
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 210649 0 1 0 179673 228 0 0 20 0 13 0 210970496 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071473348 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 158973 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=35.41
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 67841 0 0 0 3460 81 0 0 16 0 13 0 210970499 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=35.39
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 66168 0 0 0 3468 71 0 0 16 0 13 0 210970499 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0.72
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 111 0 0 0 40 32 0 0 15 0 13 0 210970502 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0.01
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 210970506 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.8
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 80 0 0 0 16 0 13 0 210970506 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.19
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3910 0 0 0 118 1 0 0 17 0 13 0 210970506 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 158973 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.01
Current children cumulated vsize (Kb) 1714516

[startup+1764.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/80 18540
/proc/meminfo: memFree=572064/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=1800.07
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 210655 0 1 0 179779 228 0 0 17 0 13 0 210970496 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071603639 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 158976 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=35.46
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 67842 0 0 0 3465 81 0 0 16 0 13 0 210970499 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=35.44
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 66170 0 0 0 3473 71 0 0 17 0 13 0 210970499 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0.72
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 111 0 0 0 40 32 0 0 15 0 13 0 210970502 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0.01
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.8
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 80 0 0 0 16 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.19
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3910 0 0 0 118 1 0 0 17 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (Kb) 1714516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1764.3 s]
/proc/loadavg: 1.00 1.00 0.89 2/80 18540
/proc/meminfo: memFree=572064/2055892 swapFree=4087504/4096564
[pid=18526] ppid=18524 vsize=1714516 CPUtime=1800.07
/proc/18526/stat : 18526 (java) R 18524 18526 18480 0 -1 0 210655 0 1 0 179779 228 0 0 17 0 13 0 210970496 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071655215 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18526/statm: 428629 158976 1910 14 0 415375 0
[pid=18526/tid=18527] ppid=18524 vsize=1714516 CPUtime=35.46
/proc/18526/task/18527/stat : 18527 (java) S 18524 18526 18480 0 -1 64 67842 0 0 0 3465 81 0 0 16 0 13 0 210970499 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18528] ppid=18524 vsize=1714516 CPUtime=35.44
/proc/18526/task/18528/stat : 18528 (java) S 18524 18526 18480 0 -1 64 66170 0 0 0 3473 71 0 0 17 0 13 0 210970499 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18529] ppid=18524 vsize=1714516 CPUtime=0.72
/proc/18526/task/18529/stat : 18529 (java) S 18524 18526 18480 0 -1 64 111 0 0 0 40 32 0 0 15 0 13 0 210970502 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18530] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18530/stat : 18530 (java) S 18524 18526 18480 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 210970502 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18531] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18531/stat : 18531 (java) S 18524 18526 18480 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 210970503 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18532] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18532/stat : 18532 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18533] ppid=18524 vsize=1714516 CPUtime=0.01
/proc/18526/task/18533/stat : 18533 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18534] ppid=18524 vsize=1714516 CPUtime=0.8
/proc/18526/task/18534/stat : 18534 (java) S 18524 18526 18480 0 -1 64 780 0 0 0 80 0 0 0 16 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18535] ppid=18524 vsize=1714516 CPUtime=1.19
/proc/18526/task/18535/stat : 18535 (java) S 18524 18526 18480 0 -1 64 3910 0 0 0 118 1 0 0 17 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18536] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18536/stat : 18536 (java) S 18524 18526 18480 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18526/tid=18537] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18537/stat : 18537 (java) S 18524 18526 18480 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 210970506 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18526/tid=18538] ppid=18524 vsize=1714516 CPUtime=0
/proc/18526/task/18538/stat : 18538 (java) S 18524 18526 18480 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 210970648 1755664384 158976 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (Kb) 1714516

Sending SIGTERM to -18526
Sleeping 2 seconds

Child status: 143
Real time (s): 1764.45
CPU time (s): 1800.23
CPU user time (s): 1797.85
CPU system time (s): 2.37764
CPU usage (%): 102.027
Max. virtual memory (cumulated for all children) (Kb): 1715540

Launcher Data (download as text)

Begin job on node82 on Mon Jun  5 20:03:32 UTC 2006


FILE ID= 43781-1149537812

PBS_JOBID= 315893

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-air04.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node82/43781-1149537812/instance-43781-1149537812.opb 235672905
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node82/watcher-43781-1149537812 -o ROOT/results/node82/solver-43781-1149537812 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node82/43781-1149537812/instance-43781-1149537812.opb 235672905

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  015f32a31b4a3d7bbfc82031e4222c83

RANDOM SEED= 235672905


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1202704 kB
Buffers:         32148 kB
Cached:         751600 kB
SwapCached:       2740 kB
Active:         154384 kB
Inactive:       638072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1202704 kB
SwapTotal:     4096564 kB
SwapFree:      4087504 kB
Dirty:             116 kB
Writeback:           0 kB
Mapped:          14636 kB
Slab:            47064 kB
Committed_AS:   464904 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node82 on Mon Jun  5 20:32:57 UTC 2006