Trace number 42533

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) 1801 1781.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
MD5SUMb5e82d02e51b7eb09c369bc9f6b2937f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1
Best CPU time to get the best result obtained on this benchmark1804.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables118500
Total number of constraints10525
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 constraints10525
Minimum length of a constraint10
Maximum length of a constraint118500
Number of terms in the objective function 102000
Biggest coefficient in the objective function 1981
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 601677
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 13452
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 608143
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node74/42533-1149339708/instance-42533-1149339708.opb
0.21	c reading problem ... 
40.93	c ... done. Time 40.717 ms.
40.93	c #vars     118500
40.93	c #constraints  10526
1781.42	c starts		: 1
1781.42	c conflicts		: 8
1781.42	c decisions		: 30683
1781.42	c propagations		: 62042
1781.42	c inspects		: 400112
1781.42	c learnt literals	: 0
1781.42	c learnt binary clauses	: 0
1781.42	c learnt ternary clauses	: 0
1781.42	c learnt clauses	: 7
1781.42	c root simplifications	: 0
1781.42	c removed literals (reason simplification)	: 0
1781.42	c reason swapping (by a shorter reason)	: 0
1781.42	c Calls to reduceDB	: 0
1781.42	c speed (decisions/second)	: 17.633806702260333
1781.42	c non guided choices	0
1781.42	s UNKNOWN
1781.42	c Total wall clock time (ms): 1781.211

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 0.99 0.99 2/64 9972
/proc/meminfo: memFree=1573152/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=172 CPUtime=0
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 199635253 176128 24 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 7394084 0 0 4096 0 0 0 0 17 1 0 0
/proc/9972/statm: 43 24 18 14 0 3 0

[startup+10.0027 s]
/proc/loadavg: 1.00 0.99 0.99 2/75 9983
/proc/meminfo: memFree=1383712/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1710828 CPUtime=11.15
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 51694 0 1 0 1091 24 0 0 25 0 12 0 199635253 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071422544 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 427707 49171 1879 14 0 414454 0
[pid=9972/tid=9973] ppid=9970 vsize=1710828 CPUtime=0.69
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 7743 0 0 0 65 4 0 0 16 0 12 0 199635257 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1710828 CPUtime=0.7
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 6417 0 0 0 67 3 0 0 15 0 12 0 199635257 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1710828 CPUtime=0
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 25 0 0 0 0 0 0 0 15 0 12 0 199635259 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1710828 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 199635260 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1710828 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 199635260 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1710828 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 199635263 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1710828 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 199635263 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1710828 CPUtime=0.28
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 453 0 0 0 28 0 0 0 16 0 12 0 199635263 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1710828 CPUtime=0.34
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 568 0 0 0 34 0 0 0 17 0 12 0 199635263 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1710828 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 199635263 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1710828 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 199635263 1751887872 49171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (Kb) 1710828

[startup+20.0097 s]
/proc/loadavg: 1.00 0.99 0.99 2/75 9983
/proc/meminfo: memFree=1368480/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1710656 CPUtime=21.28
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 55745 0 1 0 2101 27 0 0 25 0 12 0 199635253 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421375 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 427664 53003 1879 14 0 414411 0
[pid=9972/tid=9973] ppid=9970 vsize=1710656 CPUtime=0.81
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 9387 0 0 0 76 5 0 0 16 0 12 0 199635257 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1710656 CPUtime=0.82
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 8056 0 0 0 78 4 0 0 16 0 12 0 199635257 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1710656 CPUtime=0
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 199635259 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1710656 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 199635260 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1710656 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 199635260 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1710656 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 199635263 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1710656 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 199635263 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1710656 CPUtime=0.29
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 453 0 0 0 29 0 0 0 15 0 12 0 199635263 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1710656 CPUtime=0.34
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 568 0 0 0 34 0 0 0 16 0 12 0 199635263 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1710656 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 199635263 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1710656 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 199635263 1751711744 53003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (Kb) 1710656

[startup+30.0166 s]
/proc/loadavg: 1.00 0.99 0.99 2/75 9983
/proc/meminfo: memFree=1352544/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1711680 CPUtime=31.54
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 60459 0 1 0 3125 29 0 0 17 0 12 0 199635253 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071398064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 427920 57004 1879 14 0 414667 0
[pid=9972/tid=9973] ppid=9970 vsize=1711680 CPUtime=0.98
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 11186 0 0 0 92 6 0 0 16 0 12 0 199635257 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1711680 CPUtime=0.99
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 9567 0 0 0 94 5 0 0 16 0 12 0 199635257 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1711680 CPUtime=0.01
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 28 0 0 0 1 0 0 0 15 0 12 0 199635259 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1711680 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 199635260 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1711680 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 199635260 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1711680 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 199635263 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1711680 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 199635263 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1711680 CPUtime=0.33
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 707 0 0 0 33 0 0 0 17 0 12 0 199635263 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1711680 CPUtime=0.43
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 1140 0 0 0 43 0 0 0 17 0 12 0 199635263 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1711680 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 199635263 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1711680 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 199635263 1752760320 57004 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.54
Current children cumulated vsize (Kb) 1711680

[startup+40.0236 s]
/proc/loadavg: 1.00 0.99 0.99 2/75 9983
/proc/meminfo: memFree=1256928/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722336 CPUtime=44.24
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 94237 0 1 0 4377 47 0 0 25 0 12 0 199635253 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430584 80860 1881 14 0 417331 0
[pid=9972/tid=9973] ppid=9970 vsize=1722336 CPUtime=2.09
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 21407 0 0 0 197 12 0 0 17 0 12 0 199635257 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722336 CPUtime=2.11
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 23601 0 0 0 200 11 0 0 16 0 12 0 199635257 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722336 CPUtime=0.01
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 28 0 0 0 1 0 0 0 16 0 12 0 199635259 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722336 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 199635260 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722336 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 199635260 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722336 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 199635263 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722336 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 199635263 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722336 CPUtime=0.98
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5698 0 0 0 96 2 0 0 17 0 12 0 199635263 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722336 CPUtime=1.37
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5621 0 0 0 135 2 0 0 23 0 12 0 199635263 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722336 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 199635263 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722336 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 199635263 1763672064 80860 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.24
Current children cumulated vsize (Kb) 1722336

[startup+50.0306 s]
/proc/loadavg: 1.07 1.00 0.99 2/76 9984
/proc/meminfo: memFree=1241688/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722208 CPUtime=54.91
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 98451 0 1 0 5441 50 0 0 25 0 13 0 199635253 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071802062 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430552 84644 1907 14 0 417299 0
[pid=9972/tid=9973] ppid=9970 vsize=1722208 CPUtime=2.37
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 24078 0 0 0 223 14 0 0 16 0 13 0 199635257 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722208 CPUtime=2.38
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 25049 0 0 0 226 12 0 0 16 0 13 0 199635257 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722208 CPUtime=0.01
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 199635259 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.27
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5723 0 0 0 125 2 0 0 17 0 13 0 199635263 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=1.67
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5637 0 0 0 165 2 0 0 16 0 13 0 199635263 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199635263 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9984] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9984/stat : 9984 (java) S 9970 9972 9926 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 199639395 1763540992 84644 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 54.91
Current children cumulated vsize (Kb) 1722208

[startup+60.0375 s]
/proc/loadavg: 1.06 1.00 0.99 2/76 9984
/proc/meminfo: memFree=1241688/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722208 CPUtime=64.93
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 98452 0 1 0 6443 50 0 0 25 0 13 0 199635253 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071802073 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430552 84645 1907 14 0 417299 0
[pid=9972/tid=9973] ppid=9970 vsize=1722208 CPUtime=2.37
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 24078 0 0 0 223 14 0 0 16 0 13 0 199635257 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722208 CPUtime=2.38
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 25049 0 0 0 226 12 0 0 16 0 13 0 199635257 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722208 CPUtime=0.01
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 28 0 0 0 1 0 0 0 16 0 13 0 199635259 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.27
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5723 0 0 0 125 2 0 0 17 0 13 0 199635263 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=1.69
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5638 0 0 0 167 2 0 0 17 0 13 0 199635263 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 84645 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.62
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5744 0 0 0 160 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=2.12
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5692 0 0 0 210 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9984] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9984/stat : 9984 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199639395 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.84
Current children cumulated vsize (Kb) 1722208

[startup+1778.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9984
/proc/meminfo: memFree=1176536/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722208 CPUtime=1797.85
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 142802 0 1 0 179542 243 0 0 18 0 13 0 199635253 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071936487 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430552 100698 1909 14 0 417299 0
[pid=9972/tid=9973] ppid=9970 vsize=1722208 CPUtime=17.49
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 33037 0 0 0 1668 81 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722208 CPUtime=17.51
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 34096 0 0 0 1665 86 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722208 CPUtime=0.73
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 79 0 0 0 44 29 0 0 15 0 13 0 199635259 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.62
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5744 0 0 0 160 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=2.12
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5692 0 0 0 210 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9984] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9984/stat : 9984 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199639395 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.85
Current children cumulated vsize (Kb) 1722208

[startup+1779.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9984
/proc/meminfo: memFree=1176536/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722208 CPUtime=1798.86
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 142804 0 1 0 179643 243 0 0 18 0 13 0 199635253 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071898302 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430552 100698 1909 14 0 417299 0
[pid=9972/tid=9973] ppid=9970 vsize=1722208 CPUtime=17.5
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 33037 0 0 0 1669 81 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722208 CPUtime=17.52
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 34096 0 0 0 1666 86 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722208 CPUtime=0.73
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 79 0 0 0 44 29 0 0 15 0 13 0 199635259 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.62
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5744 0 0 0 160 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=2.12
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5692 0 0 0 210 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9984] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9984/stat : 9984 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199639395 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.86
Current children cumulated vsize (Kb) 1722208

[startup+1780.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9984
/proc/meminfo: memFree=1176536/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722208 CPUtime=1799.88
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 142806 0 1 0 179745 243 0 0 21 0 13 0 199635253 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071936450 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430552 100698 1909 14 0 417299 0
[pid=9972/tid=9973] ppid=9970 vsize=1722208 CPUtime=17.51
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 33037 0 0 0 1670 81 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722208 CPUtime=17.53
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 34096 0 0 0 1667 86 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722208 CPUtime=0.73
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 79 0 0 0 44 29 0 0 16 0 13 0 199635259 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.62
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5744 0 0 0 160 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=2.12
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5692 0 0 0 210 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9984] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9984/stat : 9984 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199639395 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.88
Current children cumulated vsize (Kb) 1722208

[startup+1781.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9984
/proc/meminfo: memFree=1176536/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722208 CPUtime=1800.89
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 142808 0 1 0 179846 243 0 0 17 0 13 0 199635253 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071935980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430552 100698 1909 14 0 417299 0
[pid=9972/tid=9973] ppid=9970 vsize=1722208 CPUtime=17.52
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 33037 0 0 0 1671 81 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722208 CPUtime=17.54
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 34096 0 0 0 1668 86 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722208 CPUtime=0.73
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 79 0 0 0 44 29 0 0 15 0 13 0 199635259 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.62
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5744 0 0 0 160 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=2.12
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5692 0 0 0 210 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9984] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9984/stat : 9984 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199639395 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.89
Current children cumulated vsize (Kb) 1722208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.42 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 9984
/proc/meminfo: memFree=1176536/2055920 swapFree=4182292/4192956
[pid=9972] ppid=9970 vsize=1722208 CPUtime=1800.9
/proc/9972/stat : 9972 (java) R 9970 9972 9926 0 -1 0 142808 0 1 0 179847 243 0 0 17 0 13 0 199635253 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071453252 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9972/statm: 430552 100698 1909 14 0 417299 0
[pid=9972/tid=9973] ppid=9970 vsize=1722208 CPUtime=17.52
/proc/9972/task/9973/stat : 9973 (java) S 9970 9972 9926 0 -1 64 33037 0 0 0 1671 81 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9974] ppid=9970 vsize=1722208 CPUtime=17.54
/proc/9972/task/9974/stat : 9974 (java) S 9970 9972 9926 0 -1 64 34096 0 0 0 1668 86 0 0 16 0 13 0 199635257 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9975] ppid=9970 vsize=1722208 CPUtime=0.73
/proc/9972/task/9975/stat : 9975 (java) S 9970 9972 9926 0 -1 64 79 0 0 0 44 29 0 0 15 0 13 0 199635259 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9976] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9976/stat : 9976 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9977] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9977/stat : 9977 (java) S 9970 9972 9926 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199635260 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9978] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9978/stat : 9978 (java) S 9970 9972 9926 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9979] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9979/stat : 9979 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9980] ppid=9970 vsize=1722208 CPUtime=1.62
/proc/9972/task/9980/stat : 9980 (java) S 9970 9972 9926 0 -1 64 5744 0 0 0 160 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9981] ppid=9970 vsize=1722208 CPUtime=2.12
/proc/9972/task/9981/stat : 9981 (java) S 9970 9972 9926 0 -1 64 5692 0 0 0 210 2 0 0 16 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9972/tid=9982] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9982/stat : 9982 (java) S 9970 9972 9926 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9983] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9983/stat : 9983 (java) S 9970 9972 9926 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199635263 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9972/tid=9984] ppid=9970 vsize=1722208 CPUtime=0
/proc/9972/task/9984/stat : 9984 (java) S 9970 9972 9926 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199639395 1763540992 100698 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (Kb) 1722208

Sending SIGTERM to -9972
Sleeping 2 seconds

Child status: 143
Real time (s): 1781.52
CPU time (s): 1801
CPU user time (s): 1798.51
CPU system time (s): 2.49862
CPU usage (%): 101.094
Max. virtual memory (cumulated for all children) (Kb): 1722336

Launcher Data (download as text)

Begin job on node74 on Sat Jun  3 13:01:49 UTC 2006


FILE ID= 42533-1149339708

PBS_JOBID= 310345

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2d.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node74/42533-1149339708/instance-42533-1149339708.opb 762324315
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node74/watcher-42533-1149339708 -o ROOT/results/node74/solver-42533-1149339708 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node74/42533-1149339708/instance-42533-1149339708.opb 762324315

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  b5e82d02e51b7eb09c369bc9f6b2937f

RANDOM SEED= 762324315


/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.274
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.274
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:       1573360 kB
Buffers:         13656 kB
Cached:         405484 kB
SwapCached:       2324 kB
Active:         199672 kB
Inactive:       228200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573360 kB
SwapTotal:     4192956 kB
SwapFree:      4182292 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          15880 kB
Slab:            40760 kB
Committed_AS:   302968 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 node74 on Sat Jun  3 13:31:31 UTC 2006