Trace number 42641

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.55 1707.5

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-rd-rplusc-21.opb
MD5SUM3de80c0560622133ffefa60f8e73d039
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3616
Total number of constraints125707
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)44
Number of constraints which are nor clauses,nor cardinality constraints125663
Minimum length of a constraint5
Maximum length of a constraint189
Number of terms in the objective function 48
Biggest coefficient in the objective function 260554
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524316
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524424
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.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.24	c no version file found!!!
0.24	c sun.arch.data.model	32
0.24	c java.version	1.5.0_06
0.24	c os.name	Linux
0.24	c os.version	2.6.9-22.EL.rootsmp
0.24	c os.arch	i386
0.24	c Free memory 1548419056
0.24	c Max memory 1551040512
0.24	c Total memory 1551040512
0.24	c Number of processors 2
0.29	c Cutting planes based inference
0.29	c --- Begin Solver configuration ---
0.29	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.29	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.29	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.29	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.29	c solving ROOT/tmp/node26/42641-1149264776/instance-42641-1149264776.opb
0.29	c reading problem ... 
58.15	c ... done. Time 57.862 ms.
58.15	c #vars     3616
58.15	c #constraints  125844
1707.31	c starts		: 10
1707.31	c conflicts		: 9401
1707.31	c decisions		: 34441
1707.31	c propagations		: 301522
1707.31	c inspects		: 677937631
1707.31	c learnt literals	: 0
1707.31	c learnt binary clauses	: 0
1707.31	c learnt ternary clauses	: 0
1707.31	c learnt clauses	: 9400
1707.31	c root simplifications	: 0
1707.31	c removed literals (reason simplification)	: 0
1707.31	c reason swapping (by a shorter reason)	: 0
1707.31	c Calls to reduceDB	: 0
1707.31	c speed (decisions/second)	: 20.88415512280606
1707.31	c non guided choices	1830
1707.31	s UNKNOWN
1707.31	c Total wall clock time (ms): 1707.019

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.01 1.01 0.96 2/64 16132
/proc/meminfo: memFree=1643544/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1592 CPUtime=0
/proc/16132/stat : 16132 (java) D 16130 16132 16086 0 -1 0 131 0 0 0 0 0 0 0 19 0 1 0 9648795 1630208 103 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16132/statm: 398 103 82 14 0 43 0

[startup+10.0028 s]
/proc/loadavg: 1.16 1.04 0.97 2/75 16143
/proc/meminfo: memFree=1367432/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1711708 CPUtime=11.6
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 75402 0 1 0 1122 38 0 0 18 0 12 0 9648795 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071379396 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 427927 70822 1881 14 0 414674 0
[pid=16132/tid=16133] ppid=16130 vsize=1711708 CPUtime=1.07
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 18832 0 0 0 98 9 0 0 16 0 12 0 9648807 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1711708 CPUtime=1.06
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 17760 0 0 0 97 9 0 0 16 0 12 0 9648807 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1711708 CPUtime=0
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 9648810 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1711708 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 9648811 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1711708 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 9648811 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1711708 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 9648814 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1711708 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 9648814 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1711708 CPUtime=0.39
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 698 0 0 0 39 0 0 0 16 0 12 0 9648814 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1711708 CPUtime=0.46
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 1578 0 0 0 46 0 0 0 16 0 12 0 9648814 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1711708 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 9648814 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1711708 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 9648814 1752788992 70822 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (Kb) 1711708

[startup+20.0098 s]
/proc/loadavg: 1.21 1.06 0.98 2/75 16143
/proc/meminfo: memFree=1248648/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1711676 CPUtime=22.64
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 109384 0 1 0 2206 58 0 0 18 0 12 0 9648795 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071532983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 427919 100523 1887 14 0 414666 0
[pid=16132/tid=16133] ppid=16130 vsize=1711676 CPUtime=2.02
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 41890 0 0 0 181 21 0 0 16 0 12 0 9648807 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1711676 CPUtime=2.03
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 28643 0 0 0 188 15 0 0 17 0 12 0 9648807 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 18 0 0 0 0 0 0 0 16 0 12 0 9648810 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 9648814 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 9648814 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1711676 CPUtime=0.41
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 700 0 0 0 41 0 0 0 16 0 12 0 9648814 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1711676 CPUtime=0.5
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 1585 0 0 0 50 0 0 0 17 0 12 0 9648814 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 9648814 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 9648814 1752756224 100523 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.64
Current children cumulated vsize (Kb) 1711676

[startup+30.0188 s]
/proc/loadavg: 1.17 1.05 0.98 2/75 16143
/proc/meminfo: memFree=1113416/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1711676 CPUtime=33.69
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 146273 0 1 0 3290 79 0 0 19 0 12 0 9648795 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071355695 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 427919 134282 1887 14 0 414666 0
[pid=16132/tid=16133] ppid=16130 vsize=1711676 CPUtime=3.06
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 62345 0 0 0 274 32 0 0 16 0 12 0 9648807 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1711676 CPUtime=3.07
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 45056 0 0 0 283 24 0 0 16 0 12 0 9648807 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 9648810 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 9648814 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 9648814 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1711676 CPUtime=0.42
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 701 0 0 0 42 0 0 0 16 0 12 0 9648814 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1711676 CPUtime=0.51
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 1586 0 0 0 51 0 0 0 16 0 12 0 9648814 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 9648814 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 9648814 1752756224 134282 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.69
Current children cumulated vsize (Kb) 1711676

[startup+40.0258 s]
/proc/loadavg: 1.15 1.05 0.98 2/75 16143
/proc/meminfo: memFree=1006152/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1711676 CPUtime=44.78
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 175706 0 1 0 4385 93 0 0 25 0 12 0 9648795 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071355898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 427919 161046 1887 14 0 414666 0
[pid=16132/tid=16133] ppid=16130 vsize=1711676 CPUtime=4.15
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 82131 0 0 0 374 41 0 0 16 0 12 0 9648807 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1711676 CPUtime=4.16
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 54687 0 0 0 388 28 0 0 16 0 12 0 9648807 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1711676 CPUtime=0.01
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 9648810 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 9648814 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 9648814 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1711676 CPUtime=0.42
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 701 0 0 0 42 0 0 0 16 0 12 0 9648814 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1711676 CPUtime=0.51
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 1586 0 0 0 51 0 0 0 16 0 12 0 9648814 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 9648814 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 9648814 1752756224 161046 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.78
Current children cumulated vsize (Kb) 1711676

[startup+50.0328 s]
/proc/loadavg: 1.12 1.05 0.98 2/75 16143
/proc/meminfo: memFree=841608/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1711676 CPUtime=55.93
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 218479 0 1 0 5477 116 0 0 18 0 12 0 9648795 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071338387 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 427919 202123 1887 14 0 414666 0
[pid=16132/tid=16133] ppid=16130 vsize=1711676 CPUtime=5.3
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 97341 0 0 0 482 48 0 0 16 0 12 0 9648807 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1711676 CPUtime=5.32
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 82239 0 0 0 491 41 0 0 16 0 12 0 9648807 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1711676 CPUtime=0.01
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 30 0 0 0 1 0 0 0 16 0 12 0 9648810 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 9648811 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 9648814 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 9648814 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1711676 CPUtime=0.42
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 701 0 0 0 42 0 0 0 16 0 12 0 9648814 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1711676 CPUtime=0.51
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 1586 0 0 0 51 0 0 0 16 0 12 0 9648814 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 9648814 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1711676 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 9648814 1752756224 202123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.93
Current children cumulated vsize (Kb) 1711676

[startup+60.0398 s]
/proc/loadavg: 1.18 1.06 0.98 2/76 16144
/proc/meminfo: memFree=750080/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1712840 CPUtime=67.52
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 244354 0 1 0 6623 129 0 0 25 0 13 0 9648795 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071567298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 428210 224981 1902 14 0 414957 0
[pid=16132/tid=16133] ppid=16130 vsize=1712840 CPUtime=6.72
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 111757 0 0 0 617 55 0 0 16 0 13 0 9648807 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1712840 CPUtime=6.74
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 93566 0 0 0 627 47 0 0 17 0 13 0 9648807 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1712840 CPUtime=0.02
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 34 0 0 0 2 0 0 0 16 0 13 0 9648810 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1712840 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 9648811 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1712840 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 9648811 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1712840 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 9648814 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1712840 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 9648814 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1712840 CPUtime=0.49
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 725 0 0 0 49 0 0 0 16 0 13 0 9648814 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1712840 CPUtime=0.67
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 1617 0 0 0 67 0 0 0 16 0 13 0 9648814 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1712840 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 9648814 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1712840 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 9648814 1753948160 224981 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=16132/tid=16136] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 9648814 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 9648814 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1716016 CPUtime=0.9
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 1043 0 0 0 90 0 0 0 16 0 13 0 9648814 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1716016 CPUtime=1.3
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 4292 0 0 0 129 1 0 0 17 0 13 0 9648814 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 9648814 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 9648814 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16144] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16144/stat : 16144 (java) S 16130 16132 16086 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 9654615 1757200384 269672 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.1
Current children cumulated vsize (Kb) 1716016

[startup+1704.29 s]
/proc/loadavg: 1.02 1.06 1.01 2/76 16146
/proc/meminfo: memFree=569792/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1716016 CPUtime=1797.23
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 293828 0 1 0 179548 175 0 0 25 0 13 0 9648795 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071598289 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 429004 269685 1911 14 0 415751 0
[pid=16132/tid=16133] ppid=16130 vsize=1716016 CPUtime=92.21
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 134003 0 0 0 9151 70 0 0 16 0 13 0 9648807 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1716016 CPUtime=92.18
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 116997 0 0 0 9154 64 0 0 17 0 13 0 9648807 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1716016 CPUtime=0.23
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 45 0 0 0 15 8 0 0 15 0 13 0 9648810 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1716016 CPUtime=0.9
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 1043 0 0 0 90 0 0 0 16 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1716016 CPUtime=1.3
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 4292 0 0 0 129 1 0 0 17 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16144] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16144/stat : 16144 (java) S 16130 16132 16086 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 9654615 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.23
Current children cumulated vsize (Kb) 1716016

[startup+1705.29 s]
/proc/loadavg: 1.02 1.06 1.01 2/76 16146
/proc/meminfo: memFree=569792/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1716016 CPUtime=1798.23
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 293828 0 1 0 179648 175 0 0 25 0 13 0 9648795 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708736 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 429004 269685 1911 14 0 415751 0
[pid=16132/tid=16133] ppid=16130 vsize=1716016 CPUtime=92.21
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 134003 0 0 0 9151 70 0 0 16 0 13 0 9648807 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1716016 CPUtime=92.18
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 116997 0 0 0 9154 64 0 0 17 0 13 0 9648807 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1716016 CPUtime=0.23
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 45 0 0 0 15 8 0 0 16 0 13 0 9648810 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1716016 CPUtime=0.9
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 1043 0 0 0 90 0 0 0 16 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1716016 CPUtime=1.3
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 4292 0 0 0 129 1 0 0 17 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 9648814 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16144] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16144/stat : 16144 (java) S 16130 16132 16086 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 9654615 1757200384 269685 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.23
Current children cumulated vsize (Kb) 1716016

[startup+1706.3 s]
/proc/loadavg: 1.02 1.06 1.01 2/76 16146
/proc/meminfo: memFree=569664/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1716016 CPUtime=1799.35
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 293854 0 1 0 179760 175 0 0 25 0 13 0 9648795 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071567370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 429004 269710 1911 14 0 415751 0
[pid=16132/tid=16133] ppid=16130 vsize=1716016 CPUtime=92.32
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 134012 0 0 0 9162 70 0 0 17 0 13 0 9648807 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1716016 CPUtime=92.29
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 117013 0 0 0 9165 64 0 0 16 0 13 0 9648807 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1716016 CPUtime=0.23
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 45 0 0 0 15 8 0 0 16 0 13 0 9648810 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1716016 CPUtime=0.9
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 1043 0 0 0 90 0 0 0 16 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1716016 CPUtime=1.3
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 4292 0 0 0 129 1 0 0 17 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16144] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16144/stat : 16144 (java) S 16130 16132 16086 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 9654615 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.35
Current children cumulated vsize (Kb) 1716016

[startup+1707.3 s]
/proc/loadavg: 1.02 1.06 1.01 2/76 16146
/proc/meminfo: memFree=569664/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1716016 CPUtime=1800.35
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 293854 0 1 0 179860 175 0 0 25 0 13 0 9648795 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071567370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 429004 269710 1911 14 0 415751 0
[pid=16132/tid=16133] ppid=16130 vsize=1716016 CPUtime=92.32
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 134012 0 0 0 9162 70 0 0 17 0 13 0 9648807 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1716016 CPUtime=92.29
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 117013 0 0 0 9165 64 0 0 16 0 13 0 9648807 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1716016 CPUtime=0.23
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 45 0 0 0 15 8 0 0 16 0 13 0 9648810 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1716016 CPUtime=0.9
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 1043 0 0 0 90 0 0 0 16 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1716016 CPUtime=1.3
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 4292 0 0 0 129 1 0 0 17 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16144] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16144/stat : 16144 (java) S 16130 16132 16086 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 9654615 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (Kb) 1716016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1707.31 s]
/proc/loadavg: 1.02 1.06 1.01 2/76 16146
/proc/meminfo: memFree=569664/2055920 swapFree=4192956/4192956
[pid=16132] ppid=16130 vsize=1716016 CPUtime=1800.36
/proc/16132/stat : 16132 (java) R 16130 16132 16086 0 -1 0 293854 0 1 0 179861 175 0 0 25 0 13 0 9648795 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071417802 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16132/statm: 429004 269710 1911 14 0 415751 0
[pid=16132/tid=16133] ppid=16130 vsize=1716016 CPUtime=92.32
/proc/16132/task/16133/stat : 16133 (java) S 16130 16132 16086 0 -1 64 134012 0 0 0 9162 70 0 0 17 0 13 0 9648807 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16134] ppid=16130 vsize=1716016 CPUtime=92.29
/proc/16132/task/16134/stat : 16134 (java) S 16130 16132 16086 0 -1 64 117013 0 0 0 9165 64 0 0 16 0 13 0 9648807 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16135] ppid=16130 vsize=1716016 CPUtime=0.23
/proc/16132/task/16135/stat : 16135 (java) S 16130 16132 16086 0 -1 64 45 0 0 0 15 8 0 0 16 0 13 0 9648810 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16136] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16136/stat : 16136 (java) S 16130 16132 16086 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16137] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16137/stat : 16137 (java) S 16130 16132 16086 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 9648811 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16138] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16138/stat : 16138 (java) S 16130 16132 16086 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16139] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16139/stat : 16139 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16140] ppid=16130 vsize=1716016 CPUtime=0.9
/proc/16132/task/16140/stat : 16140 (java) S 16130 16132 16086 0 -1 64 1043 0 0 0 90 0 0 0 16 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16141] ppid=16130 vsize=1716016 CPUtime=1.3
/proc/16132/task/16141/stat : 16141 (java) S 16130 16132 16086 0 -1 64 4292 0 0 0 129 1 0 0 17 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16142] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16142/stat : 16142 (java) S 16130 16132 16086 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16132/tid=16143] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16143/stat : 16143 (java) S 16130 16132 16086 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 9648814 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16132/tid=16144] ppid=16130 vsize=1716016 CPUtime=0
/proc/16132/task/16144/stat : 16144 (java) S 16130 16132 16086 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 9654615 1757200384 269710 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (Kb) 1716016

Sending SIGTERM to -16132
Sleeping 2 seconds

Child status: 143
Real time (s): 1707.5
CPU time (s): 1800.55
CPU user time (s): 1798.63
CPU system time (s): 1.91471
CPU usage (%): 105.449
Max. virtual memory (cumulated for all children) (Kb): 1716016

Launcher Data (download as text)

Begin job on node26 on Fri Jun  2 16:12:58 UTC 2006


FILE ID= 42641-1149264776

PBS_JOBID= 301399

BENCH NAME= ROOT/tmp/node26/42641-1149264776/instance-42641-1149264776.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node26/42641-1149264776/instance-42641-1149264776.opb 506009787
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-42641-1149264776 -o ROOT/results/node26/solver-42641-1149264776 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node26/42641-1149264776/instance-42641-1149264776.opb 506009787

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  3de80c0560622133ffefa60f8e73d039

RANDOM SEED= 506009787


/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.247
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.247
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:       1643880 kB
Buffers:         12464 kB
Cached:         343720 kB
SwapCached:          0 kB
Active:         129600 kB
Inactive:       241112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643880 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          24912 kB
Slab:            27440 kB
Committed_AS:   179676 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node26 on Fri Jun  2 16:41:27 UTC 2006