Trace number 43342

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.4 1786.46

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
MD5SUM707da2ebfa2e9fe97fe57c41e089cde1
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 304897224
Optimality of the best value was proved NO
Number of variables21960
Total number of constraints750
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 constraints750
Minimum length of a constraint31
Maximum length of a constraint372
Number of terms in the objective function 11160
Biggest coefficient in the objective function 2147483648
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 869952060630
Number of bits of the sum of numbers in the objective function 40
Biggest number in a constraint 2147483648
Number of bits of the biggest number in a constraint 32
Biggest sum of numbers in a constraint 869952060630
Number of bits of the biggest sum of numbers40
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.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/node77/43342-1149316445/instance-43342-1149316445.opb
0.21	c reading problem ... 
2.10	c ... done. Time 1.882 ms.
2.10	c #vars     21960
2.10	c #constraints  1110
1786.34	c starts		: 13
1786.34	c conflicts		: 33779
1786.34	c decisions		: 202950
1786.34	c propagations		: 498561
1786.34	c inspects		: 235595638
1786.34	c learnt literals	: 0
1786.34	c learnt binary clauses	: 0
1786.34	c learnt ternary clauses	: 0
1786.34	c learnt clauses	: 33778
1786.34	c root simplifications	: 0
1786.34	c removed literals (reason simplification)	: 0
1786.34	c reason swapping (by a shorter reason)	: 0
1786.34	c Calls to reduceDB	: 0
1786.34	c speed (decisions/second)	: 113.7656746621224
1786.34	c non guided choices	36
1786.34	s UNKNOWN
1786.34	c Total wall clock time (ms): 1786.128

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.97 1.01 1.00 2/67 6066
/proc/meminfo: memFree=1462624/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1596 CPUtime=0
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 130 0 0 0 0 0 0 0 19 0 1 0 197283680 1634304 101 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 134539360 0 0 4096 0 0 0 0 17 1 0 0
/proc/6066/statm: 399 101 80 14 0 43 0

[startup+10.0022 s]
/proc/loadavg: 0.97 1.01 1.00 2/79 6078
/proc/meminfo: memFree=1293440/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713504 CPUtime=11.5
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 46887 0 1 0 1130 20 0 0 25 0 13 0 197283680 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428376 44143 1909 14 0 415122 0
[pid=6066/tid=6067] ppid=6064 vsize=1713504 CPUtime=0.14
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 3181 0 0 0 13 1 0 0 17 0 13 0 197283684 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713504 CPUtime=0.14
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 3325 0 0 0 13 1 0 0 17 0 13 0 197283684 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 15 0 0 0 0 0 0 0 17 0 13 0 197283686 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713504 CPUtime=0.99
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2541 0 0 0 98 1 0 0 17 0 13 0 197283690 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713504 CPUtime=0.92
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1284 0 0 0 92 0 0 0 16 0 13 0 197283690 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713504 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197283924 1754628096 44143 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.5
Current children cumulated vsize (Kb) 1713504

[startup+20.0095 s]
/proc/loadavg: 1.05 1.02 1.00 2/79 6078
/proc/meminfo: memFree=1276992/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=21.79
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 52058 0 1 0 2157 22 0 0 25 0 13 0 197283680 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631114 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 48296 1909 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=0.32
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 5495 0 0 0 30 2 0 0 16 0 13 0 197283684 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=0.32
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 6156 0 0 0 30 2 0 0 16 0 13 0 197283684 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 22 0 0 0 0 0 0 0 17 0 13 0 197283686 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.03
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2542 0 0 0 102 1 0 0 17 0 13 0 197283690 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=0.99
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1296 0 0 0 99 0 0 0 17 0 13 0 197283690 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197283924 1754595328 48296 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.79
Current children cumulated vsize (Kb) 1713472

[startup+30.0167 s]
/proc/loadavg: 1.04 1.02 1.00 2/79 6078
/proc/meminfo: memFree=1274816/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=31.82
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 52647 0 1 0 3159 23 0 0 25 0 13 0 197283680 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071620155 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 48827 1909 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=0.34
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 5750 0 0 0 32 2 0 0 16 0 13 0 197283684 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=0.33
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 6488 0 0 0 31 2 0 0 16 0 13 0 197283684 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 197283686 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.03
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2542 0 0 0 102 1 0 0 17 0 13 0 197283690 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=0.99
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1296 0 0 0 99 0 0 0 16 0 13 0 197283690 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 197283924 1754595328 48827 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.82
Current children cumulated vsize (Kb) 1713472

[startup+40.023 s]
/proc/loadavg: 1.04 1.02 1.00 2/79 6078
/proc/meminfo: memFree=1271936/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=41.86
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 53502 0 1 0 4163 23 0 0 25 0 13 0 197283680 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071619905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 49563 1909 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=0.35
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 6163 0 0 0 33 2 0 0 16 0 13 0 197283684 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=0.35
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 6925 0 0 0 33 2 0 0 16 0 13 0 197283684 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 197283686 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.04
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2543 0 0 0 103 1 0 0 17 0 13 0 197283690 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=0.99
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1296 0 0 0 99 0 0 0 16 0 13 0 197283690 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 49563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.86
Current children cumulated vsize (Kb) 1713472

[startup+50.0302 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6078
/proc/meminfo: memFree=1269440/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=51.87
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 54258 0 1 0 5164 23 0 0 24 0 13 0 197283680 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071619723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 50184 1909 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=0.37
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 6550 0 0 0 35 2 0 0 16 0 13 0 197283684 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=0.38
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 7291 0 0 0 35 3 0 0 16 0 13 0 197283684 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 22 0 0 0 0 0 0 0 15 0 13 0 197283686 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.04
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2543 0 0 0 103 1 0 0 17 0 13 0 197283690 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=0.99
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1296 0 0 0 99 0 0 0 16 0 13 0 197283690 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 50184 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.87
Current children cumulated vsize (Kb) 1713472

[startup+60.0375 s]
/proc/loadavg: 1.03 1.02 1.00 2/79 6078
/proc/meminfo: memFree=1268480/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=61.9
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 54979 0 1 0 6166 24 0 0 25 0 13 0 197283680 1754595328 50382 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 50382 1909 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=0.39
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 6912 0 0 0 37 2 0 0 16 0 13 0 197283684 1754595328 50382 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=0.39
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 7647 0 0 0 36 3 0 0 16 0 13 0 197283684 1754595328 50382 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 197283686 1754595328 50382 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 50382 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 50382 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 50382 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.1
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2547 0 0 0 109 1 0 0 17 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=1.06
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1323 0 0 0 106 0 0 0 16 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.21
Current children cumulated vsize (Kb) 1713472

[startup+1783.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6275
/proc/meminfo: memFree=997696/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=1797.21
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 190516 0 1 0 179614 107 0 0 25 0 13 0 197283680 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071604910 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 117734 1911 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=13.17
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 53871 0 0 0 1291 26 0 0 16 0 13 0 197283684 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=13.16
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 54108 0 0 0 1287 29 0 0 16 0 13 0 197283684 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0.3
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 163 0 0 0 16 14 0 0 16 0 13 0 197283686 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.1
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2547 0 0 0 109 1 0 0 17 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=1.06
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1323 0 0 0 106 0 0 0 16 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 117734 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.21
Current children cumulated vsize (Kb) 1713472

[startup+1784.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6275
/proc/meminfo: memFree=997504/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=1798.24
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 190587 0 1 0 179717 107 0 0 20 0 13 0 197283680 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631103 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 117804 1911 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=13.19
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 53899 0 0 0 1293 26 0 0 17 0 13 0 197283684 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=13.18
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 54150 0 0 0 1289 29 0 0 17 0 13 0 197283684 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0.3
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 163 0 0 0 16 14 0 0 15 0 13 0 197283686 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.1
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2547 0 0 0 109 1 0 0 17 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=1.06
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1323 0 0 0 106 0 0 0 16 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.24
Current children cumulated vsize (Kb) 1713472

[startup+1785.33 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6275
/proc/meminfo: memFree=997504/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=1799.25
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 190587 0 1 0 179818 107 0 0 25 0 13 0 197283680 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 117804 1911 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=13.19
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 53899 0 0 0 1293 26 0 0 17 0 13 0 197283684 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=13.18
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 54150 0 0 0 1289 29 0 0 17 0 13 0 197283684 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0.3
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 163 0 0 0 16 14 0 0 16 0 13 0 197283686 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.1
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2547 0 0 0 109 1 0 0 17 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=1.06
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1323 0 0 0 106 0 0 0 16 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 117804 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.25
Current children cumulated vsize (Kb) 1713472

[startup+1786.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6275
/proc/meminfo: memFree=998464/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=1800.28
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 190649 0 1 0 179921 107 0 0 17 0 13 0 197283680 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071650218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 117544 1911 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=13.22
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 53954 0 0 0 1296 26 0 0 16 0 13 0 197283684 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=13.2
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 54156 0 0 0 1291 29 0 0 17 0 13 0 197283684 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0.3
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 163 0 0 0 16 14 0 0 15 0 13 0 197283686 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.1
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2547 0 0 0 109 1 0 0 17 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=1.06
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1323 0 0 0 106 0 0 0 16 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (Kb) 1713472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6275
/proc/meminfo: memFree=998464/2055892 swapFree=4085336/4096564
[pid=6066] ppid=6064 vsize=1713472 CPUtime=1800.28
/proc/6066/stat : 6066 (java) R 6064 6066 6020 0 -1 0 190649 0 1 0 179921 107 0 0 17 0 13 0 197283680 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071631268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6066/statm: 428368 117544 1911 14 0 415114 0
[pid=6066/tid=6067] ppid=6064 vsize=1713472 CPUtime=13.22
/proc/6066/task/6067/stat : 6067 (java) S 6064 6066 6020 0 -1 64 53954 0 0 0 1296 26 0 0 16 0 13 0 197283684 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6068] ppid=6064 vsize=1713472 CPUtime=13.2
/proc/6066/task/6068/stat : 6068 (java) S 6064 6066 6020 0 -1 64 54156 0 0 0 1291 29 0 0 17 0 13 0 197283684 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6066/tid=6069] ppid=6064 vsize=1713472 CPUtime=0.3
/proc/6066/task/6069/stat : 6069 (java) S 6064 6066 6020 0 -1 64 163 0 0 0 16 14 0 0 15 0 13 0 197283686 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6070] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6070/stat : 6070 (java) S 6064 6066 6020 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6071] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6071/stat : 6071 (java) S 6064 6066 6020 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197283687 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6072] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6072/stat : 6072 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6073] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6073/stat : 6073 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6074] ppid=6064 vsize=1713472 CPUtime=1.1
/proc/6066/task/6074/stat : 6074 (java) S 6064 6066 6020 0 -1 64 2547 0 0 0 109 1 0 0 17 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6075] ppid=6064 vsize=1713472 CPUtime=1.06
/proc/6066/task/6075/stat : 6075 (java) S 6064 6066 6020 0 -1 64 1323 0 0 0 106 0 0 0 16 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6076] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6076/stat : 6076 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6077] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6077/stat : 6077 (java) S 6064 6066 6020 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197283690 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6066/tid=6078] ppid=6064 vsize=1713472 CPUtime=0
/proc/6066/task/6078/stat : 6078 (java) S 6064 6066 6020 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197283924 1754595328 117544 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (Kb) 1713472

Sending SIGTERM to -6066
Sleeping 2 seconds

Child status: 143
Real time (s): 1786.46
CPU time (s): 1800.4
CPU user time (s): 1799.26
CPU system time (s): 1.14682
CPU usage (%): 100.78
Max. virtual memory (cumulated for all children) (Kb): 1713504

Launcher Data (download as text)

Begin job on node77 on Sat Jun  3 06:34:05 UTC 2006


FILE ID= 43342-1149316445

PBS_JOBID= 308361

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-tr12-30.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node77/43342-1149316445/instance-43342-1149316445.opb 121857708
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node77/watcher-43342-1149316445 -o ROOT/results/node77/solver-43342-1149316445 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node77/43342-1149316445/instance-43342-1149316445.opb 121857708

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  707da2ebfa2e9fe97fe57c41e089cde1

RANDOM SEED= 121857708


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1463024 kB
Buffers:         39216 kB
Cached:         484732 kB
SwapCached:       2644 kB
Active:         111900 kB
Inactive:       420916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1463024 kB
SwapTotal:     4096564 kB
SwapFree:      4085336 kB
Dirty:             204 kB
Writeback:           0 kB
Mapped:          16132 kB
Slab:            46720 kB
Committed_AS:   306116 kB
PageTables:       1276 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node77 on Sat Jun  3 07:03:51 UTC 2006