Trace number 43319

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.66 1787.57

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-fixnet3.opb
MD5SUMe69b6a1a7600d74012ac2af18454c705
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark756225019
Best CPU time to get the best result obtained on this benchmark1800.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 69127168
Optimality of the best value was proved NO
Number of variables14036
Total number of constraints600
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 constraints600
Minimum length of a constraint19
Maximum length of a constraint1523
Number of terms in the objective function 13946
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 23716479945956
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 53687091200
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 23716479945956
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.20	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node39/43319-1149314717/instance-43319-1149314717.opb
0.20	c reading problem ... 
1.67	c ... done. Time 1.465 ms.
1.67	c #vars     14036
1.67	c #constraints  700
1787.32	c starts		: 7
1787.32	c conflicts		: 2972
1787.32	c decisions		: 51079
1787.32	c propagations		: 134127
1787.32	c inspects		: 1933820
1787.32	c learnt literals	: 0
1787.32	c learnt binary clauses	: 0
1787.32	c learnt ternary clauses	: 0
1787.32	c learnt clauses	: 2971
1787.32	c root simplifications	: 0
1787.32	c removed literals (reason simplification)	: 0
1787.32	c reason swapping (by a shorter reason)	: 0
1787.32	c Calls to reduceDB	: 0
1787.32	c speed (decisions/second)	: 28.610541185590716
1787.32	c non guided choices	0
1787.32	s UNKNOWN
1787.32	c Total wall clock time (ms): 1787.119

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/node39/watcher-43319-1149314717 -o ROOT/results/node39/solver-43319-1149314717 -C 1800 -M 1800 -S 64 java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node39/43319-1149314717/instance-43319-1149314717.opb 941807433 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.93 0.99 0.99 3/64 14800
/proc/meminfo: memFree=1598624/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1452 CPUtime=0
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 98 0 0 0 0 0 0 0 19 0 1 0 197138005 1486848 70 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11700607 0 0 4096 0 0 0 0 17 1 0 0
/proc/14800/statm: 363 77 59 14 0 8 0

[startup+10.0019 s]
/proc/loadavg: 1.02 1.01 1.00 2/76 14812
/proc/meminfo: memFree=1420224/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714980 CPUtime=11.55
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 52852 0 1 0 1129 26 0 0 25 0 13 0 197138005 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071739433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14800/statm: 428745 46393 1907 14 0 415492 0
[pid=14800/tid=14801] ppid=14798 vsize=1714980 CPUtime=0.23
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 5409 0 0 0 20 3 0 0 16 0 13 0 197138009 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714980 CPUtime=0.24
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 5161 0 0 0 21 3 0 0 16 0 13 0 197138009 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 197138011 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714980 CPUtime=1.09
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3210 0 0 0 108 1 0 0 16 0 13 0 197138015 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714980 CPUtime=0.82
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2132 0 0 0 82 0 0 0 16 0 13 0 197138015 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714980 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 197138211 1756139520 46393 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (Kb) 1714980

[startup+20.0089 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 14812
/proc/meminfo: memFree=1430784/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=21.61
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 53607 0 1 0 2134 27 0 0 19 0 13 0 197138005 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071738944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14800/statm: 428721 43703 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=0.25
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 5814 0 0 0 22 3 0 0 16 0 13 0 197138009 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=0.26
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 5478 0 0 0 23 3 0 0 16 0 13 0 197138009 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 197138011 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.12
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3212 0 0 0 111 1 0 0 17 0 13 0 197138015 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.85
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2141 0 0 0 85 0 0 0 16 0 13 0 197138015 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 197138211 1756041216 43703 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.61
Current children cumulated vsize (Kb) 1714884

[startup+30.0158 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 14812
/proc/meminfo: memFree=1447104/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=31.64
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 54015 0 1 0 3136 28 0 0 17 0 13 0 197138005 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501634 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14800/statm: 428721 39633 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=0.28
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 6035 0 0 0 25 3 0 0 16 0 13 0 197138009 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=0.28
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 5640 0 0 0 25 3 0 0 15 0 13 0 197138009 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.02
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 31 0 0 0 1 1 0 0 15 0 13 0 197138011 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.12
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3212 0 0 0 111 1 0 0 16 0 13 0 197138015 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.85
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2141 0 0 0 85 0 0 0 16 0 13 0 197138015 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 197138211 1756041216 39633 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.64
Current children cumulated vsize (Kb) 1714884

[startup+40.0227 s]
/proc/loadavg: 1.01 1.01 1.00 2/76 14812
/proc/meminfo: memFree=1451392/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=41.65
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 54201 0 1 0 4136 29 0 0 18 0 13 0 197138005 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071460879 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14800/statm: 428721 38574 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=0.29
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 6105 0 0 0 26 3 0 0 16 0 13 0 197138009 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=0.29
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 5732 0 0 0 26 3 0 0 16 0 13 0 197138009 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.02
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 197138011 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.12
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3212 0 0 0 111 1 0 0 16 0 13 0 197138015 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.85
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2141 0 0 0 85 0 0 0 16 0 13 0 197138015 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 38574 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.65
Current children cumulated vsize (Kb) 1714884

[startup+50.0297 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 14812
/proc/meminfo: memFree=1452800/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=51.67
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 54536 0 1 0 5138 29 0 0 25 0 13 0 197138005 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501634 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14800/statm: 428721 38223 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=0.31
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 6310 0 0 0 28 3 0 0 16 0 13 0 197138009 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=0.31
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 5832 0 0 0 28 3 0 0 17 0 13 0 197138009 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.02
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 197138011 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.12
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3212 0 0 0 111 1 0 0 16 0 13 0 197138015 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.86
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2142 0 0 0 86 0 0 0 17 0 13 0 197138015 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 38223 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.67
Current children cumulated vsize (Kb) 1714884

[startup+60.0366 s]
/proc/loadavg: 1.01 1.00 1.00 2/76 14812
/proc/meminfo: memFree=1454464/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=61.68
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 54811 0 1 0 6139 29 0 0 17 0 13 0 197138005 1756041216 37805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071501871 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14800/statm: 428721 37805 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=0.33
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 6424 0 0 0 30 3 0 0 16 0 13 0 197138009 1756041216 37805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=0.33
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 5964 0 0 0 30 3 0 0 15 0 13 0 197138009 1756041216 37805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.02
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 31 0 0 0 1 1 0 0 16 0 13 0 197138011 1756041216 37805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 37805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 37805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 37805 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.18
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3216 0 0 0 117 1 0 0 16 0 13 0 197138015 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.96
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2159 0 0 0 96 0 0 0 17 0 13 0 197138015 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 113718 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.46
Current children cumulated vsize (Kb) 1714884

[startup+1784.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14814
/proc/meminfo: memFree=1149440/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=1797.48
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 209637 0 1 0 179562 186 0 0 17 0 13 0 197138005 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071738947 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14800/statm: 428721 113772 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=12.67
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 45635 0 0 0 1227 40 0 0 16 0 13 0 197138009 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=12.65
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 45732 0 0 0 1228 37 0 0 16 0 13 0 197138009 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.88
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 251 0 0 0 47 41 0 0 16 0 13 0 197138011 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.18
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3216 0 0 0 117 1 0 0 16 0 13 0 197138015 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.96
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2159 0 0 0 96 0 0 0 17 0 13 0 197138015 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 113772 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (Kb) 1714884

[startup+1785.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14814
/proc/meminfo: memFree=1149248/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=1798.49
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 209696 0 1 0 179663 186 0 0 24 0 13 0 197138005 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071513001 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14800/statm: 428721 113830 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=12.68
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 45657 0 0 0 1228 40 0 0 16 0 13 0 197138009 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=12.66
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 45768 0 0 0 1229 37 0 0 16 0 13 0 197138009 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.88
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 251 0 0 0 47 41 0 0 16 0 13 0 197138011 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.18
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3216 0 0 0 117 1 0 0 16 0 13 0 197138015 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.96
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2159 0 0 0 96 0 0 0 17 0 13 0 197138015 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 113830 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.49
Current children cumulated vsize (Kb) 1714884

[startup+1786.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14814
/proc/meminfo: memFree=1148992/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=1799.51
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 209755 0 1 0 179765 186 0 0 24 0 13 0 197138005 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071460975 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14800/statm: 428721 113877 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=12.7
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 45686 0 0 0 1230 40 0 0 16 0 13 0 197138009 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=12.67
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 45797 0 0 0 1230 37 0 0 16 0 13 0 197138009 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.89
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 251 0 0 0 47 42 0 0 16 0 13 0 197138011 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.18
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3216 0 0 0 117 1 0 0 16 0 13 0 197138015 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.96
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2159 0 0 0 96 0 0 0 17 0 13 0 197138015 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 113877 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.51
Current children cumulated vsize (Kb) 1714884

[startup+1787.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14814
/proc/meminfo: memFree=1148800/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=1800.53
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 209805 0 1 0 179867 186 0 0 24 0 13 0 197138005 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071739444 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14800/statm: 428721 113926 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=12.71
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 45721 0 0 0 1231 40 0 0 16 0 13 0 197138009 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=12.68
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 45811 0 0 0 1231 37 0 0 16 0 13 0 197138009 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.89
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 251 0 0 0 47 42 0 0 16 0 13 0 197138011 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.18
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3216 0 0 0 117 1 0 0 16 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.96
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2159 0 0 0 96 0 0 0 17 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (Kb) 1714884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 14814
/proc/meminfo: memFree=1148800/2055920 swapFree=4180884/4192956
[pid=14800] ppid=14798 vsize=1714884 CPUtime=1800.53
/proc/14800/stat : 14800 (java) R 14798 14800 14754 0 -1 0 209805 0 1 0 179867 186 0 0 24 0 13 0 197138005 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071464556 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14800/statm: 428721 113926 1909 14 0 415468 0
[pid=14800/tid=14801] ppid=14798 vsize=1714884 CPUtime=12.71
/proc/14800/task/14801/stat : 14801 (java) S 14798 14800 14754 0 -1 64 45721 0 0 0 1231 40 0 0 16 0 13 0 197138009 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14802] ppid=14798 vsize=1714884 CPUtime=12.68
/proc/14800/task/14802/stat : 14802 (java) S 14798 14800 14754 0 -1 64 45811 0 0 0 1231 37 0 0 16 0 13 0 197138009 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14803] ppid=14798 vsize=1714884 CPUtime=0.89
/proc/14800/task/14803/stat : 14803 (java) S 14798 14800 14754 0 -1 64 251 0 0 0 47 42 0 0 16 0 13 0 197138011 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14800/tid=14804] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14804/stat : 14804 (java) S 14798 14800 14754 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14805] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14805/stat : 14805 (java) S 14798 14800 14754 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197138012 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14806] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14806/stat : 14806 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14807] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14807/stat : 14807 (java) S 14798 14800 14754 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14808] ppid=14798 vsize=1714884 CPUtime=1.18
/proc/14800/task/14808/stat : 14808 (java) S 14798 14800 14754 0 -1 64 3216 0 0 0 117 1 0 0 16 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14809] ppid=14798 vsize=1714884 CPUtime=0.96
/proc/14800/task/14809/stat : 14809 (java) S 14798 14800 14754 0 -1 64 2159 0 0 0 96 0 0 0 17 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14810] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14810/stat : 14810 (java) S 14798 14800 14754 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14811] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14811/stat : 14811 (java) S 14798 14800 14754 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197138015 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14800/tid=14812] ppid=14798 vsize=1714884 CPUtime=0
/proc/14800/task/14812/stat : 14812 (java) S 14798 14800 14754 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 197138211 1756041216 113926 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (Kb) 1714884

Sending SIGTERM to -14800
Sleeping 2 seconds

Child status: 143
Real time (s): 1787.57
CPU time (s): 1800.66
CPU user time (s): 1798.72
CPU system time (s): 1.9367
CPU usage (%): 100.732
Max. virtual memory (cumulated for all children) (Kb): 1714980

Launcher Data (download as text)

Begin job on node39 on Sat Jun  3 06:05:17 UTC 2006


FILE ID= 43319-1149314717

PBS_JOBID= 308270

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-fixnet3.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node39/43319-1149314717/instance-43319-1149314717.opb 941807433
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-43319-1149314717 -o ROOT/results/node39/solver-43319-1149314717 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node39/43319-1149314717/instance-43319-1149314717.opb 941807433

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  e69b6a1a7600d74012ac2af18454c705

RANDOM SEED= 941807433


/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.213
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.213
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:       1598832 kB
Buffers:         28292 kB
Cached:         358932 kB
SwapCached:       3912 kB
Active:          69484 kB
Inactive:       326656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1598832 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14836 kB
Slab:            47056 kB
Committed_AS:   331624 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node39 on Sat Jun  3 06:35:22 UTC 2006