Trace number 42354

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1801.1 1767.63

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nw04.opb
MD5SUMdd1a158f1c4d558a5b1acea2c0abe5ea
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8431
Best CPU time to get the best result obtained on this benchmark351.901
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8431
Optimality of the best value was proved YES
Number of variables87482
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint599
Maximum length of a constraint42032
Number of terms in the objective function 87482
Biggest coefficient in the objective function 5220
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 120189580
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 5220
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 120189580
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.97 2/64 12180
/proc/meminfo: memFree=1436440/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1784 CPUtime=0
/proc/12180/stat : 12180 (java) D 12178 12180 12134 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 190116448 1826816 148 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12180/statm: 446 148 113 14 0 91 0

[startup+10.0022 s]
/proc/loadavg: 1.15 1.03 0.98 3/76 12192
/proc/meminfo: memFree=1211480/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1716712 CPUtime=12.28
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 60792 0 1 0 1198 30 0 0 25 0 13 0 190116448 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071094306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 429178 58383 1910 14 0 415925 0
[pid=12180/tid=12181] ppid=12178 vsize=1716712 CPUtime=0.99
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 10658 0 0 0 93 6 0 0 16 0 13 0 190116451 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1716712 CPUtime=0.99
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 11105 0 0 0 93 6 0 0 15 0 13 0 190116451 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 190116453 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1716712 CPUtime=0.83
/proc/12180/task/12188/stat : 12188 (java) R 12178 12180 12134 0 -1 64 2024 0 0 0 83 0 0 0 17 0 13 0 190116457 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155030360 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1716712 CPUtime=0.88
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 444 0 0 0 88 0 0 0 16 0 13 0 190116457 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1716712 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 190116967 1757913088 58383 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (Kb) 1716712

[startup+20.0402 s]
/proc/loadavg: 1.20 1.05 0.98 2/76 12192
/proc/meminfo: memFree=1216544/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1727196 CPUtime=23.8
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 70436 0 1 0 2343 37 0 0 25 0 13 0 190116448 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071674939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431799 56777 1910 14 0 418546 0
[pid=12180/tid=12181] ppid=12178 vsize=1727196 CPUtime=1.07
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 11605 0 0 0 100 7 0 0 15 0 13 0 190116451 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1727196 CPUtime=1.09
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 11264 0 0 0 102 7 0 0 16 0 13 0 190116451 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1727196 CPUtime=0.01
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 14 0 0 0 1 0 0 0 16 0 13 0 190116453 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1727196 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1727196 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1727196 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1727196 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1727196 CPUtime=2.27
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9793 0 0 0 224 3 0 0 25 0 13 0 190116457 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1727196 CPUtime=1.09
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1146 0 0 0 108 1 0 0 17 0 13 0 190116457 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1727196 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1727196 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1727196 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 190116967 1768648704 56777 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.8
Current children cumulated vsize (Kb) 1727196

[startup+30.0473 s]
/proc/loadavg: 1.17 1.04 0.98 2/76 12192
/proc/meminfo: memFree=1206752/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=34.03
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 74063 0 1 0 3364 39 0 0 20 0 13 0 190116448 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071498900 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12180/statm: 431340 59255 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=1.25
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 13020 0 0 0 117 8 0 0 15 0 13 0 190116451 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=1.27
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 12175 0 0 0 119 8 0 0 16 0 13 0 190116451 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.02
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 28 0 0 0 1 1 0 0 16 0 13 0 190116453 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.3
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9799 0 0 0 227 3 0 0 16 0 13 0 190116457 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.13
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1157 0 0 0 112 1 0 0 16 0 13 0 190116457 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 190116967 1766768640 59255 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.03
Current children cumulated vsize (Kb) 1725360

[startup+40.0544 s]
/proc/loadavg: 1.14 1.04 0.98 2/76 12192
/proc/meminfo: memFree=1192544/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=44.15
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 79581 0 1 0 4373 42 0 0 25 0 13 0 190116448 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071674298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431340 62798 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=1.37
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 13521 0 0 0 128 9 0 0 16 0 13 0 190116451 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=1.39
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 12730 0 0 0 131 8 0 0 15 0 13 0 190116451 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.03
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 39 0 0 0 2 1 0 0 16 0 13 0 190116453 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.3
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9799 0 0 0 227 3 0 0 16 0 13 0 190116457 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.14
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1157 0 0 0 113 1 0 0 16 0 13 0 190116457 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 62798 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.15
Current children cumulated vsize (Kb) 1725360

[startup+50.0625 s]
/proc/loadavg: 1.12 1.04 0.98 2/76 12192
/proc/meminfo: memFree=1180192/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=54.33
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 83994 0 1 0 5387 46 0 0 25 0 13 0 190116448 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071499539 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431340 65937 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=1.52
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 14671 0 0 0 140 12 0 0 16 0 13 0 190116451 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=1.54
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 13727 0 0 0 145 9 0 0 16 0 13 0 190116451 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.03
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 45 0 0 0 2 1 0 0 16 0 13 0 190116453 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.32
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9799 0 0 0 229 3 0 0 17 0 13 0 190116457 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.16
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1157 0 0 0 115 1 0 0 17 0 13 0 190116457 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 65937 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.33
Current children cumulated vsize (Kb) 1725360

[startup+60.0695 s]
/proc/loadavg: 1.10 1.04 0.98 2/76 12192
/proc/meminfo: memFree=1176288/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=64.54
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 85018 0 1 0 6406 48 0 0 23 0 13 0 190116448 1766768640 66918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071674298 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12180/statm: 431340 66918 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=1.64
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 14730 0 0 0 151 13 0 0 16 0 13 0 190116451 1766768640 66918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=1.66
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 14002 0 0 0 157 9 0 0 16 0 13 0 190116451 1766768640 66918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.03
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 45 0 0 0 2 1 0 0 16 0 13 0 190116453 1766768640 66918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 66918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 66918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 66918 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.48
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9807 0 0 0 245 3 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.38
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1169 0 0 0 137 1 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.88
Current children cumulated vsize (Kb) 1725360

[startup+1764.49 s]
/proc/loadavg: 1.34 1.13 1.04 2/76 12387
/proc/meminfo: memFree=1075232/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=1797.91
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 118672 0 1 0 179566 225 0 0 24 0 13 0 190116448 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071498671 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431340 91833 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=31.21
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 27792 0 0 0 3054 67 0 0 16 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=31.25
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 29423 0 0 0 3054 71 0 0 16 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.85
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 47 0 0 0 53 32 0 0 15 0 13 0 190116453 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.48
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9807 0 0 0 245 3 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.38
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1169 0 0 0 137 1 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.91
Current children cumulated vsize (Kb) 1725360

[startup+1765.5 s]
/proc/loadavg: 1.31 1.13 1.04 2/76 12387
/proc/meminfo: memFree=1075232/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=1798.93
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 118674 0 1 0 179668 225 0 0 25 0 13 0 190116448 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071983336 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431340 91833 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=31.23
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 27792 0 0 0 3056 67 0 0 16 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=31.26
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 29423 0 0 0 3055 71 0 0 16 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.85
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 47 0 0 0 53 32 0 0 15 0 13 0 190116453 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.48
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9807 0 0 0 245 3 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.38
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1169 0 0 0 137 1 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (Kb) 1725360

[startup+1766.51 s]
/proc/loadavg: 1.31 1.13 1.04 2/76 12387
/proc/meminfo: memFree=1075232/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=1799.95
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 118676 0 1 0 179770 225 0 0 19 0 13 0 190116448 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071974431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431340 91833 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=31.24
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 27792 0 0 0 3057 67 0 0 17 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=31.28
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 29423 0 0 0 3057 71 0 0 16 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.85
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 47 0 0 0 53 32 0 0 16 0 13 0 190116453 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.48
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9807 0 0 0 245 3 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.38
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1169 0 0 0 137 1 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.95
Current children cumulated vsize (Kb) 1725360

[startup+1767.51 s]
/proc/loadavg: 1.31 1.13 1.04 2/76 12387
/proc/meminfo: memFree=1075232/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=1800.98
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 118679 0 1 0 179873 225 0 0 24 0 13 0 190116448 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071498900 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431340 91833 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=31.27
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 27792 0 0 0 3060 67 0 0 16 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=31.3
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 29423 0 0 0 3059 71 0 0 15 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.85
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 47 0 0 0 53 32 0 0 15 0 13 0 190116453 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.48
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9807 0 0 0 245 3 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.38
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1169 0 0 0 137 1 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (Kb) 1725360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.52 s]
/proc/loadavg: 1.31 1.13 1.04 2/76 12387
/proc/meminfo: memFree=1075232/2055920 swapFree=4182328/4192956
[pid=12180] ppid=12178 vsize=1725360 CPUtime=1800.98
/proc/12180/stat : 12180 (java) R 12178 12180 12134 0 -1 0 118679 0 1 0 179873 225 0 0 24 0 13 0 190116448 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071842905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12180/statm: 431340 91833 1910 14 0 418087 0
[pid=12180/tid=12181] ppid=12178 vsize=1725360 CPUtime=31.27
/proc/12180/task/12181/stat : 12181 (java) S 12178 12180 12134 0 -1 64 27792 0 0 0 3060 67 0 0 16 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12182] ppid=12178 vsize=1725360 CPUtime=31.3
/proc/12180/task/12182/stat : 12182 (java) S 12178 12180 12134 0 -1 64 29423 0 0 0 3059 71 0 0 15 0 13 0 190116451 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12183] ppid=12178 vsize=1725360 CPUtime=0.85
/proc/12180/task/12183/stat : 12183 (java) S 12178 12180 12134 0 -1 64 47 0 0 0 53 32 0 0 15 0 13 0 190116453 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12184] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12184/stat : 12184 (java) S 12178 12180 12134 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12185] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12185/stat : 12185 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116454 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12186] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12186/stat : 12186 (java) S 12178 12180 12134 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12187] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12187/stat : 12187 (java) S 12178 12180 12134 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12188] ppid=12178 vsize=1725360 CPUtime=2.48
/proc/12180/task/12188/stat : 12188 (java) S 12178 12180 12134 0 -1 64 9807 0 0 0 245 3 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12189] ppid=12178 vsize=1725360 CPUtime=1.38
/proc/12180/task/12189/stat : 12189 (java) S 12178 12180 12134 0 -1 64 1169 0 0 0 137 1 0 0 17 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12190] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12190/stat : 12190 (java) S 12178 12180 12134 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12180/tid=12191] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12191/stat : 12191 (java) S 12178 12180 12134 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 190116457 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12180/tid=12192] ppid=12178 vsize=1725360 CPUtime=0
/proc/12180/task/12192/stat : 12192 (java) S 12178 12180 12134 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190116967 1766768640 91833 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.98
Current children cumulated vsize (Kb) 1725360

Sending SIGTERM to -12180
Sleeping 2 seconds

Child status: 143
Real time (s): 1767.63
CPU time (s): 1801.1
CPU user time (s): 1798.79
CPU system time (s): 2.31365
CPU usage (%): 101.894
Max. virtual memory (cumulated for all children) (Kb): 1727196

Launcher Data (download as text)

Begin job on node63 on Fri Jun  2 10:51:33 UTC 2006


FILE ID= 42354-1149245493

PBS_JOBID= 297711

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  dd1a158f1c4d558a5b1acea2c0abe5ea

RANDOM SEED= 415183608


/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.228
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.228
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:       1436648 kB
Buffers:         37024 kB
Cached:         506192 kB
SwapCached:       2824 kB
Active:         119680 kB
Inactive:       432688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436648 kB
SwapTotal:     4192956 kB
SwapFree:      4182328 kB
Dirty:             232 kB
Writeback:           0 kB
Mapped:          15876 kB
Slab:            52844 kB
Committed_AS:   234152 kB
PageTables:       1476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node63 on Fri Jun  2 11:21:01 UTC 2006