Trace number 43795

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.56 1783.48

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome11.opb
MD5SUMaf7b516198b9fda389a0d83cfb6c28d1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables733406
Total number of constraints12168
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 constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 639
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 887406
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 887406
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c no version file found!!!
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_06
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 1548419056
0.16	c Max memory 1551040512
0.16	c Total memory 1551040512
0.16	c Number of processors 2
0.23	c Cutting planes based inference
0.23	c --- Begin Solver configuration ---
0.23	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.23	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.23	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving ROOT/tmp/node55/43795-1149246493/instance-43795-1149246493.opb
0.23	c reading problem ... 
461.38	c ... done. Time 461.154 ms.
461.38	c #vars     733406
461.38	c #constraints  24310
1783.34	c starts		: 3
1783.34	c conflicts		: 287
1783.34	c decisions		: 21544
1783.34	c propagations		: 267475
1783.34	c inspects		: 498000
1783.34	c learnt literals	: 0
1783.34	c learnt binary clauses	: 0
1783.34	c learnt ternary clauses	: 0
1783.34	c learnt clauses	: 286
1783.34	c root simplifications	: 0
1783.34	c removed literals (reason simplification)	: 0
1783.34	c reason swapping (by a shorter reason)	: 0
1783.34	c Calls to reduceDB	: 0
1783.34	c speed (decisions/second)	: 16.298677964178314
1783.34	c non guided choices	16091
1783.34	s UNKNOWN
1783.34	c Total wall clock time (ms): 1783.11

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.95 0.90 3/64 28152
/proc/meminfo: memFree=1296568/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1784 CPUtime=0
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 190317060 1826816 146 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/28152/statm: 446 146 111 14 0 91 0

[startup+10.002 s]
/proc/loadavg: 0.93 0.95 0.90 2/75 28163
/proc/meminfo: memFree=1057712/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1713320 CPUtime=11.38
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 64331 0 1 0 1106 32 0 0 25 0 12 0 190317060 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424100 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28152/statm: 428330 61551 1879 14 0 415077 0
[pid=28152/tid=28153] ppid=28150 vsize=1713320 CPUtime=0.76
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 16039 0 0 0 68 8 0 0 16 0 12 0 190317063 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1713320 CPUtime=0.76
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 9512 0 0 0 70 6 0 0 15 0 12 0 190317063 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1713320 CPUtime=0
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 15 0 0 0 0 0 0 0 17 0 12 0 190317065 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1713320 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190317066 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1713320 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190317066 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1713320 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 190317069 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1713320 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 15 0 12 0 190317069 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1713320 CPUtime=0.52
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 1782 0 0 0 51 1 0 0 16 0 12 0 190317069 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1713320 CPUtime=0.31
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 480 0 0 0 31 0 0 0 17 0 12 0 190317069 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1713320 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190317069 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1713320 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190317069 1754439680 61551 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (Kb) 1713320

[startup+20.0101 s]
/proc/loadavg: 0.94 0.96 0.91 2/75 28163
/proc/meminfo: memFree=1046448/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1711468 CPUtime=21.69
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 67744 0 1 0 2134 35 0 0 20 0 12 0 190317060 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071422351 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28152/statm: 427867 64407 1881 14 0 414614 0
[pid=28152/tid=28153] ppid=28150 vsize=1711468 CPUtime=1.04
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 17587 0 0 0 95 9 0 0 16 0 12 0 190317063 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1711468 CPUtime=1.03
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 11331 0 0 0 96 7 0 0 16 0 12 0 190317063 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 190317065 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 190317069 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 190317069 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1711468 CPUtime=0.55
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 1789 0 0 0 54 1 0 0 16 0 12 0 190317069 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1711468 CPUtime=0.34
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 482 0 0 0 34 0 0 0 17 0 12 0 190317069 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190317069 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190317069 1752543232 64407 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.69
Current children cumulated vsize (Kb) 1711468

[startup+30.0181 s]
/proc/loadavg: 0.95 0.96 0.91 2/75 28163
/proc/meminfo: memFree=1030576/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1711468 CPUtime=31.99
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 71825 0 1 0 3162 37 0 0 18 0 12 0 190317060 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28152/statm: 427867 68396 1882 14 0 414614 0
[pid=28152/tid=28153] ppid=28150 vsize=1711468 CPUtime=1.31
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 19533 0 0 0 120 11 0 0 17 0 12 0 190317063 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1711468 CPUtime=1.28
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 13444 0 0 0 120 8 0 0 16 0 12 0 190317063 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1711468 CPUtime=0.01
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 22 0 0 0 1 0 0 0 15 0 12 0 190317065 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 190317069 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 190317069 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1711468 CPUtime=0.58
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 1789 0 0 0 57 1 0 0 16 0 12 0 190317069 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1711468 CPUtime=0.37
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 485 0 0 0 37 0 0 0 16 0 12 0 190317069 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190317069 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190317069 1752543232 68396 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.99
Current children cumulated vsize (Kb) 1711468

[startup+40.0251 s]
/proc/loadavg: 0.95 0.96 0.91 2/75 28163
/proc/meminfo: memFree=1018800/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1711468 CPUtime=42.23
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 74865 0 1 0 4184 39 0 0 24 0 12 0 190317060 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071493088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28152/statm: 427867 71346 1882 14 0 414614 0
[pid=28152/tid=28153] ppid=28150 vsize=1711468 CPUtime=1.54
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 20882 0 0 0 143 11 0 0 15 0 12 0 190317063 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1711468 CPUtime=1.52
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 15116 0 0 0 143 9 0 0 16 0 12 0 190317063 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1711468 CPUtime=0.01
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 22 0 0 0 1 0 0 0 16 0 12 0 190317065 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 190317069 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 190317069 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1711468 CPUtime=0.58
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 1789 0 0 0 57 1 0 0 16 0 12 0 190317069 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1711468 CPUtime=0.37
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 485 0 0 0 37 0 0 0 16 0 12 0 190317069 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190317069 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190317069 1752543232 71346 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.23
Current children cumulated vsize (Kb) 1711468

[startup+50.0321 s]
/proc/loadavg: 0.96 0.96 0.91 2/75 28163
/proc/meminfo: memFree=1003440/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1711468 CPUtime=52.47
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 78821 0 1 0 5205 42 0 0 21 0 12 0 190317060 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424923 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28152/statm: 427867 75174 1882 14 0 414614 0
[pid=28152/tid=28153] ppid=28150 vsize=1711468 CPUtime=1.78
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 21619 0 0 0 166 12 0 0 15 0 12 0 190317063 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1711468 CPUtime=1.76
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 18317 0 0 0 165 11 0 0 16 0 12 0 190317063 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1711468 CPUtime=0.01
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 22 0 0 0 1 0 0 0 15 0 12 0 190317065 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 190317069 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 190317069 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1711468 CPUtime=0.58
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 1789 0 0 0 57 1 0 0 16 0 12 0 190317069 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1711468 CPUtime=0.37
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 485 0 0 0 37 0 0 0 16 0 12 0 190317069 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190317069 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190317069 1752543232 75174 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.47
Current children cumulated vsize (Kb) 1711468

[startup+60.0391 s]
/proc/loadavg: 0.97 0.96 0.91 2/75 28163
/proc/meminfo: memFree=994160/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1711468 CPUtime=62.7
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 81212 0 1 0 6226 44 0 0 20 0 12 0 190317060 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071424912 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28152/statm: 427867 77494 1882 14 0 414614 0
[pid=28152/tid=28153] ppid=28150 vsize=1711468 CPUtime=2
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 23532 0 0 0 187 13 0 0 16 0 12 0 190317063 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1711468 CPUtime=1.99
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 18776 0 0 0 188 11 0 0 16 0 12 0 190317063 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1711468 CPUtime=0.02
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 22 0 0 0 2 0 0 0 16 0 12 0 190317065 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 190317066 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 190317069 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 190317069 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1711468 CPUtime=0.58
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 1789 0 0 0 57 1 0 0 16 0 12 0 190317069 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1711468 CPUtime=0.37
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 485 0 0 0 37 0 0 0 16 0 12 0 190317069 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 190317069 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1711468 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 190317069 1752543232 77494 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=28152/tid=28156] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1714224 CPUtime=1.05
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 3187 0 0 0 104 1 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1714224 CPUtime=0.95
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 1131 0 0 0 95 0 0 0 17 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28164] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28164/stat : 28164 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190363263 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.38
Current children cumulated vsize (Kb) 1714224

[startup+1780.31 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28166
/proc/meminfo: memFree=598128/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1714224 CPUtime=1797.39
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 189507 0 1 0 179436 303 0 0 25 0 13 0 190317060 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071666902 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28152/statm: 428556 176022 1909 14 0 415303 0
[pid=28152/tid=28153] ppid=28150 vsize=1714224 CPUtime=16.26
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 67924 0 0 0 1503 123 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1714224 CPUtime=16.11
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 79760 0 0 0 1467 144 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1714224 CPUtime=0.19
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 26 0 0 0 12 7 0 0 16 0 13 0 190317065 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1714224 CPUtime=1.05
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 3187 0 0 0 104 1 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1714224 CPUtime=0.95
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 1131 0 0 0 95 0 0 0 17 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28164] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28164/stat : 28164 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190363263 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.39
Current children cumulated vsize (Kb) 1714224

[startup+1781.32 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28166
/proc/meminfo: memFree=598128/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1714224 CPUtime=1798.39
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 189507 0 1 0 179536 303 0 0 25 0 13 0 190317060 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071666859 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28152/statm: 428556 176022 1909 14 0 415303 0
[pid=28152/tid=28153] ppid=28150 vsize=1714224 CPUtime=16.26
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 67924 0 0 0 1503 123 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1714224 CPUtime=16.11
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 79760 0 0 0 1467 144 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1714224 CPUtime=0.19
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 26 0 0 0 12 7 0 0 16 0 13 0 190317065 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1714224 CPUtime=1.05
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 3187 0 0 0 104 1 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1714224 CPUtime=0.95
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 1131 0 0 0 95 0 0 0 17 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28164] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28164/stat : 28164 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190363263 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.39
Current children cumulated vsize (Kb) 1714224

[startup+1782.33 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28166
/proc/meminfo: memFree=598128/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1714224 CPUtime=1799.4
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 189507 0 1 0 179637 303 0 0 25 0 13 0 190317060 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071666848 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28152/statm: 428556 176022 1909 14 0 415303 0
[pid=28152/tid=28153] ppid=28150 vsize=1714224 CPUtime=16.26
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 67924 0 0 0 1503 123 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1714224 CPUtime=16.11
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 79760 0 0 0 1467 144 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1714224 CPUtime=0.19
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 26 0 0 0 12 7 0 0 16 0 13 0 190317065 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1714224 CPUtime=1.05
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 3187 0 0 0 104 1 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1714224 CPUtime=0.95
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 1131 0 0 0 95 0 0 0 17 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28164] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28164/stat : 28164 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190363263 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (Kb) 1714224

[startup+1783.33 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28166
/proc/meminfo: memFree=598128/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1714224 CPUtime=1800.4
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 189507 0 1 0 179737 303 0 0 25 0 13 0 190317060 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071666866 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28152/statm: 428556 176022 1909 14 0 415303 0
[pid=28152/tid=28153] ppid=28150 vsize=1714224 CPUtime=16.26
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 67924 0 0 0 1503 123 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1714224 CPUtime=16.11
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 79760 0 0 0 1467 144 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1714224 CPUtime=0.19
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 26 0 0 0 12 7 0 0 16 0 13 0 190317065 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1714224 CPUtime=1.05
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 3187 0 0 0 104 1 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1714224 CPUtime=0.95
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 1131 0 0 0 95 0 0 0 17 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28164] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28164/stat : 28164 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190363263 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (Kb) 1714224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.34 s]
/proc/loadavg: 1.00 1.00 0.93 2/76 28166
/proc/meminfo: memFree=598128/2055920 swapFree=4181444/4192956
[pid=28152] ppid=28150 vsize=1714224 CPUtime=1800.41
/proc/28152/stat : 28152 (java) R 28150 28152 28106 0 -1 0 189507 0 1 0 179738 303 0 0 25 0 13 0 190317060 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071666866 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28152/statm: 428556 176022 1909 14 0 415303 0
[pid=28152/tid=28153] ppid=28150 vsize=1714224 CPUtime=16.26
/proc/28152/task/28153/stat : 28153 (java) S 28150 28152 28106 0 -1 64 67924 0 0 0 1503 123 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28154] ppid=28150 vsize=1714224 CPUtime=16.11
/proc/28152/task/28154/stat : 28154 (java) S 28150 28152 28106 0 -1 64 79760 0 0 0 1467 144 0 0 17 0 13 0 190317063 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28155] ppid=28150 vsize=1714224 CPUtime=0.19
/proc/28152/task/28155/stat : 28155 (java) S 28150 28152 28106 0 -1 64 26 0 0 0 12 7 0 0 16 0 13 0 190317065 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28156] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28156/stat : 28156 (java) S 28150 28152 28106 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28157] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28157/stat : 28157 (java) S 28150 28152 28106 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190317066 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28158] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28158/stat : 28158 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28159] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28159/stat : 28159 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28160] ppid=28150 vsize=1714224 CPUtime=1.05
/proc/28152/task/28160/stat : 28160 (java) S 28150 28152 28106 0 -1 64 3187 0 0 0 104 1 0 0 16 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28161] ppid=28150 vsize=1714224 CPUtime=0.95
/proc/28152/task/28161/stat : 28161 (java) S 28150 28152 28106 0 -1 64 1131 0 0 0 95 0 0 0 17 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28162] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28162/stat : 28162 (java) S 28150 28152 28106 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28152/tid=28163] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28163/stat : 28163 (java) S 28150 28152 28106 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190317069 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28152/tid=28164] ppid=28150 vsize=1714224 CPUtime=0
/proc/28152/task/28164/stat : 28164 (java) S 28150 28152 28106 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 190363263 1755365376 176022 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 1714224

Sending SIGTERM to -28152
Sleeping 2 seconds

Child status: 143
Real time (s): 1783.48
CPU time (s): 1800.56
CPU user time (s): 1797.41
CPU system time (s): 3.14752
CPU usage (%): 100.958
Max. virtual memory (cumulated for all children) (Kb): 1715248

Launcher Data (download as text)

Begin job on node55 on Fri Jun  2 11:08:14 UTC 2006


FILE ID= 43795-1149246493

PBS_JOBID= 297818

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  af7b516198b9fda389a0d83cfb6c28d1

RANDOM SEED= 988807058


/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.243
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.243
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:       1296968 kB
Buffers:         22644 kB
Cached:         662464 kB
SwapCached:       3460 kB
Active:          69784 kB
Inactive:       624312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1296968 kB
SwapTotal:     4192956 kB
SwapFree:      4181444 kB
Dirty:             180 kB
Writeback:           0 kB
Mapped:          14944 kB
Slab:            50892 kB
Committed_AS:   230204 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node55 on Fri Jun  2 11:37:58 UTC 2006