Trace number 42602

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 1771.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-pk1.opb
MD5SUM2299da783c48196e7dbf5579e5089efd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark1782.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 27
Optimality of the best value was proved NO
Number of variables985
Total number of constraints45
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints45
Minimum length of a constraint60
Maximum length of a constraint115
Number of terms in the objective function 30
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524347
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node76/42602-1149355788/instance-42602-1149355788.opb
0.20	c reading problem ... 
0.43	c ... done. Time 0.231 ms.
0.43	c #vars     985
0.43	c #constraints  60
1771.32	c starts		: 14
1771.32	c conflicts		: 56523
1771.32	c decisions		: 64156
1771.32	c propagations		: 242870
1771.32	c inspects		: 687765355
1771.32	c learnt literals	: 0
1771.32	c learnt binary clauses	: 0
1771.32	c learnt ternary clauses	: 0
1771.32	c learnt clauses	: 56522
1771.32	c root simplifications	: 0
1771.32	c removed literals (reason simplification)	: 0
1771.32	c reason swapping (by a shorter reason)	: 0
1771.32	c Calls to reduceDB	: 0
1771.32	c speed (decisions/second)	: 36.22823403452739
1771.32	c non guided choices	27
1771.32	s UNKNOWN
1771.33	c Total wall clock time (ms): 1771.122

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 2/68 32082
/proc/meminfo: memFree=1412808/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1596 CPUtime=0
/proc/32082/stat : 32082 (java) D 32080 32082 32036 0 -1 0 131 0 0 0 0 0 0 0 20 0 1 0 201218185 1634304 101 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072100015398 0 0 17 1 0 0
/proc/32082/statm: 399 101 80 14 0 43 0

[startup+10.0024 s]
/proc/loadavg: 0.93 0.98 0.99 2/80 32094
/proc/meminfo: memFree=1225392/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=11.44
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 55064 0 1 0 1119 25 0 0 25 0 13 0 201218185 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071381411 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32082/statm: 429293 48656 1905 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=0.07
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 3747 0 0 0 6 1 0 0 16 0 13 0 201218189 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=0.08
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 3799 0 0 0 6 2 0 0 16 0 13 0 201218189 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201218191 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=0.91
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4344 0 0 0 89 2 0 0 17 0 13 0 201218195 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.01
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 2624 0 0 0 100 1 0 0 17 0 13 0 201218195 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 201218230 1758384128 48656 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.44
Current children cumulated vsize (Kb) 1717172

[startup+20.0086 s]
/proc/loadavg: 0.94 0.98 0.99 2/80 32094
/proc/meminfo: memFree=1222064/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=21.51
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 57811 0 1 0 2125 26 0 0 25 0 13 0 201218185 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071381691 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32082/statm: 429293 49484 1905 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=0.1
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 4854 0 0 0 8 2 0 0 16 0 13 0 201218189 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=0.09
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 5068 0 0 0 7 2 0 0 16 0 13 0 201218189 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201218191 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=0.92
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4344 0 0 0 90 2 0 0 17 0 13 0 201218195 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.06
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 2985 0 0 0 105 1 0 0 17 0 13 0 201218195 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 201218230 1758384128 49484 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.51
Current children cumulated vsize (Kb) 1717172

[startup+30.0148 s]
/proc/loadavg: 0.95 0.98 0.99 2/80 32094
/proc/meminfo: memFree=1226416/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=31.52
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 59092 0 1 0 3125 27 0 0 25 0 13 0 201218185 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071611755 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32082/statm: 429293 48387 1905 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=0.11
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 5495 0 0 0 9 2 0 0 17 0 13 0 201218189 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=0.11
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 5700 0 0 0 8 3 0 0 16 0 13 0 201218189 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201218191 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=0.92
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4344 0 0 0 90 2 0 0 17 0 13 0 201218195 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.06
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 2985 0 0 0 105 1 0 0 17 0 13 0 201218195 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 201218230 1758384128 48387 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (Kb) 1717172

[startup+40.022 s]
/proc/loadavg: 0.96 0.98 0.99 2/80 32094
/proc/meminfo: memFree=1221360/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=41.56
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 62667 0 1 0 4127 29 0 0 25 0 13 0 201218185 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071463170 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32082/statm: 429293 49646 1905 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=0.14
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 7393 0 0 0 11 3 0 0 16 0 13 0 201218189 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=0.14
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 7368 0 0 0 11 3 0 0 17 0 13 0 201218189 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 201218191 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=0.92
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4344 0 0 0 90 2 0 0 17 0 13 0 201218195 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.06
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 2985 0 0 0 105 1 0 0 17 0 13 0 201218195 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 49646 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.56
Current children cumulated vsize (Kb) 1717172

[startup+50.0292 s]
/proc/loadavg: 0.96 0.98 0.99 2/80 32094
/proc/meminfo: memFree=1220976/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=51.58
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 63665 0 1 0 5128 30 0 0 25 0 13 0 201218185 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4155661062 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32082/statm: 429293 49733 1905 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=0.15
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 7826 0 0 0 12 3 0 0 16 0 13 0 201218189 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=0.16
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 7930 0 0 0 12 4 0 0 16 0 13 0 201218189 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 201218191 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=0.92
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4344 0 0 0 90 2 0 0 17 0 13 0 201218195 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.06
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 2985 0 0 0 105 1 0 0 17 0 13 0 201218195 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 49733 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (Kb) 1717172

[startup+60.0364 s]
/proc/loadavg: 0.97 0.98 0.99 2/80 32094
/proc/meminfo: memFree=1223280/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=61.62
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 64517 0 1 0 6131 31 0 0 22 0 13 0 201218185 1758384128 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071432554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32082/statm: 429293 49159 1905 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=0.17
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 8242 0 0 0 14 3 0 0 16 0 13 0 201218189 1758384128 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=0.18
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 8356 0 0 0 14 4 0 0 16 0 13 0 201218189 1758384128 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0.01
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 201218191 1758384128 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 49159 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=1.11
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4369 0 0 0 109 2 0 0 16 0 13 0 201218195 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.15
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 3014 0 0 0 114 1 0 0 16 0 13 0 201218195 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 184066 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.24
Current children cumulated vsize (Kb) 1717172

[startup+1768.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/80 32096
/proc/meminfo: memFree=681840/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=1797.28
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 228242 0 1 0 179608 120 0 0 25 0 13 0 201218185 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071327601 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32082/statm: 429293 184123 1910 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=28.45
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 79102 0 0 0 2807 38 0 0 17 0 13 0 201218189 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=28.45
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 79551 0 0 0 2808 37 0 0 16 0 13 0 201218189 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0.31
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 86 0 0 0 19 12 0 0 15 0 13 0 201218191 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=1.11
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4369 0 0 0 109 2 0 0 16 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.15
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 3014 0 0 0 114 1 0 0 16 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.28
Current children cumulated vsize (Kb) 1717172

[startup+1769.31 s]
/proc/loadavg: 1.03 1.02 1.00 2/80 32096
/proc/meminfo: memFree=681840/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=1798.29
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 228242 0 1 0 179709 120 0 0 25 0 13 0 201218185 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071516145 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32082/statm: 429293 184123 1910 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=28.45
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 79102 0 0 0 2807 38 0 0 17 0 13 0 201218189 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=28.45
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 79551 0 0 0 2808 37 0 0 16 0 13 0 201218189 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0.31
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 86 0 0 0 19 12 0 0 16 0 13 0 201218191 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=1.11
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4369 0 0 0 109 2 0 0 16 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.15
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 3014 0 0 0 114 1 0 0 16 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 184123 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.29
Current children cumulated vsize (Kb) 1717172

[startup+1770.31 s]
/proc/loadavg: 1.03 1.02 1.00 2/80 32096
/proc/meminfo: memFree=681584/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=1799.34
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 228309 0 1 0 179814 120 0 0 25 0 13 0 201218185 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631226 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32082/statm: 429293 184187 1910 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=28.49
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 79110 0 0 0 2811 38 0 0 16 0 13 0 201218189 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=28.49
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 79609 0 0 0 2812 37 0 0 16 0 13 0 201218189 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0.31
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 86 0 0 0 19 12 0 0 16 0 13 0 201218191 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=1.11
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4369 0 0 0 109 2 0 0 16 0 13 0 201218195 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.15
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 3014 0 0 0 114 1 0 0 16 0 13 0 201218195 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 184187 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.34
Current children cumulated vsize (Kb) 1717172

[startup+1771.32 s]
/proc/loadavg: 1.03 1.02 1.00 2/80 32096
/proc/meminfo: memFree=681328/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=1800.38
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 228375 0 1 0 179918 120 0 0 24 0 13 0 201218185 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631151 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32082/statm: 429293 184252 1910 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=28.53
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 79169 0 0 0 2815 38 0 0 17 0 13 0 201218189 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=28.53
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 79615 0 0 0 2816 37 0 0 16 0 13 0 201218189 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0.31
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 86 0 0 0 19 12 0 0 15 0 13 0 201218191 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=1.11
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4369 0 0 0 109 2 0 0 16 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.15
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 3014 0 0 0 114 1 0 0 16 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (Kb) 1717172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.32 s]
/proc/loadavg: 1.03 1.02 1.00 2/80 32096
/proc/meminfo: memFree=681328/2055888 swapFree=4085384/4096564
[pid=32082] ppid=32080 vsize=1717172 CPUtime=1800.39
/proc/32082/stat : 32082 (java) R 32080 32082 32036 0 -1 0 228375 0 1 0 179919 120 0 0 24 0 13 0 201218185 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071331289 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32082/statm: 429293 184252 1910 14 0 416039 0
[pid=32082/tid=32083] ppid=32080 vsize=1717172 CPUtime=28.53
/proc/32082/task/32083/stat : 32083 (java) S 32080 32082 32036 0 -1 64 79169 0 0 0 2815 38 0 0 17 0 13 0 201218189 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32084] ppid=32080 vsize=1717172 CPUtime=28.53
/proc/32082/task/32084/stat : 32084 (java) S 32080 32082 32036 0 -1 64 79615 0 0 0 2816 37 0 0 16 0 13 0 201218189 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32085] ppid=32080 vsize=1717172 CPUtime=0.31
/proc/32082/task/32085/stat : 32085 (java) S 32080 32082 32036 0 -1 64 86 0 0 0 19 12 0 0 15 0 13 0 201218191 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32086] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32086/stat : 32086 (java) S 32080 32082 32036 0 -1 64 9 0 0 0 0 0 0 0 17 0 13 0 201218192 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32087] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32087/stat : 32087 (java) S 32080 32082 32036 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201218192 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32088] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32088/stat : 32088 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32089] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32089/stat : 32089 (java) S 32080 32082 32036 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32090] ppid=32080 vsize=1717172 CPUtime=1.11
/proc/32082/task/32090/stat : 32090 (java) S 32080 32082 32036 0 -1 64 4369 0 0 0 109 2 0 0 16 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32091] ppid=32080 vsize=1717172 CPUtime=1.15
/proc/32082/task/32091/stat : 32091 (java) S 32080 32082 32036 0 -1 64 3014 0 0 0 114 1 0 0 16 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32092] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32092/stat : 32092 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32082/tid=32093] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32093/stat : 32093 (java) S 32080 32082 32036 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 201218195 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32082/tid=32094] ppid=32080 vsize=1717172 CPUtime=0
/proc/32082/task/32094/stat : 32094 (java) S 32080 32082 32036 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201218230 1758384128 184252 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (Kb) 1717172

Sending SIGTERM to -32082
Sleeping 2 seconds

Child status: 143
Real time (s): 1771.47
CPU time (s): 1800.55
CPU user time (s): 1799.23
CPU system time (s): 1.3168
CPU usage (%): 101.641
Max. virtual memory (cumulated for all children) (Kb): 1717172

Launcher Data (download as text)

Begin job on node76 on Sat Jun  3 17:29:48 UTC 2006


FILE ID= 42602-1149355788

PBS_JOBID= 311234

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-pk1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node76/42602-1149355788/instance-42602-1149355788.opb 659073517
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-42602-1149355788 -o ROOT/results/node76/solver-42602-1149355788 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node76/42602-1149355788/instance-42602-1149355788.opb 659073517

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  2299da783c48196e7dbf5579e5089efd

RANDOM SEED= 659073517


/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.236
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	: 6006.14
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.236
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	: 5999.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1413152 kB
Buffers:         35708 kB
Cached:         539432 kB
SwapCached:       2316 kB
Active:          47212 kB
Inactive:       536588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1413152 kB
SwapTotal:     4096564 kB
SwapFree:      4085384 kB
Dirty:             136 kB
Writeback:           0 kB
Mapped:          16488 kB
Slab:            45488 kB
Committed_AS:   363884 kB
PageTables:       1260 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node76 on Sat Jun  3 17:59:20 UTC 2006