Trace number 43113

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.39 1782.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3708.opb
MD5SUM0f95e02b74e4e0d269b94f6526e7c8b5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3625993486
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29705729356859
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29705729356859
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node21/43113-1149302407/instance-43113-1149302407.opb
0.22	c reading problem ... 
36.16	c ... done. Time 35.946 ms.
36.16	c #vars     155000
36.16	c #constraints  5300
1782.36	c starts		: 3
1782.36	c conflicts		: 265
1782.36	c decisions		: 38158
1782.36	c propagations		: 755084
1782.36	c inspects		: 1532468
1782.36	c learnt literals	: 0
1782.36	c learnt binary clauses	: 0
1782.36	c learnt ternary clauses	: 0
1782.36	c learnt clauses	: 264
1782.36	c root simplifications	: 0
1782.36	c removed literals (reason simplification)	: 0
1782.36	c reason swapping (by a shorter reason)	: 0
1782.36	c Calls to reduceDB	: 0
1782.36	c speed (decisions/second)	: 21.85901912248853
1782.36	c non guided choices	0
1782.36	s UNKNOWN
1782.36	c Total wall clock time (ms): 1782.14

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 31406
/proc/meminfo: memFree=1554080/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1784 CPUtime=0
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 195903809 1826816 137 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 1099923005488 0 0 17 1 0 0
/proc/31406/statm: 446 137 102 14 0 91 0

[startup+10.0017 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 31417
/proc/meminfo: memFree=1295648/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1715764 CPUtime=11.5
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 71147 0 1 0 1112 38 0 0 21 0 12 0 195903809 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071457216 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31406/statm: 428941 66346 1887 14 0 415688 0
[pid=31406/tid=31407] ppid=31404 vsize=1715764 CPUtime=1.01
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 14844 0 0 0 91 10 0 0 16 0 12 0 195903812 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1715764 CPUtime=1.02
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 18780 0 0 0 91 11 0 0 16 0 12 0 195903812 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1715764 CPUtime=0
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 195903815 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1715764 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195903815 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1715764 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195903815 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1715764 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195903818 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1715764 CPUtime=0
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 195903819 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1715764 CPUtime=0.38
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 671 0 0 0 38 0 0 0 16 0 12 0 195903819 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1715764 CPUtime=0.4
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 353 0 0 0 40 0 0 0 17 0 12 0 195903819 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1715764 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195903819 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1715764 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195903819 1756942336 66346 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (Kb) 1715764

[startup+20.0088 s]
/proc/loadavg: 0.94 0.98 0.99 2/75 31417
/proc/meminfo: memFree=1325152/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1715732 CPUtime=21.6
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 72126 0 1 0 2120 40 0 0 25 0 12 0 195903809 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071427271 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31406/statm: 428933 59003 1887 14 0 415680 0
[pid=31406/tid=31407] ppid=31404 vsize=1715732 CPUtime=1.09
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 15396 0 0 0 99 10 0 0 15 0 12 0 195903812 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1715732 CPUtime=1.1
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 19186 0 0 0 99 11 0 0 17 0 12 0 195903812 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 195903815 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195903815 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195903815 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195903818 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 195903819 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1715732 CPUtime=0.39
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 671 0 0 0 39 0 0 0 16 0 12 0 195903819 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1715732 CPUtime=0.4
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 353 0 0 0 40 0 0 0 16 0 12 0 195903819 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195903819 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195903819 1756909568 59003 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.6
Current children cumulated vsize (Kb) 1715732

[startup+30.0159 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 31417
/proc/meminfo: memFree=1348960/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1715732 CPUtime=31.67
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 73198 0 1 0 3126 41 0 0 25 0 12 0 195903809 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423897 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31406/statm: 428933 53084 1887 14 0 415680 0
[pid=31406/tid=31407] ppid=31404 vsize=1715732 CPUtime=1.18
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 15892 0 0 0 108 10 0 0 16 0 12 0 195903812 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1715732 CPUtime=1.19
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 19719 0 0 0 108 11 0 0 16 0 12 0 195903812 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1715732 CPUtime=0.01
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 32 0 0 0 0 1 0 0 16 0 12 0 195903815 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195903815 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195903815 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 195903818 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 195903819 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1715732 CPUtime=0.39
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 671 0 0 0 39 0 0 0 16 0 12 0 195903819 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1715732 CPUtime=0.4
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 353 0 0 0 40 0 0 0 16 0 12 0 195903819 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195903819 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1715732 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195903819 1756909568 53084 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.67
Current children cumulated vsize (Kb) 1715732

[startup+40.023 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 31418
/proc/meminfo: memFree=1344600/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=42.3
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 76743 0 1 0 4186 44 0 0 25 0 13 0 195903809 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071697806 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31406/statm: 429321 54241 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=1.28
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 17655 0 0 0 117 11 0 0 17 0 13 0 195903812 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=1.27
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 20770 0 0 0 116 11 0 0 16 0 13 0 195903812 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.02
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 43 0 0 0 0 2 0 0 16 0 13 0 195903815 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 195903819 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.77
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 854 0 0 0 77 0 0 0 16 0 13 0 195903819 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.84
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 812 0 0 0 84 0 0 0 16 0 13 0 195903819 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 195907490 1758498816 54241 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.3
Current children cumulated vsize (Kb) 1717284

[startup+50.0301 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 31418
/proc/meminfo: memFree=1323672/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=52.45
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 82028 0 1 0 5199 46 0 0 25 0 13 0 195903809 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071697798 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31406/statm: 429321 59464 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=1.32
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 18513 0 0 0 120 12 0 0 16 0 13 0 195903812 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=1.31
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 21063 0 0 0 119 12 0 0 16 0 13 0 195903812 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.02
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 43 0 0 0 0 2 0 0 15 0 13 0 195903815 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195903819 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.87
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 864 0 0 0 87 0 0 0 17 0 13 0 195903819 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.9
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 814 0 0 0 90 0 0 0 17 0 13 0 195903819 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 195907490 1758498816 59464 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.45
Current children cumulated vsize (Kb) 1717284

[startup+60.0372 s]
/proc/loadavg: 0.97 0.98 0.99 2/76 31418
/proc/meminfo: memFree=1301656/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=62.56
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 87768 0 1 0 6207 49 0 0 25 0 13 0 195903809 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071445674 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31406/statm: 429321 64992 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=1.39
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 19461 0 0 0 127 12 0 0 16 0 13 0 195903812 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=1.38
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 21959 0 0 0 126 12 0 0 16 0 13 0 195903812 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.03
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 55 0 0 0 1 2 0 0 16 0 13 0 195903815 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195903819 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.9
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 865 0 0 0 90 0 0 0 16 0 13 0 195903819 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.9
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 814 0 0 0 90 0 0 0 17 0 13 0 195903819 1758498816 64992 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0.01
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195903819 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 867 0 0 0 95 0 0 0 16 0 13 0 195903819 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 816 0 0 0 95 0 0 0 17 0 13 0 195903819 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195907490 1758498816 151807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.14
Current children cumulated vsize (Kb) 1717284

[startup+1779.33 s]
/proc/loadavg: 1.02 1.02 1.00 2/76 31613
/proc/meminfo: memFree=952280/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=1797.16
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 235446 0 1 0 179523 193 0 0 20 0 13 0 195903809 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071447984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31406/statm: 429321 151985 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=17.58
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 66186 0 0 0 1698 60 0 0 17 0 13 0 195903812 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=17.57
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 69588 0 0 0 1691 66 0 0 16 0 13 0 195903812 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.39
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 225 0 0 0 22 17 0 0 16 0 13 0 195903815 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0.01
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 867 0 0 0 95 0 0 0 16 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 816 0 0 0 95 0 0 0 17 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195907490 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.16
Current children cumulated vsize (Kb) 1717284

[startup+1780.34 s]
/proc/loadavg: 1.02 1.02 1.00 2/76 31613
/proc/meminfo: memFree=952280/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=1798.18
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 235447 0 1 0 179625 193 0 0 25 0 13 0 195903809 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071697779 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31406/statm: 429321 151985 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=17.59
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 66186 0 0 0 1699 60 0 0 16 0 13 0 195903812 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=17.59
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 69588 0 0 0 1693 66 0 0 17 0 13 0 195903812 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.39
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 225 0 0 0 22 17 0 0 16 0 13 0 195903815 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0.01
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 867 0 0 0 95 0 0 0 16 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 816 0 0 0 95 0 0 0 17 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195907490 1758498816 151985 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.18
Current children cumulated vsize (Kb) 1717284

[startup+1781.34 s]
/proc/loadavg: 1.02 1.02 1.00 2/76 31613
/proc/meminfo: memFree=951832/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=1799.2
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 235544 0 1 0 179727 193 0 0 25 0 13 0 195903809 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071697779 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31406/statm: 429321 152081 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=17.61
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 66187 0 0 0 1701 60 0 0 16 0 13 0 195903812 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=17.61
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 69589 0 0 0 1695 66 0 0 16 0 13 0 195903812 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.39
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 225 0 0 0 22 17 0 0 16 0 13 0 195903815 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0.01
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195903819 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 867 0 0 0 95 0 0 0 16 0 13 0 195903819 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 816 0 0 0 95 0 0 0 17 0 13 0 195903819 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195907490 1758498816 152081 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.2
Current children cumulated vsize (Kb) 1717284

[startup+1782.35 s]
/proc/loadavg: 1.02 1.02 1.00 2/76 31613
/proc/meminfo: memFree=951832/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=1800.23
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 235546 0 1 0 179830 193 0 0 25 0 13 0 195903809 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071697794 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31406/statm: 429321 152082 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=17.62
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 66187 0 0 0 1702 60 0 0 16 0 13 0 195903812 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=17.62
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 69590 0 0 0 1696 66 0 0 16 0 13 0 195903812 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.39
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 225 0 0 0 22 17 0 0 16 0 13 0 195903815 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0.01
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 867 0 0 0 95 0 0 0 16 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 816 0 0 0 95 0 0 0 17 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195907490 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (Kb) 1717284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.35 s]
/proc/loadavg: 1.02 1.02 1.00 2/76 31613
/proc/meminfo: memFree=951832/2055920 swapFree=4181452/4192956
[pid=31406] ppid=31404 vsize=1717284 CPUtime=1800.23
/proc/31406/stat : 31406 (java) R 31404 31406 31360 0 -1 0 235546 0 1 0 179830 193 0 0 25 0 13 0 195903809 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071446466 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31406/statm: 429321 152082 1909 14 0 416068 0
[pid=31406/tid=31407] ppid=31404 vsize=1717284 CPUtime=17.62
/proc/31406/task/31407/stat : 31407 (java) S 31404 31406 31360 0 -1 64 66187 0 0 0 1702 60 0 0 16 0 13 0 195903812 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31408] ppid=31404 vsize=1717284 CPUtime=17.62
/proc/31406/task/31408/stat : 31408 (java) S 31404 31406 31360 0 -1 64 69590 0 0 0 1696 66 0 0 16 0 13 0 195903812 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31409] ppid=31404 vsize=1717284 CPUtime=0.39
/proc/31406/task/31409/stat : 31409 (java) S 31404 31406 31360 0 -1 64 225 0 0 0 22 17 0 0 16 0 13 0 195903815 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31410] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31410/stat : 31410 (java) S 31404 31406 31360 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31411] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31411/stat : 31411 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195903815 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31412] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31412/stat : 31412 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 195903818 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31413] ppid=31404 vsize=1717284 CPUtime=0.01
/proc/31406/task/31413/stat : 31413 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31414] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31414/stat : 31414 (java) S 31404 31406 31360 0 -1 64 867 0 0 0 95 0 0 0 16 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31406/tid=31415] ppid=31404 vsize=1717284 CPUtime=0.95
/proc/31406/task/31415/stat : 31415 (java) S 31404 31406 31360 0 -1 64 816 0 0 0 95 0 0 0 17 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31416] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31416/stat : 31416 (java) S 31404 31406 31360 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31417] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31417/stat : 31417 (java) S 31404 31406 31360 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195903819 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31406/tid=31418] ppid=31404 vsize=1717284 CPUtime=0
/proc/31406/task/31418/stat : 31418 (java) S 31404 31406 31360 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195907490 1758498816 152082 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (Kb) 1717284

Sending SIGTERM to -31406
Sleeping 2 seconds

Child status: 143
Real time (s): 1782.51
CPU time (s): 1800.39
CPU user time (s): 1798.36
CPU system time (s): 2.03169
CPU usage (%): 101.003
Max. virtual memory (cumulated for all children) (Kb): 1717284

Launcher Data (download as text)

Begin job on node21 on Sat Jun  3 02:40:07 UTC 2006


FILE ID= 43113-1149302407

PBS_JOBID= 307447

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  0f95e02b74e4e0d269b94f6526e7c8b5

RANDOM SEED= 679618562


/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.240
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.240
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:       1554288 kB
Buffers:         35916 kB
Cached:         391760 kB
SwapCached:       3308 kB
Active:          60708 kB
Inactive:       375744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554288 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            51264 kB
Committed_AS:   298456 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node21 on Sat Jun  3 03:09:50 UTC 2006