Trace number 42601

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.16 1785.47

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-timtab1.opb
MD5SUMc0c51739754f7ff71a39eb839c3accdf
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark171974
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 171974
Optimality of the best value was proved NO
Number of variables3763
Total number of constraints453
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 constraints453
Minimum length of a constraint2
Maximum length of a constraint138
Number of terms in the objective function 1925
Biggest coefficient in the objective function 5406
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 525309
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 166003
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525309
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

3.51	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
3.51	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
3.52	c no version file found!!!
3.52	c sun.arch.data.model	32
3.52	c java.version	1.5.0_06
3.52	c os.name	Linux
3.52	c os.version	2.6.9-34.ELsmp
3.52	c os.arch	i386
3.52	c Free memory 1548419056
3.52	c Max memory 1551040512
3.52	c Total memory 1551040512
3.52	c Number of processors 2
3.57	c Cutting planes based inference
3.57	c --- Begin Solver configuration ---
3.57	c org.sat4j.minisat.uip.FirstUIP@1df073d
3.57	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1546e25
3.57	c org.sat4j.minisat.learning.MiniSATLearning@b66cc
3.57	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
3.57	c VSIDS like heuristics from MiniSAT using a heap
3.57	c No reason simplification
3.57	c --- End Solver configuration ---
3.57	c solving ROOT/tmp/node83/42601-1149355691/instance-42601-1149355691.opb
3.57	c reading problem ... 
4.24	c ... done. Time 0.664 ms.
4.24	c #vars     3763
4.24	c #constraints  624
1785.31	c starts		: 15
1785.31	c conflicts		: 73247
1785.31	c decisions		: 88172
1785.31	c propagations		: 674096
1785.31	c inspects		: 499605065
1785.31	c learnt literals	: 0
1785.31	c learnt binary clauses	: 0
1785.31	c learnt ternary clauses	: 0
1785.31	c learnt clauses	: 73246
1785.31	c root simplifications	: 0
1785.31	c removed literals (reason simplification)	: 0
1785.31	c reason swapping (by a shorter reason)	: 0
1785.31	c Calls to reduceDB	: 0
1785.31	c speed (decisions/second)	: 49.50701852891634
1785.31	c non guided choices	559
1785.31	s UNKNOWN
1785.31	c Total wall clock time (ms): 1781.736

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 1.00 1.00 0.96 2/67 9445
/proc/meminfo: memFree=1699296/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1508 CPUtime=0
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 68 0 0 0 0 0 0 0 19 0 1 0 201208448 1544192 50 18446744073709551615 134512640 134570276 4294956608 18446744073709551615 11678995 0 0 4096 0 0 0 0 17 1 0 0
/proc/9445/statm: 377 62 49 14 0 8 0

[startup+10.002 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9457
/proc/meminfo: memFree=1541696/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=7.99
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 44532 0 1 0 778 21 0 0 20 0 13 0 201208448 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071637090 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 41138 1907 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=0.05
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 1276 0 0 0 5 0 0 0 16 0 13 0 201208788 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=0.05
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 1167 0 0 0 5 0 0 0 16 0 13 0 201208788 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201208794 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.05
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4013 0 0 0 104 1 0 0 16 0 13 0 201208794 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.87
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1516 0 0 0 87 0 0 0 17 0 13 0 201208794 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 201208879 1758699520 41138 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.99
Current children cumulated vsize (Kb) 1717480

[startup+20.009 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9457
/proc/meminfo: memFree=1505984/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=18.18
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 54971 0 1 0 1792 26 0 0 22 0 13 0 201208448 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071543143 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 50079 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=0.18
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 5438 0 0 0 16 2 0 0 16 0 13 0 201208788 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=0.19
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 5199 0 0 0 17 2 0 0 16 0 13 0 201208788 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 201208794 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.1
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4021 0 0 0 109 1 0 0 17 0 13 0 201208794 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.88
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1517 0 0 0 88 0 0 0 17 0 13 0 201208794 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 201208879 1758699520 50079 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (Kb) 1717480

[startup+30.0159 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9457
/proc/meminfo: memFree=1497600/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=28.23
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 57344 0 1 0 2796 27 0 0 25 0 13 0 201208448 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071394265 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 52188 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=0.23
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 6789 0 0 0 20 3 0 0 16 0 13 0 201208788 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=0.24
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 6211 0 0 0 22 2 0 0 16 0 13 0 201208788 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.1
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4021 0 0 0 109 1 0 0 16 0 13 0 201208794 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.89
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1517 0 0 0 89 0 0 0 17 0 13 0 201208794 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 201208879 1758699520 52188 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.23
Current children cumulated vsize (Kb) 1717480

[startup+40.0228 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9457
/proc/meminfo: memFree=1491648/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=38.3
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 60270 0 1 0 3802 28 0 0 25 0 13 0 201208448 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421290 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 53612 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=0.3
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 8168 0 0 0 26 4 0 0 16 0 13 0 201208788 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=0.29
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 7751 0 0 0 27 2 0 0 17 0 13 0 201208788 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.11
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4021 0 0 0 110 1 0 0 16 0 13 0 201208794 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.89
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1517 0 0 0 89 0 0 0 17 0 13 0 201208794 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 53612 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.3
Current children cumulated vsize (Kb) 1717480

[startup+50.0297 s]
/proc/loadavg: 1.00 1.00 0.96 2/79 9457
/proc/meminfo: memFree=1487872/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=48.38
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 63312 0 1 0 4808 30 0 0 25 0 13 0 201208448 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071680814 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 54563 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=0.37
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 9689 0 0 0 32 5 0 0 16 0 13 0 201208788 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=0.36
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 9264 0 0 0 33 3 0 0 16 0 13 0 201208788 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.11
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4021 0 0 0 110 1 0 0 17 0 13 0 201208794 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.92
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1519 0 0 0 92 0 0 0 16 0 13 0 201208794 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 54563 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.38
Current children cumulated vsize (Kb) 1717480

[startup+60.0376 s]
/proc/loadavg: 1.00 1.00 0.96 4/79 9457
/proc/meminfo: memFree=1487552/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=58.43
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 64939 0 1 0 5812 31 0 0 25 0 13 0 201208448 1758699520 54684 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 54685 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=0.41
/proc/9445/task/9446/stat : 9446 (java) R 9443 9445 9399 0 -1 64 10523 0 0 0 36 5 0 0 16 0 13 0 201208788 1758699520 54689 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154972040 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=0.41
/proc/9445/task/9447/stat : 9447 (java) R 9443 9445 9399 0 -1 64 10057 0 0 0 37 4 0 0 16 0 13 0 201208788 1758699520 54690 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4154971683 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 201208791 1758699520 54692 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 54694 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 54695 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 54697 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.17
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4026 0 0 0 116 1 0 0 16 0 13 0 201208794 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.94
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1520 0 0 0 94 0 0 0 16 0 13 0 201208794 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 169589 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1796.9
Current children cumulated vsize (Kb) 1717480

[startup+1782.28 s]
/proc/loadavg: 1.01 1.02 0.98 2/79 9459
/proc/meminfo: memFree=1025920/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=1797.94
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 263117 0 1 0 179665 129 0 0 25 0 13 0 201208448 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421290 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 169637 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=18.56
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 79124 0 0 0 1818 38 0 0 17 0 13 0 201208788 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=18.52
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 76255 0 0 0 1819 33 0 0 17 0 13 0 201208788 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0.28
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 207 0 0 0 16 12 0 0 15 0 13 0 201208791 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.17
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4026 0 0 0 116 1 0 0 16 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.94
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1520 0 0 0 94 0 0 0 16 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (Kb) 1717480

[startup+1783.29 s]
/proc/loadavg: 1.01 1.02 0.98 2/79 9459
/proc/meminfo: memFree=1025920/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=1798.95
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 263117 0 1 0 179766 129 0 0 25 0 13 0 201208448 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071548944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 169637 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=18.56
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 79124 0 0 0 1818 38 0 0 17 0 13 0 201208788 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=18.52
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 76255 0 0 0 1819 33 0 0 17 0 13 0 201208788 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0.28
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 207 0 0 0 16 12 0 0 16 0 13 0 201208791 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.17
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4026 0 0 0 116 1 0 0 16 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.94
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1520 0 0 0 94 0 0 0 16 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 169637 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1798.95
Current children cumulated vsize (Kb) 1717480

[startup+1784.3 s]
/proc/loadavg: 1.01 1.02 0.98 2/79 9459
/proc/meminfo: memFree=1025536/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=1799.99
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 263214 0 1 0 179870 129 0 0 22 0 13 0 201208448 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071606816 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 169731 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=18.6
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 79158 0 0 0 1822 38 0 0 17 0 13 0 201208788 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=18.55
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 76317 0 0 0 1822 33 0 0 16 0 13 0 201208788 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0.28
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 207 0 0 0 16 12 0 0 15 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.17
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4026 0 0 0 116 1 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.94
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1520 0 0 0 94 0 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.99
Current children cumulated vsize (Kb) 1717480

[startup+1785.3 s]
/proc/loadavg: 1.01 1.02 0.98 2/79 9459
/proc/meminfo: memFree=1025536/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=1800.99
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 263214 0 1 0 179970 129 0 0 25 0 13 0 201208448 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421498 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 169731 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=18.6
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 79158 0 0 0 1822 38 0 0 17 0 13 0 201208788 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=18.55
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 76317 0 0 0 1822 33 0 0 16 0 13 0 201208788 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0.28
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 207 0 0 0 16 12 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.17
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4026 0 0 0 116 1 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.94
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1520 0 0 0 94 0 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (Kb) 1717480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.31 s]
/proc/loadavg: 1.01 1.02 0.98 2/79 9459
/proc/meminfo: memFree=1025536/2055888 swapFree=4085408/4096564
[pid=9445] ppid=9443 vsize=1717480 CPUtime=1800.99
/proc/9445/stat : 9445 (java) R 9443 9445 9399 0 -1 0 263214 0 1 0 179970 129 0 0 25 0 13 0 201208448 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4071421498 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9445/statm: 429370 169731 1911 14 0 416116 0
[pid=9445/tid=9446] ppid=9443 vsize=1717480 CPUtime=18.6
/proc/9445/task/9446/stat : 9446 (java) S 9443 9445 9399 0 -1 64 79158 0 0 0 1822 38 0 0 17 0 13 0 201208788 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9447] ppid=9443 vsize=1717480 CPUtime=18.55
/proc/9445/task/9447/stat : 9447 (java) S 9443 9445 9399 0 -1 64 76317 0 0 0 1822 33 0 0 16 0 13 0 201208788 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9448] ppid=9443 vsize=1717480 CPUtime=0.28
/proc/9445/task/9448/stat : 9448 (java) S 9443 9445 9399 0 -1 64 207 0 0 0 16 12 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9449] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9449/stat : 9449 (java) S 9443 9445 9399 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9450] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9450/stat : 9450 (java) S 9443 9445 9399 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201208791 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9451] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9451/stat : 9451 (java) S 9443 9445 9399 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9452] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9452/stat : 9452 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9453] ppid=9443 vsize=1717480 CPUtime=1.17
/proc/9445/task/9453/stat : 9453 (java) S 9443 9445 9399 0 -1 64 4026 0 0 0 116 1 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9454] ppid=9443 vsize=1717480 CPUtime=0.94
/proc/9445/task/9454/stat : 9454 (java) S 9443 9445 9399 0 -1 64 1520 0 0 0 94 0 0 0 16 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9455] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9455/stat : 9455 (java) S 9443 9445 9399 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9445/tid=9456] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9456/stat : 9456 (java) S 9443 9445 9399 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201208794 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9445/tid=9457] ppid=9443 vsize=1717480 CPUtime=0
/proc/9445/task/9457/stat : 9457 (java) S 9443 9445 9399 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 201208879 1758699520 169731 18446744073709551615 134512640 134570276 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.99
Current children cumulated vsize (Kb) 1717480

Sending SIGTERM to -9445
Sleeping 2 seconds

Child status: 143
Real time (s): 1785.47
CPU time (s): 1801.16
CPU user time (s): 1799.76
CPU system time (s): 1.39879
CPU usage (%): 100.879
Max. virtual memory (cumulated for all children) (Kb): 1717480

Launcher Data (download as text)

Begin job on node83 on Sat Jun  3 17:28:11 UTC 2006


FILE ID= 42601-1149355691

PBS_JOBID= 311230

BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-timtab1.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node83/42601-1149355691/instance-42601-1149355691.opb 215701918
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node83/watcher-42601-1149355691 -o ROOT/results/node83/solver-42601-1149355691 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoHeuristics.jar ROOT/tmp/node83/42601-1149355691/instance-42601-1149355691.opb 215701918

MD5SUM SOLVER= 3cef94aa015dc0dd234d31843a257d70
MD5SUM BENCH=  c0c51739754f7ff71a39eb839c3accdf

RANDOM SEED= 215701918


/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.265
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	: 6006.16
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.265
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	: 5999.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1699504 kB
Buffers:         21436 kB
Cached:         267104 kB
SwapCached:       2364 kB
Active:         148720 kB
Inactive:       148568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1699504 kB
SwapTotal:     4096564 kB
SwapFree:      4085408 kB
Dirty:             120 kB
Writeback:           0 kB
Mapped:          16880 kB
Slab:            45728 kB
Committed_AS:   405512 kB
PageTables:       1284 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node83 on Sat Jun  3 17:57:57 UTC 2006