Trace number 42549

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2 Heuristics? (TO) 1800.59 1785.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-dfl001.opb
MD5SUM7b9d3fef35f44b9f29a1eccedaaa362f
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 variables366703
Total number of constraints6084
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 constraints6084
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 187033
Biggest coefficient in the objective function 1278
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 704610
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 704610
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.24	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.24	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.25	c no version file found!!!
0.25	c sun.arch.data.model	32
0.25	c java.version	1.5.0_06
0.25	c os.name	Linux
0.25	c os.version	2.6.9-22.EL.rootsmp
0.25	c os.arch	i386
0.25	c Free memory 1548419056
0.25	c Max memory 1551040512
0.25	c Total memory 1551040512
0.25	c Number of processors 2
0.32	c Cutting planes based inference
0.32	c --- Begin Solver configuration ---
0.32	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.32	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.32	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.32	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving ROOT/tmp/node67/42549-1149343757/instance-42549-1149343757.opb
0.32	c reading problem ... 
114.19	c ... done. Time 113.876 ms.
114.19	c #vars     366703
114.19	c #constraints  12155
1785.34	c starts		: 2
1785.34	c conflicts		: 201
1785.34	c decisions		: 216449
1785.34	c propagations		: 422405
1785.34	c inspects		: 1175141
1785.34	c learnt literals	: 0
1785.34	c learnt binary clauses	: 0
1785.34	c learnt ternary clauses	: 0
1785.34	c learnt clauses	: 200
1785.34	c root simplifications	: 0
1785.34	c removed literals (reason simplification)	: 0
1785.34	c reason swapping (by a shorter reason)	: 0
1785.34	c Calls to reduceDB	: 0
1785.34	c speed (decisions/second)	: 129.5678179469467
1785.34	c non guided choices	0
1785.34	s UNKNOWN
1785.34	c Total wall clock time (ms): 1785.023

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-42549-1149343757 -o ROOT/results/node67/solver-42549-1149343757 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node67/42549-1149343757/instance-42549-1149343757.opb 51634624 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.96 3/64 29008
/proc/meminfo: memFree=1323056/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=164 CPUtime=0
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 18 0 0 0 0 0 0 0 18 0 1 0 200045174 167936 2 18446744073709551615 0 0 4294956996 18446744073709551615 271638392103 0 0 4096 0 0 0 0 17 1 0 0
/proc/29008/statm: 41 10 6 14 0 1 0

[startup+10.0023 s]
/proc/loadavg: 0.93 0.98 0.96 2/75 29019
/proc/meminfo: memFree=1093728/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1712344 CPUtime=11.33
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 62100 0 1 0 1103 30 0 0 19 0 12 0 200045174 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29008/statm: 428086 59150 1882 14 0 414833 0
[pid=29008/tid=29009] ppid=29006 vsize=1712344 CPUtime=0.77
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 10322 0 0 0 71 6 0 0 15 0 12 0 200045178 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1712344 CPUtime=0.78
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 13454 0 0 0 72 6 0 0 16 0 12 0 200045178 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 200045185 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 200045185 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1712344 CPUtime=0.34
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 600 0 0 0 34 0 0 0 16 0 12 0 200045185 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1712344 CPUtime=0.5
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 1538 0 0 0 50 0 0 0 16 0 12 0 200045185 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 200045185 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 200045185 1753440256 59150 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (Kb) 1712344

[startup+20.0101 s]
/proc/loadavg: 0.94 0.98 0.96 2/75 29019
/proc/meminfo: memFree=1069344/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1712344 CPUtime=21.75
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 68495 0 1 0 2142 33 0 0 18 0 12 0 200045174 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071348037 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29008/statm: 428086 65272 1882 14 0 414833 0
[pid=29008/tid=29009] ppid=29006 vsize=1712344 CPUtime=1.14
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 13562 0 0 0 106 8 0 0 15 0 12 0 200045178 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1712344 CPUtime=1.14
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 16265 0 0 0 107 7 0 0 16 0 12 0 200045178 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 200045185 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 200045185 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1712344 CPUtime=0.36
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 200045185 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1712344 CPUtime=0.54
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 1539 0 0 0 54 0 0 0 16 0 12 0 200045185 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 200045185 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 200045185 1753440256 65272 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.75
Current children cumulated vsize (Kb) 1712344

[startup+30.0222 s]
/proc/loadavg: 0.95 0.98 0.96 2/75 29019
/proc/meminfo: memFree=1047328/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1712344 CPUtime=32.04
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 74230 0 1 0 3168 36 0 0 25 0 12 0 200045174 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29008/statm: 428086 70795 1882 14 0 414833 0
[pid=29008/tid=29009] ppid=29006 vsize=1712344 CPUtime=1.41
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 16489 0 0 0 132 9 0 0 16 0 12 0 200045178 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1712344 CPUtime=1.42
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 19053 0 0 0 134 8 0 0 15 0 12 0 200045178 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 200045185 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 200045185 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1712344 CPUtime=0.36
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 200045185 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1712344 CPUtime=0.54
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 1539 0 0 0 54 0 0 0 16 0 12 0 200045185 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 200045185 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 200045185 1753440256 70795 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.04
Current children cumulated vsize (Kb) 1712344

[startup+40.0381 s]
/proc/loadavg: 1.03 1.00 0.96 4/75 29019
/proc/meminfo: memFree=1024352/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1712344 CPUtime=42.32
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 80195 0 1 0 4192 40 0 0 25 0 12 0 200045174 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071426075 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29008/statm: 428086 76553 1882 14 0 414833 0
[pid=29008/tid=29009] ppid=29006 vsize=1712344 CPUtime=1.68
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 19222 0 0 0 157 11 0 0 16 0 12 0 200045178 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1712344 CPUtime=1.7
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 22265 0 0 0 160 10 0 0 16 0 12 0 200045178 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1712344 CPUtime=0.01
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 17 0 0 0 1 0 0 0 15 0 12 0 200045181 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 200045185 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 200045185 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1712344 CPUtime=0.36
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 200045185 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1712344 CPUtime=0.55
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 1539 0 0 0 55 0 0 0 16 0 12 0 200045185 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 200045185 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 200045185 1753440256 76553 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.32
Current children cumulated vsize (Kb) 1712344

[startup+50.0469 s]
/proc/loadavg: 1.03 1.00 0.96 2/75 29019
/proc/meminfo: memFree=1008480/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1712344 CPUtime=52.55
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 84326 0 1 0 5213 42 0 0 25 0 12 0 200045174 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071423751 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29008/statm: 428086 80498 1882 14 0 414833 0
[pid=29008/tid=29009] ppid=29006 vsize=1712344 CPUtime=1.91
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 21538 0 0 0 179 12 0 0 15 0 12 0 200045178 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1712344 CPUtime=1.92
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 24061 0 0 0 182 10 0 0 16 0 12 0 200045178 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1712344 CPUtime=0.02
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 17 0 0 0 1 1 0 0 16 0 12 0 200045181 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 200045185 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 200045185 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1712344 CPUtime=0.36
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 200045185 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1712344 CPUtime=0.55
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 1539 0 0 0 55 0 0 0 16 0 12 0 200045185 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 200045185 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 200045185 1753440256 80498 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.55
Current children cumulated vsize (Kb) 1712344

[startup+60.0548 s]
/proc/loadavg: 1.02 1.00 0.96 2/75 29019
/proc/meminfo: memFree=991968/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1712344 CPUtime=62.78
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 88644 0 1 0 6234 44 0 0 21 0 12 0 200045174 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071420116 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29008/statm: 428086 84618 1882 14 0 414833 0
[pid=29008/tid=29009] ppid=29006 vsize=1712344 CPUtime=2.15
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 23898 0 0 0 202 13 0 0 16 0 12 0 200045178 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1712344 CPUtime=2.16
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 25999 0 0 0 205 11 0 0 16 0 12 0 200045178 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1712344 CPUtime=0.02
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 17 0 0 0 1 1 0 0 15 0 12 0 200045181 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 200045181 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 200045185 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 200045185 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1712344 CPUtime=0.36
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 600 0 0 0 36 0 0 0 16 0 12 0 200045185 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1712344 CPUtime=0.55
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 1539 0 0 0 55 0 0 0 16 0 12 0 200045185 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 200045185 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1712344 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 200045185 1753440256 84618 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29008/tid=29012] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200045185 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1713052 CPUtime=0.01
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 200045185 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1713052 CPUtime=1.08
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 1261 0 0 0 108 0 0 0 16 0 13 0 200045185 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1713052 CPUtime=1.21
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 2497 0 0 0 120 1 0 0 16 0 13 0 200045185 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200045185 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200045185 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 28962 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200056685 1754165248 212057 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.31
Current children cumulated vsize (Kb) 1713052

[startup+1782.32 s]
/proc/loadavg: 1.00 1.00 0.98 3/76 29022
/proc/meminfo: memFree=480088/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1713052 CPUtime=1797.33
/proc/29008/stat : 29008 (java) S 29006 29008 28962 0 -1 0 235302 0 1 0 179563 170 0 0 25 0 13 0 200045174 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29008/statm: 428263 212086 1909 14 0 415010 0
[pid=29008/tid=29009] ppid=29006 vsize=1713052 CPUtime=14.19
/proc/29008/task/29009/stat : 29009 (java) R 29006 29008 28962 0 -1 64 97795 0 0 0 1341 78 0 0 16 0 13 0 200045178 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1713052 CPUtime=14.13
/proc/29008/task/29010/stat : 29010 (java) R 29006 29008 28962 0 -1 64 85302 0 0 0 1359 54 0 0 17 0 13 0 200045178 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154649205 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1713052 CPUtime=0.11
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 52 0 0 0 6 5 0 0 16 0 13 0 200045181 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200045185 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1713052 CPUtime=0.01
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 200045185 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1713052 CPUtime=1.08
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 1261 0 0 0 108 0 0 0 16 0 13 0 200045185 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1713052 CPUtime=1.21
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 2497 0 0 0 120 1 0 0 16 0 13 0 200045185 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200045185 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200045185 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 28962 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200056685 1754165248 212086 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.33
Current children cumulated vsize (Kb) 1713052

[startup+1783.32 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 29022
/proc/meminfo: memFree=476888/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1713052 CPUtime=1798.39
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 236090 0 1 0 179669 170 0 0 24 0 13 0 200045174 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071763603 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29008/statm: 428263 212873 1909 14 0 415010 0
[pid=29008/tid=29009] ppid=29006 vsize=1713052 CPUtime=14.25
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 97795 0 0 0 1347 78 0 0 17 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1713052 CPUtime=14.19
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 86089 0 0 0 1364 55 0 0 16 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1713052 CPUtime=0.11
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 52 0 0 0 6 5 0 0 15 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1713052 CPUtime=0.01
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1713052 CPUtime=1.08
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 1261 0 0 0 108 0 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1713052 CPUtime=1.21
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 2497 0 0 0 120 1 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 28962 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200056685 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.39
Current children cumulated vsize (Kb) 1713052

[startup+1784.33 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 29022
/proc/meminfo: memFree=476888/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1713052 CPUtime=1799.4
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 236090 0 1 0 179770 170 0 0 25 0 13 0 200045174 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071763610 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29008/statm: 428263 212873 1909 14 0 415010 0
[pid=29008/tid=29009] ppid=29006 vsize=1713052 CPUtime=14.25
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 97795 0 0 0 1347 78 0 0 17 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1713052 CPUtime=14.19
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 86089 0 0 0 1364 55 0 0 16 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1713052 CPUtime=0.11
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 52 0 0 0 6 5 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1713052 CPUtime=0.01
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1713052 CPUtime=1.08
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 1261 0 0 0 108 0 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1713052 CPUtime=1.21
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 2497 0 0 0 120 1 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 28962 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200056685 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (Kb) 1713052

[startup+1785.33 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 29022
/proc/meminfo: memFree=476888/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1713052 CPUtime=1800.4
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 236090 0 1 0 179870 170 0 0 25 0 13 0 200045174 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071763951 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29008/statm: 428263 212873 1909 14 0 415010 0
[pid=29008/tid=29009] ppid=29006 vsize=1713052 CPUtime=14.25
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 97795 0 0 0 1347 78 0 0 17 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1713052 CPUtime=14.19
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 86089 0 0 0 1364 55 0 0 16 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1713052 CPUtime=0.11
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 52 0 0 0 6 5 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1713052 CPUtime=0.01
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1713052 CPUtime=1.08
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 1261 0 0 0 108 0 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1713052 CPUtime=1.21
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 2497 0 0 0 120 1 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 28962 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200056685 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (Kb) 1713052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.34 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 29022
/proc/meminfo: memFree=476888/2055920 swapFree=4181736/4192956
[pid=29008] ppid=29006 vsize=1713052 CPUtime=1800.41
/proc/29008/stat : 29008 (java) R 29006 29008 28962 0 -1 0 236090 0 1 0 179871 170 0 0 25 0 13 0 200045174 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071763940 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29008/statm: 428263 212873 1909 14 0 415010 0
[pid=29008/tid=29009] ppid=29006 vsize=1713052 CPUtime=14.25
/proc/29008/task/29009/stat : 29009 (java) S 29006 29008 28962 0 -1 64 97795 0 0 0 1347 78 0 0 17 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29010] ppid=29006 vsize=1713052 CPUtime=14.19
/proc/29008/task/29010/stat : 29010 (java) S 29006 29008 28962 0 -1 64 86089 0 0 0 1364 55 0 0 16 0 13 0 200045178 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29011] ppid=29006 vsize=1713052 CPUtime=0.11
/proc/29008/task/29011/stat : 29011 (java) S 29006 29008 28962 0 -1 64 52 0 0 0 6 5 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29012] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29012/stat : 29012 (java) S 29006 29008 28962 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29013] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29013/stat : 29013 (java) S 29006 29008 28962 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 200045181 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29014] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29014/stat : 29014 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29015] ppid=29006 vsize=1713052 CPUtime=0.01
/proc/29008/task/29015/stat : 29015 (java) S 29006 29008 28962 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29016] ppid=29006 vsize=1713052 CPUtime=1.08
/proc/29008/task/29016/stat : 29016 (java) S 29006 29008 28962 0 -1 64 1261 0 0 0 108 0 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29008/tid=29017] ppid=29006 vsize=1713052 CPUtime=1.21
/proc/29008/task/29017/stat : 29017 (java) S 29006 29008 28962 0 -1 64 2497 0 0 0 120 1 0 0 16 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29018] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29018/stat : 29018 (java) S 29006 29008 28962 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29019] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29019/stat : 29019 (java) S 29006 29008 28962 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 200045185 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29008/tid=29020] ppid=29006 vsize=1713052 CPUtime=0
/proc/29008/task/29020/stat : 29020 (java) S 29006 29008 28962 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 200056685 1754165248 212873 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (Kb) 1713052

Sending SIGTERM to -29008
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.51
CPU time (s): 1800.59
CPU user time (s): 1798.75
CPU system time (s): 1.83772
CPU usage (%): 100.844
Max. virtual memory (cumulated for all children) (Kb): 1713180

Launcher Data (download as text)

Begin job on node67 on Sat Jun  3 14:09:18 UTC 2006


FILE ID= 42549-1149343757

PBS_JOBID= 310551

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-dfl001.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node67/42549-1149343757/instance-42549-1149343757.opb 51634624
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node67/watcher-42549-1149343757 -o ROOT/results/node67/solver-42549-1149343757 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node67/42549-1149343757/instance-42549-1149343757.opb 51634624

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  7b9d3fef35f44b9f29a1eccedaaa362f

RANDOM SEED= 51634624


/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:       1323264 kB
Buffers:         16356 kB
Cached:         649472 kB
SwapCached:       2748 kB
Active:          53692 kB
Inactive:       620732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1323264 kB
SwapTotal:     4192956 kB
SwapFree:      4181736 kB
Dirty:             184 kB
Writeback:           0 kB
Mapped:          14724 kB
Slab:            44176 kB
Committed_AS:   326912 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 14:39:03 UTC 2006