Trace number 43951

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scfxm3.opb
MD5SUMce89a14d8ce44afa95c95ee36cc3e1e0
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables41130
Total number of constraints981
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 constraints981
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 2070
Biggest coefficient in the objective function 6671
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 525918
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525918
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.22	c Cutting planes based inference
0.22	c --- Begin Solver configuration ---
0.22	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.22	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.22	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.22	c VSIDS like heuristics from MiniSAT using a heap
0.22	c No reason simplification
0.22	c --- End Solver configuration ---
0.22	c solving ROOT/tmp/node21/43951-1149336784/instance-43951-1149336784.opb
0.22	c reading problem ... 
4.43	c ... done. Time 4.216 ms.
4.43	c #vars     41130
4.43	c #constraints  1536
1789.35	c starts		: 11
1789.35	c conflicts		: 11916
1789.35	c decisions		: 36265
1789.35	c propagations		: 221520
1789.35	c inspects		: 65098648
1789.35	c learnt literals	: 0
1789.35	c learnt binary clauses	: 0
1789.35	c learnt ternary clauses	: 0
1789.35	c learnt clauses	: 11915
1789.35	c root simplifications	: 0
1789.35	c removed literals (reason simplification)	: 0
1789.35	c reason swapping (by a shorter reason)	: 0
1789.35	c Calls to reduceDB	: 0
1789.35	c speed (decisions/second)	: 20.318051887368576
1789.35	c non guided choices	3210
1789.35	s UNKNOWN
1789.35	c Total wall clock time (ms): 1789.132

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.84 0.94 0.92 3/64 2389
/proc/meminfo: memFree=1370584/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1784 CPUtime=0
/proc/2389/stat : 2389 (java) D 2387 2389 2343 0 -1 0 178 0 0 0 0 0 0 0 18 0 1 0 199341548 1826816 148 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2389/statm: 446 148 113 14 0 91 0

[startup+10.0031 s]
/proc/loadavg: 0.87 0.94 0.92 2/76 2401
/proc/meminfo: memFree=1174720/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1712856 CPUtime=11.46
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 53319 0 1 0 1122 24 0 0 25 0 13 0 199341548 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428214 50742 1908 14 0 414961 0
[pid=2389/tid=2390] ppid=2387 vsize=1712856 CPUtime=0.37
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 7400 0 0 0 34 3 0 0 16 0 13 0 199341551 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1712856 CPUtime=0.38
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 6770 0 0 0 35 3 0 0 16 0 13 0 199341551 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 199341553 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 199341557 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1712856 CPUtime=0.66
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 732 0 0 0 66 0 0 0 16 0 13 0 199341557 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1712856 CPUtime=0.85
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1853 0 0 0 85 0 0 0 17 0 13 0 199341557 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1712856 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 199342012 1753964544 50742 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.46
Current children cumulated vsize (Kb) 1712856

[startup+20.0102 s]
/proc/loadavg: 0.89 0.94 0.92 2/76 2401
/proc/meminfo: memFree=1160840/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=21.72
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 57333 0 1 0 2146 26 0 0 25 0 13 0 199341548 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 54180 1908 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=0.5
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 10036 0 0 0 46 4 0 0 16 0 13 0 199341551 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=0.5
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 8137 0 0 0 47 3 0 0 17 0 13 0 199341551 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 199341553 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.78
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 740 0 0 0 78 0 0 0 16 0 13 0 199341557 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.89
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1853 0 0 0 89 0 0 0 17 0 13 0 199341557 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 199342012 1754624000 54180 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.72
Current children cumulated vsize (Kb) 1713500

[startup+30.0173 s]
/proc/loadavg: 0.90 0.94 0.92 2/76 2401
/proc/meminfo: memFree=1152968/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=31.77
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 59635 0 1 0 3150 27 0 0 25 0 13 0 199341548 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071647458 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 56203 1908 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=0.55
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 11319 0 0 0 50 5 0 0 16 0 13 0 199341551 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=0.55
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 9152 0 0 0 51 4 0 0 16 0 13 0 199341551 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 199341553 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.79
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 741 0 0 0 79 0 0 0 17 0 13 0 199341557 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.89
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1853 0 0 0 89 0 0 0 16 0 13 0 199341557 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 199342012 1754624000 56203 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.77
Current children cumulated vsize (Kb) 1713500

[startup+40.0243 s]
/proc/loadavg: 0.92 0.94 0.92 2/76 2401
/proc/meminfo: memFree=1152840/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=41.77
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 59677 0 1 0 4150 27 0 0 25 0 13 0 199341548 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 56193 1908 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=0.55
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 11323 0 0 0 50 5 0 0 16 0 13 0 199341551 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=0.55
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 9188 0 0 0 51 4 0 0 16 0 13 0 199341551 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 199341553 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.79
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 741 0 0 0 79 0 0 0 17 0 13 0 199341557 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.89
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1853 0 0 0 89 0 0 0 16 0 13 0 199341557 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 56193 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.77
Current children cumulated vsize (Kb) 1713500

[startup+50.0314 s]
/proc/loadavg: 0.93 0.94 0.92 2/76 2401
/proc/meminfo: memFree=1159048/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=51.78
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 59730 0 1 0 5151 27 0 0 25 0 13 0 199341548 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 54652 1908 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=0.56
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 11337 0 0 0 51 5 0 0 17 0 13 0 199341551 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=0.56
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 9223 0 0 0 52 4 0 0 16 0 13 0 199341551 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 199341553 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.79
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 741 0 0 0 79 0 0 0 17 0 13 0 199341557 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.89
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1853 0 0 0 89 0 0 0 16 0 13 0 199341557 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 54652 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.78
Current children cumulated vsize (Kb) 1713500

[startup+60.0385 s]
/proc/loadavg: 0.94 0.95 0.92 2/76 2401
/proc/meminfo: memFree=1166984/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=61.8
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 59813 0 1 0 6152 28 0 0 25 0 13 0 199341548 1754624000 52660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 52660 1908 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=0.56
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 11360 0 0 0 51 5 0 0 16 0 13 0 199341551 1754624000 52660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=0.57
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 9279 0 0 0 53 4 0 0 17 0 13 0 199341551 1754624000 52660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 199341553 1754624000 52660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 52660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 52660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 52660 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.85
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 743 0 0 0 85 0 0 0 16 0 13 0 199341557 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.94
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1856 0 0 0 94 0 0 0 17 0 13 0 199341557 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 87134 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.22
Current children cumulated vsize (Kb) 1713500

[startup+1786.32 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 2403
/proc/meminfo: memFree=1027912/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=1797.24
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 142017 0 1 0 179634 90 0 0 25 0 13 0 199341548 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 87137 1909 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=10.42
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 44807 0 0 0 1018 24 0 0 16 0 13 0 199341551 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=10.4
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 45363 0 0 0 1015 25 0 0 16 0 13 0 199341551 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0.28
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 69 0 0 0 17 11 0 0 15 0 13 0 199341553 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.85
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 743 0 0 0 85 0 0 0 16 0 13 0 199341557 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.94
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1856 0 0 0 94 0 0 0 17 0 13 0 199341557 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 87137 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.24
Current children cumulated vsize (Kb) 1713500

[startup+1787.33 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 2403
/proc/meminfo: memFree=1027912/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=1798.26
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 142059 0 1 0 179736 90 0 0 25 0 13 0 199341548 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071481478 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 87145 1909 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=10.44
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 44817 0 0 0 1020 24 0 0 16 0 13 0 199341551 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=10.41
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 45394 0 0 0 1016 25 0 0 16 0 13 0 199341551 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0.28
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 69 0 0 0 17 11 0 0 16 0 13 0 199341553 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.85
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 743 0 0 0 85 0 0 0 16 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.94
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1856 0 0 0 94 0 0 0 17 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.26
Current children cumulated vsize (Kb) 1713500

[startup+1788.34 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 2403
/proc/meminfo: memFree=1027912/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=1799.26
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 142059 0 1 0 179836 90 0 0 25 0 13 0 199341548 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071588675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 87145 1909 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=10.44
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 44817 0 0 0 1020 24 0 0 16 0 13 0 199341551 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=10.41
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 45394 0 0 0 1016 25 0 0 16 0 13 0 199341551 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0.28
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 69 0 0 0 17 11 0 0 16 0 13 0 199341553 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.85
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 743 0 0 0 85 0 0 0 16 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.94
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1856 0 0 0 94 0 0 0 17 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 87145 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.26
Current children cumulated vsize (Kb) 1713500

[startup+1789.34 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 2403
/proc/meminfo: memFree=1027976/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=1800.28
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 142099 0 1 0 179938 90 0 0 25 0 13 0 199341548 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589235 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 87117 1909 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=10.45
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 44822 0 0 0 1021 24 0 0 16 0 13 0 199341551 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=10.43
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 45428 0 0 0 1018 25 0 0 16 0 13 0 199341551 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0.28
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 69 0 0 0 17 11 0 0 15 0 13 0 199341553 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.85
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 743 0 0 0 85 0 0 0 16 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.94
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1856 0 0 0 94 0 0 0 17 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (Kb) 1713500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.35 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 2403
/proc/meminfo: memFree=1027976/2055920 swapFree=4181452/4192956
[pid=2389] ppid=2387 vsize=1713500 CPUtime=1800.29
/proc/2389/stat : 2389 (java) R 2387 2389 2343 0 -1 0 142099 0 1 0 179939 90 0 0 25 0 13 0 199341548 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071589253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2389/statm: 428375 87117 1909 14 0 415122 0
[pid=2389/tid=2390] ppid=2387 vsize=1713500 CPUtime=10.45
/proc/2389/task/2390/stat : 2390 (java) S 2387 2389 2343 0 -1 64 44822 0 0 0 1021 24 0 0 16 0 13 0 199341551 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2391] ppid=2387 vsize=1713500 CPUtime=10.43
/proc/2389/task/2391/stat : 2391 (java) S 2387 2389 2343 0 -1 64 45428 0 0 0 1018 25 0 0 16 0 13 0 199341551 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2392] ppid=2387 vsize=1713500 CPUtime=0.28
/proc/2389/task/2392/stat : 2392 (java) S 2387 2389 2343 0 -1 64 69 0 0 0 17 11 0 0 15 0 13 0 199341553 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2393] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2393/stat : 2393 (java) S 2387 2389 2343 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2394] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2394/stat : 2394 (java) S 2387 2389 2343 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 199341554 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2395] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2395/stat : 2395 (java) S 2387 2389 2343 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2396] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2396/stat : 2396 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2397] ppid=2387 vsize=1713500 CPUtime=0.85
/proc/2389/task/2397/stat : 2397 (java) S 2387 2389 2343 0 -1 64 743 0 0 0 85 0 0 0 16 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2398] ppid=2387 vsize=1713500 CPUtime=0.94
/proc/2389/task/2398/stat : 2398 (java) S 2387 2389 2343 0 -1 64 1856 0 0 0 94 0 0 0 17 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2399] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2399/stat : 2399 (java) S 2387 2389 2343 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2389/tid=2400] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2400/stat : 2400 (java) S 2387 2389 2343 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 199341557 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2389/tid=2401] ppid=2387 vsize=1713500 CPUtime=0
/proc/2389/task/2401/stat : 2401 (java) S 2387 2389 2343 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 199342012 1754624000 87117 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (Kb) 1713500

Sending SIGTERM to -2389
Sleeping 2 seconds

Child status: 143
Real time (s): 1789.45
CPU time (s): 1800.4
CPU user time (s): 1799.44
CPU system time (s): 0.962853
CPU usage (%): 100.612
Max. virtual memory (cumulated for all children) (Kb): 1713500

Launcher Data (download as text)

Begin job on node21 on Sat Jun  3 12:13:05 UTC 2006


FILE ID= 43951-1149336784

PBS_JOBID= 310190

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scfxm3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node21/43951-1149336784/instance-43951-1149336784.opb 164236575
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-43951-1149336784 -o ROOT/results/node21/solver-43951-1149336784 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node21/43951-1149336784/instance-43951-1149336784.opb 164236575

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  ce89a14d8ce44afa95c95ee36cc3e1e0

RANDOM SEED= 164236575


/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.240
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.240
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:       1370792 kB
Buffers:         37052 kB
Cached:         574360 kB
SwapCached:       3308 kB
Active:         139500 kB
Inactive:       480688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370792 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            51028 kB
Committed_AS:   333144 kB
PageTables:       1416 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node21 on Sat Jun  3 12:42:54 UTC 2006