Trace number 43132

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.78 1785.68

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3700.opb
MD5SUM86879a5871daa11ed8529c30e9ca3bf0
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4726350847
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29631666774144
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29631666774144
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.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@1df073d
0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.22	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
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/node11/43132-1149303865/instance-43132-1149303865.opb
0.22	c reading problem ... 
35.90	c ... done. Time 35.679 ms.
35.90	c #vars     155000
35.90	c #constraints  5300
1785.51	c starts		: 3
1785.51	c conflicts		: 296
1785.51	c decisions		: 42361
1785.51	c propagations		: 799509
1785.51	c inspects		: 1633084
1785.51	c learnt literals	: 0
1785.51	c learnt binary clauses	: 0
1785.51	c learnt ternary clauses	: 0
1785.51	c learnt clauses	: 295
1785.51	c root simplifications	: 0
1785.51	c removed literals (reason simplification)	: 0
1785.51	c reason swapping (by a shorter reason)	: 0
1785.51	c Calls to reduceDB	: 0
1785.51	c speed (decisions/second)	: 24.219350323831826
1785.51	c non guided choices	0
1785.51	s UNKNOWN
1785.51	c Total wall clock time (ms): 1785.294

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.98 3/64 2397
/proc/meminfo: memFree=1544080/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1496 CPUtime=0
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 63 0 0 0 0 0 0 0 19 0 1 0 196049053 1531904 46 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 7964288 0 0 4096 0 0 0 0 17 1 0 0
/proc/2397/statm: 375 55 43 14 0 8 0

[startup+10.0025 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 2408
/proc/meminfo: memFree=1288328/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714460 CPUtime=11.48
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 70424 0 1 0 1114 34 0 0 25 0 12 0 196049053 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071430413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428615 65648 1887 14 0 415362 0
[pid=2397/tid=2398] ppid=2395 vsize=1714460 CPUtime=0.99
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 15980 0 0 0 91 8 0 0 15 0 12 0 196049057 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714460 CPUtime=0.99
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 17029 0 0 0 87 12 0 0 17 0 12 0 196049057 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196049059 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196049060 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196049060 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196049063 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196049063 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714460 CPUtime=0.43
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 467 0 0 0 43 0 0 0 16 0 12 0 196049063 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714460 CPUtime=0.35
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 439 0 0 0 35 0 0 0 17 0 12 0 196049063 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196049063 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196049063 1755607040 65648 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (Kb) 1714460

[startup+20.0107 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 2408
/proc/meminfo: memFree=1301384/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714460 CPUtime=21.58
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 71401 0 1 0 2122 36 0 0 25 0 12 0 196049053 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071316288 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428615 62452 1887 14 0 415362 0
[pid=2397/tid=2398] ppid=2395 vsize=1714460 CPUtime=1.09
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 16491 0 0 0 101 8 0 0 16 0 12 0 196049057 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714460 CPUtime=1.08
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 17475 0 0 0 96 12 0 0 16 0 12 0 196049057 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196049059 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196049060 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196049060 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196049063 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196049063 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714460 CPUtime=0.43
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 467 0 0 0 43 0 0 0 17 0 12 0 196049063 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714460 CPUtime=0.36
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 439 0 0 0 36 0 0 0 16 0 12 0 196049063 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196049063 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196049063 1755607040 62452 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (Kb) 1714460

[startup+30.0179 s]
/proc/loadavg: 1.01 1.00 0.99 2/75 2408
/proc/meminfo: memFree=1302600/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714460 CPUtime=31.66
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 75409 0 1 0 3127 39 0 0 19 0 12 0 196049053 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071449738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428615 62171 1887 14 0 415362 0
[pid=2397/tid=2398] ppid=2395 vsize=1714460 CPUtime=1.16
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 17112 0 0 0 108 8 0 0 16 0 12 0 196049057 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714460 CPUtime=1.16
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 18074 0 0 0 104 12 0 0 16 0 12 0 196049057 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714460 CPUtime=0.01
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 22 0 0 0 0 1 0 0 16 0 12 0 196049059 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196049060 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196049060 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 196049063 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 196049063 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714460 CPUtime=0.43
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 467 0 0 0 43 0 0 0 17 0 12 0 196049063 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714460 CPUtime=0.36
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 439 0 0 0 36 0 0 0 16 0 12 0 196049063 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196049063 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714460 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196049063 1755607040 62171 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.66
Current children cumulated vsize (Kb) 1714460

[startup+40.0251 s]
/proc/loadavg: 1.01 1.00 0.99 2/76 2409
/proc/meminfo: memFree=1296704/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1715904 CPUtime=42.38
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 78542 0 1 0 4198 40 0 0 22 0 13 0 196049053 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679119 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428976 63724 1909 14 0 415723 0
[pid=2397/tid=2398] ppid=2395 vsize=1715904 CPUtime=1.26
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 18356 0 0 0 117 9 0 0 17 0 13 0 196049057 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1715904 CPUtime=1.24
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 19356 0 0 0 112 12 0 0 16 0 13 0 196049057 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1715904 CPUtime=0.02
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 23 0 0 0 1 1 0 0 15 0 13 0 196049059 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1715904 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1715904 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1715904 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1715904 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1715904 CPUtime=0.86
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 746 0 0 0 86 0 0 0 16 0 13 0 196049063 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1715904 CPUtime=0.84
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 703 0 0 0 84 0 0 0 16 0 13 0 196049063 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1715904 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1715904 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1715904 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196052710 1757085696 63724 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.38
Current children cumulated vsize (Kb) 1715904

[startup+50.0322 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 2409
/proc/meminfo: memFree=1297152/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714976 CPUtime=52.48
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 79108 0 1 0 5207 41 0 0 18 0 13 0 196049053 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071451860 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428744 63579 1909 14 0 415491 0
[pid=2397/tid=2398] ppid=2395 vsize=1714976 CPUtime=1.29
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 18781 0 0 0 120 9 0 0 16 0 13 0 196049057 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714976 CPUtime=1.28
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 19480 0 0 0 115 13 0 0 16 0 13 0 196049057 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714976 CPUtime=0.02
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 23 0 0 0 1 1 0 0 16 0 13 0 196049059 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=0.9
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 749 0 0 0 90 0 0 0 16 0 13 0 196049063 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=0.9
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 707 0 0 0 90 0 0 0 15 0 13 0 196049063 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196052710 1756135424 63579 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.48
Current children cumulated vsize (Kb) 1714976

[startup+60.0394 s]
/proc/loadavg: 1.00 1.00 0.99 2/76 2409
/proc/meminfo: memFree=1294848/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714976 CPUtime=62.66
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 80507 0 1 0 6224 42 0 0 25 0 13 0 196049053 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428744 64154 1909 14 0 415491 0
[pid=2397/tid=2398] ppid=2395 vsize=1714976 CPUtime=1.35
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 19380 0 0 0 125 10 0 0 16 0 13 0 196049057 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714976 CPUtime=1.34
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 20178 0 0 0 121 13 0 0 16 0 13 0 196049057 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714976 CPUtime=0.02
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 23 0 0 0 1 1 0 0 16 0 13 0 196049059 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 196049063 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=1.01
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 841 0 0 0 101 0 0 0 16 0 13 0 196049063 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=0.96
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 710 0 0 0 96 0 0 0 17 0 13 0 196049063 1756135424 64154 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=1.07
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 845 0 0 0 107 0 0 0 17 0 13 0 196049063 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=1.02
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 712 0 0 0 102 0 0 0 17 0 13 0 196049063 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196052710 1756135424 157517 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.56
Current children cumulated vsize (Kb) 1714976

[startup+1782.49 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 2409
/proc/meminfo: memFree=920000/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714976 CPUtime=1797.59
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 267304 0 1 0 179544 215 0 0 17 0 13 0 196049053 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428744 157474 1909 14 0 415491 0
[pid=2397/tid=2398] ppid=2395 vsize=1714976 CPUtime=14.66
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 70846 0 0 0 1387 79 0 0 16 0 13 0 196049057 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714976 CPUtime=14.62
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 74053 0 0 0 1398 64 0 0 16 0 13 0 196049057 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714976 CPUtime=0.36
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 327 0 0 0 19 17 0 0 16 0 13 0 196049059 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=1.07
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 845 0 0 0 107 0 0 0 17 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=1.02
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 712 0 0 0 102 0 0 0 17 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196052710 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (Kb) 1714976

[startup+1783.5 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 2409
/proc/meminfo: memFree=920000/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714976 CPUtime=1798.59
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 267304 0 1 0 179644 215 0 0 25 0 13 0 196049053 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679125 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428744 157474 1909 14 0 415491 0
[pid=2397/tid=2398] ppid=2395 vsize=1714976 CPUtime=14.66
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 70846 0 0 0 1387 79 0 0 16 0 13 0 196049057 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714976 CPUtime=14.62
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 74053 0 0 0 1398 64 0 0 16 0 13 0 196049057 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714976 CPUtime=0.36
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 327 0 0 0 19 17 0 0 16 0 13 0 196049059 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=1.07
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 845 0 0 0 107 0 0 0 17 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=1.02
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 712 0 0 0 102 0 0 0 17 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196052710 1756135424 157474 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.59
Current children cumulated vsize (Kb) 1714976

[startup+1784.5 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 2409
/proc/meminfo: memFree=919744/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714976 CPUtime=1799.61
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 267415 0 1 0 179746 215 0 0 24 0 13 0 196049053 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071669135 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428744 157580 1909 14 0 415491 0
[pid=2397/tid=2398] ppid=2395 vsize=1714976 CPUtime=14.68
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 70949 0 0 0 1389 79 0 0 16 0 13 0 196049057 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714976 CPUtime=14.64
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 74060 0 0 0 1400 64 0 0 16 0 13 0 196049057 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714976 CPUtime=0.36
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 327 0 0 0 19 17 0 0 16 0 13 0 196049059 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=1.07
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 845 0 0 0 107 0 0 0 17 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=1.02
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 712 0 0 0 102 0 0 0 17 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196052710 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.61
Current children cumulated vsize (Kb) 1714976

[startup+1785.51 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 2409
/proc/meminfo: memFree=919744/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714976 CPUtime=1800.62
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 267415 0 1 0 179847 215 0 0 25 0 13 0 196049053 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071679687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428744 157580 1909 14 0 415491 0
[pid=2397/tid=2398] ppid=2395 vsize=1714976 CPUtime=14.68
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 70949 0 0 0 1389 79 0 0 16 0 13 0 196049057 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714976 CPUtime=14.64
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 74060 0 0 0 1400 64 0 0 16 0 13 0 196049057 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714976 CPUtime=0.36
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 327 0 0 0 19 17 0 0 16 0 13 0 196049059 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=1.07
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 845 0 0 0 107 0 0 0 17 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=1.02
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 712 0 0 0 102 0 0 0 17 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196052710 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 1714976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.51 s]
/proc/loadavg: 1.01 1.02 1.00 2/76 2409
/proc/meminfo: memFree=919744/2055920 swapFree=4181380/4192956
[pid=2397] ppid=2395 vsize=1714976 CPUtime=1800.62
/proc/2397/stat : 2397 (java) R 2395 2397 2351 0 -1 0 267415 0 1 0 179847 215 0 0 25 0 13 0 196049053 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071688254 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2397/statm: 428744 157580 1909 14 0 415491 0
[pid=2397/tid=2398] ppid=2395 vsize=1714976 CPUtime=14.68
/proc/2397/task/2398/stat : 2398 (java) S 2395 2397 2351 0 -1 64 70949 0 0 0 1389 79 0 0 16 0 13 0 196049057 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2399] ppid=2395 vsize=1714976 CPUtime=14.64
/proc/2397/task/2399/stat : 2399 (java) S 2395 2397 2351 0 -1 64 74060 0 0 0 1400 64 0 0 16 0 13 0 196049057 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2400] ppid=2395 vsize=1714976 CPUtime=0.36
/proc/2397/task/2400/stat : 2400 (java) S 2395 2397 2351 0 -1 64 327 0 0 0 19 17 0 0 16 0 13 0 196049059 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2401] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2401/stat : 2401 (java) S 2395 2397 2351 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2402] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2402/stat : 2402 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196049060 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2403] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2403/stat : 2403 (java) S 2395 2397 2351 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2404] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2404/stat : 2404 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2405] ppid=2395 vsize=1714976 CPUtime=1.07
/proc/2397/task/2405/stat : 2405 (java) S 2395 2397 2351 0 -1 64 845 0 0 0 107 0 0 0 17 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2397/tid=2406] ppid=2395 vsize=1714976 CPUtime=1.02
/proc/2397/task/2406/stat : 2406 (java) S 2395 2397 2351 0 -1 64 712 0 0 0 102 0 0 0 17 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2407] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2407/stat : 2407 (java) S 2395 2397 2351 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2408] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2408/stat : 2408 (java) S 2395 2397 2351 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196049063 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2397/tid=2409] ppid=2395 vsize=1714976 CPUtime=0
/proc/2397/task/2409/stat : 2409 (java) S 2395 2397 2351 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196052710 1756135424 157580 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.62
Current children cumulated vsize (Kb) 1714976

Sending SIGTERM to -2397
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.68
CPU time (s): 1800.78
CPU user time (s): 1798.53
CPU system time (s): 2.24766
CPU usage (%): 100.846
Max. virtual memory (cumulated for all children) (Kb): 1715904

Launcher Data (download as text)

Begin job on node11 on Sat Jun  3 03:04:25 UTC 2006


FILE ID= 43132-1149303865

PBS_JOBID= 307523

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

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  86879a5871daa11ed8529c30e9ca3bf0

RANDOM SEED= 19112349


/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.222
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	: 5931.00
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.222
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:       1544288 kB
Buffers:         34860 kB
Cached:         402588 kB
SwapCached:       3260 kB
Active:         102856 kB
Inactive:       343256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1544288 kB
SwapTotal:     4192956 kB
SwapFree:      4181380 kB
Dirty:             192 kB
Writeback:           0 kB
Mapped:          14740 kB
Slab:            51532 kB
Committed_AS:   349796 kB
PageTables:       1484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node11 on Sat Jun  3 03:34:11 UTC 2006