Trace number 44722

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.43 1778.44

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-degen3.opb
MD5SUM180182351d074e1d8188f1fe7258cbed
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables54540
Total number of constraints1503
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 constraints1503
Minimum length of a constraint60
Maximum length of a constraint6090
Number of terms in the objective function 47190
Biggest coefficient in the objective function 1001264250880
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 339379725479256
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 1001264250880
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 339379725479256
Number of bits of the biggest sum of numbers49
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/node39/44722-1149312930/instance-44722-1149312930.opb
0.20	c reading problem ... 
10.46	c ... done. Time 10.26 ms.
10.47	c #vars     54540
10.47	c #constraints  2220
1778.33	c starts		: 6
1778.33	c conflicts		: 1524
1778.33	c decisions		: 98748
1778.33	c propagations		: 261862
1778.33	c inspects		: 2499610
1778.33	c learnt literals	: 0
1778.33	c learnt binary clauses	: 0
1778.33	c learnt ternary clauses	: 0
1778.33	c learnt clauses	: 1523
1778.33	c root simplifications	: 0
1778.33	c removed literals (reason simplification)	: 0
1778.33	c reason swapping (by a shorter reason)	: 0
1778.33	c Calls to reduceDB	: 0
1778.33	c speed (decisions/second)	: 55.85941808863584
1778.33	c non guided choices	10592
1778.33	s UNKNOWN
1778.33	c Total wall clock time (ms): 1778.125

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.96 0.97 3/64 14530
/proc/meminfo: memFree=1589280/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=216 CPUtime=0
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 46 0 0 0 0 0 0 0 19 0 1 0 196959369 221184 30 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 11092900 0 0 4096 0 0 0 0 17 1 0 0
/proc/14530/statm: 71 32 25 14 0 3 0

[startup+10.0025 s]
/proc/loadavg: 0.93 0.96 0.97 2/75 14541
/proc/meminfo: memFree=1338504/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1710936 CPUtime=11.55
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 68244 0 1 0 1120 35 0 0 21 0 12 0 196959369 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4151570344 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 427734 64489 1886 14 0 414481 0
[pid=14530/tid=14531] ppid=14528 vsize=1710936 CPUtime=0.97
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 14030 0 0 0 89 8 0 0 16 0 12 0 196959372 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1710936 CPUtime=1
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 16918 0 0 0 92 8 0 0 16 0 12 0 196959372 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1710936 CPUtime=0
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 196959375 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1710936 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196959375 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1710936 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196959375 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1710936 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196959379 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1710936 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 196959379 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1710936 CPUtime=0.38
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 418 0 0 0 38 0 0 0 16 0 12 0 196959379 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1710936 CPUtime=0.39
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 362 0 0 0 39 0 0 0 16 0 12 0 196959379 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1710936 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196959379 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1710936 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 196959379 1751998464 64489 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1710936

[startup+20.0104 s]
/proc/loadavg: 0.94 0.97 0.97 2/76 14542
/proc/meminfo: memFree=1330056/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715964 CPUtime=22.26
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 72575 0 1 0 2188 38 0 0 21 0 13 0 196959369 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071426403 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428991 66627 1907 14 0 415738 0
[pid=14530/tid=14531] ppid=14528 vsize=1715964 CPUtime=1.03
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 15310 0 0 0 94 9 0 0 16 0 13 0 196959372 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715964 CPUtime=1.05
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 17567 0 0 0 97 8 0 0 16 0 13 0 196959372 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 196959375 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196959379 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715964 CPUtime=0.87
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2420 0 0 0 86 1 0 0 17 0 13 0 196959379 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715964 CPUtime=0.7
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 703 0 0 0 70 0 0 0 17 0 13 0 196959379 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715964 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196960503 1757147136 66627 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.26
Current children cumulated vsize (Kb) 1715964

[startup+30.0184 s]
/proc/loadavg: 0.95 0.97 0.97 2/76 14542
/proc/meminfo: memFree=1356104/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=32.5
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 73029 0 1 0 3211 39 0 0 25 0 13 0 196959369 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 60133 1907 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=1.06
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 15659 0 0 0 97 9 0 0 15 0 13 0 196959372 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=1.08
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 17631 0 0 0 100 8 0 0 16 0 13 0 196959372 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.01
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196959375 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196959379 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.02
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2448 0 0 0 101 1 0 0 16 0 13 0 196959379 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.79
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 707 0 0 0 79 0 0 0 16 0 13 0 196959379 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196960503 1756188672 60133 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.5
Current children cumulated vsize (Kb) 1715028

[startup+40.0243 s]
/proc/loadavg: 0.95 0.97 0.97 2/76 14542
/proc/meminfo: memFree=1368520/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=42.59
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 73220 0 1 0 4220 39 0 0 24 0 13 0 196959369 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071603161 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 57044 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=1.09
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 15759 0 0 0 99 10 0 0 16 0 13 0 196959372 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=1.09
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 17706 0 0 0 101 8 0 0 16 0 13 0 196959372 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.01
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 196959375 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 196959379 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.08
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2451 0 0 0 107 1 0 0 16 0 13 0 196959379 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.8
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 708 0 0 0 80 0 0 0 16 0 13 0 196959379 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196960503 1756188672 57044 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (Kb) 1715028

[startup+50.0363 s]
/proc/loadavg: 0.96 0.97 0.97 2/76 14542
/proc/meminfo: memFree=1383112/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=52.71
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 75553 0 1 0 5230 41 0 0 19 0 13 0 196959369 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071426207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 53443 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=1.17
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 16800 0 0 0 107 10 0 0 16 0 13 0 196959372 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=1.18
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 18741 0 0 0 109 9 0 0 16 0 13 0 196959372 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.02
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 43 0 0 0 1 1 0 0 16 0 13 0 196959375 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.1
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2452 0 0 0 109 1 0 0 15 0 13 0 196959379 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.8
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 708 0 0 0 80 0 0 0 16 0 13 0 196959379 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196960503 1756188672 53443 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.71
Current children cumulated vsize (Kb) 1715028

[startup+60.0432 s]
/proc/loadavg: 0.97 0.97 0.97 2/76 14542
/proc/meminfo: memFree=1348488/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=62.77
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 85117 0 1 0 6232 45 0 0 20 0 13 0 196959369 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071500988 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 62035 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=1.24
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 17972 0 0 0 114 10 0 0 15 0 13 0 196959372 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=1.24
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 19659 0 0 0 115 9 0 0 16 0 13 0 196959372 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.02
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 54 0 0 0 1 1 0 0 16 0 13 0 196959375 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 62035 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.1
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2452 0 0 0 109 1 0 0 16 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.84
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 711 0 0 0 84 0 0 0 17 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196960503 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.18
Current children cumulated vsize (Kb) 1715028

[startup+1775.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/76 14737
/proc/meminfo: memFree=1159816/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=1797.21
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 157300 0 1 0 179380 341 0 0 25 0 13 0 196959369 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071427717 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 108950 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=21.3
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 40718 0 0 0 1994 136 0 0 17 0 13 0 196959372 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=21.33
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 42141 0 0 0 1990 143 0 0 16 0 13 0 196959372 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.46
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 135 0 0 0 27 19 0 0 15 0 13 0 196959375 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.1
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2452 0 0 0 109 1 0 0 16 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.84
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 711 0 0 0 84 0 0 0 17 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196960503 1756188672 108950 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (Kb) 1715028

[startup+1776.31 s]
/proc/loadavg: 1.02 1.01 1.00 2/76 14737
/proc/meminfo: memFree=1159816/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=1798.23
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 157312 0 1 0 179482 341 0 0 25 0 13 0 196959369 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071640241 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 108961 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=21.32
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 40729 0 0 0 1996 136 0 0 16 0 13 0 196959372 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=21.35
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 42141 0 0 0 1992 143 0 0 17 0 13 0 196959372 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.46
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 135 0 0 0 27 19 0 0 16 0 13 0 196959375 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.1
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2452 0 0 0 109 1 0 0 16 0 13 0 196959379 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.84
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 711 0 0 0 84 0 0 0 17 0 13 0 196959379 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196960503 1756188672 108961 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.23
Current children cumulated vsize (Kb) 1715028

[startup+1777.32 s]
/proc/loadavg: 1.02 1.01 1.00 2/76 14737
/proc/meminfo: memFree=1159816/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=1799.28
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 157314 0 1 0 179586 342 0 0 17 0 13 0 196959369 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071640201 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 108945 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=21.36
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 40729 0 0 0 2000 136 0 0 15 0 13 0 196959372 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=21.39
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 42141 0 0 0 1995 144 0 0 16 0 13 0 196959372 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.46
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 135 0 0 0 27 19 0 0 16 0 13 0 196959375 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.1
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2452 0 0 0 109 1 0 0 16 0 13 0 196959379 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.84
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 711 0 0 0 84 0 0 0 17 0 13 0 196959379 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196960503 1756188672 108945 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.28
Current children cumulated vsize (Kb) 1715028

[startup+1778.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 14737
/proc/meminfo: memFree=1159752/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=1800.3
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 157316 0 1 0 179688 342 0 0 19 0 13 0 196959369 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071621902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 108946 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=21.37
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 40730 0 0 0 2001 136 0 0 16 0 13 0 196959372 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=21.41
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 42141 0 0 0 1997 144 0 0 15 0 13 0 196959372 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.46
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 135 0 0 0 27 19 0 0 15 0 13 0 196959375 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.1
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2452 0 0 0 109 1 0 0 16 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.84
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 711 0 0 0 84 0 0 0 17 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196960503 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (Kb) 1715028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.33 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 14737
/proc/meminfo: memFree=1159752/2055920 swapFree=4180884/4192956
[pid=14530] ppid=14528 vsize=1715028 CPUtime=1800.31
/proc/14530/stat : 14530 (java) R 14528 14530 14484 0 -1 0 157316 0 1 0 179689 342 0 0 19 0 13 0 196959369 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071544268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14530/statm: 428757 108946 1909 14 0 415504 0
[pid=14530/tid=14531] ppid=14528 vsize=1715028 CPUtime=21.37
/proc/14530/task/14531/stat : 14531 (java) S 14528 14530 14484 0 -1 64 40730 0 0 0 2001 136 0 0 16 0 13 0 196959372 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14532] ppid=14528 vsize=1715028 CPUtime=21.41
/proc/14530/task/14532/stat : 14532 (java) S 14528 14530 14484 0 -1 64 42141 0 0 0 1997 144 0 0 15 0 13 0 196959372 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14533] ppid=14528 vsize=1715028 CPUtime=0.46
/proc/14530/task/14533/stat : 14533 (java) S 14528 14530 14484 0 -1 64 135 0 0 0 27 19 0 0 15 0 13 0 196959375 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14534] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14534/stat : 14534 (java) S 14528 14530 14484 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14535] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14535/stat : 14535 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196959375 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14536] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14536/stat : 14536 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14537] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14537/stat : 14537 (java) S 14528 14530 14484 0 -1 64 3 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14538] ppid=14528 vsize=1715028 CPUtime=1.1
/proc/14530/task/14538/stat : 14538 (java) S 14528 14530 14484 0 -1 64 2452 0 0 0 109 1 0 0 16 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14539] ppid=14528 vsize=1715028 CPUtime=0.84
/proc/14530/task/14539/stat : 14539 (java) S 14528 14530 14484 0 -1 64 711 0 0 0 84 0 0 0 17 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14540] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14540/stat : 14540 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14530/tid=14541] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14541/stat : 14541 (java) S 14528 14530 14484 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 196959379 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14530/tid=14542] ppid=14528 vsize=1715028 CPUtime=0
/proc/14530/task/14542/stat : 14542 (java) S 14528 14530 14484 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196960503 1756188672 108946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (Kb) 1715028

Sending SIGTERM to -14530
Sleeping 2 seconds

Child status: 143
Real time (s): 1778.44
CPU time (s): 1800.43
CPU user time (s): 1796.94
CPU system time (s): 3.48747
CPU usage (%): 101.236
Max. virtual memory (cumulated for all children) (Kb): 1715964

Launcher Data (download as text)

Begin job on node39 on Sat Jun  3 05:35:31 UTC 2006


FILE ID= 44722-1149312930

PBS_JOBID= 308160

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-degen3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node39/44722-1149312930/instance-44722-1149312930.opb 618553020
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-44722-1149312930 -o ROOT/results/node39/solver-44722-1149312930 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node39/44722-1149312930/instance-44722-1149312930.opb 618553020

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  180182351d074e1d8188f1fe7258cbed

RANDOM SEED= 618553020


/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.213
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	: 5931.00
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.213
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:       1589616 kB
Buffers:         28128 kB
Cached:         368072 kB
SwapCached:       3912 kB
Active:          79044 kB
Inactive:       326048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1589616 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:             164 kB
Writeback:           0 kB
Mapped:          14836 kB
Slab:            47272 kB
Committed_AS:   329372 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node39 on Sat Jun  3 06:05:09 UTC 2006