Trace number 43664

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 NameAnswerCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.82 1778.8

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
MD5SUM5525732a92b9529feed86b3ca7f3367f
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.003999
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables293
Total number of constraints236
Number of constraints which are clauses208
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c no version file found!!!
0.14	c sun.arch.data.model	32
0.14	c java.version	1.5.0_06
0.14	c os.name	Linux
0.14	c os.version	2.6.9-22.EL.rootsmp
0.14	c os.arch	i386
0.14	c Free memory 1548419056
0.14	c Max memory 1551040512
0.14	c Total memory 1551040512
0.14	c Number of processors 2
0.19	c Cutting planes based inference
0.19	c --- Begin Solver configuration ---
0.19	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.19	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.19	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.19	c VSIDS like heuristics from MiniSAT using a heap
0.19	c No reason simplification
0.19	c --- End Solver configuration ---
0.19	c solving ROOT/tmp/node71/43664-1149229100/instance-43664-1149229100.opb
0.19	c reading problem ... 
0.35	c ... done. Time 0.156 ms.
0.35	c #vars     293
0.35	c #constraints  236
1778.42	c starts		: 14
1778.42	c conflicts		: 54985
1778.42	c decisions		: 114143
1778.42	c propagations		: 752844
1778.42	c inspects		: 592616400
1778.42	c learnt literals	: 0
1778.42	c learnt binary clauses	: 0
1778.42	c learnt ternary clauses	: 0
1778.42	c learnt clauses	: 54985
1778.42	c root simplifications	: 0
1778.42	c removed literals (reason simplification)	: 0
1778.42	c reason swapping (by a shorter reason)	: 0
1778.42	c Calls to reduceDB	: 0
1778.42	c speed (decisions/second)	: 64.19488546570157
1778.42	c non guided choices	153
1778.42	s UNKNOWN
1778.42	c Total wall clock time (ms): 1778.229

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.55 0.86 0.87 3/64 3453
/proc/meminfo: memFree=1325616/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1784 CPUtime=0
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 188579664 1826816 146 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3453/statm: 446 148 113 14 0 91 0

[startup+10.0028 s]
/proc/loadavg: 0.77 0.90 0.89 2/76 3465
/proc/meminfo: memFree=1134632/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=11.54
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 52432 0 1 0 1132 22 0 0 25 0 13 0 188579664 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071497154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 49529 1908 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=0.35
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 5975 0 0 0 33 2 0 0 16 0 13 0 188579667 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=0.34
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 6169 0 0 0 32 2 0 0 16 0 13 0 188579667 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 23 0 0 0 0 0 0 0 17 0 13 0 188579670 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 188579674 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.92
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2411 0 0 0 91 1 0 0 17 0 13 0 188579674 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.69
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1295 0 0 0 69 0 0 0 16 0 13 0 188579674 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188579700 1754521600 49529 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (Kb) 1713400

[startup+20.0102 s]
/proc/loadavg: 0.80 0.90 0.89 2/76 3465
/proc/meminfo: memFree=1113896/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=21.69
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 58222 0 1 0 2145 24 0 0 25 0 13 0 188579664 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071497154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 54712 1908 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=0.49
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 8912 0 0 0 46 3 0 0 16 0 13 0 188579667 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=0.51
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 9009 0 0 0 47 4 0 0 16 0 13 0 188579667 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 188579674 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.93
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2411 0 0 0 92 1 0 0 17 0 13 0 188579674 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.69
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1299 0 0 0 69 0 0 0 17 0 13 0 188579674 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188579700 1754521600 54712 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (Kb) 1713400

[startup+30.0176 s]
/proc/loadavg: 0.83 0.90 0.89 2/76 3465
/proc/meminfo: memFree=1105384/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=31.78
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 60568 0 1 0 3153 25 0 0 25 0 13 0 188579664 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071464710 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 56830 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=0.59
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 10031 0 0 0 55 4 0 0 16 0 13 0 188579667 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=0.59
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 10226 0 0 0 55 4 0 0 16 0 13 0 188579667 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 23 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 188579674 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.93
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2411 0 0 0 92 1 0 0 17 0 13 0 188579674 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.69
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1299 0 0 0 69 0 0 0 17 0 13 0 188579674 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 188579700 1754521600 56830 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.78
Current children cumulated vsize (Kb) 1713400

[startup+40.025 s]
/proc/loadavg: 0.86 0.91 0.89 2/76 3465
/proc/meminfo: memFree=1080936/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=41.93
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 67149 0 1 0 4165 28 0 0 25 0 13 0 188579664 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071535985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 62946 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=0.73
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 13302 0 0 0 68 5 0 0 16 0 13 0 188579667 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=0.75
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 12837 0 0 0 70 5 0 0 17 0 13 0 188579667 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 188579674 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.93
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2411 0 0 0 92 1 0 0 17 0 13 0 188579674 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.69
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1299 0 0 0 69 0 0 0 17 0 13 0 188579674 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 62946 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.93
Current children cumulated vsize (Kb) 1713400

[startup+50.0323 s]
/proc/loadavg: 0.88 0.91 0.89 2/76 3465
/proc/meminfo: memFree=1062952/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=52.09
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 72046 0 1 0 5178 31 0 0 25 0 13 0 188579664 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071440554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 67452 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=0.87
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 15984 0 0 0 80 7 0 0 16 0 13 0 188579667 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=0.88
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 14994 0 0 0 82 6 0 0 16 0 13 0 188579667 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0.01
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 27 0 0 0 1 0 0 0 16 0 13 0 188579670 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 188579674 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.95
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2423 0 0 0 94 1 0 0 17 0 13 0 188579674 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.71
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1336 0 0 0 71 0 0 0 16 0 13 0 188579674 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 67452 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.09
Current children cumulated vsize (Kb) 1713400

[startup+60.0397 s]
/proc/loadavg: 0.90 0.91 0.89 2/76 3465
/proc/meminfo: memFree=1055720/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=62.19
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 74250 0 1 0 6186 33 0 0 24 0 13 0 188579664 1754521600 69246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071475527 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 69246 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=0.96
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 17225 0 0 0 89 7 0 0 16 0 13 0 188579667 1754521600 69246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=0.97
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 15950 0 0 0 90 7 0 0 17 0 13 0 188579667 1754521600 69246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0.01
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 28 0 0 0 1 0 0 0 15 0 13 0 188579670 1754521600 69246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 69246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 69246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 69246 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.95
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2423 0 0 0 94 1 0 0 17 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.72
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1365 0 0 0 72 0 0 0 16 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.63
Current children cumulated vsize (Kb) 1713400

[startup+1775.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=639976/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=1797.63
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 210993 0 1 0 179652 111 0 0 25 0 13 0 188579664 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071440658 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 172732 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=21.91
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 79428 0 0 0 2153 38 0 0 17 0 13 0 188579667 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=21.91
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 73169 0 0 0 2155 36 0 0 16 0 13 0 188579667 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0.18
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 78 0 0 0 11 7 0 0 16 0 13 0 188579670 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.95
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2423 0 0 0 94 1 0 0 17 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.72
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1365 0 0 0 72 0 0 0 16 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 172732 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.63
Current children cumulated vsize (Kb) 1713400

[startup+1776.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=639080/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=1798.68
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 211212 0 1 0 179757 111 0 0 19 0 13 0 188579664 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071394025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 172948 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 79586 0 0 0 2158 38 0 0 17 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 73229 0 0 0 2160 36 0 0 16 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0.18
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 78 0 0 0 11 7 0 0 15 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.95
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2423 0 0 0 94 1 0 0 17 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.72
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1365 0 0 0 72 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.68
Current children cumulated vsize (Kb) 1713400

[startup+1777.41 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=639080/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=1799.69
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 211212 0 1 0 179858 111 0 0 25 0 13 0 188579664 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071443113 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 172948 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 79586 0 0 0 2158 38 0 0 17 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 73229 0 0 0 2160 36 0 0 16 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0.18
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 78 0 0 0 11 7 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.95
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2423 0 0 0 94 1 0 0 17 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.72
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1365 0 0 0 72 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.69
Current children cumulated vsize (Kb) 1713400

[startup+1778.42 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=639080/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=1800.69
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 211212 0 1 0 179958 111 0 0 25 0 13 0 188579664 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071440654 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 172948 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 79586 0 0 0 2158 38 0 0 17 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 73229 0 0 0 2160 36 0 0 16 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0.18
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 78 0 0 0 11 7 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.95
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2423 0 0 0 94 1 0 0 17 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.72
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1365 0 0 0 72 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.69
Current children cumulated vsize (Kb) 1713400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.42 s]
/proc/loadavg: 1.00 1.00 0.97 2/76 3467
/proc/meminfo: memFree=639080/2055920 swapFree=4182220/4192956
[pid=3453] ppid=3451 vsize=1713400 CPUtime=1800.7
/proc/3453/stat : 3453 (java) R 3451 3453 3408 0 -1 0 211212 0 1 0 179959 111 0 0 25 0 13 0 188579664 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071440658 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3453/statm: 428350 172948 1909 14 0 415097 0
[pid=3453/tid=3454] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3454/stat : 3454 (java) S 3451 3453 3408 0 -1 64 79586 0 0 0 2158 38 0 0 17 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3455] ppid=3451 vsize=1713400 CPUtime=21.96
/proc/3453/task/3455/stat : 3455 (java) S 3451 3453 3408 0 -1 64 73229 0 0 0 2160 36 0 0 16 0 13 0 188579667 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3456] ppid=3451 vsize=1713400 CPUtime=0.18
/proc/3453/task/3456/stat : 3456 (java) S 3451 3453 3408 0 -1 64 78 0 0 0 11 7 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3457] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3457/stat : 3457 (java) S 3451 3453 3408 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3458] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3458/stat : 3458 (java) S 3451 3453 3408 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 188579670 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3459] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3459/stat : 3459 (java) S 3451 3453 3408 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3460] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3460/stat : 3460 (java) S 3451 3453 3408 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3461] ppid=3451 vsize=1713400 CPUtime=0.95
/proc/3453/task/3461/stat : 3461 (java) S 3451 3453 3408 0 -1 64 2423 0 0 0 94 1 0 0 17 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3462] ppid=3451 vsize=1713400 CPUtime=0.72
/proc/3453/task/3462/stat : 3462 (java) S 3451 3453 3408 0 -1 64 1365 0 0 0 72 0 0 0 16 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3463] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3463/stat : 3463 (java) S 3451 3453 3408 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3453/tid=3464] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3464/stat : 3464 (java) S 3451 3453 3408 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 188579674 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3453/tid=3465] ppid=3451 vsize=1713400 CPUtime=0
/proc/3453/task/3465/stat : 3465 (java) S 3451 3453 3408 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 188579700 1754521600 172948 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 1713400

Sending SIGTERM to -3453
Sleeping 2 seconds

Child status: 143
Real time (s): 1778.8
CPU time (s): 1800.82
CPU user time (s): 1799.61
CPU system time (s): 1.21181
CPU usage (%): 101.238
Max. virtual memory (cumulated for all children) (Kb): 1713400

Launcher Data (download as text)

Begin job on node71 on Fri Jun  2 06:18:20 UTC 2006


FILE ID= 43664-1149229100

PBS_JOBID= 296249

BENCH NAME= ROOT/tmp/node71/43664-1149229100/instance-43664-1149229100.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node71/43664-1149229100/instance-43664-1149229100.opb 457365350
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-43664-1149229100 -o ROOT/results/node71/solver-43664-1149229100 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node71/43664-1149229100/instance-43664-1149229100.opb 457365350

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  5525732a92b9529feed86b3ca7f3367f

RANDOM SEED= 457365350


/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.236
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.236
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:       1325824 kB
Buffers:         38748 kB
Cached:         614336 kB
SwapCached:       2504 kB
Active:         110932 kB
Inactive:       550864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325824 kB
SwapTotal:     4192956 kB
SwapFree:      4182220 kB
Dirty:             312 kB
Writeback:           0 kB
Mapped:          15088 kB
Slab:            54260 kB
Committed_AS:   226176 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node71 on Fri Jun  2 06:47:59 UTC 2006