Trace number 43112

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.89 1781.53

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370a.opb
MD5SUM28d10e1d13e82e070b03ac2e5d475941
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 4978502603
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29637219205243
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29637219205243
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

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

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.99 3/64 31310
/proc/meminfo: memFree=1553328/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1816 CPUtime=0
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 195882797 1859584 147 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31310/statm: 446 146 111 14 0 91 0

[startup+10.0016 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 31321
/proc/meminfo: memFree=1296864/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1713808 CPUtime=11.52
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 69935 0 1 0 1115 37 0 0 25 0 12 0 195882797 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071457105 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428452 65807 1887 14 0 415199 0
[pid=31310/tid=31311] ppid=31308 vsize=1713808 CPUtime=1.02
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 17299 0 0 0 95 7 0 0 16 0 12 0 195882801 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1713808 CPUtime=1.02
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 15172 0 0 0 90 12 0 0 16 0 12 0 195882801 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 195882804 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195882805 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195882805 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 195882810 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 195882810 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1713808 CPUtime=0.43
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 578 0 0 0 43 0 0 0 16 0 12 0 195882810 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1713808 CPUtime=0.36
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 374 0 0 0 36 0 0 0 17 0 12 0 195882810 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195882810 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195882810 1754939392 65807 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.52
Current children cumulated vsize (Kb) 1713808

[startup+20.0086 s]
/proc/loadavg: 0.94 0.98 0.99 2/75 31321
/proc/meminfo: memFree=1306208/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1713808 CPUtime=21.62
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 70884 0 1 0 2123 39 0 0 25 0 12 0 195882797 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071457126 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428452 63539 1887 14 0 415199 0
[pid=31310/tid=31311] ppid=31308 vsize=1713808 CPUtime=1.12
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 17932 0 0 0 104 8 0 0 15 0 12 0 195882801 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1713808 CPUtime=1.13
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 15459 0 0 0 100 13 0 0 16 0 12 0 195882801 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 20 0 0 0 0 0 0 0 16 0 12 0 195882804 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195882805 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195882805 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 195882810 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 195882810 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1713808 CPUtime=0.44
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 578 0 0 0 44 0 0 0 16 0 12 0 195882810 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1713808 CPUtime=0.36
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 374 0 0 0 36 0 0 0 17 0 12 0 195882810 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195882810 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195882810 1754939392 63539 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.62
Current children cumulated vsize (Kb) 1713808

[startup+30.0155 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 31321
/proc/meminfo: memFree=1316064/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1713808 CPUtime=31.72
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 75386 0 1 0 3129 43 0 0 25 0 12 0 195882797 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071449424 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428452 61141 1887 14 0 415199 0
[pid=31310/tid=31311] ppid=31308 vsize=1713808 CPUtime=1.22
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 18593 0 0 0 113 9 0 0 15 0 12 0 195882801 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1713808 CPUtime=1.22
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 15912 0 0 0 109 13 0 0 16 0 12 0 195882801 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1713808 CPUtime=0.02
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 32 0 0 0 1 1 0 0 16 0 12 0 195882804 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 195882805 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 195882805 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 195882810 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 195882810 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1713808 CPUtime=0.44
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 578 0 0 0 44 0 0 0 16 0 12 0 195882810 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1713808 CPUtime=0.36
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 374 0 0 0 36 0 0 0 17 0 12 0 195882810 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 195882810 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1713808 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 195882810 1754939392 61141 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.72
Current children cumulated vsize (Kb) 1713808

[startup+40.0225 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 31322
/proc/meminfo: memFree=1301656/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1715012 CPUtime=42.62
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 80658 0 1 0 4216 46 0 0 19 0 13 0 195882797 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071675747 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428753 64757 1909 14 0 415500 0
[pid=31310/tid=31311] ppid=31308 vsize=1715012 CPUtime=1.33
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 20789 0 0 0 123 10 0 0 15 0 13 0 195882801 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1715012 CPUtime=1.32
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 17730 0 0 0 118 14 0 0 16 0 13 0 195882801 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1715012 CPUtime=0.02
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 46 0 0 0 1 1 0 0 15 0 13 0 195882804 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1715012 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1715012 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1715012 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1715012 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1715012 CPUtime=0.97
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 792 0 0 0 97 0 0 0 16 0 13 0 195882810 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1715012 CPUtime=0.88
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1334 0 0 0 88 0 0 0 15 0 13 0 195882810 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1715012 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1715012 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1715012 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 195886476 1756172288 64757 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.62
Current children cumulated vsize (Kb) 1715012

[startup+50.0304 s]
/proc/loadavg: 0.96 0.98 0.99 2/76 31322
/proc/meminfo: memFree=1285848/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1714616 CPUtime=52.75
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 85924 0 1 0 5225 50 0 0 17 0 13 0 195882797 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071675755 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428654 68726 1909 14 0 415401 0
[pid=31310/tid=31311] ppid=31308 vsize=1714616 CPUtime=1.42
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 21088 0 0 0 131 11 0 0 16 0 13 0 195882801 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1714616 CPUtime=1.41
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 18022 0 0 0 126 15 0 0 16 0 13 0 195882801 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1714616 CPUtime=0.03
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 47 0 0 0 1 2 0 0 16 0 13 0 195882804 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1714616 CPUtime=0.99
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 792 0 0 0 99 0 0 0 15 0 13 0 195882810 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1714616 CPUtime=0.9
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1335 0 0 0 90 0 0 0 16 0 13 0 195882810 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 195886476 1755766784 68726 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.75
Current children cumulated vsize (Kb) 1714616

[startup+60.0374 s]
/proc/loadavg: 0.97 0.98 0.99 2/76 31322
/proc/meminfo: memFree=1269656/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1716664 CPUtime=62.96
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 90399 0 1 0 6243 53 0 0 25 0 13 0 195882797 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071685522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 429166 72731 1909 14 0 415913 0
[pid=31310/tid=31311] ppid=31308 vsize=1716664 CPUtime=1.52
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 22977 0 0 0 140 12 0 0 16 0 13 0 195882801 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1716664 CPUtime=1.5
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 20004 0 0 0 134 16 0 0 16 0 13 0 195882801 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1716664 CPUtime=0.03
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 52 0 0 0 1 2 0 0 15 0 13 0 195882804 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1716664 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1716664 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1716664 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1716664 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1716664 CPUtime=1.04
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 822 0 0 0 104 0 0 0 17 0 13 0 195882810 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1716664 CPUtime=0.97
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1897 0 0 0 97 0 0 0 17 0 13 0 195882810 1757863936 72731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=31310/tid=31314] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1714616 CPUtime=1.14
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 843 0 0 0 114 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1714616 CPUtime=1.05
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1909 0 0 0 105 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195886476 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.69
Current children cumulated vsize (Kb) 1714616

[startup+1778.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 31517
/proc/meminfo: memFree=1088088/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1714616 CPUtime=1797.7
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 178361 0 1 0 179555 215 0 0 18 0 13 0 195882797 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071712738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428654 117694 1909 14 0 415401 0
[pid=31310/tid=31311] ppid=31308 vsize=1714616 CPUtime=18.62
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 48867 0 0 0 1791 71 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1714616 CPUtime=18.6
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 45749 0 0 0 1781 79 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1714616 CPUtime=0.41
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 143 0 0 0 25 16 0 0 16 0 13 0 195882804 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1714616 CPUtime=1.14
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 843 0 0 0 114 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1714616 CPUtime=1.05
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1909 0 0 0 105 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195886476 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.7
Current children cumulated vsize (Kb) 1714616

[startup+1779.38 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 31517
/proc/meminfo: memFree=1088088/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1714616 CPUtime=1798.72
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 178362 0 1 0 179657 215 0 0 25 0 13 0 195882797 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071230831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428654 117694 1909 14 0 415401 0
[pid=31310/tid=31311] ppid=31308 vsize=1714616 CPUtime=18.63
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 48867 0 0 0 1792 71 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1714616 CPUtime=18.61
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 45749 0 0 0 1782 79 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1714616 CPUtime=0.41
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 143 0 0 0 25 16 0 0 16 0 13 0 195882804 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1714616 CPUtime=1.14
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 843 0 0 0 114 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1714616 CPUtime=1.05
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1909 0 0 0 105 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195886476 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.72
Current children cumulated vsize (Kb) 1714616

[startup+1780.39 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 31517
/proc/meminfo: memFree=1088088/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1714616 CPUtime=1799.73
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 178363 0 1 0 179758 215 0 0 20 0 13 0 195882797 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071775242 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428654 117694 1909 14 0 415401 0
[pid=31310/tid=31311] ppid=31308 vsize=1714616 CPUtime=18.64
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 48867 0 0 0 1793 71 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1714616 CPUtime=18.62
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 45749 0 0 0 1783 79 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1714616 CPUtime=0.41
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 143 0 0 0 25 16 0 0 16 0 13 0 195882804 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1714616 CPUtime=1.14
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 843 0 0 0 114 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1714616 CPUtime=1.05
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1909 0 0 0 105 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195886476 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.73
Current children cumulated vsize (Kb) 1714616

[startup+1781.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 31517
/proc/meminfo: memFree=1088088/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1714616 CPUtime=1800.75
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 178364 0 1 0 179860 215 0 0 22 0 13 0 195882797 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071685648 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428654 117694 1909 14 0 415401 0
[pid=31310/tid=31311] ppid=31308 vsize=1714616 CPUtime=18.65
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 48867 0 0 0 1794 71 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1714616 CPUtime=18.63
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 45749 0 0 0 1784 79 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1714616 CPUtime=0.41
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 143 0 0 0 25 16 0 0 16 0 13 0 195882804 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1714616 CPUtime=1.14
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 843 0 0 0 114 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1714616 CPUtime=1.05
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1909 0 0 0 105 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195886476 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (Kb) 1714616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 31517
/proc/meminfo: memFree=1088088/2055920 swapFree=4181448/4192956
[pid=31310] ppid=31308 vsize=1714616 CPUtime=1800.75
/proc/31310/stat : 31310 (java) R 31308 31310 31264 0 -1 0 178364 0 1 0 179860 215 0 0 22 0 13 0 195882797 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071713080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31310/statm: 428654 117694 1909 14 0 415401 0
[pid=31310/tid=31311] ppid=31308 vsize=1714616 CPUtime=18.65
/proc/31310/task/31311/stat : 31311 (java) S 31308 31310 31264 0 -1 64 48867 0 0 0 1794 71 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31312] ppid=31308 vsize=1714616 CPUtime=18.63
/proc/31310/task/31312/stat : 31312 (java) S 31308 31310 31264 0 -1 64 45749 0 0 0 1784 79 0 0 16 0 13 0 195882801 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31313] ppid=31308 vsize=1714616 CPUtime=0.41
/proc/31310/task/31313/stat : 31313 (java) S 31308 31310 31264 0 -1 64 143 0 0 0 25 16 0 0 16 0 13 0 195882804 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31314] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31314/stat : 31314 (java) S 31308 31310 31264 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31315] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31315/stat : 31315 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195882805 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31316] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31316/stat : 31316 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31317] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31317/stat : 31317 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31318] ppid=31308 vsize=1714616 CPUtime=1.14
/proc/31310/task/31318/stat : 31318 (java) S 31308 31310 31264 0 -1 64 843 0 0 0 114 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31310/tid=31319] ppid=31308 vsize=1714616 CPUtime=1.05
/proc/31310/task/31319/stat : 31319 (java) S 31308 31310 31264 0 -1 64 1909 0 0 0 105 0 0 0 17 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31320] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31320/stat : 31320 (java) S 31308 31310 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31321] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31321/stat : 31321 (java) S 31308 31310 31264 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 195882810 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31310/tid=31322] ppid=31308 vsize=1714616 CPUtime=0
/proc/31310/task/31322/stat : 31322 (java) S 31308 31310 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 195886476 1755766784 117694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.75
Current children cumulated vsize (Kb) 1714616

Sending SIGTERM to -31310
Sleeping 2 seconds

Child status: 143
Real time (s): 1781.53
CPU time (s): 1800.89
CPU user time (s): 1798.65
CPU system time (s): 2.23366
CPU usage (%): 101.086
Max. virtual memory (cumulated for all children) (Kb): 1716664

Launcher Data (download as text)

Begin job on node14 on Sat Jun  3 02:36:41 UTC 2006


FILE ID= 43112-1149302200

PBS_JOBID= 307442

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  28d10e1d13e82e070b03ac2e5d475941

RANDOM SEED= 63380390


/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.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1553792 kB
Buffers:         29136 kB
Cached:         402128 kB
SwapCached:       3188 kB
Active:          38120 kB
Inactive:       401848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553792 kB
SwapTotal:     4192956 kB
SwapFree:      4181448 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            48208 kB
Committed_AS:   312060 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node14 on Sat Jun  3 03:06:22 UTC 2006