Trace number 43231

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) 1801.13 1774.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-d6cube.opb
MD5SUMd322c8ef05198e65a211d45af91a5272
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 variables185520
Total number of constraints404
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 constraints404
Minimum length of a constraint30
Maximum length of a constraint185520
Number of terms in the objective function 185520
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6640019433432
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 193273528320
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 11024119093221
Number of bits of the biggest sum of numbers44
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.21	c Cutting planes based inference
0.21	c --- Begin Solver configuration ---
0.21	c org.sat4j.minisat.uip.FirstUIP@1df073d
0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
0.21	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
0.21	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving ROOT/tmp/node63/43231-1149310258/instance-43231-1149310258.opb
0.21	c reading problem ... 
18.45	c ... done. Time 18.245 ms.
18.45	c #vars     185520
18.45	c #constraints  808
1774.34	c starts		: 1
1774.34	c conflicts		: 61
1774.34	c decisions		: 71951
1774.34	c propagations		: 147132
1774.34	c inspects		: 568460
1774.34	c learnt literals	: 0
1774.34	c learnt binary clauses	: 0
1774.34	c learnt ternary clauses	: 0
1774.34	c learnt clauses	: 60
1774.34	c root simplifications	: 0
1774.34	c removed literals (reason simplification)	: 0
1774.34	c reason swapping (by a shorter reason)	: 0
1774.34	c Calls to reduceDB	: 0
1774.34	c speed (decisions/second)	: 40.99069048556345
1774.34	c non guided choices	0
1774.34	s UNKNOWN
1774.34	c Total wall clock time (ms): 1774.131

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 1.00 3/64 19934
/proc/meminfo: memFree=1732216/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1500 CPUtime=0
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 74 0 0 0 0 0 0 0 19 0 1 0 196592975 1536000 58 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 2934577 0 0 4096 0 0 0 0 17 1 0 0
/proc/19934/statm: 375 68 55 14 0 8 0

[startup+10.0036 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 19945
/proc/meminfo: memFree=1448544/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1715784 CPUtime=12.4
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 76942 0 1 0 1198 42 0 0 16 0 12 0 196592975 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071440024 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/19934/statm: 428946 72722 1887 14 0 415693 0
[pid=19934/tid=19935] ppid=19932 vsize=1715784 CPUtime=1.84
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 18597 0 0 0 172 12 0 0 16 0 12 0 196592979 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1715784 CPUtime=1.84
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 20781 0 0 0 171 13 0 0 16 0 12 0 196592979 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1715784 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 196592981 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1715784 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 196592982 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1715784 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196592982 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1715784 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 196592985 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1715784 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 196592985 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1715784 CPUtime=0.39
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 427 0 0 0 39 0 0 0 17 0 12 0 196592985 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1715784 CPUtime=0.39
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 621 0 0 0 39 0 0 0 16 0 12 0 196592985 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1715784 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 196592985 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1715784 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 196592985 1756962816 72722 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (Kb) 1715784

[startup+20.0106 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19948
/proc/meminfo: memFree=1351768/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1717108 CPUtime=24.29
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 106176 0 1 0 2370 59 0 0 17 0 13 0 196592975 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071626553 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429277 96922 1908 14 0 416024 0
[pid=19934/tid=19935] ppid=19932 vsize=1717108 CPUtime=3.27
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 32903 0 0 0 308 19 0 0 16 0 13 0 196592979 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1717108 CPUtime=3.29
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 34832 0 0 0 309 20 0 0 16 0 13 0 196592979 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 196592981 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1717108 CPUtime=0.68
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 822 0 0 0 68 0 0 0 16 0 13 0 196592985 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1717108 CPUtime=0.73
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1035 0 0 0 73 0 0 0 16 0 13 0 196592985 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1717108 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196594909 1758318592 96922 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (Kb) 1717108

[startup+30.0175 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19948
/proc/meminfo: memFree=1352152/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1716816 CPUtime=34.32
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 106181 0 1 0 3373 59 0 0 25 0 13 0 196592975 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071504905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429204 96852 1908 14 0 415951 0
[pid=19934/tid=19935] ppid=19932 vsize=1716816 CPUtime=3.27
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 32903 0 0 0 308 19 0 0 16 0 13 0 196592979 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1716816 CPUtime=3.29
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 34832 0 0 0 309 20 0 0 16 0 13 0 196592979 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 196592981 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1716816 CPUtime=0.71
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 825 0 0 0 71 0 0 0 16 0 13 0 196592985 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1716816 CPUtime=0.74
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1035 0 0 0 74 0 0 0 17 0 13 0 196592985 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196594909 1758019584 96852 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.32
Current children cumulated vsize (Kb) 1716816

[startup+40.0246 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19948
/proc/meminfo: memFree=1345496/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1716816 CPUtime=44.36
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 107914 0 1 0 4377 59 0 0 25 0 13 0 196592975 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071628156 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429204 98571 1908 14 0 415951 0
[pid=19934/tid=19935] ppid=19932 vsize=1716816 CPUtime=3.31
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 33542 0 0 0 312 19 0 0 17 0 13 0 196592979 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1716816 CPUtime=3.33
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 35923 0 0 0 312 21 0 0 17 0 13 0 196592979 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 196592981 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1716816 CPUtime=0.71
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 825 0 0 0 71 0 0 0 16 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1716816 CPUtime=0.74
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1035 0 0 0 74 0 0 0 17 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 196594909 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.36
Current children cumulated vsize (Kb) 1716816

[startup+50.0317 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19948
/proc/meminfo: memFree=1345496/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1716816 CPUtime=54.37
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 107914 0 1 0 5377 60 0 0 25 0 13 0 196592975 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071629330 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429204 98571 1908 14 0 415951 0
[pid=19934/tid=19935] ppid=19932 vsize=1716816 CPUtime=3.31
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 33542 0 0 0 312 19 0 0 17 0 13 0 196592979 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1716816 CPUtime=3.33
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 35923 0 0 0 312 21 0 0 17 0 13 0 196592979 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 196592981 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1716816 CPUtime=0.71
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 825 0 0 0 71 0 0 0 16 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1716816 CPUtime=0.74
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1035 0 0 0 74 0 0 0 17 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 196594909 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 54.37
Current children cumulated vsize (Kb) 1716816

[startup+60.0387 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 19948
/proc/meminfo: memFree=1345496/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1716816 CPUtime=64.37
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 107914 0 1 0 6377 60 0 0 25 0 13 0 196592975 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071504905 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429204 98571 1908 14 0 415951 0
[pid=19934/tid=19935] ppid=19932 vsize=1716816 CPUtime=3.31
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 33542 0 0 0 312 19 0 0 17 0 13 0 196592979 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1716816 CPUtime=3.33
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 35923 0 0 0 312 21 0 0 17 0 13 0 196592979 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 196592981 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1716816 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1758019584 98571 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=19934/tid=19938] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1717780 CPUtime=1.22
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 2415 0 0 0 121 1 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1717780 CPUtime=1.03
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1050 0 0 0 103 0 0 0 17 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196594909 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.85
Current children cumulated vsize (Kb) 1717780

[startup+1771.31 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 20143
/proc/meminfo: memFree=1143128/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1717780 CPUtime=1797.89
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 189975 0 1 0 179216 573 0 0 19 0 13 0 196592975 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071468317 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429445 148840 1909 14 0 416192 0
[pid=19934/tid=19935] ppid=19932 vsize=1717780 CPUtime=25.57
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 60758 0 0 0 2287 270 0 0 16 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1717780 CPUtime=25.55
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 64139 0 0 0 2307 248 0 0 17 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1717780 CPUtime=0.37
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 84 0 0 0 20 17 0 0 15 0 13 0 196592981 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1717780 CPUtime=1.22
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 2415 0 0 0 121 1 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1717780 CPUtime=1.03
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1050 0 0 0 103 0 0 0 17 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196594909 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.89
Current children cumulated vsize (Kb) 1717780

[startup+1772.32 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 20143
/proc/meminfo: memFree=1143128/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1717780 CPUtime=1798.93
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 189977 0 1 0 179320 573 0 0 24 0 13 0 196592975 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071467980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429445 148840 1909 14 0 416192 0
[pid=19934/tid=19935] ppid=19932 vsize=1717780 CPUtime=25.6
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 60758 0 0 0 2290 270 0 0 16 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1717780 CPUtime=25.58
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 64139 0 0 0 2310 248 0 0 17 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1717780 CPUtime=0.37
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 84 0 0 0 20 17 0 0 16 0 13 0 196592981 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1717780 CPUtime=1.22
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 2415 0 0 0 121 1 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1717780 CPUtime=1.03
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1050 0 0 0 103 0 0 0 17 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196594909 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.93
Current children cumulated vsize (Kb) 1717780

[startup+1773.32 s]
/proc/loadavg: 1.06 1.02 1.00 2/76 20143
/proc/meminfo: memFree=1143128/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1717780 CPUtime=1799.97
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 189979 0 1 0 179423 574 0 0 21 0 13 0 196592975 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429445 148840 1909 14 0 416192 0
[pid=19934/tid=19935] ppid=19932 vsize=1717780 CPUtime=25.64
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 60758 0 0 0 2293 271 0 0 16 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1717780 CPUtime=25.62
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 64139 0 0 0 2313 249 0 0 16 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1717780 CPUtime=0.37
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 84 0 0 0 20 17 0 0 16 0 13 0 196592981 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1717780 CPUtime=1.22
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 2415 0 0 0 121 1 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1717780 CPUtime=1.03
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1050 0 0 0 103 0 0 0 17 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196594909 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.97
Current children cumulated vsize (Kb) 1717780

[startup+1774.33 s]
/proc/loadavg: 1.05 1.02 1.00 2/76 20143
/proc/meminfo: memFree=1143064/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1717780 CPUtime=1801.02
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 189981 0 1 0 179527 575 0 0 18 0 13 0 196592975 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429445 148840 1909 14 0 416192 0
[pid=19934/tid=19935] ppid=19932 vsize=1717780 CPUtime=25.67
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 60758 0 0 0 2296 271 0 0 17 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1717780 CPUtime=25.65
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 64139 0 0 0 2316 249 0 0 16 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1717780 CPUtime=0.37
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 84 0 0 0 20 17 0 0 16 0 13 0 196592981 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1717780 CPUtime=1.22
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 2415 0 0 0 121 1 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1717780 CPUtime=1.03
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1050 0 0 0 103 0 0 0 17 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196594909 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (Kb) 1717780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.33 s]
/proc/loadavg: 1.05 1.02 1.00 2/76 20143
/proc/meminfo: memFree=1143064/2055920 swapFree=4182328/4192956
[pid=19934] ppid=19932 vsize=1717780 CPUtime=1801.02
/proc/19934/stat : 19934 (java) R 19932 19934 19888 0 -1 0 189981 0 1 0 179527 575 0 0 18 0 13 0 196592975 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071708003 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19934/statm: 429445 148840 1909 14 0 416192 0
[pid=19934/tid=19935] ppid=19932 vsize=1717780 CPUtime=25.67
/proc/19934/task/19935/stat : 19935 (java) S 19932 19934 19888 0 -1 64 60758 0 0 0 2296 271 0 0 17 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19936] ppid=19932 vsize=1717780 CPUtime=25.65
/proc/19934/task/19936/stat : 19936 (java) S 19932 19934 19888 0 -1 64 64139 0 0 0 2316 249 0 0 16 0 13 0 196592979 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19937] ppid=19932 vsize=1717780 CPUtime=0.37
/proc/19934/task/19937/stat : 19937 (java) S 19932 19934 19888 0 -1 64 84 0 0 0 20 17 0 0 16 0 13 0 196592981 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19938] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19938/stat : 19938 (java) S 19932 19934 19888 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19939] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19939/stat : 19939 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592982 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19940] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19940/stat : 19940 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19941] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19941/stat : 19941 (java) S 19932 19934 19888 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19942] ppid=19932 vsize=1717780 CPUtime=1.22
/proc/19934/task/19942/stat : 19942 (java) S 19932 19934 19888 0 -1 64 2415 0 0 0 121 1 0 0 16 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19943] ppid=19932 vsize=1717780 CPUtime=1.03
/proc/19934/task/19943/stat : 19943 (java) S 19932 19934 19888 0 -1 64 1050 0 0 0 103 0 0 0 17 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19944] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19944/stat : 19944 (java) S 19932 19934 19888 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19945] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19945/stat : 19945 (java) S 19932 19934 19888 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 196592985 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19934/tid=19948] ppid=19932 vsize=1717780 CPUtime=0
/proc/19934/task/19948/stat : 19948 (java) S 19932 19934 19888 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 196594909 1759006720 148840 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.02
Current children cumulated vsize (Kb) 1717780

Sending SIGTERM to -19934
Sleeping 2 seconds

Child status: 143
Real time (s): 1774.45
CPU time (s): 1801.13
CPU user time (s): 1795.28
CPU system time (s): 5.84911
CPU usage (%): 101.504
Max. virtual memory (cumulated for all children) (Kb): 1719848

Launcher Data (download as text)

Begin job on node63 on Sat Jun  3 04:50:58 UTC 2006


FILE ID= 43231-1149310258

PBS_JOBID= 307919

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-d6cube.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node63/43231-1149310258/instance-43231-1149310258.opb 622857946
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-43231-1149310258 -o ROOT/results/node63/solver-43231-1149310258 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node63/43231-1149310258/instance-43231-1149310258.opb 622857946

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  d322c8ef05198e65a211d45af91a5272

RANDOM SEED= 622857946


/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.228
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.228
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:       1732552 kB
Buffers:         26116 kB
Cached:         225944 kB
SwapCached:       2328 kB
Active:          89340 kB
Inactive:       171444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1732552 kB
SwapTotal:     4192956 kB
SwapFree:      4182328 kB
Dirty:             244 kB
Writeback:           0 kB
Mapped:          15888 kB
Slab:            48556 kB
Committed_AS:   297172 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 node63 on Sat Jun  3 05:20:33 UTC 2006