Trace number 44058

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-modglob.opb
MD5SUM1c32686691bf96e75781667309b05481
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
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 104
Optimality of the best value was proved NO
Number of variables9818
Total number of constraints291
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 constraints291
Minimum length of a constraint30
Maximum length of a constraint270
Number of terms in the objective function 9818
Biggest coefficient in the objective function 7770
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 533087
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 533087
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c no version file found!!!
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_06
0.15	c os.name	Linux
0.15	c os.version	2.6.9-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/44058-1149362226/instance-44058-1149362226.opb
0.20	c reading problem ... 
1.02	c ... done. Time 0.825 ms.
1.02	c #vars     9818
1.02	c #constraints  384
1786.32	c starts		: 14
1786.32	c conflicts		: 39293
1786.32	c decisions		: 73762
1786.32	c propagations		: 330037
1786.32	c inspects		: 152256268
1786.32	c learnt literals	: 0
1786.32	c learnt binary clauses	: 0
1786.32	c learnt ternary clauses	: 0
1786.32	c learnt clauses	: 39292
1786.32	c root simplifications	: 0
1786.32	c removed literals (reason simplification)	: 0
1786.32	c reason swapping (by a shorter reason)	: 0
1786.32	c Calls to reduceDB	: 0
1786.32	c speed (decisions/second)	: 41.31681452412453
1786.32	c non guided choices	21117
1786.32	s UNKNOWN
1786.33	c Total wall clock time (ms): 1786.126

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

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.91 0.97 0.97 2/67 20905
/proc/meminfo: memFree=1732848/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1456 CPUtime=0
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 110 0 0 0 0 0 0 0 19 0 1 0 201251400 1490944 81 18446744073709551615 134512640 134570276 4294956624 18446744073709551615 11675216 0 0 4096 0 0 0 0 17 1 0 0
/proc/20905/statm: 366 93 73 14 0 10 0

[startup+10.0031 s]
/proc/loadavg: 0.93 0.97 0.97 2/79 20917
/proc/meminfo: memFree=1580376/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=11.3
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 44384 0 1 0 1109 21 0 0 25 0 13 0 201251400 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580473 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 39856 1908 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=0.12
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 1986 0 0 0 12 0 0 0 16 0 13 0 201251403 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=0.13
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 2019 0 0 0 12 1 0 0 16 0 13 0 201251403 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 201251406 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.77
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1007 0 0 0 77 0 0 0 17 0 13 0 201251410 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.85
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2799 0 0 0 84 1 0 0 16 0 13 0 201251410 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 201251506 1754595328 39856 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.3
Current children cumulated vsize (Kb) 1713472

[startup+20.0102 s]
/proc/loadavg: 0.94 0.97 0.97 2/79 20917
/proc/meminfo: memFree=1548568/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=21.46
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 52933 0 1 0 2121 25 0 0 25 0 13 0 201251400 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580649 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 47884 1910 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=0.24
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 5776 0 0 0 22 2 0 0 16 0 13 0 201251403 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=0.24
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 5531 0 0 0 22 2 0 0 16 0 13 0 201251403 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 201251406 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.81
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1013 0 0 0 81 0 0 0 17 0 13 0 201251410 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.87
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 86 1 0 0 17 0 13 0 201251410 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 201251506 1754595328 47884 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.46
Current children cumulated vsize (Kb) 1713472

[startup+30.0163 s]
/proc/loadavg: 0.95 0.97 0.97 2/79 20917
/proc/meminfo: memFree=1543256/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=31.5
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 54461 0 1 0 3124 26 0 0 25 0 13 0 201251400 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071510703 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 49175 1910 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=0.27
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 6583 0 0 0 25 2 0 0 17 0 13 0 201251403 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=0.26
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 6244 0 0 0 24 2 0 0 17 0 13 0 201251403 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201251406 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.81
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1013 0 0 0 81 0 0 0 17 0 13 0 201251410 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.87
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 86 1 0 0 16 0 13 0 201251410 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 201251506 1754595328 49175 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.5
Current children cumulated vsize (Kb) 1713472

[startup+40.0224 s]
/proc/loadavg: 0.95 0.97 0.97 2/79 20917
/proc/meminfo: memFree=1543192/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=41.54
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 56009 0 1 0 4127 27 0 0 24 0 13 0 201251400 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071616738 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 49185 1910 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=0.31
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 7417 0 0 0 28 3 0 0 16 0 13 0 201251403 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=0.3
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 6951 0 0 0 27 3 0 0 16 0 13 0 201251403 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 201251406 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.82
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1013 0 0 0 82 0 0 0 17 0 13 0 201251410 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.88
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 87 1 0 0 16 0 13 0 201251410 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 49185 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.54
Current children cumulated vsize (Kb) 1713472

[startup+50.0339 s]
/proc/loadavg: 0.96 0.97 0.97 2/79 20917
/proc/meminfo: memFree=1543896/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=51.58
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 57504 0 1 0 5131 27 0 0 25 0 13 0 201251400 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580640 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 48813 1910 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=0.35
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 8273 0 0 0 32 3 0 0 16 0 13 0 201251403 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=0.34
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 7583 0 0 0 31 3 0 0 17 0 13 0 201251403 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 201251406 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.82
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1013 0 0 0 82 0 0 0 17 0 13 0 201251410 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.88
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 87 1 0 0 16 0 13 0 201251410 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 48813 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.58
Current children cumulated vsize (Kb) 1713472

[startup+60.0405 s]
/proc/loadavg: 0.97 0.97 0.97 2/79 20917
/proc/meminfo: memFree=1545752/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=61.61
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 58808 0 1 0 6133 28 0 0 25 0 13 0 201251400 1754595328 48550 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071409305 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 48550 1910 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=0.38
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 8981 0 0 0 35 3 0 0 17 0 13 0 201251403 1754595328 48550 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=0.37
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 8174 0 0 0 33 4 0 0 16 0 13 0 201251403 1754595328 48550 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0.01
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 32 0 0 0 0 1 0 0 16 0 13 0 201251406 1754595328 48550 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 48550 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 48550 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 48550 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.84
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1015 0 0 0 84 0 0 0 17 0 13 0 201251410 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.89
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 88 1 0 0 16 0 13 0 201251410 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 178981 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.5
Current children cumulated vsize (Kb) 1713472

[startup+1783.3 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 20919
/proc/meminfo: memFree=1020760/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=1797.52
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 282559 0 1 0 179615 137 0 0 19 0 13 0 201251400 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580483 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 179308 1911 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=13.82
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 88854 0 0 0 1347 35 0 0 16 0 13 0 201251403 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=13.74
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 83655 0 0 0 1337 37 0 0 17 0 13 0 201251403 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0.38
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 224 0 0 0 19 19 0 0 16 0 13 0 201251406 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.84
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1015 0 0 0 84 0 0 0 17 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.89
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 88 1 0 0 16 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.52
Current children cumulated vsize (Kb) 1713472

[startup+1784.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 20919
/proc/meminfo: memFree=1020760/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=1798.53
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 282559 0 1 0 179716 137 0 0 25 0 13 0 201251400 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580483 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 179308 1911 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=13.82
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 88854 0 0 0 1347 35 0 0 16 0 13 0 201251403 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=13.74
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 83655 0 0 0 1337 37 0 0 17 0 13 0 201251403 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0.38
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 224 0 0 0 19 19 0 0 16 0 13 0 201251406 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.84
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1015 0 0 0 84 0 0 0 17 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.89
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 88 1 0 0 16 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 179308 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.53
Current children cumulated vsize (Kb) 1713472

[startup+1785.31 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 20919
/proc/meminfo: memFree=1020632/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=1799.55
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 282822 0 1 0 179818 137 0 0 17 0 13 0 201251400 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580483 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 179320 1911 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=13.85
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 89083 0 0 0 1349 36 0 0 16 0 13 0 201251403 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=13.76
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 83688 0 0 0 1339 37 0 0 17 0 13 0 201251403 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0.38
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 224 0 0 0 19 19 0 0 15 0 13 0 201251406 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.84
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1015 0 0 0 84 0 0 0 17 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.89
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 88 1 0 0 16 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1799.55
Current children cumulated vsize (Kb) 1713472

[startup+1786.32 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 20919
/proc/meminfo: memFree=1020632/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=1800.56
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 282822 0 1 0 179919 137 0 0 25 0 13 0 201251400 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580467 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 179320 1911 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=13.85
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 89083 0 0 0 1349 36 0 0 16 0 13 0 201251403 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=13.76
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 83688 0 0 0 1339 37 0 0 17 0 13 0 201251403 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0.38
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 224 0 0 0 19 19 0 0 16 0 13 0 201251406 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.84
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1015 0 0 0 84 0 0 0 17 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.89
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 88 1 0 0 16 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 1713472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.32 s]
/proc/loadavg: 1.00 1.00 0.98 2/79 20919
/proc/meminfo: memFree=1020632/2055892 swapFree=4085732/4096564
[pid=20905] ppid=20903 vsize=1713472 CPUtime=1800.56
/proc/20905/stat : 20905 (java) R 20903 20905 20859 0 -1 0 282822 0 1 0 179919 137 0 0 25 0 13 0 201251400 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4071580670 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20905/statm: 428368 179320 1911 14 0 415114 0
[pid=20905/tid=20906] ppid=20903 vsize=1713472 CPUtime=13.85
/proc/20905/task/20906/stat : 20906 (java) S 20903 20905 20859 0 -1 64 89083 0 0 0 1349 36 0 0 16 0 13 0 201251403 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20907] ppid=20903 vsize=1713472 CPUtime=13.76
/proc/20905/task/20907/stat : 20907 (java) S 20903 20905 20859 0 -1 64 83688 0 0 0 1339 37 0 0 17 0 13 0 201251403 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20908] ppid=20903 vsize=1713472 CPUtime=0.38
/proc/20905/task/20908/stat : 20908 (java) S 20903 20905 20859 0 -1 64 224 0 0 0 19 19 0 0 16 0 13 0 201251406 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20909] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20909/stat : 20909 (java) S 20903 20905 20859 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20910] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20910/stat : 20910 (java) S 20903 20905 20859 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 201251407 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20911] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20911/stat : 20911 (java) S 20903 20905 20859 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20912] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20912/stat : 20912 (java) S 20903 20905 20859 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20913] ppid=20903 vsize=1713472 CPUtime=0.84
/proc/20905/task/20913/stat : 20913 (java) S 20903 20905 20859 0 -1 64 1015 0 0 0 84 0 0 0 17 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20905/tid=20914] ppid=20903 vsize=1713472 CPUtime=0.89
/proc/20905/task/20914/stat : 20914 (java) S 20903 20905 20859 0 -1 64 2802 0 0 0 88 1 0 0 16 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20915] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20915/stat : 20915 (java) S 20903 20905 20859 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20916] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20916/stat : 20916 (java) S 20903 20905 20859 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 201251410 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20905/tid=20917] ppid=20903 vsize=1713472 CPUtime=0
/proc/20905/task/20917/stat : 20917 (java) S 20903 20905 20859 0 -1 64 4 0 0 0 0 0 0 0 16 0 13 0 201251506 1754595328 179320 18446744073709551615 134512640 134570276 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.56
Current children cumulated vsize (Kb) 1713472

Sending SIGTERM to -20905
Sleeping 2 seconds

Child status: 143
Real time (s): 1786.46
CPU time (s): 1800.71
CPU user time (s): 1799.22
CPU system time (s): 1.48477
CPU usage (%): 100.798
Max. virtual memory (cumulated for all children) (Kb): 1713472

Launcher Data (download as text)

Begin job on node78 on Sat Jun  3 19:17:06 UTC 2006


FILE ID= 44058-1149362226

PBS_JOBID= 311579

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

MD5SUM SOLVER= e9637a7554f3ecdf74c1815f89d00213
MD5SUM BENCH=  1c32686691bf96e75781667309b05481

RANDOM SEED= 193004067


/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:       1733056 kB
Buffers:         17724 kB
Cached:         246324 kB
SwapCached:       2512 kB
Active:          44936 kB
Inactive:       227832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055892 kB
LowFree:       1733056 kB
SwapTotal:     4096564 kB
SwapFree:      4085732 kB
Dirty:             156 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            36552 kB
Committed_AS:   365968 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 Sat Jun  3 19:46:52 UTC 2006