Trace number 44783

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? (TO) 1800.53 1779.5

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-dano3mip.opb
MD5SUM97b175564b36442f64835a62ac7058b3
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 569083166190
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node89/44783-1149316871/instance-44783-1149316871.opb
0.20	c reading problem ... 
60.26	c ... done. Time 60.061 ms.
60.27	c #vars     399966
60.27	c #constraints  4450
1779.35	c starts		: 1
1779.35	c conflicts		: 56
1779.35	c decisions		: 56690
1779.35	c propagations		: 293533
1779.35	c inspects		: 1316937
1779.35	c learnt literals	: 0
1779.35	c learnt binary clauses	: 0
1779.35	c learnt ternary clauses	: 0
1779.35	c learnt clauses	: 55
1779.35	c root simplifications	: 0
1779.35	c removed literals (reason simplification)	: 0
1779.35	c reason swapping (by a shorter reason)	: 0
1779.35	c Calls to reduceDB	: 0
1779.35	c speed (decisions/second)	: 32.97839911949013
1779.35	c non guided choices	35663
1779.35	s UNKNOWN
1779.35	c Total wall clock time (ms): 1779.147

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/node89/watcher-44783-1149316871 -o ROOT/results/node89/solver-44783-1149316871 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node89/44783-1149316871/instance-44783-1149316871.opb 433629987 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.96 2/68 25275
/proc/meminfo: memFree=1481688/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=18544 CPUtime=0
/proc/25275/stat : 25275 (runsolver) R 25273 25275 25229 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 197326197 18989056 280 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 237110883351 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25275/statm: 4636 280 244 16 0 2626 0

[startup+10.0027 s]
/proc/loadavg: 0.93 0.97 0.96 3/79 25286
/proc/meminfo: memFree=1215936/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1714016 CPUtime=11.66
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 72651 0 1 0 1133 33 0 0 20 0 12 0 197326197 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071325927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428504 68139 1882 14 0 415250 0
[pid=25275/tid=25276] ppid=25273 vsize=1714016 CPUtime=1.16
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 16526 0 0 0 106 10 0 0 17 0 12 0 197326201 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1714016 CPUtime=1.14
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 17644 0 0 0 106 8 0 0 16 0 12 0 197326201 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 197326203 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197326207 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197326207 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1714016 CPUtime=0.38
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 1530 0 0 0 38 0 0 0 16 0 12 0 197326207 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1714016 CPUtime=0.32
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 662 0 0 0 32 0 0 0 16 0 12 0 197326207 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197326207 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 197326207 1755152384 68139 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (Kb) 1714016

[startup+20.0095 s]
/proc/loadavg: 0.94 0.97 0.96 2/79 25286
/proc/meminfo: memFree=1141056/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1714016 CPUtime=22.5
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 93385 0 1 0 2207 43 0 0 19 0 12 0 197326197 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071325927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428504 86937 1883 14 0 415250 0
[pid=25275/tid=25276] ppid=25273 vsize=1714016 CPUtime=1.97
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 26210 0 0 0 183 14 0 0 17 0 12 0 197326201 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1714016 CPUtime=1.95
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 28664 0 0 0 182 13 0 0 16 0 12 0 197326201 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 197326203 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197326207 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 197326207 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1714016 CPUtime=0.39
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 1530 0 0 0 39 0 0 0 16 0 12 0 197326207 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1714016 CPUtime=0.35
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 665 0 0 0 35 0 0 0 17 0 12 0 197326207 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197326207 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 197326207 1755152384 86937 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.5
Current children cumulated vsize (Kb) 1714016

[startup+30.0164 s]
/proc/loadavg: 0.95 0.97 0.96 2/79 25286
/proc/meminfo: memFree=1118528/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1714016 CPUtime=32.84
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 99407 0 1 0 3237 47 0 0 25 0 12 0 197326197 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071326047 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428504 92572 1887 14 0 415250 0
[pid=25275/tid=25276] ppid=25273 vsize=1714016 CPUtime=2.23
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 29164 0 0 0 208 15 0 0 16 0 12 0 197326201 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1714016 CPUtime=2.21
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 31704 0 0 0 207 14 0 0 15 0 12 0 197326201 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 21 0 0 0 0 0 0 0 16 0 12 0 197326203 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197326207 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197326207 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1714016 CPUtime=0.42
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 1531 0 0 0 42 0 0 0 17 0 12 0 197326207 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1714016 CPUtime=0.4
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 667 0 0 0 40 0 0 0 17 0 12 0 197326207 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197326207 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 197326207 1755152384 92572 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.84
Current children cumulated vsize (Kb) 1714016

[startup+40.0232 s]
/proc/loadavg: 0.95 0.97 0.96 2/79 25286
/proc/meminfo: memFree=1099328/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1714016 CPUtime=43.09
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 104568 0 1 0 4260 49 0 0 18 0 12 0 197326197 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071340090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428504 97378 1887 14 0 415250 0
[pid=25275/tid=25276] ppid=25273 vsize=1714016 CPUtime=2.47
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 32042 0 0 0 231 16 0 0 17 0 12 0 197326201 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1714016 CPUtime=2.46
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 33968 0 0 0 231 15 0 0 16 0 12 0 197326201 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1714016 CPUtime=0.01
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 21 0 0 0 1 0 0 0 15 0 12 0 197326203 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197326207 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197326207 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1714016 CPUtime=0.42
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 1531 0 0 0 42 0 0 0 16 0 12 0 197326207 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1714016 CPUtime=0.4
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 668 0 0 0 40 0 0 0 16 0 12 0 197326207 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197326207 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 197326207 1755152384 97378 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.09
Current children cumulated vsize (Kb) 1714016

[startup+50.0311 s]
/proc/loadavg: 0.96 0.97 0.96 2/79 25286
/proc/meminfo: memFree=1055616/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1714016 CPUtime=53.54
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 116899 0 1 0 5297 57 0 0 18 0 12 0 197326197 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071330848 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428504 108277 1887 14 0 415250 0
[pid=25275/tid=25276] ppid=25273 vsize=1714016 CPUtime=2.94
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 38016 0 0 0 274 20 0 0 16 0 12 0 197326201 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1714016 CPUtime=2.91
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 40308 0 0 0 273 18 0 0 16 0 12 0 197326201 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1714016 CPUtime=0.01
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 21 0 0 0 1 0 0 0 15 0 12 0 197326203 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197326207 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197326207 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1714016 CPUtime=0.42
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 1531 0 0 0 42 0 0 0 16 0 12 0 197326207 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1714016 CPUtime=0.41
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 668 0 0 0 41 0 0 0 16 0 12 0 197326207 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197326207 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 197326207 1755152384 108277 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.54
Current children cumulated vsize (Kb) 1714016

[startup+60.038 s]
/proc/loadavg: 0.97 0.97 0.96 2/79 25286
/proc/meminfo: memFree=980096/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1714016 CPUtime=64.41
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 138616 0 1 0 6372 69 0 0 20 0 12 0 197326197 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071326047 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428504 127123 1887 14 0 415250 0
[pid=25275/tid=25276] ppid=25273 vsize=1714016 CPUtime=3.76
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 50296 0 0 0 351 25 0 0 16 0 12 0 197326201 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1714016 CPUtime=3.72
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 49722 0 0 0 349 23 0 0 16 0 12 0 197326201 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1714016 CPUtime=0.02
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 24 0 0 0 2 0 0 0 15 0 12 0 197326203 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197326204 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 197326207 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197326207 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1714016 CPUtime=0.42
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 1532 0 0 0 42 0 0 0 16 0 12 0 197326207 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1714016 CPUtime=0.45
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 672 0 0 0 45 0 0 0 17 0 12 0 197326207 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197326207 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1714016 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 197326207 1755152384 127123 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=25275/tid=25279] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1715556 CPUtime=0.01
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1715556 CPUtime=1.02
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 2937 0 0 0 101 1 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1715556 CPUtime=0.95
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 1135 0 0 0 95 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25287] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25287/stat : 25287 (java) S 25273 25275 25229 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197332343 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.31
Current children cumulated vsize (Kb) 1715556

[startup+1776.32 s]
/proc/loadavg: 1.07 1.02 0.98 2/80 25484
/proc/meminfo: memFree=832952/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1715556 CPUtime=1797.31
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 202518 0 1 0 179502 229 0 0 25 0 13 0 197326197 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071447187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428889 163629 1910 14 0 415635 0
[pid=25275/tid=25276] ppid=25273 vsize=1715556 CPUtime=20.52
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 70853 0 0 0 1954 98 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1715556 CPUtime=20.41
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 66422 0 0 0 1956 85 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1715556 CPUtime=0.32
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 68 0 0 0 20 12 0 0 16 0 13 0 197326203 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1715556 CPUtime=0.01
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1715556 CPUtime=1.02
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 2937 0 0 0 101 1 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1715556 CPUtime=0.95
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 1135 0 0 0 95 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25287] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25287/stat : 25287 (java) S 25273 25275 25229 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197332343 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.31
Current children cumulated vsize (Kb) 1715556

[startup+1777.33 s]
/proc/loadavg: 1.07 1.02 0.98 2/80 25484
/proc/meminfo: memFree=832952/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1715556 CPUtime=1798.34
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 202519 0 1 0 179604 230 0 0 25 0 13 0 197326197 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071642499 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428889 163629 1910 14 0 415635 0
[pid=25275/tid=25276] ppid=25273 vsize=1715556 CPUtime=20.53
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 70853 0 0 0 1955 98 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1715556 CPUtime=20.43
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 66422 0 0 0 1958 85 0 0 17 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1715556 CPUtime=0.32
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 68 0 0 0 20 12 0 0 16 0 13 0 197326203 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1715556 CPUtime=0.01
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1715556 CPUtime=1.02
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 2937 0 0 0 101 1 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1715556 CPUtime=0.95
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 1135 0 0 0 95 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25287] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25287/stat : 25287 (java) S 25273 25275 25229 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197332343 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.34
Current children cumulated vsize (Kb) 1715556

[startup+1778.34 s]
/proc/loadavg: 1.07 1.02 0.98 2/80 25484
/proc/meminfo: memFree=832952/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1715556 CPUtime=1799.36
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 202520 0 1 0 179706 230 0 0 19 0 13 0 197326197 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071642480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428889 163629 1910 14 0 415635 0
[pid=25275/tid=25276] ppid=25273 vsize=1715556 CPUtime=20.55
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 70853 0 0 0 1957 98 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1715556 CPUtime=20.44
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 66422 0 0 0 1959 85 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1715556 CPUtime=0.32
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 68 0 0 0 20 12 0 0 15 0 13 0 197326203 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1715556 CPUtime=0.01
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1715556 CPUtime=1.02
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 2937 0 0 0 101 1 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1715556 CPUtime=0.95
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 1135 0 0 0 95 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25287] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25287/stat : 25287 (java) S 25273 25275 25229 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197332343 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.36
Current children cumulated vsize (Kb) 1715556

[startup+1779.34 s]
/proc/loadavg: 1.07 1.02 0.98 2/80 25484
/proc/meminfo: memFree=832952/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1715556 CPUtime=1800.37
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 202520 0 1 0 179807 230 0 0 25 0 13 0 197326197 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071642480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428889 163629 1910 14 0 415635 0
[pid=25275/tid=25276] ppid=25273 vsize=1715556 CPUtime=20.55
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 70853 0 0 0 1957 98 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1715556 CPUtime=20.44
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 66422 0 0 0 1959 85 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1715556 CPUtime=0.32
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 68 0 0 0 20 12 0 0 16 0 13 0 197326203 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1715556 CPUtime=0.01
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1715556 CPUtime=1.02
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 2937 0 0 0 101 1 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1715556 CPUtime=0.95
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 1135 0 0 0 95 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25287] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25287/stat : 25287 (java) S 25273 25275 25229 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197332343 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (Kb) 1715556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.35 s]
/proc/loadavg: 1.07 1.02 0.98 2/80 25484
/proc/meminfo: memFree=832952/2055892 swapFree=4085360/4096564
[pid=25275] ppid=25273 vsize=1715556 CPUtime=1800.37
/proc/25275/stat : 25275 (java) R 25273 25275 25229 0 -1 0 202520 0 1 0 179807 230 0 0 25 0 13 0 197326197 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071642480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25275/statm: 428889 163629 1910 14 0 415635 0
[pid=25275/tid=25276] ppid=25273 vsize=1715556 CPUtime=20.55
/proc/25275/task/25276/stat : 25276 (java) S 25273 25275 25229 0 -1 64 70853 0 0 0 1957 98 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25277] ppid=25273 vsize=1715556 CPUtime=20.44
/proc/25275/task/25277/stat : 25277 (java) S 25273 25275 25229 0 -1 64 66422 0 0 0 1959 85 0 0 16 0 13 0 197326201 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25278] ppid=25273 vsize=1715556 CPUtime=0.32
/proc/25275/task/25278/stat : 25278 (java) S 25273 25275 25229 0 -1 64 68 0 0 0 20 12 0 0 16 0 13 0 197326203 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25279] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25279/stat : 25279 (java) S 25273 25275 25229 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25280] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25280/stat : 25280 (java) S 25273 25275 25229 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197326204 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25281] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25281/stat : 25281 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25282] ppid=25273 vsize=1715556 CPUtime=0.01
/proc/25275/task/25282/stat : 25282 (java) S 25273 25275 25229 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25283] ppid=25273 vsize=1715556 CPUtime=1.02
/proc/25275/task/25283/stat : 25283 (java) S 25273 25275 25229 0 -1 64 2937 0 0 0 101 1 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25275/tid=25284] ppid=25273 vsize=1715556 CPUtime=0.95
/proc/25275/task/25284/stat : 25284 (java) S 25273 25275 25229 0 -1 64 1135 0 0 0 95 0 0 0 16 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25285] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25285/stat : 25285 (java) S 25273 25275 25229 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25286] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25286/stat : 25286 (java) S 25273 25275 25229 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197326207 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25275/tid=25287] ppid=25273 vsize=1715556 CPUtime=0
/proc/25275/task/25287/stat : 25287 (java) S 25273 25275 25229 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197332343 1756729344 163629 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (Kb) 1715556

Sending SIGTERM to -25275
Sleeping 2 seconds

Child status: 143
Real time (s): 1779.5
CPU time (s): 1800.53
CPU user time (s): 1798.13
CPU system time (s): 2.39964
CPU usage (%): 101.182
Max. virtual memory (cumulated for all children) (Kb): 1715556

Launcher Data (download as text)

Begin job on node89 on Sat Jun  3 06:41:11 UTC 2006


FILE ID= 44783-1149316871

PBS_JOBID= 308406

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-dano3mip.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node89/44783-1149316871/instance-44783-1149316871.opb 433629987
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node89/watcher-44783-1149316871 -o ROOT/results/node89/solver-44783-1149316871 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node89/44783-1149316871/instance-44783-1149316871.opb 433629987

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  97b175564b36442f64835a62ac7058b3

RANDOM SEED= 433629987


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


/proc/meminfo:
MemTotal:      2055892 kB
MemFree:       1481896 kB
Buffers:         40520 kB
Cached:         459100 kB
SwapCached:       2560 kB
Active:         146940 kB
Inactive:       361520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1481896 kB
SwapTotal:     4096564 kB
SwapFree:      4085360 kB
Dirty:             176 kB
Writeback:           0 kB
Mapped:          16536 kB
Slab:            52088 kB
Committed_AS:   325320 kB
PageTables:       1300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node89 on Sat Jun  3 07:10:51 UTC 2006