Trace number 44063

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.12 1795.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-a1c1s1.opb
MD5SUM8e26f63addeab9c605a48fae9909490e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.2703
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables107520
Total number of constraints3312
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3312
Minimum length of a constraint50
Maximum length of a constraint820
Number of terms in the objective function 41280
Biggest coefficient in the objective function 2704
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 560432
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261600
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 560432
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.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.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-22.EL.rootsmp
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node65/44063-1149363335/instance-44063-1149363335.opb
0.20	c reading problem ... 
14.36	c ... done. Time 14.151 ms.
14.36	c #vars     107520
14.36	c #constraints  4560
1795.29	c starts		: 7
1795.29	c conflicts		: 2446
1795.29	c decisions		: 75864
1795.29	c propagations		: 337215
1795.29	c inspects		: 2392196
1795.29	c learnt literals	: 0
1795.29	c learnt binary clauses	: 0
1795.29	c learnt ternary clauses	: 0
1795.29	c learnt clauses	: 2445
1795.29	c root simplifications	: 0
1795.29	c removed literals (reason simplification)	: 0
1795.29	c reason swapping (by a shorter reason)	: 0
1795.29	c Calls to reduceDB	: 0
1795.29	c speed (decisions/second)	: 42.59969071088206
1795.29	c non guided choices	17113
1795.29	s UNKNOWN
1795.29	c Total wall clock time (ms): 1795.083

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.95 1.00 1.00 3/64 8483
/proc/meminfo: memFree=1756912/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=18540 CPUtime=0
/proc/8483/stat : 8483 (runsolver) R 8481 8483 8437 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 202002820 18984960 279 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 257203694887 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8483/statm: 4635 279 243 16 0 2626 0

[startup+10.0024 s]
/proc/loadavg: 0.96 1.00 1.00 2/75 8494
/proc/meminfo: memFree=1550048/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713128 CPUtime=11.29
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 56172 0 1 0 1102 27 0 0 20 0 12 0 202002820 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071425824 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428282 53510 1884 14 0 415029 0
[pid=8483/tid=8484] ppid=8481 vsize=1713128 CPUtime=0.68
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 9429 0 0 0 63 5 0 0 15 0 12 0 202002824 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713128 CPUtime=0.68
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 7933 0 0 0 64 4 0 0 16 0 12 0 202002824 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713128 CPUtime=0
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 22 0 0 0 0 0 0 0 17 0 12 0 202002826 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713128 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 202002827 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713128 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 202002827 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713128 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 202002830 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713128 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 202002830 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713128 CPUtime=0.34
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 720 0 0 0 34 0 0 0 16 0 12 0 202002830 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713128 CPUtime=0.48
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1579 0 0 0 48 0 0 0 15 0 12 0 202002830 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713128 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 202002830 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713128 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 202002830 1754243072 53510 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.29
Current children cumulated vsize (Kb) 1713128

[startup+20.0101 s]
/proc/loadavg: 0.97 1.00 1.00 2/76 8495
/proc/meminfo: memFree=1531032/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=21.8
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 61487 0 1 0 2150 30 0 0 25 0 13 0 202002820 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 58328 1904 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=0.85
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 12027 0 0 0 78 7 0 0 15 0 13 0 202002824 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=0.85
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 10175 0 0 0 80 5 0 0 16 0 13 0 202002824 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 202002826 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.53
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 739 0 0 0 53 0 0 0 16 0 13 0 202002830 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.75
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1618 0 0 0 75 0 0 0 16 0 13 0 202002830 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 202004276 1754771456 58328 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.8
Current children cumulated vsize (Kb) 1713644

[startup+30.0167 s]
/proc/loadavg: 0.97 1.00 1.00 2/76 8495
/proc/meminfo: memFree=1524376/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=32
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 63376 0 1 0 3169 31 0 0 25 0 13 0 202002820 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 60026 1906 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=0.89
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 12494 0 0 0 82 7 0 0 16 0 13 0 202002824 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=0.9
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 11466 0 0 0 84 6 0 0 16 0 13 0 202002824 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 202002826 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.58
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 742 0 0 0 58 0 0 0 16 0 13 0 202002830 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.89
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1737 0 0 0 89 0 0 0 16 0 13 0 202002830 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 202004276 1754771456 60026 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32
Current children cumulated vsize (Kb) 1713644

[startup+40.0234 s]
/proc/loadavg: 0.97 1.00 1.00 2/76 8495
/proc/meminfo: memFree=1522776/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=42.06
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 63796 0 1 0 4175 31 0 0 25 0 13 0 202002820 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071597851 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 60433 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=0.89
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 12662 0 0 0 82 7 0 0 16 0 13 0 202002824 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=0.9
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 11712 0 0 0 84 6 0 0 16 0 13 0 202002824 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 202002826 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.62
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 746 0 0 0 62 0 0 0 17 0 13 0 202002830 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.92
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1738 0 0 0 92 0 0 0 17 0 13 0 202002830 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 202004276 1754771456 60433 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.06
Current children cumulated vsize (Kb) 1713644

[startup+50.03 s]
/proc/loadavg: 0.98 1.00 1.00 2/76 8495
/proc/meminfo: memFree=1522136/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=52.11
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 63958 0 1 0 5180 31 0 0 25 0 13 0 202002820 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 60592 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=0.9
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 12773 0 0 0 83 7 0 0 16 0 13 0 202002824 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=0.91
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 11759 0 0 0 85 6 0 0 16 0 13 0 202002824 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 202002826 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.66
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 748 0 0 0 66 0 0 0 17 0 13 0 202002830 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.93
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1738 0 0 0 93 0 0 0 16 0 13 0 202002830 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 202004276 1754771456 60592 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.11
Current children cumulated vsize (Kb) 1713644

[startup+60.0367 s]
/proc/loadavg: 0.98 1.00 1.00 2/76 8495
/proc/meminfo: memFree=1521944/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=62.12
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 64013 0 1 0 6181 31 0 0 25 0 13 0 202002820 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071626944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 60644 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=0.91
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 12776 0 0 0 84 7 0 0 16 0 13 0 202002824 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=0.91
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 11809 0 0 0 85 6 0 0 16 0 13 0 202002824 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 202002826 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 60644 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.7
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 749 0 0 0 70 0 0 0 16 0 13 0 202002830 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.98
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1740 0 0 0 98 0 0 0 16 0 13 0 202002830 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 202004276 1754771456 56652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796
Current children cumulated vsize (Kb) 1713644

[startup+1792.26 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 8690
/proc/meminfo: memFree=1536472/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=1797.01
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 89939 0 1 0 179615 86 0 0 18 0 13 0 202002820 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071598060 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 56639 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=4.18
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 23739 0 0 0 393 25 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=4.25
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 26178 0 0 0 401 24 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0.16
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 31 0 0 0 9 7 0 0 16 0 13 0 202002826 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.7
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 749 0 0 0 70 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.98
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1740 0 0 0 98 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 202004276 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.01
Current children cumulated vsize (Kb) 1713644

[startup+1793.26 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 8690
/proc/meminfo: memFree=1536472/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=1798.01
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 89939 0 1 0 179715 86 0 0 25 0 13 0 202002820 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071626970 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 56639 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=4.18
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 23739 0 0 0 393 25 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=4.25
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 26178 0 0 0 401 24 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0.16
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 31 0 0 0 9 7 0 0 16 0 13 0 202002826 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.7
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 749 0 0 0 70 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.98
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1740 0 0 0 98 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 202004276 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.01
Current children cumulated vsize (Kb) 1713644

[startup+1794.27 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 8690
/proc/meminfo: memFree=1536472/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=1799.02
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 89939 0 1 0 179816 86 0 0 25 0 13 0 202002820 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627309 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 56639 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=4.18
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 23739 0 0 0 393 25 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=4.25
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 26178 0 0 0 401 24 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0.16
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 31 0 0 0 9 7 0 0 16 0 13 0 202002826 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.7
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 749 0 0 0 70 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.98
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1740 0 0 0 98 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 202004276 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.02
Current children cumulated vsize (Kb) 1713644

[startup+1795.27 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 8690
/proc/meminfo: memFree=1536472/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=1800.02
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 89939 0 1 0 179916 86 0 0 25 0 13 0 202002820 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627309 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 56639 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=4.18
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 23739 0 0 0 393 25 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=4.25
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 26178 0 0 0 401 24 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0.16
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 31 0 0 0 9 7 0 0 16 0 13 0 202002826 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.7
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 749 0 0 0 70 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.98
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1740 0 0 0 98 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 202004276 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (Kb) 1713644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.28 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 8690
/proc/meminfo: memFree=1536472/2055920 swapFree=4181844/4192956
[pid=8483] ppid=8481 vsize=1713644 CPUtime=1800.03
/proc/8483/stat : 8483 (java) R 8481 8483 8437 0 -1 0 89939 0 1 0 179917 86 0 0 25 0 13 0 202002820 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071627309 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/8483/statm: 428411 56639 1907 14 0 415158 0
[pid=8483/tid=8484] ppid=8481 vsize=1713644 CPUtime=4.18
/proc/8483/task/8484/stat : 8484 (java) S 8481 8483 8437 0 -1 64 23739 0 0 0 393 25 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8485] ppid=8481 vsize=1713644 CPUtime=4.25
/proc/8483/task/8485/stat : 8485 (java) S 8481 8483 8437 0 -1 64 26178 0 0 0 401 24 0 0 16 0 13 0 202002824 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8486] ppid=8481 vsize=1713644 CPUtime=0.16
/proc/8483/task/8486/stat : 8486 (java) S 8481 8483 8437 0 -1 64 31 0 0 0 9 7 0 0 16 0 13 0 202002826 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8487] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8487/stat : 8487 (java) S 8481 8483 8437 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8488] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8488/stat : 8488 (java) S 8481 8483 8437 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 202002827 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=8483/tid=8489] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8489/stat : 8489 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8490] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8490/stat : 8490 (java) S 8481 8483 8437 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8491] ppid=8481 vsize=1713644 CPUtime=0.7
/proc/8483/task/8491/stat : 8491 (java) S 8481 8483 8437 0 -1 64 749 0 0 0 70 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8492] ppid=8481 vsize=1713644 CPUtime=0.98
/proc/8483/task/8492/stat : 8492 (java) S 8481 8483 8437 0 -1 64 1740 0 0 0 98 0 0 0 16 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8493] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8493/stat : 8493 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8494] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8494/stat : 8494 (java) S 8481 8483 8437 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 202002830 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8483/tid=8495] ppid=8481 vsize=1713644 CPUtime=0
/proc/8483/task/8495/stat : 8495 (java) S 8481 8483 8437 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 202004276 1754771456 56639 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (Kb) 1713644

Sending SIGTERM to -8483
Sleeping 2 seconds

Child status: 143
Real time (s): 1795.35
CPU time (s): 1800.12
CPU user time (s): 1799.21
CPU system time (s): 0.901862
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (Kb): 1713644

Launcher Data (download as text)

Begin job on node65 on Sat Jun  3 19:35:35 UTC 2006


FILE ID= 44063-1149363335

PBS_JOBID= 311643

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-a1c1s1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node65/44063-1149363335/instance-44063-1149363335.opb 904655159
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-44063-1149363335 -o ROOT/results/node65/solver-44063-1149363335 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node65/44063-1149363335/instance-44063-1149363335.opb 904655159

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  8e26f63addeab9c605a48fae9909490e

RANDOM SEED= 904655159


/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.283
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.283
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1757248 kB
Buffers:         20380 kB
Cached:         214504 kB
SwapCached:       2776 kB
Active:          60108 kB
Inactive:       183420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1757248 kB
SwapTotal:     4192956 kB
SwapFree:      4181844 kB
Dirty:             116 kB
Writeback:           0 kB
Mapped:          14748 kB
Slab:            41068 kB
Committed_AS:   350756 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node65 on Sat Jun  3 20:05:30 UTC 2006