Trace number 43662

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.26 1763.55

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/
FPGA_SAT05/normalized-fpga20_19_sat_pb.cnf.cr.opb
MD5SUMb78a12a55fc2dc824a87cdde553acbe6
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.008998
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables570
Total number of constraints438
Number of constraints which are clauses399
Number of constraints which are cardinality constraints (but not clauses)39
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
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 21
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.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.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node45/43662-1149229069/instance-43662-1149229069.opb
0.21	c reading problem ... 
0.49	c ... done. Time 0.289 ms.
0.49	c #vars     570
0.50	c #constraints  438
1763.35	c starts		: 15
1763.35	c conflicts		: 60142
1763.35	c decisions		: 168015
1763.35	c propagations		: 1193500
1763.35	c inspects		: 451845921
1763.35	c learnt literals	: 0
1763.35	c learnt binary clauses	: 0
1763.35	c learnt ternary clauses	: 0
1763.35	c learnt clauses	: 60142
1763.35	c root simplifications	: 0
1763.35	c removed literals (reason simplification)	: 0
1763.35	c reason swapping (by a shorter reason)	: 0
1763.35	c Calls to reduceDB	: 0
1763.35	c speed (decisions/second)	: 95.3087330175568
1763.35	c non guided choices	195
1763.35	s UNKNOWN
1763.35	c Total wall clock time (ms): 1763.142

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.97 0.91 3/64 11894
/proc/meminfo: memFree=1061072/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=18540 CPUtime=0
/proc/11894/stat : 11894 (runsolver) R 11892 11894 11849 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 84344680 18984960 279 18446744073709551615 4194304 4262084 548682068944 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11894/statm: 4635 279 243 16 0 2626 0

[startup+10.0016 s]
/proc/loadavg: 1.01 0.99 0.91 2/76 11906
/proc/meminfo: memFree=869616/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=11.64
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 54001 0 1 0 1139 25 0 0 25 0 13 0 84344680 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071406699 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 49630 1908 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=0.33
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 6495 0 0 0 30 3 0 0 17 0 13 0 84344684 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=0.34
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 5943 0 0 0 32 2 0 0 16 0 13 0 84344684 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 84344686 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.85
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1730 0 0 0 85 0 0 0 17 0 13 0 84344690 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.93
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3240 0 0 0 91 2 0 0 16 0 13 0 84344690 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 49630 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.64
Current children cumulated vsize (Kb) 1713868

[startup+20.0084 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11906
/proc/meminfo: memFree=845432/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=21.82
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 60929 0 1 0 2153 29 0 0 25 0 13 0 84344680 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392518 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 55681 1908 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=0.51
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 9666 0 0 0 46 5 0 0 16 0 13 0 84344684 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=0.52
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 9685 0 0 0 48 4 0 0 16 0 13 0 84344684 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 84344686 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.85
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1730 0 0 0 85 0 0 0 17 0 13 0 84344690 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.93
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3240 0 0 0 91 2 0 0 16 0 13 0 84344690 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 55681 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (Kb) 1713868

[startup+30.0152 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11906
/proc/meminfo: memFree=822328/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=31.97
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 67351 0 1 0 3165 32 0 0 25 0 13 0 84344680 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071518094 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 61439 1908 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=0.67
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 12838 0 0 0 61 6 0 0 16 0 13 0 84344684 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=0.67
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 12899 0 0 0 62 5 0 0 16 0 13 0 84344684 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 84344686 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.85
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1730 0 0 0 85 0 0 0 17 0 13 0 84344690 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.93
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3240 0 0 0 91 2 0 0 16 0 13 0 84344690 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 61439 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (Kb) 1713868

[startup+40.0221 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11906
/proc/meminfo: memFree=802872/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=42.09
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 72739 0 1 0 4174 35 0 0 21 0 13 0 84344680 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071393847 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 66296 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=0.8
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 15686 0 0 0 72 8 0 0 16 0 13 0 84344684 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=0.8
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 15430 0 0 0 74 6 0 0 17 0 13 0 84344684 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 84344686 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.85
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1730 0 0 0 85 0 0 0 16 0 13 0 84344690 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.93
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3240 0 0 0 91 2 0 0 16 0 13 0 84344690 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 66296 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.09
Current children cumulated vsize (Kb) 1713868

[startup+50.0289 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11906
/proc/meminfo: memFree=784568/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=52.24
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 77803 0 1 0 5186 38 0 0 25 0 13 0 84344680 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071614590 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 70858 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=0.95
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 18188 0 0 0 85 10 0 0 16 0 13 0 84344684 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=0.94
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 17984 0 0 0 87 7 0 0 16 0 13 0 84344684 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 29 0 0 0 0 0 0 0 16 0 13 0 84344686 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.85
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1730 0 0 0 85 0 0 0 16 0 13 0 84344690 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.93
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3240 0 0 0 91 2 0 0 16 0 13 0 84344690 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 70858 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.24
Current children cumulated vsize (Kb) 1713868

[startup+60.0367 s]
/proc/loadavg: 1.00 0.99 0.91 2/76 11906
/proc/meminfo: memFree=771128/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=62.36
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 81585 0 1 0 6196 40 0 0 25 0 13 0 84344680 1755000832 74229 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071392535 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 74229 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=1.06
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 20192 0 0 0 96 10 0 0 16 0 13 0 84344684 1755000832 74229 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=1.06
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 19756 0 0 0 98 8 0 0 16 0 13 0 84344684 1755000832 74229 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 29 0 0 0 0 0 0 0 15 0 13 0 84344686 1755000832 74229 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 74229 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 74229 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 74229 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.86
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1731 0 0 0 86 0 0 0 16 0 13 0 84344690 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.96
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3242 0 0 0 94 2 0 0 17 0 13 0 84344690 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 295260 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.9
Current children cumulated vsize (Kb) 1713868

[startup+1760.32 s]
/proc/loadavg: 1.03 1.01 0.95 2/76 11906
/proc/meminfo: memFree=15288/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=1796.97
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 323076 0 1 0 179529 168 0 0 24 0 13 0 84344680 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071586239 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 295498 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=36.43
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 139591 0 0 0 3574 69 0 0 16 0 13 0 84344684 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=36.45
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 141006 0 0 0 3577 68 0 0 17 0 13 0 84344684 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0.2
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 30 0 0 0 14 6 0 0 15 0 13 0 84344686 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.86
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1731 0 0 0 86 0 0 0 16 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.96
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3242 0 0 0 94 2 0 0 17 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (Kb) 1713868

[startup+1761.33 s]
/proc/loadavg: 1.03 1.01 0.95 2/76 11906
/proc/meminfo: memFree=15288/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=1797.97
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 323076 0 1 0 179629 168 0 0 25 0 13 0 84344680 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071464523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 295498 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=36.43
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 139591 0 0 0 3574 69 0 0 16 0 13 0 84344684 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=36.45
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 141006 0 0 0 3577 68 0 0 17 0 13 0 84344684 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0.2
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 30 0 0 0 14 6 0 0 16 0 13 0 84344686 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.86
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1731 0 0 0 86 0 0 0 16 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.96
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3242 0 0 0 94 2 0 0 17 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.97
Current children cumulated vsize (Kb) 1713868

[startup+1762.34 s]
/proc/loadavg: 1.03 1.01 0.95 2/76 11906
/proc/meminfo: memFree=15288/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=1798.97
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 323076 0 1 0 179729 168 0 0 25 0 13 0 84344680 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071436608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 295498 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=36.43
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 139591 0 0 0 3574 69 0 0 16 0 13 0 84344684 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=36.45
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 141006 0 0 0 3577 68 0 0 17 0 13 0 84344684 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0.2
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 30 0 0 0 14 6 0 0 16 0 13 0 84344686 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.86
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1731 0 0 0 86 0 0 0 16 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.96
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3242 0 0 0 94 2 0 0 17 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 295498 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.97
Current children cumulated vsize (Kb) 1713868

[startup+1763.34 s]
/proc/loadavg: 1.03 1.01 0.95 2/76 11906
/proc/meminfo: memFree=16120/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=1800.04
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 323277 0 1 0 179836 168 0 0 25 0 13 0 84344680 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071464496 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 295682 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=36.49
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 139733 0 0 0 3580 69 0 0 16 0 13 0 84344684 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=36.51
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 141064 0 0 0 3583 68 0 0 16 0 13 0 84344684 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0.2
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 30 0 0 0 14 6 0 0 16 0 13 0 84344686 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.86
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1731 0 0 0 86 0 0 0 16 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.96
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3242 0 0 0 94 2 0 0 17 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (Kb) 1713868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.35 s]
/proc/loadavg: 1.03 1.01 0.95 2/76 11906
/proc/meminfo: memFree=16120/2055920 swapFree=4191900/4192956
[pid=11894] ppid=11892 vsize=1713868 CPUtime=1800.04
/proc/11894/stat : 11894 (java) R 11892 11894 11849 0 -1 0 323277 0 1 0 179836 168 0 0 25 0 13 0 84344680 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071393847 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11894/statm: 428467 295682 1909 14 0 415214 0
[pid=11894/tid=11895] ppid=11892 vsize=1713868 CPUtime=36.49
/proc/11894/task/11895/stat : 11895 (java) S 11892 11894 11849 0 -1 64 139733 0 0 0 3580 69 0 0 16 0 13 0 84344684 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11896] ppid=11892 vsize=1713868 CPUtime=36.51
/proc/11894/task/11896/stat : 11896 (java) S 11892 11894 11849 0 -1 64 141064 0 0 0 3583 68 0 0 16 0 13 0 84344684 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11897] ppid=11892 vsize=1713868 CPUtime=0.2
/proc/11894/task/11897/stat : 11897 (java) S 11892 11894 11849 0 -1 64 30 0 0 0 14 6 0 0 16 0 13 0 84344686 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11898] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11898/stat : 11898 (java) S 11892 11894 11849 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11899] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11899/stat : 11899 (java) S 11892 11894 11849 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 84344687 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11900] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11900/stat : 11900 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11901] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11901/stat : 11901 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11902] ppid=11892 vsize=1713868 CPUtime=0.86
/proc/11894/task/11902/stat : 11902 (java) S 11892 11894 11849 0 -1 64 1731 0 0 0 86 0 0 0 16 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11903] ppid=11892 vsize=1713868 CPUtime=0.96
/proc/11894/task/11903/stat : 11903 (java) S 11892 11894 11849 0 -1 64 3242 0 0 0 94 2 0 0 17 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11894/tid=11904] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11904/stat : 11904 (java) S 11892 11894 11849 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11905] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11905/stat : 11905 (java) S 11892 11894 11849 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 84344690 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11894/tid=11906] ppid=11892 vsize=1713868 CPUtime=0
/proc/11894/task/11906/stat : 11906 (java) S 11892 11894 11849 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 84344730 1755000832 295682 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (Kb) 1713868

Sending SIGTERM to -11894
Sleeping 2 seconds

Child status: 143
Real time (s): 1763.55
CPU time (s): 1800.26
CPU user time (s): 1798.4
CPU system time (s): 1.85972
CPU usage (%): 102.081
Max. virtual memory (cumulated for all children) (Kb): 1713868

Launcher Data (download as text)

Begin job on node45 on Fri Jun  2 06:17:49 UTC 2006


FILE ID= 43662-1149229069

PBS_JOBID= 296227

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  b78a12a55fc2dc824a87cdde553acbe6

RANDOM SEED= 222367152


/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.263
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.263
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:       1061280 kB
Buffers:         41028 kB
Cached:         871748 kB
SwapCached:        260 kB
Active:         238552 kB
Inactive:       688064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1061280 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             196 kB
Writeback:           0 kB
Mapped:          22992 kB
Slab:            54104 kB
Committed_AS:   183272 kB
PageTables:       1408 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node45 on Fri Jun  2 06:47:13 UTC 2006