Trace number 43140

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 Heuristics? (TO) 1800.9 1789.39

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos12.opb
MD5SUMedd986756231058ab35f21017ebd98b6
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark25600
Best CPU time to get the best result obtained on this benchmark1801.61
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25600
Optimality of the best value was proved NO
Number of variables22960
Total number of constraints8611
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 constraints8611
Minimum length of a constraint11
Maximum length of a constraint840
Number of terms in the objective function 13440
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 481036336704
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 481036336704
Number of bits of the biggest sum of numbers39
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.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.21	c no version file found!!!
0.21	c sun.arch.data.model	32
0.21	c java.version	1.5.0_06
0.21	c os.name	Linux
0.21	c os.version	2.6.9-22.EL.rootsmp
0.21	c os.arch	i386
0.21	c Free memory 1548419056
0.21	c Max memory 1551040512
0.21	c Total memory 1551040512
0.21	c Number of processors 2
0.27	c Cutting planes based inference
0.27	c --- Begin Solver configuration ---
0.27	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.27	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.27	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.27	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving ROOT/tmp/node31/43140-1149304647/instance-43140-1149304647.opb
0.27	c reading problem ... 
9.68	c ... done. Time 9.409 ms.
9.68	c #vars     22960
9.68	c #constraints  9186
1789.31	c starts		: 14
1789.31	c conflicts		: 43054
1789.31	c decisions		: 410900
1789.31	c propagations		: 793773
1789.31	c inspects		: 219247248
1789.31	c learnt literals	: 0
1789.31	c learnt binary clauses	: 0
1789.31	c learnt ternary clauses	: 0
1789.31	c learnt clauses	: 43054
1789.31	c root simplifications	: 0
1789.31	c removed literals (reason simplification)	: 0
1789.31	c reason swapping (by a shorter reason)	: 0
1789.31	c Calls to reduceDB	: 0
1789.31	c speed (decisions/second)	: 230.93403233638472
1789.31	c non guided choices	2131
1789.31	s UNKNOWN
1789.31	c Total wall clock time (ms): 1789.039

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/node31/watcher-43140-1149304647 -o ROOT/results/node31/solver-43140-1149304647 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node31/43140-1149304647/instance-43140-1149304647.opb 57380178 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 2/64 3517
/proc/meminfo: memFree=1533000/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=172 CPUtime=0
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 196128394 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 1172260 0 0 4096 0 0 0 0 17 1 0 0
/proc/3517/statm: 43 24 18 14 0 3 0

[startup+10.0026 s]
/proc/loadavg: 0.93 0.95 0.90 2/75 3528
/proc/meminfo: memFree=1348920/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1711624 CPUtime=11.09
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 51189 0 1 0 1084 25 0 0 17 0 12 0 196128394 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071106054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 427906 47790 1904 14 0 414653 0
[pid=3517/tid=3518] ppid=3515 vsize=1711624 CPUtime=0.3
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 5380 0 0 0 27 3 0 0 16 0 12 0 196128397 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1711624 CPUtime=0.3
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 6886 0 0 0 27 3 0 0 16 0 12 0 196128397 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1711624 CPUtime=0
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 196128400 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1711624 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196128400 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1711624 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196128400 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1711624 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 196128403 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1711624 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196128403 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1711624 CPUtime=0.61
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1256 0 0 0 61 0 0 0 16 0 12 0 196128403 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1711624 CPUtime=0.59
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 630 0 0 0 59 0 0 0 17 0 12 0 196128404 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1711624 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196128404 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1711624 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196128404 1752702976 47790 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (Kb) 1711624

[startup+20.0194 s]
/proc/loadavg: 0.94 0.96 0.91 2/76 3529
/proc/meminfo: memFree=1341104/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=21.73
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 54102 0 1 0 2147 26 0 0 25 0 13 0 196128394 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071446908 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 49815 1909 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=0.35
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 6524 0 0 0 32 3 0 0 16 0 13 0 196128397 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=0.35
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 7958 0 0 0 32 3 0 0 16 0 13 0 196128397 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196128403 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=0.99
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1314 0 0 0 99 0 0 0 17 0 13 0 196128403 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=0.99
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1234 0 0 0 99 0 0 0 16 0 13 0 196128404 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 196129411 1753141248 49815 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.73
Current children cumulated vsize (Kb) 1712052

[startup+30.0262 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 3529
/proc/meminfo: memFree=1339632/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=31.87
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 54517 0 1 0 3160 27 0 0 25 0 13 0 196128394 1753141248 50194 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 50195 1909 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=0.38
/proc/3517/task/3518/stat : 3518 (java) R 3515 3517 3471 0 -1 64 6667 0 0 0 35 3 0 0 16 0 13 0 196128397 1753141248 50198 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=0.38
/proc/3517/task/3519/stat : 3519 (java) R 3515 3517 3471 0 -1 64 8224 0 0 0 34 4 0 0 16 0 13 0 196128397 1753141248 50198 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154975950 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50198 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50198 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50200 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 50201 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196128403 1753141248 50201 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.06
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1316 0 0 0 106 0 0 0 16 0 13 0 196128403 1753141248 50201 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.06
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1237 0 0 0 106 0 0 0 16 0 13 0 196128404 1753141248 50201 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 50202 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 50202 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 196129411 1753141248 50202 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.87
Current children cumulated vsize (Kb) 1712052

[startup+40.0331 s]
/proc/loadavg: 0.95 0.96 0.91 2/76 3529
/proc/meminfo: memFree=1336368/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=41.99
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 55691 0 1 0 4171 28 0 0 25 0 13 0 196128394 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071701115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 50961 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=0.41
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 7242 0 0 0 37 4 0 0 16 0 13 0 196128397 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=0.41
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 8804 0 0 0 37 4 0 0 16 0 13 0 196128397 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.08
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1316 0 0 0 108 0 0 0 17 0 13 0 196128403 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.14
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1245 0 0 0 114 0 0 0 17 0 13 0 196128404 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 196129411 1753141248 50961 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.99
Current children cumulated vsize (Kb) 1712052

[startup+50.0399 s]
/proc/loadavg: 0.96 0.96 0.91 2/76 3529
/proc/meminfo: memFree=1337648/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=52.01
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 56274 0 1 0 5173 28 0 0 25 0 13 0 196128394 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071720127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 50650 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=0.43
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 7567 0 0 0 39 4 0 0 16 0 13 0 196128397 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=0.43
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 9058 0 0 0 39 4 0 0 17 0 13 0 196128397 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.08
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1316 0 0 0 108 0 0 0 16 0 13 0 196128403 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.14
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1245 0 0 0 114 0 0 0 17 0 13 0 196128404 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196129411 1753141248 50650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.01
Current children cumulated vsize (Kb) 1712052

[startup+60.0467 s]
/proc/loadavg: 0.97 0.96 0.91 2/76 3529
/proc/meminfo: memFree=1337648/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=62.06
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 56747 0 1 0 6178 28 0 0 25 0 13 0 196128394 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071826138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 50661 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=0.45
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 7869 0 0 0 41 4 0 0 17 0 13 0 196128397 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=0.44
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 9225 0 0 0 40 4 0 0 16 0 13 0 196128397 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 50661 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.15
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1321 0 0 0 115 0 0 0 17 0 13 0 196128403 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.26
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1250 0 0 0 126 0 0 0 17 0 13 0 196128404 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196129411 1753141248 88650 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.75
Current children cumulated vsize (Kb) 1712052

[startup+1786.29 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 3531
/proc/meminfo: memFree=1184752/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=1797.78
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 143680 0 1 0 179693 85 0 0 20 0 13 0 196128394 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071826145 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 88581 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=10.6
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 39317 0 0 0 1040 20 0 0 16 0 13 0 196128397 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=10.64
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 41786 0 0 0 1043 21 0 0 17 0 13 0 196128397 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0.24
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 104 0 0 0 12 12 0 0 15 0 13 0 196128400 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.15
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1321 0 0 0 115 0 0 0 17 0 13 0 196128403 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.26
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1250 0 0 0 126 0 0 0 17 0 13 0 196128404 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196129411 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.78
Current children cumulated vsize (Kb) 1712052

[startup+1787.29 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 3531
/proc/meminfo: memFree=1184752/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=1798.78
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 143680 0 1 0 179793 85 0 0 25 0 13 0 196128394 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071702301 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 88581 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=10.6
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 39317 0 0 0 1040 20 0 0 16 0 13 0 196128397 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=10.64
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 41786 0 0 0 1043 21 0 0 17 0 13 0 196128397 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0.24
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 104 0 0 0 12 12 0 0 16 0 13 0 196128400 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.15
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1321 0 0 0 115 0 0 0 17 0 13 0 196128403 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.26
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1250 0 0 0 126 0 0 0 17 0 13 0 196128404 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196129411 1753141248 88581 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (Kb) 1712052

[startup+1788.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 3531
/proc/meminfo: memFree=1184752/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=1799.81
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 143721 0 1 0 179896 85 0 0 18 0 13 0 196128394 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071826149 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 88588 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=10.62
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 39324 0 0 0 1042 20 0 0 16 0 13 0 196128397 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=10.66
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 41819 0 0 0 1045 21 0 0 17 0 13 0 196128397 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0.24
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 104 0 0 0 12 12 0 0 15 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.15
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1321 0 0 0 115 0 0 0 17 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.26
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1250 0 0 0 126 0 0 0 17 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196129411 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.81
Current children cumulated vsize (Kb) 1712052

[startup+1789.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 3531
/proc/meminfo: memFree=1184752/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=1800.82
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 143721 0 1 0 179997 85 0 0 25 0 13 0 196128394 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071875223 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 88588 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=10.62
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 39324 0 0 0 1042 20 0 0 16 0 13 0 196128397 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=10.66
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 41819 0 0 0 1045 21 0 0 17 0 13 0 196128397 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0.24
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 104 0 0 0 12 12 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.15
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1321 0 0 0 115 0 0 0 17 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.26
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1250 0 0 0 126 0 0 0 17 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196129411 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (Kb) 1712052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.31 s]
/proc/loadavg: 1.00 1.00 0.92 2/76 3531
/proc/meminfo: memFree=1184752/2055920 swapFree=4181480/4192956
[pid=3517] ppid=3515 vsize=1712052 CPUtime=1800.82
/proc/3517/stat : 3517 (java) R 3515 3517 3471 0 -1 0 143721 0 1 0 179997 85 0 0 25 0 13 0 196128394 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071628601 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3517/statm: 428013 88588 1910 14 0 414760 0
[pid=3517/tid=3518] ppid=3515 vsize=1712052 CPUtime=10.62
/proc/3517/task/3518/stat : 3518 (java) S 3515 3517 3471 0 -1 64 39324 0 0 0 1042 20 0 0 16 0 13 0 196128397 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3519] ppid=3515 vsize=1712052 CPUtime=10.66
/proc/3517/task/3519/stat : 3519 (java) S 3515 3517 3471 0 -1 64 41819 0 0 0 1045 21 0 0 17 0 13 0 196128397 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3520] ppid=3515 vsize=1712052 CPUtime=0.24
/proc/3517/task/3520/stat : 3520 (java) S 3515 3517 3471 0 -1 64 104 0 0 0 12 12 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3521] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3521/stat : 3521 (java) S 3515 3517 3471 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3522] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3522/stat : 3522 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196128400 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3523] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3523/stat : 3523 (java) S 3515 3517 3471 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3524] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3524/stat : 3524 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3525] ppid=3515 vsize=1712052 CPUtime=1.15
/proc/3517/task/3525/stat : 3525 (java) S 3515 3517 3471 0 -1 64 1321 0 0 0 115 0 0 0 17 0 13 0 196128403 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3526] ppid=3515 vsize=1712052 CPUtime=1.26
/proc/3517/task/3526/stat : 3526 (java) S 3515 3517 3471 0 -1 64 1250 0 0 0 126 0 0 0 17 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3517/tid=3527] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3527/stat : 3527 (java) S 3515 3517 3471 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3528] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3528/stat : 3528 (java) S 3515 3517 3471 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196128404 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3517/tid=3529] ppid=3515 vsize=1712052 CPUtime=0
/proc/3517/task/3529/stat : 3529 (java) S 3515 3517 3471 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196129411 1753141248 88588 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.82
Current children cumulated vsize (Kb) 1712052

Sending SIGTERM to -3517
Sleeping 2 seconds

Child status: 143
Real time (s): 1789.39
CPU time (s): 1800.9
CPU user time (s): 1799.99
CPU system time (s): 0.912861
CPU usage (%): 100.643
Max. virtual memory (cumulated for all children) (Kb): 1712052

Launcher Data (download as text)

Begin job on node31 on Sat Jun  3 03:17:27 UTC 2006


FILE ID= 43140-1149304647

PBS_JOBID= 307553

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  edd986756231058ab35f21017ebd98b6

RANDOM SEED= 57380178


/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.234
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.234
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:       1533208 kB
Buffers:         30052 kB
Cached:         419160 kB
SwapCached:       3396 kB
Active:          90440 kB
Inactive:       367720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533208 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14964 kB
Slab:            50536 kB
Committed_AS:   326108 kB
PageTables:       1496 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node31 on Sat Jun  3 03:47:17 UTC 2006