Trace number 44820

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.92 1785.51

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMd900242764082ad39bc001b38a8b6b82
Bench CategorySATUNSAT-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
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.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c no version file found!!!
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_06
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 1548419056
0.23	c Max memory 1551040512
0.23	c Total memory 1551040512
0.23	c Number of processors 2
0.28	c Cutting planes based inference
0.28	c --- Begin Solver configuration ---
0.28	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.28	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.28	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.28	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.28	c VSIDS like heuristics from MiniSAT using a heap
0.28	c No reason simplification
0.28	c --- End Solver configuration ---
0.28	c solving ROOT/tmp/node67/44820-1149320296/instance-44820-1149320296.opb
0.28	c reading problem ... 
0.31	c ... done. Time 0.026 ms.
0.31	c #vars     52
0.31	c #constraints  2
1785.36	c starts		: 14
1785.36	c conflicts		: 43695
1785.36	c decisions		: 48546
1785.36	c propagations		: 230281
1785.36	c inspects		: 560555749
1785.36	c learnt literals	: 0
1785.36	c learnt binary clauses	: 0
1785.36	c learnt ternary clauses	: 0
1785.36	c learnt clauses	: 43694
1785.36	c root simplifications	: 0
1785.36	c removed literals (reason simplification)	: 0
1785.36	c reason swapping (by a shorter reason)	: 0
1785.36	c Calls to reduceDB	: 0
1785.36	c speed (decisions/second)	: 27.195785454349892
1785.36	c non guided choices	43
1785.36	s UNKNOWN
1785.36	c Total wall clock time (ms): 1785.084

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.96 3/64 26827
/proc/meminfo: memFree=1488344/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1784 CPUtime=0
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 144 0 0 0 0 0 0 0 18 0 1 0 197698965 1826816 117 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 7331057 0 0 4096 0 0 0 0 17 1 0 0
/proc/26827/statm: 446 121 88 14 0 91 0

[startup+10.0016 s]
/proc/loadavg: 1.01 1.00 0.96 2/76 26839
/proc/meminfo: memFree=1298504/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=11.19
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 54923 0 1 0 1093 26 0 0 18 0 13 0 197698965 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071387865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 49187 1902 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=0.15
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 5105 0 0 0 13 2 0 0 16 0 13 0 197698976 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=0.15
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 4219 0 0 0 13 2 0 0 17 0 13 0 197698976 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 30 0 0 0 0 0 0 0 15 0 13 0 197698978 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.81
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3115 0 0 0 80 1 0 0 15 0 13 0 197698982 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.86
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3427 0 0 0 85 1 0 0 16 0 13 0 197698982 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 197698996 1759281152 49187 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (Kb) 1718048

[startup+20.0085 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 26839
/proc/meminfo: memFree=1290896/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=21.26
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 57068 0 1 0 2099 27 0 0 25 0 13 0 197698965 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071387987 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 51060 1902 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=0.21
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 6283 0 0 0 19 2 0 0 16 0 13 0 197698976 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=0.21
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 5173 0 0 0 18 3 0 0 16 0 13 0 197698976 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197698978 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.82
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3115 0 0 0 81 1 0 0 16 0 13 0 197698982 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.87
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3429 0 0 0 86 1 0 0 17 0 13 0 197698982 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 197698996 1759281152 51060 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.26
Current children cumulated vsize (Kb) 1718048

[startup+30.0164 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 26839
/proc/meminfo: memFree=1289872/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=31.34
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 58817 0 1 0 3106 28 0 0 20 0 13 0 197698965 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071341312 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 51321 1902 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=0.25
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 7139 0 0 0 22 3 0 0 16 0 13 0 197698976 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=0.25
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 6054 0 0 0 22 3 0 0 17 0 13 0 197698976 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197698978 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.82
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3116 0 0 0 81 1 0 0 17 0 13 0 197698982 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.9
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3431 0 0 0 89 1 0 0 16 0 13 0 197698982 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 25 0 13 0 197698996 1759281152 51321 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.34
Current children cumulated vsize (Kb) 1718048

[startup+40.0243 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 26839
/proc/meminfo: memFree=1292880/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=41.38
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 59678 0 1 0 4109 29 0 0 25 0 13 0 197698965 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071481369 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 50558 1902 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=0.29
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 7615 0 0 0 26 3 0 0 16 0 13 0 197698976 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=0.29
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 6433 0 0 0 25 4 0 0 16 0 13 0 197698976 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197698978 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.82
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3116 0 0 0 81 1 0 0 17 0 13 0 197698982 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.9
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3431 0 0 0 89 1 0 0 16 0 13 0 197698982 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 50558 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.38
Current children cumulated vsize (Kb) 1718048

[startup+50.0321 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 26839
/proc/meminfo: memFree=1296080/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=51.41
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 60389 0 1 0 5112 29 0 0 25 0 13 0 197698965 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071387865 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26827/statm: 429512 49761 1902 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=0.32
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 7905 0 0 0 29 3 0 0 16 0 13 0 197698976 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=0.33
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 6848 0 0 0 29 4 0 0 16 0 13 0 197698976 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 197698978 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.82
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3116 0 0 0 81 1 0 0 17 0 13 0 197698982 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.9
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3431 0 0 0 89 1 0 0 16 0 13 0 197698982 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 49761 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.41
Current children cumulated vsize (Kb) 1718048

[startup+60.04 s]
/proc/loadavg: 1.00 1.00 0.96 2/76 26839
/proc/meminfo: memFree=1299024/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=61.45
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 61025 0 1 0 6116 29 0 0 25 0 13 0 197698965 1759281152 49019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071366766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 49019 1902 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=0.36
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 8274 0 0 0 33 3 0 0 17 0 13 0 197698976 1759281152 49019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=0.37
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 7109 0 0 0 33 4 0 0 16 0 13 0 197698976 1759281152 49019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0.01
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 30 0 0 0 1 0 0 0 16 0 13 0 197698978 1759281152 49019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 49019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 49019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 49019 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.88
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3130 0 0 0 87 1 0 0 17 0 13 0 197698982 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.95
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3433 0 0 0 94 1 0 0 17 0 13 0 197698982 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 123798 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.7
Current children cumulated vsize (Kb) 1718048

[startup+1782.34 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 27034
/proc/meminfo: memFree=997784/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=1797.73
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 231997 0 1 0 179644 129 0 0 25 0 13 0 197698965 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071339051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 123940 1909 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=15.24
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 62693 0 0 0 1491 33 0 0 17 0 13 0 197698976 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=15.24
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 61156 0 0 0 1494 30 0 0 16 0 13 0 197698976 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0.3
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 307 0 0 0 16 14 0 0 15 0 13 0 197698978 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.88
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3130 0 0 0 87 1 0 0 17 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.95
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3433 0 0 0 94 1 0 0 17 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.73
Current children cumulated vsize (Kb) 1718048

[startup+1783.35 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 27034
/proc/meminfo: memFree=997784/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=1798.74
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 231997 0 1 0 179745 129 0 0 25 0 13 0 197698965 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071387920 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 123940 1909 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=15.24
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 62693 0 0 0 1491 33 0 0 17 0 13 0 197698976 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=15.24
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 61156 0 0 0 1494 30 0 0 16 0 13 0 197698976 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0.3
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 307 0 0 0 16 14 0 0 16 0 13 0 197698978 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.88
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3130 0 0 0 87 1 0 0 17 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.95
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3433 0 0 0 94 1 0 0 17 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 123940 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.74
Current children cumulated vsize (Kb) 1718048

[startup+1784.35 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 27034
/proc/meminfo: memFree=997656/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=1799.77
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 232035 0 1 0 179848 129 0 0 17 0 13 0 197698965 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071339051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 123929 1909 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=15.26
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 62711 0 0 0 1493 33 0 0 17 0 13 0 197698976 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=15.27
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 61175 0 0 0 1497 30 0 0 16 0 13 0 197698976 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0.3
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 307 0 0 0 16 14 0 0 15 0 13 0 197698978 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.88
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3130 0 0 0 87 1 0 0 17 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.95
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3433 0 0 0 94 1 0 0 17 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.77
Current children cumulated vsize (Kb) 1718048

[startup+1785.36 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 27034
/proc/meminfo: memFree=997656/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=1800.77
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 232035 0 1 0 179948 129 0 0 25 0 13 0 197698965 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071339051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 123929 1909 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=15.26
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 62711 0 0 0 1493 33 0 0 17 0 13 0 197698976 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=15.27
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 61175 0 0 0 1497 30 0 0 16 0 13 0 197698976 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0.3
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 307 0 0 0 16 14 0 0 16 0 13 0 197698978 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.88
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3130 0 0 0 87 1 0 0 17 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.95
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3433 0 0 0 94 1 0 0 17 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.77
Current children cumulated vsize (Kb) 1718048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.36 s]
/proc/loadavg: 1.01 1.01 0.98 2/76 27034
/proc/meminfo: memFree=997656/2055920 swapFree=4181736/4192956
[pid=26827] ppid=26825 vsize=1718048 CPUtime=1800.78
/proc/26827/stat : 26827 (java) R 26825 26827 26781 0 -1 0 232035 0 1 0 179949 129 0 0 25 0 13 0 197698965 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071339011 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26827/statm: 429512 123929 1909 14 0 416259 0
[pid=26827/tid=26828] ppid=26825 vsize=1718048 CPUtime=15.26
/proc/26827/task/26828/stat : 26828 (java) S 26825 26827 26781 0 -1 64 62711 0 0 0 1493 33 0 0 17 0 13 0 197698976 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26829] ppid=26825 vsize=1718048 CPUtime=15.27
/proc/26827/task/26829/stat : 26829 (java) S 26825 26827 26781 0 -1 64 61175 0 0 0 1497 30 0 0 16 0 13 0 197698976 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26830] ppid=26825 vsize=1718048 CPUtime=0.3
/proc/26827/task/26830/stat : 26830 (java) S 26825 26827 26781 0 -1 64 307 0 0 0 16 14 0 0 16 0 13 0 197698978 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26831] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26831/stat : 26831 (java) S 26825 26827 26781 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26832] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26832/stat : 26832 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698979 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26833] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26833/stat : 26833 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26834] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26834/stat : 26834 (java) S 26825 26827 26781 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26835] ppid=26825 vsize=1718048 CPUtime=0.88
/proc/26827/task/26835/stat : 26835 (java) S 26825 26827 26781 0 -1 64 3130 0 0 0 87 1 0 0 17 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26836] ppid=26825 vsize=1718048 CPUtime=0.95
/proc/26827/task/26836/stat : 26836 (java) S 26825 26827 26781 0 -1 64 3433 0 0 0 94 1 0 0 17 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26837] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26837/stat : 26837 (java) S 26825 26827 26781 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26827/tid=26838] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26838/stat : 26838 (java) S 26825 26827 26781 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 197698982 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26827/tid=26839] ppid=26825 vsize=1718048 CPUtime=0
/proc/26827/task/26839/stat : 26839 (java) S 26825 26827 26781 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197698996 1759281152 123929 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.78
Current children cumulated vsize (Kb) 1718048

Sending SIGTERM to -26827
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.51
CPU time (s): 1800.92
CPU user time (s): 1799.55
CPU system time (s): 1.37679
CPU usage (%): 100.863
Max. virtual memory (cumulated for all children) (Kb): 1718048

Launcher Data (download as text)

Begin job on node67 on Sat Jun  3 07:38:16 UTC 2006


FILE ID= 44820-1149320296

PBS_JOBID= 308591

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node67/44820-1149320296/instance-44820-1149320296.opb 566574564
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-44820-1149320296 -o ROOT/results/node67/solver-44820-1149320296 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node67/44820-1149320296/instance-44820-1149320296.opb 566574564

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  d900242764082ad39bc001b38a8b6b82

RANDOM SEED= 566574564


/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.264
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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:       1488552 kB
Buffers:         10468 kB
Cached:         490392 kB
SwapCached:       2748 kB
Active:          25636 kB
Inactive:       483848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488552 kB
SwapTotal:     4192956 kB
SwapFree:      4181736 kB
Dirty:             272 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            43788 kB
Committed_AS:   304144 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node67 on Sat Jun  3 08:08:01 UTC 2006