Trace number 44780

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.71 1789.5

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
Bench CategoryOPT-BIGINT (optimisation, big 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 variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
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.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c no version file found!!!
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_06
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 1548419056
0.17	c Max memory 1551040512
0.17	c Total memory 1551040512
0.17	c Number of processors 2
0.24	c Cutting planes based inference
0.24	c --- Begin Solver configuration ---
0.24	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.24	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.24	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.24	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving ROOT/tmp/node7/44780-1149316753/instance-44780-1149316753.opb
0.24	c reading problem ... 
688.27	c ... done. Time 688.027 ms.
688.27	c #vars     204880
688.27	c #constraints  169180
1789.40	c starts		: 3
1789.40	c conflicts		: 356
1789.40	c decisions		: 508370
1789.40	c propagations		: 1656403
1789.40	c inspects		: 1356410
1789.40	c learnt literals	: 0
1789.40	c learnt binary clauses	: 0
1789.40	c learnt ternary clauses	: 0
1789.40	c learnt clauses	: 355
1789.40	c root simplifications	: 0
1789.40	c removed literals (reason simplification)	: 0
1789.40	c reason swapping (by a shorter reason)	: 0
1789.40	c Calls to reduceDB	: 0
1789.40	c speed (decisions/second)	: 461.71423796761087
1789.40	c non guided choices	451826
1789.40	s UNKNOWN
1789.40	c Total wall clock time (ms): 1789.159

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.66 0.92 0.96 3/64 16792
/proc/meminfo: memFree=1808680/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1784 CPUtime=0
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 197337593 1826816 146 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/16792/statm: 446 146 111 14 0 91 0

[startup+10.0024 s]
/proc/loadavg: 0.71 0.92 0.96 2/75 16803
/proc/meminfo: memFree=1627664/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1710728 CPUtime=10.81
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 49705 0 1 0 1058 23 0 0 18 0 12 0 197337593 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071431073 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16792/statm: 427682 46981 1879 14 0 414429 0
[pid=16792/tid=16793] ppid=16790 vsize=1710728 CPUtime=0.51
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 5432 0 0 0 48 3 0 0 16 0 12 0 197337598 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1710728 CPUtime=0.49
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 6763 0 0 0 46 3 0 0 16 0 12 0 197337598 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197337605 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197337605 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1710728 CPUtime=0.22
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 569 0 0 0 22 0 0 0 17 0 12 0 197337605 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1710728 CPUtime=0.25
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 412 0 0 0 25 0 0 0 16 0 12 0 197337605 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 197337605 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197337605 1751785472 46981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (Kb) 1710728

[startup+20.0137 s]
/proc/loadavg: 0.75 0.92 0.96 2/75 16803
/proc/meminfo: memFree=1632848/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1710728 CPUtime=21.02
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 55654 0 1 0 2075 27 0 0 25 0 12 0 197337593 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071431056 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16792/statm: 427682 45700 1881 14 0 414429 0
[pid=16792/tid=16793] ppid=16790 vsize=1710728 CPUtime=0.58
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 5539 0 0 0 55 3 0 0 16 0 12 0 197337598 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1710728 CPUtime=0.58
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 6995 0 0 0 54 4 0 0 16 0 12 0 197337598 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1710728 CPUtime=0.01
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 45 0 0 0 0 1 0 0 16 0 12 0 197337601 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197337605 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197337605 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1710728 CPUtime=0.33
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 814 0 0 0 33 0 0 0 17 0 12 0 197337605 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1710728 CPUtime=0.3
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 415 0 0 0 30 0 0 0 17 0 12 0 197337605 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 197337605 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197337605 1751785472 45700 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.02
Current children cumulated vsize (Kb) 1710728

[startup+30.0205 s]
/proc/loadavg: 0.79 0.92 0.96 2/75 16803
/proc/meminfo: memFree=1636816/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1710728 CPUtime=31.14
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 56013 0 1 0 3086 28 0 0 20 0 12 0 197337593 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071433360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16792/statm: 427682 44753 1881 14 0 414429 0
[pid=16792/tid=16793] ppid=16790 vsize=1710728 CPUtime=0.67
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 5640 0 0 0 63 4 0 0 15 0 12 0 197337598 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1710728 CPUtime=0.66
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 7216 0 0 0 62 4 0 0 16 0 12 0 197337598 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1710728 CPUtime=0.01
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 45 0 0 0 0 1 0 0 16 0 12 0 197337601 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197337605 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197337605 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1710728 CPUtime=0.33
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 814 0 0 0 33 0 0 0 17 0 12 0 197337605 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1710728 CPUtime=0.34
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 419 0 0 0 34 0 0 0 17 0 12 0 197337605 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 197337605 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197337605 1751785472 44753 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.14
Current children cumulated vsize (Kb) 1710728

[startup+40.0276 s]
/proc/loadavg: 0.82 0.93 0.96 2/75 16803
/proc/meminfo: memFree=1636560/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1710728 CPUtime=41.25
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 56336 0 1 0 4095 30 0 0 19 0 12 0 197337593 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071431232 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16792/statm: 427682 44895 1883 14 0 414429 0
[pid=16792/tid=16793] ppid=16790 vsize=1710728 CPUtime=0.76
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 5745 0 0 0 72 4 0 0 16 0 12 0 197337598 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1710728 CPUtime=0.75
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 7385 0 0 0 70 5 0 0 16 0 12 0 197337598 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1710728 CPUtime=0.03
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 57 0 0 0 1 2 0 0 15 0 12 0 197337601 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197337605 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197337605 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1710728 CPUtime=0.35
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 817 0 0 0 35 0 0 0 17 0 12 0 197337605 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1710728 CPUtime=0.34
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 419 0 0 0 34 0 0 0 17 0 12 0 197337605 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 197337605 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197337605 1751785472 44895 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.25
Current children cumulated vsize (Kb) 1710728

[startup+50.0346 s]
/proc/loadavg: 0.85 0.93 0.96 2/75 16803
/proc/meminfo: memFree=1629648/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1710728 CPUtime=51.36
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 58169 0 1 0 5105 31 0 0 25 0 12 0 197337593 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071431081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16792/statm: 427682 46620 1883 14 0 414429 0
[pid=16792/tid=16793] ppid=16790 vsize=1710728 CPUtime=0.85
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 5848 0 0 0 81 4 0 0 15 0 12 0 197337598 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1710728 CPUtime=0.84
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 7623 0 0 0 79 5 0 0 16 0 12 0 197337598 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1710728 CPUtime=0.03
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 71 0 0 0 1 2 0 0 16 0 12 0 197337601 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197337605 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197337605 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1710728 CPUtime=0.36
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 817 0 0 0 36 0 0 0 17 0 12 0 197337605 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1710728 CPUtime=0.37
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 420 0 0 0 37 0 0 0 16 0 12 0 197337605 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 197337605 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197337605 1751785472 46620 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (Kb) 1710728

[startup+60.0417 s]
/proc/loadavg: 0.87 0.93 0.96 2/75 16803
/proc/meminfo: memFree=1628368/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1710728 CPUtime=61.46
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 58520 0 1 0 6114 32 0 0 25 0 12 0 197337593 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4152709490 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16792/statm: 427682 46938 1883 14 0 414429 0
[pid=16792/tid=16793] ppid=16790 vsize=1710728 CPUtime=0.94
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 5961 0 0 0 90 4 0 0 15 0 12 0 197337598 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1710728 CPUtime=0.93
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 7820 0 0 0 87 6 0 0 16 0 12 0 197337598 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1710728 CPUtime=0.03
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 78 0 0 0 1 2 0 0 16 0 12 0 197337601 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 197337601 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 197337605 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 197337605 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1710728 CPUtime=0.37
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 818 0 0 0 37 0 0 0 17 0 12 0 197337605 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1710728 CPUtime=0.38
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 421 0 0 0 38 0 0 0 17 0 12 0 197337605 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 197337605 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1710728 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 197337605 1751785472 46938 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=16792/tid=16796] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1712268 CPUtime=1.16
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 2374 0 0 0 116 0 0 0 17 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1712268 CPUtime=1.03
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 1568 0 0 0 103 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16804] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16804/stat : 16804 (java) S 16790 16792 16746 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197406434 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.57
Current children cumulated vsize (Kb) 1712268

[startup+1786.37 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 16999
/proc/meminfo: memFree=1496904/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1712268 CPUtime=1797.58
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 121626 0 1 0 179539 219 0 0 25 0 13 0 197337593 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16792/statm: 428067 79431 1908 14 0 414814 0
[pid=16792/tid=16793] ppid=16790 vsize=1712268 CPUtime=10.18
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 25977 0 0 0 954 64 0 0 16 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1712268 CPUtime=10.2
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 30944 0 0 0 927 93 0 0 17 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1712268 CPUtime=0.46
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 119 0 0 0 26 20 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1712268 CPUtime=1.16
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 2374 0 0 0 116 0 0 0 17 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1712268 CPUtime=1.03
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 1568 0 0 0 103 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16804] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16804/stat : 16804 (java) S 16790 16792 16746 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197406434 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.58
Current children cumulated vsize (Kb) 1712268

[startup+1787.38 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 16999
/proc/meminfo: memFree=1496904/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1712268 CPUtime=1798.58
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 121626 0 1 0 179639 219 0 0 25 0 13 0 197337593 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16792/statm: 428067 79431 1908 14 0 414814 0
[pid=16792/tid=16793] ppid=16790 vsize=1712268 CPUtime=10.18
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 25977 0 0 0 954 64 0 0 16 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1712268 CPUtime=10.2
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 30944 0 0 0 927 93 0 0 17 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1712268 CPUtime=0.46
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 119 0 0 0 26 20 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1712268 CPUtime=1.16
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 2374 0 0 0 116 0 0 0 17 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1712268 CPUtime=1.03
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 1568 0 0 0 103 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16804] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16804/stat : 16804 (java) S 16790 16792 16746 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197406434 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.58
Current children cumulated vsize (Kb) 1712268

[startup+1788.38 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 16999
/proc/meminfo: memFree=1496904/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1712268 CPUtime=1799.59
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 121626 0 1 0 179740 219 0 0 25 0 13 0 197337593 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071611116 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16792/statm: 428067 79431 1908 14 0 414814 0
[pid=16792/tid=16793] ppid=16790 vsize=1712268 CPUtime=10.18
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 25977 0 0 0 954 64 0 0 16 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1712268 CPUtime=10.2
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 30944 0 0 0 927 93 0 0 17 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1712268 CPUtime=0.46
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 119 0 0 0 26 20 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1712268 CPUtime=1.16
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 2374 0 0 0 116 0 0 0 17 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1712268 CPUtime=1.03
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 1568 0 0 0 103 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16804] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16804/stat : 16804 (java) S 16790 16792 16746 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197406434 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.59
Current children cumulated vsize (Kb) 1712268

[startup+1789.39 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 16999
/proc/meminfo: memFree=1496904/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1712268 CPUtime=1800.6
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 121626 0 1 0 179841 219 0 0 25 0 13 0 197337593 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071447449 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16792/statm: 428067 79431 1908 14 0 414814 0
[pid=16792/tid=16793] ppid=16790 vsize=1712268 CPUtime=10.18
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 25977 0 0 0 954 64 0 0 16 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1712268 CPUtime=10.2
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 30944 0 0 0 927 93 0 0 17 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1712268 CPUtime=0.46
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 119 0 0 0 26 20 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1712268 CPUtime=1.16
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 2374 0 0 0 116 0 0 0 17 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1712268 CPUtime=1.03
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 1568 0 0 0 103 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16804] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16804/stat : 16804 (java) S 16790 16792 16746 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197406434 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 1712268



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 1.00 1.00 0.98 2/76 16999
/proc/meminfo: memFree=1496904/2055920 swapFree=4181500/4192956
[pid=16792] ppid=16790 vsize=1712268 CPUtime=1800.6
/proc/16792/stat : 16792 (java) R 16790 16792 16746 0 -1 0 121626 0 1 0 179841 219 0 0 25 0 13 0 197337593 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071610983 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16792/statm: 428067 79431 1908 14 0 414814 0
[pid=16792/tid=16793] ppid=16790 vsize=1712268 CPUtime=10.18
/proc/16792/task/16793/stat : 16793 (java) S 16790 16792 16746 0 -1 64 25977 0 0 0 954 64 0 0 16 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16794] ppid=16790 vsize=1712268 CPUtime=10.2
/proc/16792/task/16794/stat : 16794 (java) S 16790 16792 16746 0 -1 64 30944 0 0 0 927 93 0 0 17 0 13 0 197337598 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16795] ppid=16790 vsize=1712268 CPUtime=0.46
/proc/16792/task/16795/stat : 16795 (java) S 16790 16792 16746 0 -1 64 119 0 0 0 26 20 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16796] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16796/stat : 16796 (java) S 16790 16792 16746 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16797] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16797/stat : 16797 (java) S 16790 16792 16746 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 197337601 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16798] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16798/stat : 16798 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16799] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16799/stat : 16799 (java) S 16790 16792 16746 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16800] ppid=16790 vsize=1712268 CPUtime=1.16
/proc/16792/task/16800/stat : 16800 (java) S 16790 16792 16746 0 -1 64 2374 0 0 0 116 0 0 0 17 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16801] ppid=16790 vsize=1712268 CPUtime=1.03
/proc/16792/task/16801/stat : 16801 (java) S 16790 16792 16746 0 -1 64 1568 0 0 0 103 0 0 0 16 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16802] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16802/stat : 16802 (java) S 16790 16792 16746 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16792/tid=16803] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16803/stat : 16803 (java) S 16790 16792 16746 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 197337605 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16792/tid=16804] ppid=16790 vsize=1712268 CPUtime=0
/proc/16792/task/16804/stat : 16804 (java) S 16790 16792 16746 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 197406434 1753362432 79431 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (Kb) 1712268

Sending SIGTERM to -16792
Sleeping 2 seconds

Child status: 143
Real time (s): 1789.5
CPU time (s): 1800.71
CPU user time (s): 1798.47
CPU system time (s): 2.23866
CPU usage (%): 100.626
Max. virtual memory (cumulated for all children) (Kb): 1712268

Launcher Data (download as text)

Begin job on node7 on Sat Jun  3 06:39:14 UTC 2006


FILE ID= 44780-1149316753

PBS_JOBID= 308394

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node7/44780-1149316753/instance-44780-1149316753.opb 646484647
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-44780-1149316753 -o ROOT/results/node7/solver-44780-1149316753 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node7/44780-1149316753/instance-44780-1149316753.opb 646484647

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  af54d857fe3562002a714e0fbd74a69a

RANDOM SEED= 646484647


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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
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:       1808952 kB
Buffers:         20468 kB
Cached:         159824 kB
SwapCached:       3308 kB
Active:          37436 kB
Inactive:       151724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808952 kB
SwapTotal:     4192956 kB
SwapFree:      4181500 kB
Dirty:             188 kB
Writeback:           0 kB
Mapped:          14972 kB
Slab:            43848 kB
Committed_AS:   297268 kB
PageTables:       1480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node7 on Sat Jun  3 07:09:04 UTC 2006