Trace number 43840

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
SAT4JPSEUDO 2006.2? (TO) 1800.79 1792.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-neos7.opb
MD5SUMa93c44578e8ffcb65ad1c65e578ef076
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark45
Best CPU time to get the best result obtained on this benchmark1782.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 45
Optimality of the best value was proved NO
Number of variables33010
Total number of constraints2154
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)142
Number of constraints which are nor clauses,nor cardinality constraints2012
Minimum length of a constraint2
Maximum length of a constraint441
Number of terms in the objective function 4506
Biggest coefficient in the objective function 7151
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 527624
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527624
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	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-34.ELsmp
0.15	c os.arch	i386
0.15	c Free memory 1548419056
0.15	c Max memory 1551040512
0.15	c Total memory 1551040512
0.15	c Number of processors 2
0.20	c Cutting planes based inference
0.20	c --- Begin Solver configuration ---
0.20	c org.sat4j.minisat.uip.FirstUIP@1037c71
0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@1df073d
0.20	c org.sat4j.minisat.learning.MiniSATLearning@1546e25
0.20	c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=10000.0 initConflictBound=100 
0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20	c No reason simplification
0.20	c --- End Solver configuration ---
0.20	c solving ROOT/tmp/node78/43840-1149256220/instance-43840-1149256220.opb
0.20	c reading problem ... 
3.40	c ... done. Time 3.197 ms.
3.40	c #vars     33010
3.40	c #constraints  2624
1792.28	c starts		: 12
1792.28	c conflicts		: 17141
1792.28	c decisions		: 47016
1792.28	c propagations		: 714699
1792.28	c inspects		: 25811919
1792.28	c learnt literals	: 0
1792.28	c learnt binary clauses	: 0
1792.28	c learnt ternary clauses	: 0
1792.28	c learnt clauses	: 17140
1792.28	c root simplifications	: 0
1792.28	c removed literals (reason simplification)	: 0
1792.28	c reason swapping (by a shorter reason)	: 0
1792.28	c Calls to reduceDB	: 0
1792.28	c speed (decisions/second)	: 26.282895545950346
1792.28	c non guided choices	8832
1792.28	s UNKNOWN
1792.28	c Total wall clock time (ms): 1792.085

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.92 0.98 0.96 2/67 5512
/proc/meminfo: memFree=1423608/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1788 CPUtime=0
/proc/5512/stat : 5512 (java) D 5510 5512 5466 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 190650793 1830912 135 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099917094 0 0 17 1 0 0
/proc/5512/statm: 447 135 100 14 0 91 0

[startup+10.0024 s]
/proc/loadavg: 1.08 1.02 0.97 2/79 5524
/proc/meminfo: memFree=1245408/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1716528 CPUtime=11.17
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 49420 0 1 0 1094 23 0 0 25 0 13 0 190650793 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591397 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 429132 46325 1910 14 0 415878 0
[pid=5512/tid=5513] ppid=5510 vsize=1716528 CPUtime=0.21
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 4840 0 0 0 20 1 0 0 16 0 13 0 190650796 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1716528 CPUtime=0.21
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 4535 0 0 0 20 1 0 0 16 0 13 0 190650796 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 190650799 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1716528 CPUtime=0.6
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1321 0 0 0 60 0 0 0 16 0 13 0 190650802 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1716528 CPUtime=0.75
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2134 0 0 0 75 0 0 0 16 0 13 0 190650802 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1716528 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 190651144 1757724672 46325 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (Kb) 1716528

[startup+20.0094 s]
/proc/loadavg: 1.07 1.02 0.97 2/79 5524
/proc/meminfo: memFree=1227104/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=21.31
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 54763 0 1 0 2105 26 0 0 25 0 13 0 190650793 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071551979 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 50912 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=0.31
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 7273 0 0 0 28 3 0 0 16 0 13 0 190650796 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=0.31
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 7421 0 0 0 28 3 0 0 16 0 13 0 190650796 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.62
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1323 0 0 0 62 0 0 0 16 0 13 0 190650802 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.79
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2152 0 0 0 79 0 0 0 17 0 13 0 190650802 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 190651144 1756676096 50912 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.31
Current children cumulated vsize (Kb) 1715504

[startup+30.0165 s]
/proc/loadavg: 1.06 1.01 0.97 2/79 5524
/proc/meminfo: memFree=1226336/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=31.32
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 55086 0 1 0 3106 26 0 0 25 0 13 0 190650793 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 51107 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=0.32
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 7488 0 0 0 29 3 0 0 16 0 13 0 190650796 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=0.32
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 7525 0 0 0 29 3 0 0 16 0 13 0 190650796 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.62
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1323 0 0 0 62 0 0 0 16 0 13 0 190650802 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.79
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2152 0 0 0 79 0 0 0 17 0 13 0 190650802 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 190651144 1756676096 51107 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.32
Current children cumulated vsize (Kb) 1715504

[startup+40.0236 s]
/proc/loadavg: 1.05 1.01 0.97 2/79 5524
/proc/meminfo: memFree=1225248/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=41.41
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 55409 0 1 0 4114 27 0 0 25 0 13 0 190650793 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071552304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 51377 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=0.33
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 7593 0 0 0 30 3 0 0 16 0 13 0 190650796 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=0.33
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 7733 0 0 0 30 3 0 0 16 0 13 0 190650796 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.66
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1328 0 0 0 66 0 0 0 15 0 13 0 190650802 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.82
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2153 0 0 0 82 0 0 0 16 0 13 0 190650802 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 51377 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.41
Current children cumulated vsize (Kb) 1715504

[startup+50.0307 s]
/proc/loadavg: 1.04 1.01 0.97 2/79 5524
/proc/meminfo: memFree=1226080/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=51.48
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 55847 0 1 0 5121 27 0 0 17 0 13 0 190650793 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 51125 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=0.35
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 7771 0 0 0 32 3 0 0 16 0 13 0 190650796 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=0.35
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 7985 0 0 0 32 3 0 0 16 0 13 0 190650796 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 26 0 0 0 0 0 0 0 15 0 13 0 190650799 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.72
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1330 0 0 0 72 0 0 0 16 0 13 0 190650802 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.83
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2153 0 0 0 83 0 0 0 16 0 13 0 190650802 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 51125 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.48
Current children cumulated vsize (Kb) 1715504

[startup+60.0368 s]
/proc/loadavg: 1.03 1.01 0.97 2/79 5524
/proc/meminfo: memFree=1231328/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=61.49
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 55873 0 1 0 6122 27 0 0 25 0 13 0 190650793 1756676096 49817 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591716 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 49817 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=0.35
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 7772 0 0 0 32 3 0 0 16 0 13 0 190650796 1756676096 49817 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=0.35
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 8007 0 0 0 32 3 0 0 16 0 13 0 190650796 1756676096 49817 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 49817 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 49817 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 49817 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 49817 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.76
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1331 0 0 0 76 0 0 0 17 0 13 0 190650802 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.89
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2156 0 0 0 89 0 0 0 16 0 13 0 190650802 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 84874 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.62
Current children cumulated vsize (Kb) 1715504

[startup+1789.26 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5719
/proc/meminfo: memFree=1089696/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=1797.64
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 124125 0 1 0 179685 79 0 0 25 0 13 0 190650793 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 84903 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=7.99
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 39999 0 0 0 777 22 0 0 16 0 13 0 190650796 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=7.99
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 41392 0 0 0 778 21 0 0 16 0 13 0 190650796 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0.27
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 43 0 0 0 17 10 0 0 16 0 13 0 190650799 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.76
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1331 0 0 0 76 0 0 0 17 0 13 0 190650802 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.89
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2156 0 0 0 89 0 0 0 16 0 13 0 190650802 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 84903 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (Kb) 1715504

[startup+1790.26 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5719
/proc/meminfo: memFree=1089440/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=1798.66
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 124215 0 1 0 179787 79 0 0 25 0 13 0 190650793 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071551711 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 84991 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=8.01
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 40007 0 0 0 779 22 0 0 16 0 13 0 190650796 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=8
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 41469 0 0 0 779 21 0 0 16 0 13 0 190650796 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0.28
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 47 0 0 0 17 11 0 0 16 0 13 0 190650799 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.76
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1331 0 0 0 76 0 0 0 17 0 13 0 190650802 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.89
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2156 0 0 0 89 0 0 0 16 0 13 0 190650802 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 84991 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.66
Current children cumulated vsize (Kb) 1715504

[startup+1791.27 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5719
/proc/meminfo: memFree=1087968/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=1799.68
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 124596 0 1 0 179889 79 0 0 23 0 13 0 190650793 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 85363 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=8.02
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 40203 0 0 0 780 22 0 0 17 0 13 0 190650796 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=8.02
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 41653 0 0 0 781 21 0 0 16 0 13 0 190650796 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0.28
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 47 0 0 0 17 11 0 0 15 0 13 0 190650799 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.76
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1331 0 0 0 76 0 0 0 17 0 13 0 190650802 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.89
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2156 0 0 0 89 0 0 0 16 0 13 0 190650802 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 85363 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.68
Current children cumulated vsize (Kb) 1715504

[startup+1792.28 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5719
/proc/meminfo: memFree=1080480/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=1800.7
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 126468 0 1 0 179990 80 0 0 18 0 13 0 190650793 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 87234 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=8.03
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 40364 0 0 0 781 22 0 0 16 0 13 0 190650796 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=8.03
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 41776 0 0 0 782 21 0 0 16 0 13 0 190650796 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0.28
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 53 0 0 0 17 11 0 0 16 0 13 0 190650799 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.76
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1331 0 0 0 76 0 0 0 17 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.89
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2156 0 0 0 89 0 0 0 16 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 1715504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.28 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 5719
/proc/meminfo: memFree=1080480/2055892 swapFree=4085732/4096564
[pid=5512] ppid=5510 vsize=1715504 CPUtime=1800.7
/proc/5512/stat : 5512 (java) R 5510 5512 5466 0 -1 0 126468 0 1 0 179990 80 0 0 18 0 13 0 190650793 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071591379 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5512/statm: 428876 87234 1911 14 0 415622 0
[pid=5512/tid=5513] ppid=5510 vsize=1715504 CPUtime=8.03
/proc/5512/task/5513/stat : 5513 (java) S 5510 5512 5466 0 -1 64 40364 0 0 0 781 22 0 0 16 0 13 0 190650796 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5514] ppid=5510 vsize=1715504 CPUtime=8.03
/proc/5512/task/5514/stat : 5514 (java) S 5510 5512 5466 0 -1 64 41776 0 0 0 782 21 0 0 16 0 13 0 190650796 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5515] ppid=5510 vsize=1715504 CPUtime=0.28
/proc/5512/task/5515/stat : 5515 (java) S 5510 5512 5466 0 -1 64 53 0 0 0 17 11 0 0 16 0 13 0 190650799 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5516] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5516/stat : 5516 (java) S 5510 5512 5466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5517] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5517/stat : 5517 (java) S 5510 5512 5466 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 190650799 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5518] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5518/stat : 5518 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5519] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5519/stat : 5519 (java) S 5510 5512 5466 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5520] ppid=5510 vsize=1715504 CPUtime=0.76
/proc/5512/task/5520/stat : 5520 (java) S 5510 5512 5466 0 -1 64 1331 0 0 0 76 0 0 0 17 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5521] ppid=5510 vsize=1715504 CPUtime=0.89
/proc/5512/task/5521/stat : 5521 (java) S 5510 5512 5466 0 -1 64 2156 0 0 0 89 0 0 0 16 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5522] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5522/stat : 5522 (java) S 5510 5512 5466 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5512/tid=5523] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5523/stat : 5523 (java) S 5510 5512 5466 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 190650802 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5512/tid=5524] ppid=5510 vsize=1715504 CPUtime=0
/proc/5512/task/5524/stat : 5524 (java) S 5510 5512 5466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 190651144 1756676096 87234 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (Kb) 1715504

Sending SIGTERM to -5512
Sleeping 2 seconds

Child status: 143
Real time (s): 1792.36
CPU time (s): 1800.79
CPU user time (s): 1799.93
CPU system time (s): 0.861868
CPU usage (%): 100.47
Max. virtual memory (cumulated for all children) (Kb): 1716528

Launcher Data (download as text)

Begin job on node78 on Fri Jun  2 13:50:20 UTC 2006


FILE ID= 43840-1149256220

PBS_JOBID= 298395

BENCH NAME= ROOT/tmp/node78/43840-1149256220/instance-43840-1149256220.opb
COMMAND LINE= java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node78/43840-1149256220/instance-43840-1149256220.opb 818090197
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node78/watcher-43840-1149256220 -o ROOT/results/node78/solver-43840-1149256220 -C 1800 -M 1800 -S 64  java -server -Xms1500M -Xmx1500M -jar ROOT/solvers/PB/PB06final/user5/sat4jPseudoPlus.jar ROOT/tmp/node78/43840-1149256220/instance-43840-1149256220.opb 818090197

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  a93c44578e8ffcb65ad1c65e578ef076

RANDOM SEED= 818090197


/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.225
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.17
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.225
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:      2055892 kB
MemFree:       1423816 kB
Buffers:         35168 kB
Cached:         526644 kB
SwapCached:       2520 kB
Active:          49464 kB
Inactive:       521124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1423816 kB
SwapTotal:     4096564 kB
SwapFree:      4085732 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          15136 kB
Slab:            47988 kB
Committed_AS:   251208 kB
PageTables:       1420 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node78 on Fri Jun  2 14:20:12 UTC 2006